/*  
Theme Name: 
Theme URI: 
Description: Custom Wordpress Theme Developed by Stephen Orsini
Version: 
Author: Stephen Orsini ~ equali.com
Author URI: http://www.equali.com
 */

/* EQUALIZER */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,.radio,select,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* BODY */
/*	background-color:#351100;*/

body {
	background-color:#573C2F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}

/* CONTAINERS AND ELEMENTS */

#wrap {
	margin:0 auto;
	padding:20px;
	width:940px;
	background-color:#eee;
	border-bottom:2px solid #190901;
	}

#mast {
	background-image:url('images/bg_mast_01.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#eee;
	width:940px;
	padding:20px;
	margin:20px auto;
	height:265px;
	border-bottom:2px solid #190901;
	}
	#mast .logo {
		padding:20px 0 0 20px;
		color:#fff !important;
		font-size:2.5em;
		letter-spacing:-2px;
		text-decoration:none !important;
		text-transform:uppercase;
		display:block;
		}
	#mast .tag {
		padding-left:20px;
		color:#fff;
		font-size:.9em;
		text-transform:uppercase;
		display:block;
		}

#nav {
	width:900px;
	height:36px;
	margin:20px auto 0;
	}
	#nav #search_box {
		float:right;
		width:220px;
		height:36px;
		background-color:#eee;
		text-align:center;
		padding:6px 0;
		}
	#nav a {
		background-color:#fff;
		color:#351100;
		font-size:.9em;
		font-weight:bold;
		text-decoration:none;
		display:inline-block;
		line-height:36px;
		padding:0 17px;
		margin:0 2px 0 0;
		}
	#nav a:hover {
		color:#c1481b;
		}
	#nav li.current_page_item a, li.current_page_parent a {
		color:#351100;
		background-color:#eee !important;
		border-bottom:1px solid #eee;
		}
	#nav li {
		display: inline;
		position: relative;
		}
		#nav li ul {
			display:none;
			}
		#nav li:hover ul,
		#nav li.hover ul {
			display: block;
			white-space: nowrap;
			position: absolute;
			top: 26px; left: -21px;
			background-color:#eee;
			padding:0 20px 20px;
			}
		#nav li li {
			text-align: left;
			}
			#nav li li a {
				width:170px;
				display: block !important;
				margin: 0;
				font-size:.8em;
				line-height:28px;
				color:#351100;
				background-color:#fff !important;
				border:1px solid #ddd;
				border-top:none;
				}
			#nav li li a:hover {
				color:#c1481b;
				}
			#nav li li.current_page_item a, #nav li li a.current_page_item {
				background-color:#eee !important;
				color:#351100 !important;
				border:none !important;
				border-bottom:1px solid #ddd !important;
				cursor:default;
				}

#body {
	font-size:.8em;
	color:#555;
	background-color:#fff;
	border:1px solid #ddd;
	min-height:510px;
	}

#content {
	width:660px;
	padding:20px;
	}
	#content a,
	#content a:visited {
		color:#c1481b;
		text-decoration:none;
		}
	#content a:hover {
		border-bottom:1px dashed #c1481b;
		}
	#content p,
	#content ul,
	#content ol,
	#content blockquote {
		margin-bottom:26px;
		line-height:1.5em;
		}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		color:#c1481b !important;
		font-weight:bold;
		text-transform: uppercase;
		margin-bottom:10px;
		line-height:1.5em;
		}
	#content h1,
	#content h2 {
		font-size:1.5em;
		margin-bottom:0;
		}
	#content li {
		list-style-position:outside;
		margin-left:20px;
		}
	#content ul {
		list-style-type:square;
		}
	#content ol {
		list-style-type:decimal;
		}
	#content b.time {
		color:#555;
		font-size:1.2em;
		}
	#content p.published,
	#content p.comments {
		color:#c1481b;
		font-size:.7em;
		text-transform:uppercase;
		}
		#content p.comments a,
		#content h3 a {
			color:#c1481b;
			}
		#content ol.commentlist li.alt {
			background-color:#fff;
			}
		#content ol.commentlist li {
			margin:0;
			padding:10px;
			border-bottom:1px dashed #ddd;
			background-color:#fcfcfc;
			list-style:none;
			min-height:40px;
			}
			ol.commentlist li h3, ol.commentlist li p {
				margin-bottom:0 !important;
				}
	#content div.hr {
		border-bottom:1px dashed #ddd;
		height:1px;
		margin:20px 0;
		}
	#content #page_nav {
		width:660px;
		height:20px;
		}
		#page_nav .previous a, #page_nav .next a {
			color:#c1481b;
			font-size:.85em;
			font-weight:bold;
			text-transform:uppercase;
			}
		#page_nav .previous {
			float:left;
			}
		#page_nav .next {
			float:right;
			}

#content #cformsform {
	}
	#cformsform fieldset {
		padding:0;
		}
	#cformsform fieldset.cf-fs1 {
		width:310px;
		float:left;
		}
	#cformsform label span {
		display:block;
		font-weight:bold;
		}
	#cformsform span.reqtxt,
	#cformsform span.emailreqtxt {
		font-size:.8em;
		font-weight:bold;
		color:#c1481b;
		margin:0 0 2px 4px;
		}
	#cformsform legend,
	#cformsform fieldset.cf_hidden,
	.linklove {
		display:none;
		}
	#cformsform li {
		list-style-type:none;
		margin:0 0 20px;
		}
	#cformsform textarea {
		width:340px;
		}
	#cformsform #sendbutton {
		float:right;
		margin-right:40px;
		}


#sidebar {
	width:200px;
	position:absolute;
	top:464px;
	margin-left:700px;
	padding:0 20px;
	}
	#sidebar a, #sidebar a:visited {
		color:#777;
		text-decoration:none;
		}
	#sidebar a:hover {
		border-bottom:1px dashed #c1481b;
		}
	#sidebar p,
	#sidebar ul,
	#sidebar ol,
	#sidebar blockquote {
		margin-bottom:26px;
		line-height:1.5em;
		}
	#sidebar h1,
	#sidebar h2,
	#sidebar h3,
	#sidebar h4,
	#sidebar h5,
	#sidebar h6 {
		color:#c1481b;
		font-weight:bold;
		text-transform: uppercase;
		line-height:1.5em;
		}
	#sidebar li {
		list-style:outside;
		list-style-type:none;
		}
	#sidebar li.widget {
		list-style:none;
		margin-bottom:20px;
		}
	#sidebar div.hr {
		border-top:1px dashed #ddd;
		margin-bottom:20px;
		}

#foot {
	width:940px;
	margin:20px auto;
	text-align:center;
	color:#c1481b;
	font-size:.7em;
	}
	#foot a, #foot a:visited {
		color:#c1481b;
		text-decoration:none;
		}
	#foot a:hover {
		border-bottom:1px dashed #c1481b;
		}

/* MISC */

#s {
	width:130px;
	}

ol.search_results li {
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
	list-style:outside;
	list-style-type:none;
	margin-left:0 !important;
	}

strong {
	font-weight:bold;
	}

div.edit_this a {
	border:1px dashed #ffdca6;
	background-color:#c1481b;
	padding:4px;
	text-align:center;
	font-weight:bold;
	font-size:.7em;
	color:#ffdca6 !important;
	float:right;
	}
	div.edit_this a:hover {
		border-bottom:1px dashed #ffdca6 !important;
		color:#fff !important;
		}

img.alignleft {
	float:left;
	margin:10px 20px 10px 0;
	}
	
img.alignright {
	float:right;
	margin:10px 0 10px 20px;
	}
	
img.aligncenter {
	margin:10px auto;
	}

img.alignleft,
div.alignleft,
img.alignright,
img.aligncenter {
	border:4px solid #c1481b;
	}

div.thumb {
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	}

img.size-small {
	min-width:80px;
	max-width:100px;
	min-height:80px;
	max-height:100px;
	}

img.size-medium {
	max-width:290px;
	max-height:290px;
	}

a.noborder {
	border:none !important;
	}

img.no-border {
	border:none !important;
	}

.clear {
	clear:both;
	}

.orange {
	color:#c1481b !important;
	}

em {
	font-style:italic;
	}

strong {
	font-weight:bold;
	}

img#wpstats{width:0px;height:0px;overflow:hidden}

/* SOCIABLE */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color:#c1481b !important;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 4px !important;
	padding: 0 !important;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	border:none !important;
}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	border:none !important;
}
.sociable-hovers:hover, .sociable a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border:none !important;
}
.sociable a span {
	color:#c1481b !important;
	font-size:.7em;
	text-transform:uppercase;
	display:inline;
	position:relative; top:-4px; left:6px;
	}
