@charset "UTF-8";
/* CSS Document */





ul, ol, dl, p, h1, h2, h3, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: none;
	list-style-type: none;
	}
	
h1 {font-size: 240%; }
h2 {
	font-size: 150%;
	font-weight: normal;
}
h3 {font-size: 140%; }
h4 {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 110%;
	color: #A8B772;
	}
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}

p {
	margin: 10px 10px 0 0;
	padding: 5px;
	font-size: 85%;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	


table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top;
	font-size: 70%;
	text-align: center;
	font-weight: normal;
	}
	
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	background-color: #181818;
	color: #CCCCCC;
	padding: 0;
	margin: 0;
	background-image: url(../images/black4clearcss.gif);
	background-repeat: repeat;
	}

#page-container {
	min-width: 800px;	/* margin: will be set in style.php */
	background-color: #181818;	/* font-family: will be set in style.php */
	}
			
#outer-column-container {
	border-left: solid 13em #fff;
	border-right: solid 13em #fff;
	background-color: #181818;
	}

#inner-column-container {
	width: 120%;
	background-color: #181818;
	border: dashed 1px #ccc;
	border-width: 0 1px;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: -1px;
	}
					
#source-order-container {
	float: left;
	width: 100%;
	margin-right: -1px;
	background-color: #181818;
	}
	
#left-column {
	background-color: #181818;
	float: left;
	width: 12em;
	margin-right: 1px;
	position: absolute;
	border-right-style: dashed;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #ccc;
	}
	
#middle-column {
	float: right;
	width: 100%;
	margin-left: -1px;
	background-color: #181818;
	}
	
#right-column {
	background-color: #181818;
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
	}

.inside {
	background-color: #181818;
	margin: 15px;
	vertical-align: sub;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
	background-color: #181818;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	}
	
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%;
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}

/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, 
#right-column .inside ul {
	left-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	}
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0 2px 0;  
	}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;
	list-style-image: none;
	list-style-type: none;
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none;
	font-weight: normal;
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px;
	/* border-left: will be set in style.php */ 
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	list-style-image: none;
	list-style-type: none;	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
li {
	list-style-image: none;
	list-style-type: none;
}
		



/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.0em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}
	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}
	
p.header { 
	float: left; 
	margin: 0 10px 8px 0px; 
	font-size:1.2em; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}
	
.logo-icon {
	padding: 0;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.blogtitle-box {
	float: left;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top {
	font-size: 1px;
	clear: both;
	height: 5px;
	padding: 0;
	width: 100%;
	border-top: dashed 1px #cccccc;
	background-color: #181818;
	}
	
#headerimage-bottom {
	font-size: 1px;
	clear: both;
	height: 5px;
	padding: 0;
	width: 100%;
	border-bottom: dashed 1px #cccccc;
	background-color: #181818;
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%;
	color: #555;
	padding: 1em 1em;
	background: #f4f4f4;
	border: 1px solid #33CC66;  	/* hack for IE6 and older*/
	}
	
blockquote blockquote {
	height: 1%;
	color: #444;
	padding: 1em 1em;
	background: #e1e1e1;
	border: 1px solid #33CC66;  	/* hack for IE6 and older*/
	}
	
blockquote p {
	margin-top: 0
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background-color: #181818;
	border-top: dashed 1px #ccc;
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	}	


/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

form input {
	color: #000; 
	background: #f7f7f7; 
	padding: 2px; 
	margin:0; 
	border: 1px solid #ccc; 
	}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #781351; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #ffb0b3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 75%;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
	} 

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent; 
	border-bottom: dashed 1px #ccc; 
	border-left: dashed 1px #ccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	margin:0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left;
	display: block;
	color: #999999;
	margin: 0 0 0 0; 		/*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #181818;
	border: dashed 1px #ccc;
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #CCCCCC;
	background-color: #999999;
	}
	
#modernbricksmenu li.current_page_item a {
	color: #FFFFFF;
	background-color: #999999;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
border: none;
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0;
border: none;
	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px;
border: none; 
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
border: none;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	text-align: center;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}



/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
.clear-columns {
	padding-bottom: 1px;
	margin-bottom: -1px;
	background-color: #181818;
	}

.clear-columns {
	clear: both;
	}

*/
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}
	
	/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE STYLE -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */


	
	
	a:link, a:visited, a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #A8B772;
	font-weight: bold; 
	text-decoration: underline; 
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.toggleopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

	
h1 { 
	font-family: Trebuchet MS; 
	font-size: 2.5em; 
	}

h2 {
	color: #A8B772; 
	}
	
h2 a:link, h2 a:visited, h2 a:active  {
	color: #A8B772;
	font-weight: normal;
	}

h2 a:hover  {
	color:#999999; 
	}

h3.widgettitle {
	color: #A8B772;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
		
a.header:link, a.header:visited, a.header:active {
	color: #999999;
	}
	
a.header:hover {
	color: #A8B772; 
	}

p.header { 
	color: #999999; 
	}
			
#page-container {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	min-width: 800px;
	margin: 0 20px;
	background-color: #181818;
	}


#outer-column-container {
	border-left: solid 12em #fff;
	border-right: solid 12em #fff;
	}
	
#left-column {
	margin-left: -12em;
	width: 12em;
	}
	
#right-column {
	margin-right: -12em;
	width: 12em;
	}
	
.searchbox {
	width: 15em; 
	}

#left-column .inside .searchfield {
	width: 80%;
	}

#right-column .inside .searchfield {
	width: 80%;
	}

#left-column .inside ul li a, 
#right-column .inside ul li a {
	color: #CCC;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFF;
	list-style-image: none;
	list-style-type: none;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	color: #A8B772;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #A8B772;
	}
.green {
	color: #A7B773;
}
.footer {
	font-size: 70%;
	word-spacing: .1em;
	letter-spacing: .05em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	font-weight: normal;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 110%;
}
