/* @override http://www.cemaphore.com/blog/wp-content/themes/cemaphore_3column/style.css */

/*
Theme Name:		Cemaphore blog
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://hiphapnin.com">Josh Carr Superstar</a>.
Version:		1.0
Author:			Josh Carr
Author URI:		http://hiphapnin.com/
*/

/*body {	
font-family: Verdana, Geneva, sans-serif;
font-size:13px;
color:#606061;
text-align: center; 
float: none;
width:100%;
padding-bottom:20px;
background:url(http://www.cemaphore.com/img/main_bg.gif) repeat-y fixed center 125px #bfb6ad;
	
}*/

body {
	background:#ffffff;	
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4a4b50;
	padding-bottom:20px;
}

* {
	margin:0;
	padding:0;
	border:0;	
}


/*---:[ global elements ]:---*/

a {
	color:#606061;
	text-decoration:none;
}
a:hover {
	color:#E31937;
	text-decoration:underline;
}
	
a img { 
border: none;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

abbr, acronym { 
border-bottom: 1px dotted #aaa; 
text-transform: uppercase; 
cursor: help; 
}
	
code { 
color: #090; 
font-family: Courier, monospace; 
}

pre { 
margin: 0 0 1.5em 0; 
overflow: auto; 
font-size: 1.3em; 
clear: both; 
}

p.center { 
text-align: center !important; 
}

p.bottom { 
margin: 0 !important; 
}

p.unstyled { 
font-size: 1.2em; 
}



/*---:[ headlines ]:---*/



/*---:[ core layout elements ]:---*/
.rowHold {
	width:960px;
}


.header {
	float:left;
	width:100%;
	height:110px;
	text-align:center;
	padding-top:10px;
}
	 
img.logo {
	float:left;
	width:133px;
	height:97px;
}
		
#container { 
width: 100%;
margin: 15px auto 0 auto;
}
		
	#content_box { 
	width:960px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	clear: both;
}
	
		#content { 
		float:left;
		width:470px;
		padding-top:25px;
		text-align:left;
		}
		
		#sidebar {
		float:right;
		width:217px;
		padding:25px 0 25px 25px;
		text-align:left; }
	
		#l_sidebar { 
		float:left;
		width:217px;
		padding:25px 25px 25px 0;
		text-align:left; }
		
	#footer { 
	float: none;
	width:100%;
	height:50px;
	background-color:#ffffff;
	clear: both;
}
		


/*---:[ header styles ]:---*/

/* MAIN NAVIGATION ==================================== */
#mainNav, #mainNav ul {
	position:relative;
	text-align:left;
	text-transform:uppercase;
	float:right;
	padding-top:80px;
}
#mainNav li {
	float:left;
	list-style-type:none;
}
#mainNav li a {
	display:block;
	padding:3px 0 3px 40px;
	color:#fff;
	text-decoration:none;
}
#mainNav li a:hover {
	color:#fff;
	text-decoration:none;
}
#mainNav li ul { 
	position:absolute;
	padding:0 0 1px 0;
	margin:0 0 0 40px;
	width:180px;
	height:auto;
	background:url(/img/nav_cap.gif) bottom center no-repeat #606061;
	left: -999em;	
	z-index:7;
	font-size:11px;	
}
#mainNav li ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	width:180px;	
	text-transform:none;
}
#mainNav li ul li a {
	padding:3px 0 3px 10px;
}
#mainNav li ul li a:hover {
	background:url(/img/drop_nav_hover.gif) repeat-x;
	color:#606061;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainNav li:hover, #mainNav li.hover {
    position:static;
}


/*---:[ content styles ]:---*/

.entry { 
font-size: 1.0em; 
line-height: 1.4em; 
}
		
	.entry blockquote { 
	font-size: 1.0em; 
	}
	
		.entry blockquote.right { 
		width: 200px; 
		font-style: normal !important; 
		font-size: 1.0em !important; 
		margin: 0.3em 0 0.3em 15px !important; 
		padding: 0.3em 0 !important; 
		border: 3px double #aaa; 
		border-width: 3px 0; 
		text-align: center; 
		float: right; 
		}
		
		.entry blockquote.left { 
		width: 200px; 
		font-style: normal !important; 
		font-size: 1.0em !important; 
		margin: 0.3em 15px 0.3em 0 !important; 
		padding: 0.3em 0 !important; 
		border: 3px double #aaa; 
		border-width: 3px 0; 
		text-align: center; 
		float: left; 
		}
	
			.entry blockquote.right p, .entry blockquote.left p { 
			margin: 0 !important; 
			line-height: 1.0em !important; 
			}
	
	.entry p { 
	margin: 0 0 1.0em 0; 
	}
	
	.entry p a{ 
	color:#195dbe; 
	}
	
	.entry p a:hover{ 
	text-decoration:underline;
	}


	.entry ul, .entry ol { 
	margin: 0 0 1.0em 40px; 
	}
	
	.entry ul { 
	list-style-type: square; 
	}
	
		.entry li { 
		margin: 0 0 0.5em 0; 
		}
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
			margin: 0.5em 0 0.5em 30px; 
			}
	
	.entry dl { 
	margin: 0 0 1.5em 0; 
	}
			
		.entry dt { 
		font-weight: bold; 
		margin: 0 0 0.5em 0; 
		}
		
		.entry dd { 
		margin: 0 0 1.5em 20px; 
		}
		
	.entry .ad { 
	margin: 0 0 0.5em 15px; 
	float: right; 
	}
	
	.entry .ad_left { 
	margin: 0 15px 0.5em 0; 
	float: left; 
	}

	.entry img { }

		.entry img.left { 
		padding: 3px; 
		margin: 0.5em 15px 0.5em 0; 
		border: 3px double #bbb; 
		float: left; 
		clear: left; 
		}
		
		.entry img.right { 
		padding: 3px; 
		margin: 0.5em 0 0.5em 15px; 
		border: 3px double #bbb; 
		float: right; 
		clear: right; 
		}
		
		.entry img.center { 
		display: block; 
		padding: 3px; 
		margin: 0 auto 1.5em auto; 
		border: 3px double #bbb; 
		float: none; 
		clear: both; 
		}
	
		.entry img.off { 
		padding: 0 !important; 
		border: none !important; 
		}
		
		.entry img.stack { 
		clear: none !important; 
		}

.tagged { 
	font-size:10px;
}

.tagged a { 
text-decoration: none; 
}

.tagged a:hover {
text-decoration: none; 
}
	
	.add_comment { 
	font-size:10px;
	float: right; 
	}

.navigation { 
width: 500px; 
font-size: 1.4em; 
float: left; 
}
	
	.previous { 
	padding: 0 20px 0 0; 
	float: left; 
	}
	
	.next { 
	float: right; 
	}

.clear { 
width: 500px; 
height: 1px; 
margin: 0 0 5.0em 0; 
clear: both; 
}

.flat { 
margin: 0 0 2.0em 0 !important; 
}

.whitespace { 
margin: 0 0 3.5em 0 !important; 
}


/*---:[ comment styles ]:---*/

#comments { 
width: 500px; 
float: left; 
clear: both; 
}

	ul#comment_list { 
	list-style: none; 
	margin: 0 0 4.0em 0; 
	border-top: 1px solid #bbb; 
	float: left; 
	}
		
		ul#comment_list li.comment { 
		width: 500px; 
		padding: 1.2em 0 0 0; 
		border-bottom: 1px dotted #bbb; 
		float: left; 
		}
			
		ul#comment_list li.trackback { 
		width: 470px; 
		padding: 1.2em 15px 0 15px; 
		background: url(../blog/images/trackback_bg.gif); 
		}
				
			.comment_meta { 
			margin: 0 0 1.2em 0; 
			}
			
				.comment_num { 
				padding: 0 15px 0 20px; 
				font-weight: bold; 
				font-size: 1.4em; 
				float: right; 
				}
				
				.trackback .comment_num { 
				padding: 0 0 0 20px; 
				}
				
					.comment_num a, .comment_num a:visited { 
					color: #888; 
					text-decoration: none; 
					}
					
						.comment_num a:hover { 
						color: #df0000; 
						text-decoration: none; 
						}
				
				.comment_meta strong { 
				font-size: 1.6em; 
				}
					
				.comment_time { 
				font: normal 1.1em Verdana, Geneva, sans-serif; 
				color: #888; 
				}
		
			.comment .entry { 
			padding: 0 15px; 
			}
			
				.comment .entry p { 
				margin: 0 0 1.0em 0;
				}
			


/*---:[ comment form styles ]:---*/

#comment_form { 
width: 500px; 
padding: 1.0em 0 0 0; 
float: left; 
}

	#comment_form p { 
	padding: 0.6em 0; 
	}
	
		#comment_form label { 
		padding: 0 0 0 10px; 
		font-size: 1.2em; 
		}

		#comment_form .text_input { 
		width: 191px; 
		padding: 3px; 
		color: #444; 
		font: normal 1.4em Georgia, "Verdana", "Geneva", sans-serif; 
		border-top: 2px solid #999; 
		border-left: 2px solid #999; 
		border-right: 1px solid #fff; 
		border-bottom: 1px solid #fff; 
		}
		
		#comment_form .text_area { 
		width: 321px !important; 
		}
	
			#comment_form .text_input:focus { 
			border-top: 2px solid #666; 
			border-left: 2px solid #666; 
			border-right: 1px solid #ddd; 
			border-bottom: 1px solid #ddd; 
			}
	
		#comment_form .form_submit { 
		padding: 0.4em 4px; 
		background: url(../blog/images/submit_bg.gif); 
		border: 3px double #999; 
		border-top-color: #ccc; 
		border-left-color: #ccc; 
		font: bold 1.4em Georgia, "Verdana", "Geneva", sans-serif;
		cursor: pointer; 
		}
		
		#comment_form p.subscribe-to-comments { 
		font-size: 1.4em; 
		}
		
			#comment_form p.subscribe-to-comments label { 
			font-size: 1.0em; 
			}
			


/*---:[ search form styles ]:---*/

#search_form { }

	.search_input { 
	width: 170px; 
	padding: 3px; 
	color: #195dbe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #f5f5f5; 
	border-bottom: 1px solid #f5f5f5; 
	}
	
	li.widget .search_input { 
	font-size: 1.2em !important; 
	}
	
		#search_form .search_input:focus { 
		border-top: 1px solid #666; 
		border-left: 1px solid #666; 
		border-right: 1px solid #ddd; 
		border-bottom: 1px solid #ddd; }
		
		
.body {
	float:left;
	width:100%;
	background-color:#ffffff;
	padding-bottom:20px;
}
.leftColumn {
	float:left;
	width:217px;
	padding:25px 25px 25px 0;
	text-align:left;
}
.leftColumn p {
	line-height:20px;
}
.leftColumn h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
}
.leftColumn ul {
	font-size:11px;
	padding:5px 0 5px 15px;
	margin-bottom:15px;
}
.leftColumn ul li {
	list-style-type:disc;
	padding:0 0 5px 0;
}
.centerColumn {
	float:left;
	width:470px;
	padding-top:25px;
	text-align:left;
}
.centerColumn p {
	padding:5px 0 5px 0;
	line-height:16px;	
}
.centerColumn ul {
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
}
.centerColumn li {
	list-style-type:disc;
	padding:0 0 2px 0;
	margin:0;
}
.centerColumn ol {
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
}
.centerColumn ol li {
	list-style-type:decimal;
	padding:0 0 2px 0;
	margin:0;
}
.centerColumn h2,
.centerColumn h2 a {
	font-size:16px;
	font-weight:normal;
	clear:both;
	padding:10px 0 10px 0;
	color:#195dbe;
}
.centerColumn h3 {
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	clear:both;
	padding:15px 0 5px 0;
	
}
.centerColumn h4 {
	font-size:13px;
	font-weight:normal;
	clear:both;
	padding:5px 0 5px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-bottom:10px;
}
.centerColumn h5 {
	font-size:16px;
	font-weight:normal;
	clear:both;
	padding:15px 0 0 0;
}
.centerColumn p a, .centerColumn li a, .centerColumn td a, .centerColumn small a {
	color:#195dbe;
}
.centerColumn p a:hover, .centerColumn li a:hover, .centerColumn td a:hover, .centerColumn small a:hover {
	text-decoration:underline;
}
.rightColumn {
	float:right;
	width:217px;
	padding:25px 0 25px 25px;
	text-align:left;
}
.rightColumn h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
}
.rightColumn ul {
	font-size:11px;
	padding:5px 0 5px 15px;
	margin-bottom:15px;
}
.rightColumn ul li {
	list-style-type:disc;
	padding:0 0 5px 0;
}

/* FOOTER ================================================ */
.footer {
	float:left;
	width:100%;
	height:50px;
	background:#ffffff;
}
		/* GLOBALHEADER */
#globalheader { width: 1020px; height: 24px; margin: 18px auto; position: relative; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 170px; height: 0; padding-top: 24px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalnav { background-image: url(http://www.cemaphore.com/images/testheader03.png); background-repeat: no-repeat; }
/* BUTTONS */
#globalheader #globalnav li#products a { background-position: 0 0; }
#globalheader #globalnav li#news a { background-position: -170px 0; }
#globalheader #globalnav li#support a { background-position: -340px 0; }
#globalheader #globalnav li#resources a { background-position: -510px 0; }
#globalheader #globalnav li#howtobuy a { background-position: -680px 0; }
#globalheader #globalnav li#company a { background-position: -850px 0; }
/* OVER STATES */
#globalheader #globalnav li#products a:hover { background-position: 0 -24px; }
#globalheader #globalnav li#news a:hover { background-position: -170px -24px; }
#globalheader #globalnav li#support a:hover { background-position: -340px -24px; }
#globalheader #globalnav li#resources a:hover { background-position: -510px -24px; }
#globalheader #globalnav li#howtobuy a:hover { background-position: -680px -24px; }
#globalheader #globalnav li#company a:hover { background-position: -850px -24px; }
/* PRESSED STATES */
#globalheader #globalnav li#products a:active { background-position: 0 -48px; }
#globalheader #globalnav li#news a:active { background-position: -170px -48px; }
#globalheader #globalnav li#support a:active { background-position: -340px -48px; }
#globalheader #globalnav li#resources a:active { background-position: -510px -48px; }
#globalheader #globalnav li#howtobuy a:active { background-position: -680px -48px; }
#globalheader #globalnav li#company a:active { background-position: -850px -48px; }
/* ON STATES */
#globalheader.products #globalnav li#products a:hover { background-position: 0 0; cursor: default; }
#globalheader.news #globalnav li#news a { background-position: -170px -72px !important; }
#globalheader.support #globalnav li#support a { background-position: -340px -72px !important; }
#globalheader.resources #globalnav li#resources a { background-position: -510px -72px !important; }
#globalheader.howtobuy #globalnav li#howtobuy a { background-position: -680px -72px !important; }
#globalheader.company #globalnav li#company a { background-position: -850px -72px !important; }

p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
.p2 {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
.p3 {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-style: italic;
}
/* FORMS ================================================ */
.required {
	color:#E31937;
}
input, select {
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
.forms {
	width:500px;
	padding:20px;
	margin-top:5px;
	float:left;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
.forms td {
	padding:5px 0 0 0;
	vertical-align:top;
}
.evaluate td {
	padding:0 0 10px 0;
}
