/*   
Theme Name: tod Maffin
Theme URI: http://www.todmaffin.com/
Description: Theme created by Christine Rondeau of Bluelime media based on a design Created by Rob Hodgson
Version: 3.0
Author: Theme Development by Christine Rondeau of Bluelime Media
Author URI: http://www.bluelimemedia.com

*/

p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, cite {margin:0; padding:0;}
.hide {display:none;}

/* Fonts
-----------------------------------------------*/
a {color: #b58122;}
a:hover{color: #283c50;}
blockquote {margin: 0px 0px 0px 25px; border-left-style:5px solid;padding:0;line-height:1.2em;}

p, form, li, td {color:#000000; font-size:13px;}
td {vertical-align:top; text-align:left;}
.photo_table {
	border-collapse:collapse;
	margin:10px 0 0 0;
}
.photo_table td {padding-bottom:20px;}

h1, h1 a {
	font-size:32px; 
	margin:0 0 10px 0; 
	color:#000000; 
	font-weight:normal;
	letter-spacing:-1px;	
}
h1 a {text-decoration:none;}

h2 { 
	color:#333333; 
	font-weight:normal; 
	font-size:18px; 
	margin:20px 0 4px 0;
	letter-spacing:-1px;
} 

h3, #sidebar h2 { /* only used for column heads */
	color:			#000000; 
	text-transform:		uppercase; 
	font-weight:		bold; 
	font-size:		12px; 
	margin:			0px 0 0px 0;
	letter-spacing:		1px;
} 
h4, h5, h6 {font-size:14px; color:#283c50; font-weight:normal;}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 5px 0; margin-top:5px;}
.aligncenter {margin: 0 auto 0 auto;}
.wp-caption {
      text-align:center;  
      font-size:0.9em;
}

div.hr {
  height: 20px;
  background: transparent;
  border-bottom:1px dotted #a6a8aa;
  margin-bottom:20px;
}
div.hr hr {display: none;}


/* Main Layout
-----------------------------------------------*/

body {
	margin: 0; padding:0;
	background:#FFFFFE url(images/bg.jpg) top repeat-x;
	font-family: arial, "trebuchet ms", "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#000000;
	text-align:center;
}
#container_home, #container_speaking, #container_media, #container_about, #container_writing {width:100%;}
#container_home {background:url(images/main/home.jpg) 50% 0 no-repeat;}
#container_speaking {background:url(images/main/speaking.jpg) 50% 0 no-repeat;}
#container_media {background:url(images/main/media.jpg) 50% 0 no-repeat;}
#container_about {background:url(images/main/about.jpg) 50% 0 no-repeat;}
#container_writing {background:url(images/main/writing.jpg) 50% 0 no-repeat;}

#wrap {
	width: 960px;
	margin: 0px auto 0px auto; padding:0;
	text-align:left;
	position:relative;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
  	width: 960px; height:255px;
}

#logo a {
	float:left;
	margin:20px 0 0 0; 
	display: block; overflow: hidden;
	width: 487px; height:18px;
	background:url(images/logo2.png) top left no-repeat;
}


/* Top Navigation 
-----------------------------------------------------------*/
#main-nav {
	position:absolute;
	top:226px; left:0;
	width:960px; height: 22px;
	z-index:30;
}

#nav {
	margin: 0px; padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda, Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	height:auto;
}
#nav ul {
	margin: 0; padding: 0;
}
#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0px 10px; margin:6px 2px 0 2px;
	font-size:11px; 
}
#nav li a:hover {
	color: #BB8729;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: bold;
	margin: 0 0 0 3px;
	background:#56514e;
	z-index:14;
}
#nav li li {
	float:none;
	list-style:none;
	padding:3px 6px; margin:0;
	width:120px;
}

#nav li ul li a {
	color:#FFF;
	padding:0; margin:0;
	line-height:13px;
}
#nav li ul a:hover, #nav a.active  {
	color:#BB8729;
}

#nav li ul ul {
	margin: -20px 0 0 120px; padding:4px 0;
	z-index:200;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

#nav li.home_button a {
	border-left:none;
	margin:0; padding-right:0;
	width:18px; height:22px;
	background:url(images/home_button.gif) top left no-repeat;
}

#nav li.home_button a:hover, #nav li.home_button a.active {
	background:url(images/home_button.gif) bottom left no-repeat;
}
#nav li.right {float:right;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:960px;
	margin:30px 0 0 0;
}

#content {
	float: left; 
	width:465px;
	padding: 0px 30px 0 0; 
}

#sidebar {
	float:right; width:436px;}
#top_sidebar, #top_page_sidebar{
	padding-bottom:10px;
	border-bottom:1px dotted #BBB9B7;
}

#left_sidebar, #left_page_sidebar {
	float:left;
	width:210px; padding-top:10px;
}

#right_sidebar, #right_page_sidebar {
	float:right;
	padding-top:10px;
	width:210px;
}

/* Home page specific styles 
-------------------------------------------------------*/
#content_left {float: left;width:450px;}
#content_right {float:right; width:470px; padding:10px; background:#ededed;}

#content_left h3, #content_right h3 {
	margin:10px 0 5px 0;
	letter-spacing:3px;
}

#content_left h2, #content_right h2 {
	color:#B58122;
 	padding:0;
 	margin-bottom:10px;
}

hr {
	height:1px;
	border:none;
	border-bottom:1px dotted #a6a8aa;
	margin-bottom: 18px;
	clear:both;
}








.blogpost{
	float:left;
	width:340px;
	padding-right:15px;
}
.blogpost h2 { margin-top:0;}


/* Main body content formatting
--------------------------------------------------------------*/
#content p { padding:6px 0;}
#content ul, #content ol  { margin: 5px 10px; padding:5px 10px; line-height:18px;}

p.author {font-weight: normal; padding-top:10px; color:#898A8C; font-style:italic; font-size:11px; font-family:georgia, serif;}
p.author a, .more-link  {text-decoration:none;}

.entry {
	margin:10px 0 20px 0; padding:6px 0;
	border-bottom:1px dotted #a6a8aa;
}

.post-navigation {
	padding:10px 0 20px 0;
	font-size:11px;
}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-navigation {text-decoration:none;}


/* Left Sidebar
-------------------------------------------*/
#sidebar h3, #sidebar h2 {
	margin:10px 0px;
	letter-spacing:3px;
}

#sidebar ul {
	list-style: none;
	margin: 0; padding:0;
	font-size:11px;
}

#sidebar ul li {
	margin:0; padding:4px 0;
	list-style: none;
}

#sidebar a {
	color: #b58122; 
	margin: 0px; padding: 4px 0;
	font-weight:normal;
}
#sidebar ul li a:hover, #sidebar ul li.current_page_item a {color: #143950;}




/* Footer area
------------------------------------------------------------*/

#footer {
	text-align: center;
	width:100%;
	padding:15px 0 0 0; margin:100px 0 0 0;
	background:#58504E;
}
#footer p {color:#C9C9CD; line-height:16px; }
#footer a { text-decoration:none; color:#C9C9CD; font-size:12px; }
#footer a:hover  { color:#FFF;}
#foot {
	margin:0px auto 0px auto;
	width:960px; height:230px;
	text-align:left;
	background:url(images/foot_lavin.gif) bottom right no-repeat;
}
	
#foot-left {float:left; width:850px;padding:20px 0;}
#foot p a { padding-right:10px; }
#foot h3 { font-size:14px; color:#C9C9CD; text-transform: none; font-weight: normal; margin-bottom:10px;}
#foot h4 { font-size:14px; color:#C9C9CD; font-weight:normal; display:inline; margin-right:20px;}
.social_media {	float:left; padding-top:20px;}
.social_media li {display:inline; margin:10px 10px 0 0;}
#lanvin a {
	float:right;
	width:110px; height:80px;
	margin-top:50px;
	display:block;
}

/* Comments Template 
-----------------------------------------------------------*/

.comments-template{
  display: block;
  clear: both;
  margin: 0px 20px 0 0; padding:0;
}

.comments-template p {margin-bottom: 8px;}

.comments-template h3{
	padding:0 0 10px 0; margin:20px 0 0px 0;
	color:#E29617;
	font-size:12px;
}

h3 #comments, h3 #respond{padding: 0 0 0 15px;}

h3 #respond{padding: 30px 0 0 15px;}

.comments-template #commentlist {
  display: block;
  clear: both;
  border-bottom:1px dotted #a6a8aa;
  margin: 15px 0; padding: 0;
}


.comments-template #commentlist .commentmetadata {
  display: block;
  float: right;
  clear: left;
  width: 120px;
  padding: 5px 10px;
  font-size: 11px;
}

.comments-template #commentlist .commenttext {
  display: block;
  float: left;
  width: 420px;
  padding: 5px 10px 5px 5px;
}
/* alternate comments */

#commentsform form{
	text-align:left;
}

#commentsform form textarea{
	width:99%;
}












