/* ----------- COLOURS -----------

Black: 		#000
White:		#FFF
Blue:		#15A2FF

*/

/* -------------------- PAGE SETUP -------------------- */

html {
	
}

body {
	background-color: #111;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
}

/* -------------------- TYPOGRAPHY -------------------- */

p {
	
}

a {
	color: #15A2FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
}

.sidebar a {
	border: none;
}

h2 a {
	color: #15A2FF;
}

h2 a:hover {
	color: #FFF;
}

h1 {
	
}

h1 a {
	color: #FFF;
}

h2 {
	padding-bottom: 5px;
}

.sidebar h2 {
	
}

h2.pagetitle {
	color: #15A2FF;
}

#wrapper #content-holder #main-content h2 {
	border-bottom: 2px solid #15A2FF;
}

#wrapper #content-holder #main-content h2.pagetitle, #wrapper #content-holder #main-content .post-content .post h2, #wrapper #content-holder #main-content .post-content .page h2, #wrapper #content-holder #main-content .comments, #wrapper #content-holder #main-content .commentlist h2, #wrapper #content-holder #main-content #author-info h2 {
	
}

h3 {
	
}

.comments-label h3 {
	
}

h4 {
	color: #999;
}

h5 {
	color: #999;
}

h6 {
	color: #999;
}

/* -------------------- LAYOUT -------------------- */

.displace {
	
}

/* Full screen scaling BG Image */

img.bg {
	
}

@media screen and (max-width: 1024px) {

img.bg {
	
}

}

#wrapper {
	
}

#wrapper #content-holder {
	
}

#wrapper #content-holder #title {
	background: url(../images/transpBlack75.png) repeat;
}

#wrapper #content-holder #title h1 {
	
}

#wrapper #content-holder #title h2 {
	color: #15A2FF;
}

#wrapper #content-holder #sidebar-holder {
	
}

#wrapper #content-holder #sidebar-holder #buttons {
	background: url(../images/transpBlack75.png) repeat;
	display: none;
}

#wrapper #content-holder #sidebar-holder #buttons a {
	
}

#wrapper #content-holder #sidebar-holder #buttons a:hover {
	
}

.sidebar {
	background: url(../images/transpBlack75.png) repeat;
}

#wrapper #content-holder #sidebar-right {
	
}

#wrapper #content-holder #sidebar-right #sidebar-contents {
	
}

.spacer {
	
}

#wrapper #content-holder #main-content {
	background: url(../images/transpBlack75.png) repeat;
}

/* ---------------------------------------- CONTENT POSITIONS ---------------------------------------- */

/* Center position */

#wrapper #content-holder #main-content.center {
	
}

/* Offset position */

#wrapper #content-holder #main-content.offset {
	
}

/* Right Position */

#wrapper #content-holder.right {
	
}

#wrapper #content-holder #main-content.right {
	
}

/* with sidebar */

#wrapper #content-holder.right #sidebar-right {
	
}

/* Bottom */

#wrapper #content-holder #main-content.bottom {
	
}

/* ---------------------------------------- LAYOUT STYLES ---------------------------------------- */

#wrapper #content-holder #main-content .post-content {
	
}

#wrapper #content-holder #main-content.bottom .post-content {
	
}

/* Single Layout */

/* Posts */

.post-content .post {
	
}

.post-content .post img {
	
}

.post-content .post h2 {
	background: url(../images/transpBlack75.png) repeat;
}

.post-content .post h2 a {
	color: #FFF;
}

.post-content .post h2 a:hover {
	color: #15A2FF;
}

.post-content .post-info {
	border-bottom: 1px dotted #161616;
}

/* Page */

#wrapper #content-holder #main-content .post-content .page {
	
}

#wrapper #content-holder #main-content .post-content .page img {
	
}

/* Wide portfolio layout */

#wrapper #content-holder #main-content.wide .post-content {
	
}

.wide .the-post {
	
}

/* Post */

.wide .post-content .post {
	
}

/* Page */

.post-content .page {
	
}

.post-content .page img {
	
}

.post-content .page h2 {
	background: url(../images/transpBlack75.png) repeat;
}

.post-content .page h2 a {
	color: #FFF;
}

.post-content .page h2 a:hover {
	color: #15A2FF;
}

#wrapper #content-holder #main-content.wide .post-content .post .post-preview {
	background-image: url(../images/alpha.png);
}

.post-preview .date, .post-info .date {
	
}

/* Thumbnail portoflio layout */

#wrapper #content-holder #main-content .thumbnail-holder {
	
}

#wrapper #content-holder #main-content .thumbnail-holder .thumbnail-preview {
	
}

#wrapper #content-holder #main-content .thumbnail-holder .thumbnail-preview  img {
	
}

#wrapper #content-holder #main-content .thumbnail-holder .thumbnail-preview h4 {
	background: url(../images/transpBlack75.png) repeat;
	color: #FFF;
}

#wrapper #content-holder #main-content .thumbnail-holder .thumbnail-preview h4 a {
	
}

/* ---------------------------------------- END OF LAYOUT STYLES ----------------------------------------*/

.video {
	background: url(../images/video-bg.png) center center no-repeat;
}

.image {
	background: url(../images/image-bg.png) center center no-repeat;
}

.misc {
	background: url(../images/misc-bg.png) center center no-repeat;
}

/* Comment Label */

.comments-label {
	background: url(../images/comment-tail.png) no-repeat bottom right;
	display: none;
}

.comments-label .comments-text {
	background-color: #15A2FF;
}

.comments-label .comments-text h3 {
	
}

.comments-label .comments-text p {
	
}

.comments-label .comments-text a {
	color: #FFF;
}

.comments-label .comments-text a:hover {
	color: #000;
}

/*-------------------- POST CONTENT -------------------- */

.tweetmeme {
	display: none;
}

.post-content, .the-post {
	
}

.the-post {
	
}

.the-post h2 {
	display: none;
}

.the-post h1, .the-post  h3, .the-post  h4, .the-post  h5, .the-post  h6 {
	
}

.the-post  ul {
	
}

.the-post  ul li, form ul li {
	background: url(../images/li-white.png) left 5px no-repeat;
}

.the-post ol {
	
}

.the-post ol li {
	
}

.the-post blockquote {
	border-left: 5px solid #15A2FF;
}

.the-post cite {
	
}

.the-post img {
	background-color: #060606;
}

.the-post img.alignright {
	
}

.the-post img.alignleft {
	
}

.the-post img.aligncenter {
	
}

.the-post table {
	
}

.the-post th {
	background-color: #15A2FF;
}

.the-post td {
	background-color: transparent;
	border: 1px none #000;
}

.the-post .alt td {
	background-color: #161616;
}

/* Post tags */

.tags {
	background: url(../images/tags.png) no-repeat left center;
}

.tags p {
	
}

/* Auther Info */

#author-info {
	background-color: #060606;
	border-bottom: 1px dotted #161616;
	border-top: 1px dotted #161616;
	display: none;
}

#author-info img {
	
}

#author-info .text {
	
}

#author-info h4 {
	
}

#author-info h3 {
	
}

#author-info p.plus-margin {
	
}

#author-info li {
	
}

/* -------------------- THUMBNAIL SHORTCODE -------------------- */

.the-post .thumbnail-holder img.thumbnail {
	
}

.thumbnail-holder .thumbnail-preview {
	
}

.thumbnail-bottom-bar {
	background-color: #060606;
}

.wide-holder {
	
}

.wide-holder img {
	
}

/* -------------------- WIDGETS -------------------- */

/* search widget */

.screen-reader-text {
	
}

#searchform input {
	
}

/* Recent Entries */

.widget_recent_entries ul {
	border-top: 1px dotted #111;
}

.widget_recent_entries ul li {
	border-bottom: 1px dotted #111;
}

/* Archive Widget */

.widget_archive ul li {
	border-bottom: 1px dotted #111;
}

/* Categories */

.sidebar .widget_categories ul {
	border-top: 1px dotted #111;
}

.sidebar .widget_categories ul li {
	background: url(../images/right-arrow.png) 0 7px no-repeat;
	border-bottom: 1px dotted #111;
}

.sidebar .widget_categories ul li a {
	
}

/* Calender */

.sidebar table {
	
}

.sidebar td {
	
}

.pagination {
	
}

.pagination a {
	background-color: #15A2FF;
	color: #FFF;
}

.pagination a:hover, .emm-paginate a:active {
	color: #000;
}

.pagination .emm-gap {
	
}

.pagination .emm-current {
	color: #FFF;
	background: none;
}

.pagination .emm-page {
	
}

.paginatione .emm-prev, .emm-paginate .emm-next {
	
}

.pagination ul {
	
}

.pagination ul li {
	
}

.pagination ul li.prev {
	background: #15A2FF url(../images/left-arrow.png) left center no-repeat;
}

.pagination ul li.next {
	background: #15A2FF url(../images/right-arrow.png) right center no-repeat;
}

/* Comments */

.comments {
	
}

.commentlist ol, .commentlist ul {
	
}

.commentlist li {
	
}

.comment-holder {
	
}

li.depth-1 {
	
}

.even {
	background-color: #060606;
}

.odd {
	background-color: #161616;
}

.comment-holder p {
	
}

.comment-author {
	
}

.comment-author img {
	
}

.comment-time {
	
}

.comment-time p {
	color: #FFF;
}

.comment-time a {
	color: #15A2FF;
}

.comment-time a:hover {
	color: #FFF;
}

.author-name {
	
}

.author-name h3 {
	
}

.the-comment {
	
}

/* Forms */

.even #respond, .odd #respond {
	
}

textarea {
	border: 1px solid #101010;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	background-color: #262626;
}

input {
	background-color: #262626;
	border: 1px solid #101010;
	color: #FFF;
}

#respond {
	
}

#respond form {
	
}

#respond p {
	
}

#s {
	
}

#searchform #searchsubmit, #submit {
	background-color: #15A2FF;
	color: #FFF;
}

#searchsubmit {
	
}

.margin {
	
}

#searchform #searchsubmit:hover, #submit:hover {
	background-color: #161616;
}

h3.error {
	
}

ul.error {
	
}

#sendCopy {
	
}

.screenReader {
	
}

#loading {
	
}

#respond .checkbox-margin {
	
}

#respond.contactform-margin {
	
}

/* Admin comment */

.bypostauthor {
	border-top: 2px solid #15A2FF;
}

.byuser .author-name h2 {
	color: #FFF;
}

.byuser .author-name h2 a {
	color: #15A2FF;
}

.byuser .author-name h2 a:hover {
	color: #FFF;
}

/* Navigation Styling */

#nav-bar {
	border-top: 1px dotted #111;
}

#nav-bar li {
	border-bottom: 1px dotted #111;
	text-align: right;
}

#nav-bar li a {
	text-align: right;
}

#nav-bar li a:hover {
	color: #FFF;
}

/* Fix IE. Hide from IE Mac \*/

* html #nav-bar li {
	
}

* html #nav-bar li a {
	
}

/* End */

/* Second Row Styling */

#nav-bar li ul {
	background: url(../images/transpBlack75.png) repeat;
}

#nav-bar li ul li {
	border-top: 1px dotted #111;
}

#nav-bar li ul li a {
	
}

/* Magic */

#nav-bar ul,
	#nav-bar li:hover ul ul {
	
}

#nav-bar li:hover ul,
	#nav-bar ul li:hover ul {
	
}

/* -------------------- FOOTER -------------------- */

.push {
	
}

#footer {
	background: url(../images/transpBlack75.png) repeat;
}

#footer #footer-left {
	
}

#footer #footer-right {
	
}

#footer ul {
	
}

#footer ul li {
	
}

/*-------------------- PAGE BORDER -------------------- */

#top, #bottom, #left, #right {
	background: url(../images/transpBlack75.png) repeat;
}

#left, #right {
	
}

#left {
	
}

#right {
	
}

#top, #bottom {
	
}

#top {
	
}

#bottom {
	
}
