/*
Theme Name: IG Sotheby's
Theme URI: http://op111.net/
Description: Child Theme for IG Sothebys
Author: Anne Francis
Author URI: http://annefrancis.biz/
Template: ig-sothebys
Version: 0.1
*/
 
@import url("../ig-sothebys/style.css");


/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}
	
h1 {font-size: 18px; line-height: 20px; margin: 0 0 14px;color: #112751;}
h2 {font-size: 15px; line-height: 17px; margin: 0 0 12px;color: #ae853a;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}


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{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

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


/* links */

a{
	color:#112751;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container { background:black;}

	
/* header */

#header {
	/*background:#e6e6e6;*/
  	width:100%; 
  	height:100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #112751; text-decoration: none;}
#header h1 a:hover{color: #ae853a; text-decoration: none;}


#header h2{
	font:normal 10pt font-family: Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	color:#112751;
	padding: 0 0 0 18px;
	margin:0;	
	}
#header h2 a:hover{color: #ae853a; text-decoration: none;}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */

#content {background: white; margin: 0; padding: 0;width: 760px;}

#maintextarea {float: left; display: inline;}

#contentblog {
	float: left;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #ae853a;
	border-left: 1px solid #ae853a;
	width: 410px;
	margin-bottom: 15px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal font-family: Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	}
	
.post h2 a{
	color: #1d4ca8;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ae853a;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:11px;
	text-align: center;
	}
	
.alignleft a{float:left; display: inline; margin: 7px 0 24px;}
.alignright a{float:right; display: inline; margin: 7px 0 24px;}
	



/* right sidebar */

#right {
	width:135px;
	float: right;
	display: inline;
	padding:0;
	border: none;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #ae853a;	
	margin: 0;
	padding: 0;
}

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

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

#right img {padding: 0; margin: 0;}

#right ul {
	margin:0 0 12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:0 0 14px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#right li h2 {margin: 0;}



/* left sidebar */

#left{
	float: left;
	display: inline;
	width: 100px;
	margin-right: 20px;
	padding: 0;
	border: none;
	text-align: center;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #ae853a;	
	margin: 0 0 10px;
	padding: 0;
}

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

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

#left img {padding: 0; margin: 0;}

#left ul {
	margin: 0 0 12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 0 0 14px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}




/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

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

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/*GENERAL MODS*/


p.postmetadata {background-color: white;padding: 0; margin: 0 0 12px; font-size: 11px; line-height: 14px;}
div.post h2 {margin-bottom: 0;}
div.post small {color: #ae853a; margin-bottom: 12px;}
div.firstposthome {
	width: 100%;
	border-bottom: 1px solid #ae853a;
	}

div.otherposthome {
	margin-top: 12px;
	float: left;
	display: inline;
	width: 185px;
	}
div.otherposthome h2 {font-size: 16px; line-height: 19px;}
div.otherposthome p {font-size: 11px; line-height: 15px;}
div.otherposthome p.postmetadata {font-size: 10px; line-height: 13px;}

.rightpost {
	margin-left: 15px;
	border-left: 1px solid #ae853a; 
	padding-left: 20px;
	width: auto;
	float: right;
	display: inline;
	}

div.postdivider {clear: both; border-top: 1px solid #ae853a;}



#left span.avatar {padding-bottom: 2px;}
#left div.biography {font-size: 11px; line-height: 14px;}
#left div.user {margin-bottom: 12px;}
div.firstposthome div.entry {}
div.entry p {margin: 0 0 12px;}


div.entry h3, div.entry h2, div.entry h4 {color: #ae853a; font-weight: normal;}
div.entry h2 {font-size: 18px; line-height: 21px; margin-top: 5px; margin-bottom: 10px;}
div.entry h3 {font-size: 16px; line-height: 20px; margin-top: 5px; margin-bottom: 10px;}
div.entry h4 {font-weight: bold; font-size: 14px; line-height: 18px; margin-top: 5px; margin-bottom: 10px;}

div.otherposthome div.entry h2 {font-size: 15px; line-height: 19px; margin-top: 3px; margin-bottom: 6px;}
div.otherposthome div.entry h3 {font-size: 14px; line-height: 18px; margin-top: 3px; margin-bottom: 6px;}
div.otherposthome div.entry h4 {font-weight: bold; font-size: 13px; line-height: 16px; margin-top: 3px; margin-bottom: 5px;}

/*FEATURED AUTHOR HOMEPAGE*/
div.featuredauthor {width: 144px; float: right; display: inline; margin-left: 10px; margin-bottom: 6px; background: url('/images/blog-featuredauthorhead.gif') no-repeat top;}
.featuredauthorpad {padding: 25px 6px 5px; border: 1px solid #ae853a;}
div.featuredauthor h1, div.featuredauthor p {color: #112751;}
div.featuredauthor h1 {font-size: 14px; line-height: 15px; font-weight: bold; font-family: georgia, times; margin-bottom: 3px; padding-bottom: 1px;}
div.featuredauthor p {font-size: 11px; line-height: 12px; margin-bottom: 3px;}
div.featuredauthor p a {font-weight: normal;}
div.featuredauthor p a:hover {text-decoration: underline;}
div.userphotofeaturedarticle img {width: 60px; height: 60px; float: right; display: inline; margin: 0 0 3px 4px;}

/*AUTHOR PAGE*/
#contentblog.authorpage {width: 565px; border-left: 0; border-right: 0; padding-left: 0; margin-left: 0;}
.authorpage div.featuredauthor {width: 565px; margin-bottom: 12px; margin-left: 0; background: none;}
#contentblog.authorpage .featuredauthorpad {padding: 9px 9px 0; border: 1px solid #ae853a;}
#contentblog.authorpage div.featuredauthor h1, div.featuredauthor p {color: #112751;}
#contentblog.authorpage div.featuredauthor h1 {font-size: 22px; line-height: 24px; font-weight: bold; font-family: georgia, times; margin-bottom: 7px; padding-bottom: 1px;}
#contentblog.authorpage div.featuredauthor p {font-size: 12px; line-height: 16px; margin-bottom: 9px;}
#contentblog.authorpage div.featuredauthor p a {font-weight: normal;}
#contentblog.authorpage div.featuredauthor p a:hover {text-decoration: underline;}
#contentblog.authorpage div.userphotofeaturedarticle img {float: right; display: inline; width: 150px; height: 150px; margin: 0 0 0 4px;}
.authorpage h2 {font-weight: bold; color: #112751;}
#contentblog.authorpage div.featuredauthor p.agentlinklist {display: block; background-color: #ae853a; color: white; padding: 7px; margin: 0; text-align: center; font-family: verdana, helvetica, arial; margin-bottom: 9px; font-size: 12px; line-height: 12px; margin-top: 8px;}
#contentblog.authorpage div.featuredauthor p.agentlinklist a {font-weight: bold; color: white; font-weight: bold; margin-top: 0; padding-top: 0;}
#contentblog.authorpage div.featuredauthor div.entry h2 {font-weight: bold;}


div.singlepostpage p.postmetadata {display: none; visibility: hidden;}
div#respond h3 {color: #ae853a; border-top: 1px solid #ae853a; padding-top: 15px; padding-bottom: 10px;}
h3.latestposthead {font:normal 10pt arial, georgia, times; color: #ae853a; border-bottom: 1px solid #ae853a; padding-bottom: 6px; margin-bottom: 15px;}
h3.olderpostshead {font:normal 10pt arial, georgia, times; color: #ae853a; border-top: 1px solid #ae853a; padding-top: 6px; border-bottom: 1px solid #ae853a; padding-bottom: 6px; margin-bottom: 10px; margin-top: 20px;}

div.singlepostpage div.post h2 {color: #112751; font-weight: bold;}

div.navigation div.alignleft {float: left; width: 45%; display: inline; padding-top: 0;}
div.navigation div.alignright {float: right; width: 45%; display: inline; padding-top: 0;}
div.navigation {margin: 0; padding: 0; text-align: center;}

div.archivepage div.post {margin-bottom: 30px;}
div.archivepage div.entry h2 {font-size: 13px; font-weight: bold; margin-bottom: 5px;}
div.archivepage h2.pagetitle {margin-bottom: 20px;}

div.singlepostpage div.entry h2 {font-size: 15px; font-weight: bold; margin-bottom: 5px; color: #ae853a;}
div.singlepostpage div.entry {padding-top: 9px;}

div.printlink {margin-bottom: 15px;}

div.twit_widget {clear: both; border-top: 1px solid #ae853a; padding-top: 10px; border-bottom: 1px solid #ae853a; }
div.twit_widget h2 a img {padding-right: 5px;}
div#right div.twit_widget ul li {font-size: 10px; line-height: 13px; }
span.from-meta {display: none; visibility: hidden;}
div.twit_widget h2 a {font-size: 13px; line-height: 14px; font-family: Verdana, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;}
span.entry-content {display: block; margin-top: 3px;}

li.cat-item ul.children
{
display:none;
visibility: hidden;
}
