/*-----------------------------------------------------------------------------

 Reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
 
 -----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
/*	color: black; */
	background-color: #5b6145;
	min-height: 100%;
	background-image:url(images/backgrounds/diaglines.png);
	background-repeat: repeat;
	background-position: center top;
	font: 13px Helvetica, Arial , sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #003C68;
}
a:hover {
	color: #974C2D;
}
br {
	clear: both;
	margin-bottom: 0px;
}
hr {
	background:#BFBFBF;
	color:#BFBFBF;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------

 Section Properties Begin
 
 -----------------------------------------------------------------------------*/



/* wrapper -------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* header -------------------------------------------------------------------*/

#header {
	position: relative;
	height: 90px;
}
		#header #search {
			position: absolute;
			top: 50px;
			height: 20px;
			right: 0px;
		
			width: 300px;
			}
		#header #search input {
			vertical-align: middle;
			}
		#header #search #text {
			width: 260px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			border: 1px solid #FFFFFF;
			}
		#header #search #text:focus {
			border: 1px solid #DADADA;
			color: #221F20;
			}
		#header #rss {
			position: absolute;
			top: 20px;
			height: 20px;
			right: 0px;
			width: 300px;
			}
			#header #rss li {
			background: url(images/rss_logo.png) no-repeat left center;
			padding-left: 20px;
			list-style: none;
			}
		#header #rss a {
			color: #E5E5E5;
			font: 10px Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 2px;
			}
		#header #rss a:hover {
			color: #FFFFFF;	
			}
		
/* navigation -------------------------------------------------------------------*/

#navbar {
	position:relative;
	height: 35px;
	background: #002e4f url(images/background-navbar.jpg) repeat-x;
	border-top: 3px solid #003C68;
}
#nav-sub {
	height: 3px;
	background: #003C68;
}
		ul#nav {
			margin: 0px;
			padding: 0px;
			list-style: none;			
			}
		ul#nav a {
			color: #FFFFFF;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			text-decoration: none;
			}
		ul#nav a:hover {
			color: #FFFFFF;
			}
		ul#nav li {
			float: left;
			padding: 11px 15px;
			border-right: 2px solid #003C68;	
			}
		ul#nav li:hover, ul#nav li.current_page_item {
			background: #003C68;	
			}
		ul#nav li ul {
			position:absolute;
			top:35px;
			left:0;
			width:100%;
			list-style:none;
			display:none;
			}
		ul#nav li ul li {
			padding-right: 10px;
			padding-left: 10px;
		}
		ul#nav li ul li a{
			font: 10px Helvetica, Arial, sans-serif;
			color: #FFFFFF;
			letter-spacing: .1em;
			}
		ul#nav li ul li a:hover{
			text-decoration: underline;
			}
		ul#nav li.hover ul, ul#nav li:hover ul {
			display:block;
			}

#nav-extra {
        margin-top: 10px;
	position:relative;
	height: 110px;
	background: #002e4f;
	border-top: 3px solid #003C68;
	border-bottom: 3px solid #003C68;
        padding: 10px;
}

#xtra1 {
	float: left;
	width: 176px;
	margin-left: 0;
	margin-right: 12px;
	border: 0;
	background-color: white;
	height: 108px;
	}

#xtra2 {
	float: left;
	width: 176px;
	margin-left: 0;
	margin-right: 12px;
	border: 0;
	background-color: white;
	height: 108px;
	}

#xtra3 {
	float: left;
	width: 176px;
	margin-left: 0;
	margin-right: 12px;
	border: 0;
	background-color: white;
	height: 108px;
	}
	
#xtra4 {
	float: left;
	width: 176px;
	margin-left: 0;
	margin-right: 12px;
	border: 0;
	background-color: white;
	height: 108px;
	}

#xtra5 {
	float: right;
	width: 178px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	background-color: white;
	height: 108px;
	}

/* content -------------------------------------------------------------------*/

#content {
	position: relative;
	width: 950px;
	overflow: hidden;
	clear:both;
}
		/*for full width page template*/
		
		.fullwidth-column {
			width: 950px;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		.left-column {
			width: 630px;
			float: left;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		
		/*blog post properties*/

		.post {
			background: #FFFFFF url(images/background-content.jpg) no-repeat right top;
			padding: 25px 15px 15px;
		}
		.post-top {
			height: 0px;
			/* background: #be8241 url(images/background-nav.jpg); */
		}
		.post-bottom {
			height: 20px;
			background: #DADADA url(images/background-post-bottom.jpg) no-repeat top;
			margin-bottom: 20px;
			padding: 15px 15px 5px;
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			color: #999999;
			text-decoration: none;
			}
			.post-bottom a, .post-bottom span {
				color: #434343;
				text-decoration: none;	
				}
			.post-bottom a:hover {
				text-decoration: underline;	
				}
			.post-bottom li {
				display: inline;
				float: left;
				}
			.post-bottom li#right {
				display: inline;
				float: right;
				}
		.post-comment {
			background: #FFFFFF url(images/background-post-comment.jpg) no-repeat;
			height: 65px;
			text-align: center;
			padding: 30px 60px 20px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #999999;
		}
			.post-comment a, .post-comment li span, #recentcomments a {
				font: 10px Helvetica, Arial, sans-serif;
				color: #CCCCCC;
			}
			
			/*headers*/
			
			.post h1 a, .post h1 {
				color: #221F20;
				text-decoration: none;
				letter-spacing: -1px;
				font: 30px Helvetica, Arial , sans-serif;
				font-weight:bold;
				padding-bottom:15px;
			}
			.post h1 a:hover {
				color: #914222;	
			}
			h1.pagetitle {
				padding: 15px;
				width: 630px;
				font: 10px Georgia, "Times New Roman", Times, serif;
				text-transform: uppercase;
				letter-spacing: 0.10em;
				color: #434343;
				background: url(images/background-archive-top.jpg) no-repeat;
			}
			.post h2,.post h3,.post h4,.post h5,.post h6 {
				margin-bottom: 10px;
			}
			.post h2 {
				color: #221F20;
				font: bold 26px Helvetica, Arial, sans-serif;
			}
			.post h3 {
				color: #221F20;
				font: bold 22px Helvetica, Arial, sans-serif;
			}
			.post h4 {
				color: #221F20;
				font: bold 18px Helvetica, Arial, sans-serif;
			}
			.post h5 {
				color: #221F20;
				font: bold 14px Helvetica, Arial, sans-serif;
			}
			.post h6 {
				color: #221F20;
				font: bold 12px Helvetica, Arial, sans-serif;
			}
		/*post format styles*/
		
		.post ul {
			padding-left: 20px;
			list-style: square;
			margin-top: 20px;
			margin-bottom: 20px;
			line-height: 170%;
		}
		.post ol {
			padding-left: 25px;
			margin-top: 20px;
			margin-bottom: 20px;
			list-style: decimal;
			line-height: 170%;
		}
		.post li {
			padding-top: 1px;
			padding-bottom: 1px;
			line-height: 170%;
		}
		.post strong {
			color: #221F20;
			font-weight: bold;
		}
		.post em {
			font-style: italic;
		}
		.post p {
			color: black;
			line-height: 170%;
			margin-bottom: 15px;
		}
		.post blockquote {
			color: #914222;
			margin-left: 10px;
			padding-left: 20px;
			border-left: 2px solid #914222;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			margin-top: 30px;
			margin-bottom: 30px;
		}

		.post .category {
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			margin-bottom: 20px;
		}
		.post .category a {
			color: #999999;
			text-decoration: none;
			}
		.post .category a:hover {
			color: #221F20;
		}	
		.post #authorbio {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #B4B4B4;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-top: 20px;
			border-top: 1px dotted #B4B4B4;
		}
		
		/*"read more" link*/
		
		.more-link {
			background: #003C68;
			padding: 5px;
			width: 75px;
			text-align: center;
			margin-top: 15px;	
		}
			a.more-link  {
				color: #FFFFFF;
				text-decoration: none;
			}
			.more-link:hover {
				background: #914222;
			}
			
		/*comments section on single blog post pages*/
			
		ol.commentlist {
			color: #434343;
			line-height: 170%;	
		}
		ol.commentlist li {
			background: #EFEFEF;
			width: 600px;
			padding: 15px;
			clear:both;
			overflow: hidden;
			}
		ol.commentlist li a {
			color: #914222;	
			}	
		ol.commentlist li.alt{
			background: #DADADA;
		}
		#commentsleft {
			float: left;
			width: 100px;
		}
		#commentsleft #author,#commentsleft #author a  {
			font-size: 16px;
			font-weight: bold;
			color: #914222;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
		}
		#commentsleft small {
			font: italic 10px Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			color: #999999;
		}
		#commentsright {
			width: 500px;
			float: right;
		}
		h3#comments, h3#respond {
			color: #fff;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			padding: 5px;
			width: 620px;
			background: #914222 url(images/background-nav.jpg);
			margin-top: 40px;
		}
		input#author, input#email, input#url, textarea#comment {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			margin-bottom: 10px;
			margin-top: 10px;
			border: 1px solid #DADADA;
			width: 580px;
		}
		input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
			color: #003C68;
			border: 1px solid #C4C4C4;
		}
			
		/*bottom of the page "older posts" & "newer posts" link*/
		
		.navigation {
			margin-top: 45px;
		}
		.navigation a {
			color: #002E4F;
			text-decoration: none;
			letter-spacing: -1px;
			font: 18px Helvetica, Arial , sans-serif;
			font-weight:bold;
		}
			.navigation a:hover {
				color: #914222;
			}

/* sidebar -------------------------------------------------------------------*/

	.sidebar {
		width: 300px;
		padding-top: 20px;
		float: right;
	}
	.sidebar .rightbox {
		background: #FFFFFF;
		padding: 5px;
		margin-bottom: 20px;
	}
	.sidebar #ads img {
		margin-bottom: 20px;
	}
	.sidebar h2 {
		padding: 5px;
		width: 280px;
		background: #003C68;
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
	.sidebar h2.brown {
		padding: 5px;
		width: 280px;
		background: #974C2D url(images/background-nav.jpg);
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
		ul.list, .list ul  {
			padding: 0px;
			list-style: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		ul.list li, .list li {
			border-bottom: 1px solid #BEBEBE;
			padding: 5px 5px;
			background: url(images/background-list.jpg) repeat-x bottom;
		}
		ul.list li a, .list li a {
			color: #666666;
			text-decoration: none;
			display: block;
		}
		ul.list li:hover, .list li:hover {
			background: url(images/background-list-o.jpg) repeat-x bottom;
		}
		ul.list li a:hover, .list li a:hover {
			color: #221F20;
		}
		/*tagcloud*/
		
		#tagcloud {
			margin-top: 15px;
			margin-bottom: 15px;
			text-align: center;
			line-height: 20px;
		}
		#tagcloud a {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #999999;
			font-style: italic;
			text-decoration: none;
		}
		#tagcloud a:hover {
			color: #221F20;
		}
		
		/*recent comments*/
		
		ul#recentcomments {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #999999;
			padding: 20px 5px;
			height: 70px;
			width: 275px;
		}
	
/* footer -------------------------------------------------------------------*/

#footer {
	background: black;
	height: 0px;
	clear: both;
	margin-top: 50px;
	color: white;
}
#footer #wrapper {
	margin-right: auto;
	margin-left: auto;	
}
#footer #column-1 {
	float: left;
	width: 350px;
	margin-right: 15px;
}
#footer #column-2 {
	float: left;
	width: 250px;
	margin-right: 15px;
	padding-top: 20px;
}
#footer #column-3 {
		float: left;
		width: 315px;
		color: #B8A980;
		line-height: 18px;
}
	#footer h3 {
		font: bold 18px Helvetica, Arial, sans-serif;
		color: #353126;
		letter-spacing: -1px;
		margin-top: 50px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	#footer li {
		margin-bottom: 10px;
	}
	#footer li a:hover {
		color: #FFFFFF;
	}
	#footer li a {
		color: #B8A980;
		}

/*-----------------------------------------------------------------------------

 Begin Images (default WP styles)
 
 -----------------------------------------------------------------------------*/


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 25px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 25px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/*-----------------------------------------------------------------------------

 Begin Sociable
 
 -----------------------------------------------------------------------------*/

div.sociable { margin: 0; padding: 8px; width: 300px; margin-left: 650px;}

span.sociable_tagline { position: relative; color: white;}
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: white;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

sociable_tagline { color: white;}

/*-----------------------------------------------------------------------------

 Begin custom tables
 
 -----------------------------------------------------------------------------*/

#mjtable img { border: 0 none; vertical-align: middle; }


#mjtable table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 600px;
        line-height: 17px;
	}

#mjtable th {
	padding: 0.5em;
	text-align: left;
	}

#mjtable tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight: bold;
	}

#mjtable td {
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	vertical-align: middle;
	}

#mjtable td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}

#mjtable h5 { font-size: 30px; padding: 0; margin: 0;}

#mjtable td.winner {
	text-align: center;
	background-image: url(http://righthostchoice.com/img/trophy_sml.png); 
	background-repeat: no-repeat; 
	background-position: center;
	background-color: none;
	width: 45px;}

#mjtable td.pos {
	text-align: center;
	width: 45px;}

#mj2col {
width: 100%;
}
	
#mjlcol {
width: 50%;
float: left;
}

#mjrcol {
width: 48%;
margin-left: 50%;
background-color:#FFF2DE;
border: 1px dashed black;
padding: .5em;
}

#mjrcol table {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	font-weight: bold;
}

#mjrcol td {
	padding: 0.1em;
	}

#mjrcol td+td {
	text-align: left;
	}

#mjrcol p { line-height:18px;}

#mjlcol table {
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
	font-weight: 100;
}

#mjlcol td {
	padding: 0.1em;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#mjlcol td+td {
	text-align: left;
	}

#mjlcol img {
	margin: 0;
	padding: 0;
}

#mjrcol tr td {
	border-top: 1px solid #FB7A31;
	}

#mjrcol tr.boldi td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight: bold;
	}

p.ingress { font-size: 14px; line-height: 22px; font-weight: bold; }

#mjtable2 { background-color: none; margin-top: 10px; clear:both;}

#mjtable2 table {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
        line-height: 16px;
	text-align: left;
	}

#mjtable2 tr td {
	border: 0;
	border-top: 1px solid #FB7A31;
	text-align: left;
	border-right: 0;
	border-left: 0;
	}

#mjtable2 td {
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
	border-right: 0;
	border-left: 0;
	}

#mjtable2 td+td {
	text-align: left;
	border-right: 0;
	border-left: 0;
	}

#mjtable2 ul { line-height: 18px; padding: 0; text-align: left; margin: 0; list-style-position: inside; }
#mjtable2 li { text-align: left; }

#mjtable h5 { font-size: 30px; padding: 0; margin: 0;}
#mjtable2 td.shead { width: 200px; font-weight: bold; }

/*-----------------------------------------------------------------------------

 Subfoot
 
 -----------------------------------------------------------------------------*/

#subfoot {
	height: 350px;
	width: 630px;
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px;
	background-image: url(http://righthostchoice.com/img/footbg.png);
	background-repeat:repeat-x;
	background-position:center;
}

#subwrap { padding: 15px; }

#subfoot h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 33px;
		color: white;
		font-weight:300;
		text-align:center;
		line-height: 40px;
}

#subfoot p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 15px;
}

#subfoot strong { color: #FC0; text-align: center;}

#subfoot h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#FC0;
}

#subfoot table, #subfoot td { border: 0; }

#subfoot td { padding: 10px; padding-top: 5px; padding-bottom : 5px; }

#subfoot p.ttext1 { 
	background-image: url(http://righthostchoice.com/img/wau.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 90px;
}

#subfoot p.ttext2 { 
	background-image: url(http://righthostchoice.com/img/mnf.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 80px;
}

#subfoot p.yell { color: white; font-weight:bold; text-align: center; font-size: 15px; line-height: 20px;}


#subfoot a {
	text-decoration: none;
	color: white;
}

#subfoot a:hover { text-decoration: underline; }


/*-----------------------------------------------------------------------------

 Custom headers
 
 -----------------------------------------------------------------------------*/

#content h3 {
border-bottom: 1px solid #ee8b33;
border-right: 20px solid #ee8b33;
color: #003c68;
margin-top: 30px;
}

#content h4 {
border-bottom: 1px solid #ee8b33;
border-right: 20px solid #ee8b33;
color: #003c68;
}

#content ul.reviewlist {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

#content .ticklist {
   line-height: 30px;
   padding-left: 35px;
   background-image: url(http://righthostchoice.com/img/tick.png);
   background-repeat: no-repeat;
   background-position: 0 .2em;
}

#content .checklist {
   line-height: 30px;
   padding-left: 35px;
   background-image: url(http://righthostchoice.com/img/cross.png);
   background-repeat: no-repeat;
   background-position: 0 .2em;
}

#mj2colwrap {
    width: 600px;
}

#mj2cl {
   float:left; 
   width:300px; 
   border:0; 
   margin:0;">
}

#mj2cr {
    float:right;
    width:270px;
    margin:0;
    margin-left: 10px;
    background-color:#FFF2DE;
    border: 1px dashed black;
    padding: 5px;
    padding-top: 10px;
}

#mjclear {
    clear: both;
}
