/*
Theme Name: CTW2
Theme URI: http://www.objectivelabs.com
Description: Premium Theme for your company site.
Author: Objective Labs
Author URI: http://www.objectivelabs.com
version: 1.0
Tags: two-column, widget-ready, business
*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #ecece7 url(images/bg_top.jpg) top center repeat-x;
	text-align: center;
}

body
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	font-family: tahoma, arial, helvetica, tahoma, sans-serif;
	font-size: 14px;
	padding: 0;
}

h1
{
	font-size: 32px;
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
	padding-left: 2px;
	padding-bottom: 10px;
}

h2, h2 a
{
	font-size: 32px;
	color: #766556;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
	padding-left: 2px;
}

h3, h3 a
{
	font-size: 23px;
	color: #766556;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h4
{
	font-size: 14px;
	color: #66a6bb;
	font-weight: bold;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2.pagetitle { display: none; }
p { margin-top: 6px; }

img
{
	border: none;
	padding: 0;
}

img a { border: none; }

img.left
{
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right
{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

blockquote
{
	background: #eaeaea padding: 5px;
	padding-left: 10px;
	margin: 15px 0;
	color: #666;
	font-style: italic;
	font-size: 12px;
	line-height: 135%;
	border-left: solid 1px #ccc;
}

code { font-family: "Courier New", Courier, monospace; }

/* links */
a
{
	color: #B6CD95;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* container */
#container
{
	width: 100%;
	color: #d3d7ab;
	overflow: hidden;
	line-height: 145%;
}

/* header */
#header
{
	margin: 0 auto;
	height: 150px;
}

#header h2 { display: none; }

/*  new  */
.header
{
	background: transparent url(images/nav_bg_text.gif) top center no-repeat;
	height: 32px;
	margin-top: 100px;
}

.logo
{
	float: left;
	margin: 10px 0 0 10px;
}

.logo a img { opacity: 1.0; }
.logo a:hover img { opacity: 0.6; }
.logofont { }

/* Navigation */
.nav ul
{
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
	padding-right: 30px;
	font-size: 12px;
}

.nav li
{
	float: left;
	height: 40px;
	padding-left: 30px;
}

.nav li a
{
	display: block;
	padding-top: 8px;
	height: 38px !important;
	overflow: hidden;
	border-bottom: none;
	color: #66a6bb;
}

/* logo */
#logo
{
	width: 130px;
	float: left;
	margin-left: 0;
	height: 80px;
	margin-top: 26px;
}

#logo a { color: #fff; }
#logo h1 { margin-top: 10px; }

#logo h1 a
{
	color: #000;
	font-weight: normal;
	font-size: 34px;
	line-height: 110%;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica;
}

/* login panel */
#loginlink
{
	width: 190px;
	float: right;
	text-align: right;
	margin-top: 15px;
	height: 20px;
}

#loginlink a
{
	color: #766556;
	font-size: 15px;
	line-height: 20px;
}

#loginlink a:hover { text-decoration: none; }
#loginform { color: #666; }

#loginform input
{
	width: 250px;
	height: 18px;
	padding-top: 2px;
	border: solid 1px #ccc;
	color: #666;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 3px;
}

#loginform input#btn
{
	width: 70px;
	height: 22px;
	line-height: 16px;
	padding: 0;
	background: #b6cd95;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
}

#loginform input#btn:hover { background: #d3d7ab; }

#loginform h2
{
	color: #b4cd96;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
}

#loginform label
{
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
}

#loginform a
{
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	margin-left: 4px;
}

/* search */
#searchform
{
	padding: 0;
	margin: 0;
	width: 182px;
	height: 35px;
	display: block;
}

#searchform input#s
{
	margin: 0;
	padding: 4px;
	color: #fff;
	width: 138px;
	background: #b6cd95;
	border: none;
	height: 13px;
	margin-top: 10px;
	font-size: 11px;
	float: left;
}

#searchform input#searchsubmit
{
	border: none;
	background: url(images/searchbutton.gif) no-repeat;
	color: #fff;
	height: 21px;
	margin-top: 10px;
	width: 35px;
	cursor: pointer;
	text-transform: lowercase;
	text-indent: 999px;
}

/* content */
#homewrapper
{
	width: 900px;
	margin: 0 auto;
	height: 455px;
	clear: left;
}

#contentwrapper
{
	margin: 0 auto;
	margin-top: 30px;
	width: 900px;
	height: 100%;
	overflow: hidden;
}

#content
{
	float: left;
	width: 600px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content2
{
	float: left;
	width: 900px;
	overflow: hidden;
	margin-top: 0px;
}

.post
{
	margin: 0;
	padding: 0;
	clear: left;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
}

.post h2 a
{
	margin: 0;
	line-height: 100%;
}

.post h3
{
	margin: 0;
	padding: 0;
}

.post h3 a
{
	font-size: 32px;
	color: #766556;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
}

.post h3 a:hover
{
	text-decoration: none;
	color: #cc3333;
}

.post h2 a:hover
{
	text-decoration: none;
	color: #cc3333;
}

.post img.alignright,
.post img.alignleft
{
	border: solid 1px #ccc;
	padding: 1px;
	margin-top: 3px;
}

.post ul { }
.post li { margin-left: 15px;}
.entry p { margin: 12px  16px 16px; }
.entry a { color: #66a6bb; }

.entry a:hover
{
	color: #66a6bb;
	text-decoration: underline;
}

.entry ul
{
	margin: 9px 25px 18px 18px;
	padding: 0;
}

.entry ul li
{
	margin: 0;
	padding: 0;
	line-height: 25px;
	list-style-type: square;
	color: #666;
}

a.more-link
{
	clear: left;
	float: right;
	margin-right: 512px;
	margin-top: 10px;
	color: #669966;
	font-size: 20px;
}

a.more-link:hover { text-decoration: none; }

.postmetadata
{
	clear: both;
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.postmetadata a
{
	color: #cc3333;
	font-weight: normal;
}

.postmetadata a:hover
{
	border: none;
	text-decoration: underline;
}

#audata
{
	width: 360px;
	color: #669966;
	font-size: 18px;
}

#audata a
{
	margin-right: 15px;
	color: #666;
	text-decoration: underline;
}

.navigation
{
	font-size: 24px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000;
}

.alignleft a
{
	float: left;
	margin: 25px 0;
	text-decoration: none;
}

.alignright a
{
	float: right;
	margin: 0;
	text-decoration: none;
}

/* right sidebar */
#sidebar
{
	width: 230px;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 150%;
	margin-top: 10px;
	padding-bottom: 20px;
}

#sidebar .widgets
{
	width: 230px;
	display: block;
	background: none;
	margin-bottom: 20px;
}

#sidebar label
{
	font: normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}

#sidebar h2
{
	color: #669966;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 12px;
	line-height: 36px;
	font-weight: normal;
}

#sidebar p
{
	margin: 0;
	padding: 0;
}

#sidebar img
{
	margin: 0;
	background: white;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-webkit-box-shadow: rgb(169, 172, 148) 1px 1px 2px;
	padding: 5px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#sidebar ul li
{
	margin: 0;
	padding: 0;
	line-height: 25px;
	list-style-type: none;
	color: #ccc;
	width: 100%;
}

#sidebar ul li a
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}


#sidebar ul ul li
{
	list-style-type: disc;
	margin-left: 15px;
}

#sidebar ul ul li a
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}


#sidebar ul ul ul li
{
	list-style-type: square;
	margin-left: 15px;
}

#sidebar ul ul ul li a
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

/* comments */
#commentform
{
	background: #fff;
	margin: 0;
	padding: 0;
}

#commentform p { color: #666; }

#commentform a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	line-height: 14pt;
}

#commentform h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
}

#comment { width: 80%; }

#author, #email, #url, #comment, #submit
{
	background: #fff;
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}

#author, #email, #url
{
	height: 16px;
	padding-top: 3px;
}

#submit
{
	margin: 5px 5px 0 0;
	cursor: pointer;
	color: #666;
}

#comments
{
	margin: 0;
	padding: 0;
}

#respond h3,
h3#comments
{
	color: #000;
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	clear: left;
}

ol.commentlist
{
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.avatar
{
	float: left;
	margin: 0 12px 0 0;
}

ol.commentlist li
{
	list-style-type: none;
	float: left;
	background: none;
	margin-bottom: 20px;
	padding-right: 10px;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 20px;
}

ol.commentlist li.alt
{
	background: none;
	margin-left: 20px;
	margin-top: 15px;
	border: none;
	padding: 0;
}

ol.commentlist li p
{
	margin: 0;
	padding: 0;
	line-height: 14pt;
}

ol.commentlist a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

cite
{
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

cite a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

/* misc */
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background: white;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-webkit-box-shadow: rgb(169, 172, 148) 1px 1px 2px;
	padding: 5px;
}

img.alignnone
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background: white;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-webkit-box-shadow: rgb(169, 172, 148) 1px 1px 2px;
	padding: 5px;
}


img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
	background: white;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-webkit-box-shadow: rgb(169, 172, 148) 1px 1px 2px;
	padding: 5px;
}

.alignright { float: right; }
.alignleft { float: left; }

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

.post ol li,
.post ul li { margin-left: 20px; }

/* footer */
#footer
{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 0;
	clear: left;
	color: #766556;
}

#footerint
{
	width: 888px;
	margin: 0 auto;
	background-color: #B6CD95;
	padding: 8px;
}

#copyinfo
{
	font-size: 12px;
	margin-top: 25px;
	float: left;
	width: 400px;
	text-align: left;
	line-height: 20px;
}

.logo
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#footer a
{
	border-bottom: none;
	color: #766556;
	text-decoration: underline;
	font-style: normal;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
	border: none;
}

#footermenu ul
{
	float: right;
	margin-top: 5px;
}

#footermenu ul li
{
	float: left;
	list-style: none;
	margin-left: 10px;
	padding-left: 15px;
	height: 18px;
	line-height: 18px;
	background: transparent url(images/bullet_icon.gif) no-repeat scroll 1px 5px;
}

#footermenu ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #766556;
}

#footermenu ul li a:hover { text-decoration: underline; }

.footercolumn2
{
	display: inline;
	margin-left: 20px;
	width: 165px;
}

.footercolumn
{
	display: inline;
	float: left;
	width: 192px;
	height: 205px;
	margin-top: 35px;
	background-color: #cee0b4;
	padding: 4px;
	border: solid 3px #e2f0d0;
	-moz-box-shadow: 0px 0px 6px 0 #cee0b4;
}

.clearfooter
{
	clear: both;
	height: 330px;
}

#footerform
{
	display: block;
	padding-top: 10px;
}

#footerform input#contact_email
{
	margin: 0;
	color: #fff;
	width: 196px;
	background: #b6cd95;
	border: none;
	padding: 4px 0 4px 0;
	height: 13px;
	font-size: 11px;
	-moz-box-shadow: 0px 0px 8px 0 #fff;
}

#footerform textarea#contact_question
{
	margin: 0;
	color: #fff;
	width: 196px;
	background: #b6cd95;
	border: none;
	font-size: 13px;
	-moz-box-shadow: 0px 0px 8px 0 #fff;
}

/* main menu */
#mainmenu
{
	float: right;
	width: 750px;
	height: 31px;
	clear: right;
	margin-top: 47px;
	martin-bottom: 20px;
}

.mainnav, .mainnav *
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainnav ul
{
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li
{
	float: left;
	position: relative;
	z-index: 500;
	height: 32px;
	line-height: 32px;
	margin-left: 30px;
}

.mainnav a
{
	display: block;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #b4cd96;
	font-family: tahoma;
}

.mainnav li#current a,
.mainnav li.current-cat a,
.mainnav li.current_page_item a,
.mainnav li:hover a
{
	color: #000;
	text-decoration: none;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul
{
	left: -1px;
	top: 32px;
	background: #fff;
	border: solid 1px #ccc;
	width: 170px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul { top: -999em; }

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul
{
	left: 170px;
	top: -2px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul { top: -999em; }

.mainnav li li
{
	display: block;
	padding: 0px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	border-right: none;
	margin-left: 0;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover { }

.mainnav li li a,
.mainnav li li a:link, 
.mainnav li li a:visited
{
	display: block;
	line-height: 35px;
	color: #000;
	margin-left: 10px;
	padding: 10px;
	padding-right: 0;
	font-size: 14px;
}

.mainnav li li a:hover { text-decoration: none !important; }

.rolodex
{
	background: transparent url(images/rolodex_ctw.png) top left no-repeat;
	height: 300px;
	width: 458px;
	padding: 15px 90px 30px 15px;
	border: 0;
	font-family: "Courrier New", Courier, monotype;
}

.address
{
	padding-top: 34px;
	font-size: 12px;
}

.attachment-post-thumbnail { }