/*Theme Name:3 Column Vertical Nav XblogTheme URI: http://flyte.bizDescription: A basic 2 column launch point for intermediate wordpress sites with a vertical nav and no blog.Version: 1.0Author: Flyte New Media [AW]Author URI: www.flyte.bizTags: simple, wireframe, 2 column horizontal nav*//* ############## Blog-Specific Styles ##############  *//*@import url("blog.css") screen;*/  /*un-comment if you need the blog-specific stylesheet*/  /* ############## Main Structure ##############  */body {	color: #050100;	text-align: center;	margin: 0;	padding: 0;	font: 12px Arial, Helvetica, sans-serif;	}.secondary {	background: #FFFFFF url(images/bk-shadow.gif) repeat-x left top;	color: #050100;	text-align: center;	margin: 0;	padding: 0;	width: 100%;	}.home {	background: #FFFFFF url(images/bk-shadow2.gif) repeat-x left top;	color: #050100;	text-align: center;	margin: 0;	padding: 0;	width: 100%;	}#page {	width: 804px;	border: 0px;	text-align: left;	margin: 0px auto 0px;	padding: 0;	}#header {	margin: 0;	padding: 0;	height: 250px;	width: 804px;	}#header2 {	margin: 0;	padding: 0;	height: 370px;	width: 804px;	}#headerlines {	margin: 0 auto;	padding: 0;	background: url(images/header-bk2.gif) no-repeat center top;	width: 100%;	}#headerImage .brdr img {	padding: 0;	border-left: 2px solid #fff;		border-top: 2px solid #fff;	border-right: 2px solid #fff;	}#d13slideshow img {	padding: 0;	border-left: 2px solid #fff;		border-top: 2px solid #fff;	border-right: 2px solid #fff;	}#headerImage {	padding-top: 0px;	position: relative;	z-index: 1000;	}#headerInner .description {	font-size: 1.2em;	text-align: center;	color:#fff;	}#contentWrapper{	margin:0;	padding:0;	}#content {	font-size: 1.2em	}.post {	margin: 0 0 40px;	}.post hr {	display: block;	}.postmetadata {	clear: both;	font-family: Arial, Helvetica, Sans-Serif;	font-size: 0.9em;	line-height: 1.5em;	width: 500px;	}	/* ############## Widecolumn ##############  */.widecolumn {	float:left;	padding: 0 0px 20px 35px;	margin: 0px 0 0;	width: 600px;	}	.widecolumn .postmetadata {	margin: 30px 0;	}	.widecolumn .smallattachment {	text-align: center;	float: left;	width: 128px;	margin: 5px 5px 5px 0px;	}.widecolumn .attachment {	text-align: center;	margin: 5px 0px;	}.widecolumn .entry p {	font-size: 1.05em;	}.widecolumn {	line-height: 1.6em;	}.widecolumn .post {	margin: 0;	}/* ############## Narrowcolumn ############## */.narrowcolumn {	float:left;	padding: 0 0px 20px 35px;	margin: 0px 0 0;	width: 590px;	display:inline;/*dub float margin bug killer*/	}#narrowwrap {	width: 410px;	}.narrowcolumn .entry p {	font: 12px Arial, Helvetica, sans-serif;	margin-bottom: 20px;	line-height: 1.3em;}.narrowcolumn .entry ul {	margin-top: -5px;	padding-bottom: 5px;	padding-top: 0;	width: 380px;	font: 12px Arial, Helvetica, sans-serif;}.narrowcolumn .entry li {	margin-top: 0;	padding-top: 0;	width: 380px;	font: 12px Arial, Helvetica, sans-serif;}.narrowcolumn .entry h3 {	font: bold 14px Arial, Helvetica, sans-serif;	line-height: 1.8em;}.narrowcolumn .entry, .widecolumn .entry {	font: bold 10px/1.4em Arial, Helvetica, sans-serif;	}.narrowcolumn .postmetadata {	text-align: center;	}.narrowcolumn .postmetadata {	padding-top: 5px;	}	/*  ############## Begin Sidebar ##############  */#sidebar{	padding: 29px 10px 0px 0px;	margin-left:-10px;	width: 149px;	font: bold 10px Arial, Helvetica, sans-serif;	float: left;	}#sidebar form {	margin: 0;	}	#sidebar #searchform #s {	width: 108px;	padding: 2px;	}#sidebar #searchsubmit {	padding: 1px;	}#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 8px;	}#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 14px 0;	padding: 0;	}#sidebar ul ul.sub-menu li{	margin: 3px 0 8px 0;	padding: 0;	}/* End Sidebar */	/* ############## Headings ############## */h1 {	font: bold 16px Arial, Helvetica, sans-serif;	color: #050100;	}h2 {	font: bold 14px Arial, Helvetica, sans-serif;	color: #921c1d;	}#sidebar h2 {	margin: 5px 0 0;	padding: 0;	font: bold 12em Arial, Helvetica, sans-serif;	}	/*  ############## Anchors ##############  */a:link, a:visited {	color: #921c1d;	text-decoration: none;	}a:hover, a:active {	color: #ca8e26;	text-decoration: underline;	}.entry p a:visited {	color: #921c1d;	}/* Begin Images */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: 4px;	margin: 0 0 2px 20px;	display: inline;	}img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}.alignright {	float: right;	}.alignleft {	float: left	}/*  ############## Begin Content Area Lists ##############  */.entry ul {	margin-left: 0px;	padding: 0 0 0 30px;	padding-left: 10px;	}.entry li {	margin: 7px 0 8px 10px;	}.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;	}/*  ############## Begin Form Elements ##############  */#searchform {	margin: 10px auto;	padding: 5px 3px;	text-align: center;	}.entry form { /* This is mainly for password protected posts, makes them look better. */	text-align:center;	}select {	width: 130px;	}/*  ############## Begin Various Tags & Classes ##############  */acronym, abbr, span.caps {	cursor: help;	}acronym, abbr {	border-bottom: 1px dashed #999;	}blockquote {	margin: 15px 30px 0 10px;	padding-left: 20px;	border-left: 5px solid #ddd;	}blockquote cite {	margin: 5px 0 0;	display: block;	}.center {	text-align: center;	}.hidden {	display: none;	}hr {	display: none;	}a img {	border: none;	}.navigation {	display: block;	text-align: center;	margin-top: 10px;	margin-bottom: 60px;	}	small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {	color: #777;	}code {	font: 1.1em 'Courier New', Courier, Fixed;	}acronym, abbr, span.caps{	font-size: 0.9em;	letter-spacing: .07em;	}.alt {	margin: 0;	padding: 10px;	background-color: #f8f8f8;	border-top: 1px solid #ddd;	border-bottom: 1px solid #ddd;	}small {	font-family: Arial, Helvetica, Sans-Serif;	font-size: 0.9em;	line-height: 1.5em;	}.clear {	clear: both;}/*  ############## Captions ##############  */.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #f3f3f3;	padding-top: 4px;	margin: 10px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}.wp-caption p.wp-caption-text {	font-size: 11px;	line-height: 17px;	padding: 0 4px 5px;	margin: 0;}/* ############## footer ############## */#footer {	padding: 28px 0 15px;	margin: 0;	width: 100%;	clear: both;	background: #9c9484;	color: #FFFFFF;	border-top: 1px solid #921c1d;	text-align:center;	min-height: 147px;}#footerline {	padding:0;	margin: 0 auto;	border-top: 1px solid #fff;	height: 1px;}#footer p {	font-size: 10px;	margin: 10px;	padding: 0;	text-align: center;	color:#fff;}#footer a:link, #footer a:visited {	font: bold 10px Arial, Helvetica, sans-serif;	text-transform: capitalize;	color: #fff;	text-decoration: none;	padding: 0px 15px 0px 5px;	text-transform: uppercase;}#footer li a:link, #footer li a:visited {	text-transform: uppercase;	border-right: solid 1px #fff;	line-height: 12px;}#footer .nobrd a:link, #footer .nobrd a:visited {	border-right: solid 0px #fff;	line-height: 12px;}#footer p a:link, #footer p a:visited {	text-transform: none;}#footer a:hover, #footer a:active {	color: #921c1d;}#footer li{	list-style: none;	display: inline;	padding-right: 4px;	}#sidebar ul li a:link, #sidebar ul li a:visited {	font: bold 10px Arial, Helvetica, sans-serif;	text-transform: capitalize;	color: #921c1d;	text-decoration: none;	margin: 0px 0px 20px;}#sidebar ul li a:hover, #sidebar ul li a:active {	color: #ca8e26;	text-decoration: underline;}#newsEvents {	margin: 0px -1px 0px 0px;	padding: 5px 20px;	min-height: 242px;	width: 132px;	font: 11px Arial, Helvetica, sans-serif;	background: url(images/tan-fade.gif) no-repeat center top;}#newsEvents p {	font: 12px Arial, Helvetica, sans-serif;	margin-top: -11px;}#newsEvents .testimonial {	line-height: 16px;}#newsEvents h4 a{}#newsevents-hd {	font: 16px Georgia, "Times New Roman", Times, serif;	text-transform: uppercase;	color: #FFFFFF;	background: #ca8e26;	width: 132px;	padding: 11px 20px 11px 20px;	border-bottom: 1px solid #921c1d;	margin: 0px -1px 0px 0px;	display: block;	}#newswrapper {	width: 172px;	margin-top: -30px;	margin-right: -30px;	float: right;	position: relative;	z-index: 5000;	}#sidewidth {	width: 180px;	display: block;	margin-top: 25px	}h4 {	color: #921c1d;}#navline {	background: url(images/navline.gif) no-repeat 168px top;	margin-top: -38px;	padding-top: 40px;	min-height: 400px;	width: 170px;}.navline {	background: url(images/navline.gif) no-repeat 168px top;	margin-top: -55px;	padding-top: 30px;	min-height: 400px;	width: 170px;}#blogspace + #navline {	background: url(none);	margin-top: -35px;	padding-top: 30px;	min-height: 400px;	width: 150px;	float:left;}#headerlines #page table {	display: block;	padding: 0px;	float: right;	height: 61px;	width: 172px;}#headerlines #page input {	margin: 10px 0 3px 0;	text-transform: uppercase;	color: #921c1d;}#blogspace {	height: 26px;	}td.login2 input.box {	width: 130px;	padding: 3px 0 3px 0;	text-align: bottom;}div.clip {	margin-left: 12px;	}.arbframe iframe {	border: none;	width: 600px;	height: 800px;	margin-left: -5px;	margin-top: -13px;	padding-top: 0px;	}.arbframe2 iframe {	border: none;	width: 600px;	height: 600px;	margin-left: -5px;	margin-top: 5px;	}div.d13slide div.d13fader > p {	display:none; 	}div.d13slide div.d13fader > h3 {	display:none; 	}#comment {	width: 500px;	}	  /* new menu collapse */      /* fix new menu collapse for blog */#navline #blognav li.menu-item-1479 ul.sub-menu {display: block;}#blognav li.menu-item-1479 a {color: #ca8e26 !important;}    /* end new menu collapse for blog */    #navline .widget_nav_menu ul.sub-menu {display: none;}#navline .widget_nav_menu .current_page_parent ul.sub-menu {display: block;}#navline .widget_nav_menu .current_page_ancestor ul.sub-menu {display: block;}#navline .widget_nav_menu li.current-menu-item ul.sub-menu {display: block;}#navline .widget_nav_menu ul.sub-menu li.current-menu-item ul.sub-menu {display: block;}#navline .widget_nav_menu ul.sub-menu ul.sub-menu {display: none;}#navline .widget_nav_menu ul.sub-menu li.current_page_ancestor ul.sub-menu {display: block;}#navline .widget_nav_menu li.current-menu-item a {color: #ca8e26;}#navline .widget_nav_menu li.current-menu-item ul.sub-menu a {color: #ca8e26;} #menu-side-nav .menu li {text-transform:uppercase;}#sidebar ul.transform2 li ul li a{text-transform: uppercase;font: bold 10px Arial;}#sidebar ul.transform2 li ul li ul li a{text-transform: none;}/* old nav - x#IMPORTANT-the indented orange nav is controlled by individual id adjustment in fixnav.css.  If you do not see the orange, text transformed style, you will need to add the dp# to the list.  Use css view style in firefox and rollover one of the items in sub list to get the dp# */
