/*  
Theme Name: The Christopher Bruce
Theme URI: http://www.thechristopherbruce.com/
Description: This is my theme my own portfolio.
Version: 1.0
Author: Christopher Bruce Sabine
Author URI: http://www.thechristopherbruce.com/

*/
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, blockquote, p, form, li, ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a img {
	border:0;
}
.clearboth {
	clear: both;
	height:0px;
}
body {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	color:#fff;
	overflow:hidden;
	margin:0;
	background-color:#51c8e7;
	behavior: url("csshover3.htc");
}  
a:link {
	text-decoration:underline;
	color:#fff;
}
a:visited {
	text-decoration:underline;
	color:#fff;
	font-style:italic;
}
a:hover {
	text-decoration:underline;
	color:#eeb21e;
}
#header {
	min-width:700px;
	position:absolute;
	top:0;
	width:100%;
	background: rgba(63, 41, 25, .85);
	height:25px;
	border-bottom:solid 1px #fff;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}
#header img.logo{
	float:left;
	margin-top:-10px;
}
#header form div {
	position:relative;
	float:right;
	margin-top:-2px;
	width:250px;
	height:20px;
	background-repeat:no-repeat;
}
#header form #s {
	margin-top:2px;
	padding-left:10px;
	position:absolute;
	top:0;
	border:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	height:15px;
	width:190px;
	background:none;
	color:#fff;
	font-weight:bold;
}
#header form #searchsubmit {
	position:absolute;
	top:0;
	left:200px;
	background:#fff;
	cursor:pointer;
	border:0;
	font-weight:bold;
	height:17px;
	background:none;
	width:25px;
	padding-left:10px;
	margin-top:3px;
}
#header ul {
	margin:0;
	list-style:none;
	float:left;
}
#header ul li {
	display:inline;
	margin-left:20px;
	border-bottom:dotted 1px #fff;
}
#header a:link, #header a:visited, #header a:hover {
	text-decoration:none;
}
#wrapper {
	display:none;
	width:74%;
	min-width:600px;
	height:74%;
	position:absolute;
	right:50%;
	top:15%;
	min-height:450px;
	margin-right:-37%;
	margin-bottom:150px;
}
#content {
	height:100%;
	background: rgba(63, 41, 25, .85);
	overflow:auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	overflow:hidden;
}
#sidebar {
	float:left;
	position:relative;
	width:30%;
	height:100%;
	background-color: #000;
	border-right:dotted 1px #fff;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	min-width:250px;
	z-index:9;
}
#foot {
	margin-top:0;
	height:25px;
	color:#fff;
	width:99%;
	text-align:right;
	padding-right:1%;
	background-color:#000;
	border-top:dotted 1px #fff;
}
#closebtn {
	font-size:14px;
	color:#fff;
	width:100px;
	height:17px;
	position:absolute;
	top:-21px;
	background-color:#000;
	text-align:center;
	right:80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	z-index:10;
	padding-top:3px;
}
#closebtn a:link, #closebtn a:visited {
	font-style:normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
#closebtn a:hover {
	font-weight: bold;
	text-decoration: none;	
}
#closebtn:hover {
	background-color:#EEB21E;
}
#circlecontainer {
	position:absolute;
	bottom:3%;
	left:50%;
	width:195px;
	margin-left:-97.5px;
}
#bluecircle {
	display:inline;
	margin:10px;
	width:25px;
	height:25px;
}
#pinkcircle {
	display:inline;
	margin:10px;
	width:25px;
	height:25px;
}
#greencircle {
	display:inline;
	margin:10px;
	width:25px;
	height:25px;
}
#orangecircle {
	display:inline;
	margin:10px;
	width:25px;
	height:25px;
}
#bodycontent {
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	position:absolute;
	top:2%;
	height:85%;
	margin-bottom:115px;
	overflow:auto;
	line-height:18px;
}
#bodycontent img {
	display:block;
	margin: 10px auto;
	border:solid 1px #fff;
}
.container {
	width:100%;
	height:96%;
	text-align:right;
	overflow:hidden;
	z-index:99;
}
.singlecontainer {
	position:relative;
	width:100%;
	height:96%;
	text-align:right;
	overflow:auto;
	z-index:99;
}
.container .post {
	display:inline-block;
	width:50%;
	height:50%;
}
.image {
	width:100%;
	height:85%;
	background-position:center top;
}
.entry {
	height:85%;
	width:100%;
	overflow:auto;
}
.entry {
	display:none;
}
.post {
	text-align:left;
}
.post p, .post h2 {
	display:inline;
	vertical-align:center;
}
.category {
	float:left;
	font-size:9px;
		
}
.post h2 a:link, .post h2 a:visited {
	font-size:18px;
	text-decoration:none;
}
.postmetadata {
	margin-top:3px;
	font-size:10px;
	float:right;
}

.singlepost {
	margin-top:50px;
	text-align:left;
}
.singlecategory {
	padding-top:25px;
}
.singlepost .noborder {
	margin:5px auto;
	display:block;
	padding:4px;
	border:none;
}
.singlepost img, .singlepost object {
	margin:5px auto;
	display:block;
	padding:4px;
	border:solid 1px #fff;
}

.singlepost br {
	display:none;
}
.singlepost p {
	margin:0 2%;
}
.singlepost h2 a {
	text-decoration:none;
}
.comments-template #comment {
	width:100%;
}
.comments-template {
	padding: 0 25px;
	height:400px;
	width:70%;
	text-align:left;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
	overflow:auto;
	background: #000;
	position:absolute;
	right:0;
	top:-2px;
	z-index:55;
	display:none;
}
.postmetadata a:hover {
	color:#f39bc2;
}
.filter {
	margin-top:0px;
	float:left;
}
.backbtn {
	margin-top:0px;
	float:left;
}
.filter a:link, .filter a:visited, .filter a:hover {
	font-size:12px;
	margin-left:20px;
	color:#000;
}
.backbtn a:link, .backbtn a:visited, .backbtn a:hover {
	text-decoration:none;
	font-size:12px;
	margin-left:20px;
}
a.showcomments {
	display:block;
	background-image:url(images/commentbtn.png);
	height:30px;
	width:50px;
	background-repeat:no-repeat;
	z-index:101;
	text-align:center;
	padding-top:10px;
	color:#000;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	top:-2px;
	right:20px;
}
.comments-template ul{

	width:100%;
	list-style:none;
}
.comments-template li{	
	margin-left:-20px;
	width:100%;
	display:block;
	border-bottom:dotted 1px #fff;
}
.comment-author {
	height:32px;
	text-align:right;
}
.comment-author img {
	float:left;
}
#comments {
	display:none;
}
.sharelinks {
	text-align:center;
	padding: 20px 0;
}
.sharelinks ul {
	border-top:dotted 1px #fff;
	border-bottom:dotted 1px #fff;
	background-color:#3f2f1d;
	list-style:none;
	padding:5px 5px 0px 5px;
}
.sharelinks li {
	padding:0;
	display:inline;
	margin:0 1px;
}
img.donotshow {
	display:none;
}
div#loadingnow {
	z-index:999999;
	position:absolute;
	width:10%;
	text-align:center;
	display:block;
	margin-left:45%;
	margin-top:25%;
	background-color:#333;
	border:solid 1px #fff;
	padding:20px 10px 0px 10px;
}
div#loadingnow .escape {
	display:none;
}
div#browsertest {
	z-index:999999;
	display:block;
	position:absolute;
	top:30px;
	left:50%;
	width:50%;
	margin-left:-25%;
	background-color:#333;
	border:solid 1px #fff;
	padding:10px;
	display:none;
	text-align:center;
}
div#noscript {
	z-index:999999;
	display:block;
	position:absolute;
	top:25%;
	left:50%;
	width:50%;
	margin-left:-25%;
	background-color:#333;
	border:solid 1px #fff;
	padding:10px;
	text-align:center;
}
.right {
	text-align:right;
}
img#wpstats{display:none}
#header form div {
	background-image: url(images/searchbg.png);
}
#header form #searchsubmit {
	background-image: url(images/searchglass.png);
	background-repeat:no-repeat;
}
