/*  
Theme Name: Brianscube Original
Theme URI: http://www.brianscube.com/
Description: The original Brian's Cube Look and Feel.
Version: 0.1
Author: Brian Kidney
Author URI: http://www.brianscube.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: rgb(0,0,0);
}


#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: rgb(160, 180, 205);
}

#header {
	/* clear: both; */
	position:relative;
    	background-image:url(images/header.jpg);
    	background-repeat:no-repeat;
	border-bottom: 1px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#headerGraphic {
	height: 75px;	
}

#headerBar {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#body {
	/* clear: both; */
	/* background-color: rgb(255, 255, 255); */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/bodybg.jpg) repeat-y top left;
}

#leftColumn {
	float: left;
	text-align: left;
	/* border-right: 1px solid #000000; */
	/* background-color: #eeeecc; */
	width: 175px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftColumn ul, #leftColumn ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#mainContent {
	float: left;
	text-align: center;
	background-color: rgb(160, 180, 205);
	width: 624px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	position: relative;
	margin: 0 0 0 0;	
}

#footerBar {
	font-weight: bold;
	background-color: rgb(255, 255, 255);	
}

.entry {
	padding: 25px 10px 10px 25px;
}

.entryTitle {
        border: 1px solid;
        padding: 0px 5px 0px 5px;
	clear: both;
	position: relative;	
	text-align: left;
	font-variant: small-caps;
	width: 565px;
	background-color: #BAC5D4;
}

.entryContent {
        border: 1px solid;
        padding: 0px 5px 0px 5px;
	clear: both;
	position: relative;	
	text-align: left;
	width: 565px;
	border-top: 1px solid #000000;
	background-color: #CBD6E5;
}

.entryTag {
        border: 1px solid;
        padding: 0px 5px 0px 5px;
	clear: both;
	position: relative;	
	text-align: center;
	font-size: x-small;
	width: 565px;
	border-top: 1px solid #000000;
	background-color: #CBD6E5;
}

.menu {
	padding: 10px 10px 10px 10px;
}

.menuTitle {
	clear: both;
	position: relative;	
	text-align: left;
	font-variant: small-caps;
	width: 145px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #486187;
	padding: 0px 0px 0px 5px;
}

.menuContent {
	clear: both;
	position: relative;	
	text-align: left;
	width: 145px;
	border: 1px solid #000000;
	background-color: #CBD6E5;
	padding: 0px 0px 0px 5px;
}

.pictureBox {
	clear: both;
	position: relative;	
	text-align: center;
	width: 150px;
	border: 1px solid #000000;
	background-color: #CBD6E5;
}


.moblog {
	border: none;
	padding: 5px 5px 5px 5px;
}

A:link, A:visited, A:active { text-decoration: none; border: none; }

a img { border: none; padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px; }

#comments {
	border: 1px solid;
	text-align: left;	
        padding: 25px 10px 10px 25px;
	clear: both;
	position: relative;	
	width: 565px;
}


@media print {
	body {
		font-family: serif;
		font-size: 12pt;
	}



	#content {
		margin: 0;
		position: relative;
		text-align: justify;
	}
}


