/*
Theme Name: Tori Woods
Theme URI: http://toriwoods.com
Description: Existing site translated to Wordpress
Author: Brendan Cullen
Version: 1.0
Tags: custom
*/


* { margin: 0; padding: 0; }
body {background: url(images/background.jpg) no-repeat  center 0 #cdad86;
	
	text-align: center;
	color: #4e3106;
	font-size: 12px;
	line-height: 20px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
.wrapper {
	margin: 0 auto;
	width: 915px;
	text-align: left;
	position:relative;
}


/*////////////////////////////////////////////////// HEADER STYLES */

#header_container {
	position:relative;
	height: 98px;
	position:relative;
}
#logo {
	height: 98px;
	position:relative;
	width: 540px;
	margin-left: 7px;
	background: transparent url(images/logo.png) no-repeat 0 0;
}
#logo a, #logo a:active, #logo a:visited, #logo a:hover {
	height: 98px;
	width: 250px;
	display: block;
	outline: none;
}
#nav_container {
	height: 39px;
	top:0px;
	margin-top:-272px;
right:0px;
	position:absolute;
	z-index:100;
	width: auto;
}
.nav_tab, .nav_tab_selected {
	position:relative;
	float: left;
	display: inline;
	height: 29px;
}
.nav_tab_left, .nav_tab_right {
	float: left;
	display: inline;
	height: 29px;
	width: 5px;
}
.nav_tab_selected .nav_tab_left { background: transparent url(images/nav_tab_left.gif) no-repeat 0 0; }
.nav_tab_selected .nav_tab_right { background: transparent url(images/nav_tab_right.gif) no-repeat 0 0; }
a.nav_tab_center, a.nav_tab_center:active, a.nav_tab_center:visited {
	float: left;
	display: inline;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a.nav_tab_center:hover { color: #CCC; }
.nav_tab_selected a.nav_tab_center, .nav_tab_selected a.nav_tab_center:active,
.nav_tab_selected a.nav_tab_center:visited {
	background: transparent url(images/nav_tab_center.gif) repeat-x 0 0;
	color: #333;
}

/*////////////////////////////////////////////////// CONTENT STYLES */

#content_nav {
	position:relative;
	float:left;
	width: 890px;
}
#content_container {
	position:relative;
	float: left;
	width: 885px;
	display: inline;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#content_middle {
	position:relative;
	float: left;
	width: 885px;
	display: inline;
	margin: 0 0 15px 0;
	background:#FFF;;
	border: 2px solid #4e3106;
}


#content_left {
	position:relative;
	float: left;
	display: inline;
	width: 560px;
	margin: 0 25px 0 15px;
	padding: 10px 0;
}
#content_body {
	position:relative;
	float: left;
	display: inline;
	width: 530px;
	text-align: justify;
}
#content_body ul {
	margin-left: 15px;
}
#content_left .title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
#content_body .inline_title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#content_body img {margin-right: 10px;
					margin-bottom: 10px;}
					
#content_right {
	position:relative;
	float: left;
	display: inline;
	width: 285px;
	margin-left: -3px;
	padding: 10px 0;
}
#ramblings {
	float: left;
	display: inline;
	margin: 0 10px 20px 10px;
	width: 265px;
}
#ramblings .title {
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}
#ramblings .title a, #ramblings .title a:active, #ramblings .title a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
#ramblings .title a:hover { text-decoration: none; }
#ramblings ul {
	float: left;
	display: inline;
	width: 265px;
	list-style-type: none;
	font-size: 10px;
	line-height: 16px;
}
#ramblings ul li {
	float: left;
	width: 240px;
	margin-bottom: 15px;
	padding-left: 15px;
	background: transparent url(images/list_item_bg.png) no-repeat 0 4px;
}
a#learn_how, a#learn_how:active, a#learn_how:visited, a#learn_how:hover {
	float: left;
	display: inline;
	/*
	width: 285px;
	height: 402px;	
	background: transparent url(images/ad.png) no-repeat 0 0;
	*/
	width: 162px;
	height: 229px;
	margin-left: 60px;	
	margin-bottom: 10px;
	background: transparent url(images/ad2.png) no-repeat 0 0;
}

ul#socialmedia {
	display: block;
	width: 162px;
	clear: both;
	margin: 10px 0 10px 60px;
}

ul#socialmedia li {
	display: block;
	width: 50px;
	height: 56px;
	float: left;
	padding: 4px 4px 0 0;
}

ul#socialmedia li a, ul#socialmedia li a:visited {
	background: transparent;
	display: block;
	width: 50px;
	height: 56px;
	float: left;	
}

ul#socialmedia li a:hover, ul#socialmedia li a:focus {background: #cdad86;}



/*////////////////////////////////////////////////// HOME STYLES */

a#home_banner, a#home_banner:active, a#home_banner:visited,
a#home_banner:hover {
	float: left;
	display: inline;
	
	width: 885px;
	height: 228px;
	outline: none;
	background: transparent url(images/header.jpg) no-repeat 0 0;
	border: 2px solid #4e3106;
}

.post {padding: 20px 0;}

/*////////////////////////////////////////////////// FOOTER STYLES */

#footer {
	position:relative;
	float: left;
	display: inline;
	width: 915px;
	border-top: 1px solid #CCC;
	color: #4e3106;
	margin-top: 15px;
	font-size: 11px;
}
#footer a, #footer a:active, #footer a:visited {
	color: #4e3106;
	text-decoration: none;
}
#footer a:hover {
	color: #006699;
}
#footer p {
	display: inline;
	width: auto;
}
#copyright { 
	float: left;
	margin: 20px 0 20px 15px;
}
#links {
	float: right;
	margin: 20px 15px 20px 0;
}

/*///////////////////////////////////////////////////// FORM STYLES */

#content_body label {
	display: inline;
	margin: 10px 0;
	width: 150px;
	color: #55AA55;
	font-weight: bold;
}
#content_body .text_field {
	width: 350px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	padding: 3px;
}
#content_body span.radio {
	width: 250px;
}
#content_body .button {
	padding: 2px 4px;
	margin: 15px 0;
}



/*////////////////////////////////////////////////// GENERAL STYLES */

.hidden { display: none; }
a, a:active, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
.blue { color: #006699; }
.error { color: #C00; }
p { margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
span.half {
	float: left;
	width: 50%;
}

.title_blue {width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color:#006699;}
	
	
	/*------------------BLOG---------------*/
#comments{
	margin:20px 10px;
}
.comment_lt{
	padding:10px;
	background:#FFF;
	border-top:1px solid #DDD;
}
.comment_dk{
	padding:10px;
	background:#F9F9F9;
	border-top:1px solid #DDD;
}
.comment_date{
	color:#999;
	font-size:10px;
}
.comment_title{
	font-size:14px;
	font-weight:bold;
}
.comment_body{
	border-top:1px dashed #CCC;
	margin:5px 0 0 0;
	padding:5px 10px 0 10px;
	font-size:11px;
}



/*  ----------- DROPDOWNS -----------  */
img{
border:none;
}

#sddm{	
position:relative;
float:right;
}

#sddm li{	
list-style: none;
float: left;
font-size:14px;
position:relative;
font-weight:bold;
}

#sddm li div a{	
display: block;
width: 150px;
color: #4e3106;
text-align: left;
text-decoration: none;
border:#4e3106 1px solid;
background-color:#cdad86;
position:relative;
}

#sddm li div a:hover{	
color: #006699;
}

#sddm div{	
position: absolute;
z-index:100;
visibility: hidden;
background-color:#cdad86;
border:#4e3106 1px solid;
width:auto;
top:40px;
left:0px;
}

#sddm div a{	
position: relative;
display: block;
margin: 0;
padding: 5px 10px;
width: auto;
white-space:normal;
text-align: left;
text-decoration: none;
background: #e8e8e8;
color: #000000;
font-size: 11px;
font-weight:normal;
}

body.page #comments, body.page .entry-title, .entry-meta .meta-sep,.entry-meta .author {display: none;}
