/*
Theme Name: bc.net V3
Theme URI: http://www.blakecormier.net
Description: This is the re-redesigned theme for BlakeCormier.net
Version: 3
Author: Blake Cormier
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/

Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
	background-color: #27436B;
	background-image: url(images/bcnet_01.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#page {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 765px;
	height: auto;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	display: block;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#headerimg {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.description {

}

#wrapper {
	display: block;
	position: relative;
	width: 715px;
	background-color: #B8B8B8;
	height: 100%;
	padding: 25px;
	background-image: url(images/centerbg.png);
	background-repeat: repeat-y;
}
#wrapper:after {
	content:".";
	visibility: hidden;
	height: 0;
	display:block;
	clear:both;
}

#content {
	float: left;
	width: 65%;
	border-top-color: #474747;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #474747;
}

#sidebar {
	float: right;
	width: 30%;
	padding-top: 0.25cm;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #474747;
}

#footer {
	clear: both;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	height: 50px;
	background-repeat: no-repeat;
	color: #B5B5B5;
}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-width: thin;
	margin-top: 0cm;
	margin-right: .25cm;
	margin-bottom: .25cm;
	margin-left: .25cm;
	padding-top: 0cm;
	padding-right: 0.25cm;
	padding-bottom: 0.25cm;
	padding-left: 0.25cm;
}

.post p {
}

.post a {
	color: #1C1C1C;
}

.post ul {

}

.post li {

}

.entry {
	text-indent:.5cm;

}

.entrytext .postmetadata {

}

.postmetadata alt {

}
.postmetadata {
	text-align: center;
	display: block;
	width: 100%;
	text-indent: 0cm;
	font-size: 10px;
}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {
	display: inline;
}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
	color: #1C1C1C;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;	
}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {
	color:#232323
}

ol.commentlist li.alt {
	color: #000000;
}

ol.commentlist a {

}

small.commentmetadata {
	color:#000000
}

/*--------------Search Form-------------*/

#searchform {
	display: block;
	text-align: right;
}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/
a {
		color: #1C1C1C;
		text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited{
	color:#333333;
}
