/*

Theme Name: WordPress CMT Theme

Theme URI: http://gocmt.com/

Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

Version: 1.0

Author: Dennis Mueller

Author URI: http://dennismueller.org/

Tags: fixed width, two columns


*/


/* Begin Typography & Colors */

body {

	font-family: Arial, Helvetica, sans-serif;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #ecebea;
	
	text-align:left;

	}

h2 {
	color:#016690;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2:link { color:#016690; text-decoration:none; }
h2:visited { color:#016690; text-decoration:none; }
h2:active { color:#016690; text-decoration:none; }
h2:hover { color:#016690; text-decoration:none; }

h3 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3:link { color:#666666; text-decoration:none; }
h3:visited { color:#666666; text-decoration:none; }
h3:active { color:#666666; text-decoration:none; }
h3:hover { color:#666666; text-decoration:none; }

h4 {
	color: #016690;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4:link { color:#016690; text-decoration:none; }
h4:visited { color:#016690; text-decoration:none; }
h4:active { color:#016690; text-decoration:none; }
h4:hover { color:#016690; text-decoration:none; }

h5 {
	color: #016690;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h5:link { color:#016690; text-decoration:none; }
h5:visited { color:#016690; text-decoration:none; }
h5:active { color:#016690; text-decoration:none; }
h5:hover { color:#016690; text-decoration:none; }


p {
	color:#333333; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
}

.bluebold {
	color:#016690; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.newsTitle {
	color:#016690;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.newsTitle:link { color:#016690; text-decoration:none; }
a.newsTitle:visited { color:#016690; text-decoration:none; }
a.newsTitle:active { color:#016690; text-decoration:none; }
a.newsTitle:hover { color:#016690; text-decoration:none; }

.newsText {
color:#333333; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:left }
a.newsText:link { color:#016690; text-decoration:none; }
a.newsText:visited { color:#016690; text-decoration:none; }
a.newsText:active { color:#016690; text-decoration:none; }
a.newsText:hover { color:#016690; text-decoration:none; }

.newsDate {
	color:#333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.newsDate:link { color:#333333;  text-decoration:none; }
a.newsDate:visited { color:#333333; text-decoration:none; }
a.newsDate:active { color:#333333; text-decoration:none; }
a.newsDate:hover { color:#333333; text-decoration:none; }

wpgreysmall {	color:#999;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	vertical-align:text-bottom;
	z-index:1;
}
a.wpgreysmall:link { color:#016690;  text-decoration:none; }
a.wpgreysmall:visited { color:#999; text-decoration:none; }
a.wpgreysmall:active { color:#999; text-decoration:none; }
a.wpgreysmall:hover { color:#333; text-decoration:none; }


code {

	font: 1.1em 'Courier New', Courier, Fixed;

}

#page {
	text-align: left;
	padding: 5px 15px 5px 20px;

}

.navigation {

	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
	font-size:12px;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align:left
}
li:link { color:#016690; text-decoration:none; }
li:visited { color:#016690; text-decoration:none; }
li:active { color:#016690; text-decoration:none; }
li:hover { color:#016690; text-decoration:none; }


html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

/*	content: "\00BB \0020"; */
content: url(/images/blueArrow.gif) "\0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

.promend {
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.promotion {
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}