/*
Theme Name: Acclaimed
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#000D1D url(images/bgslice.png) center repeat-y;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0;
	}

	
h1 {font-size: 18pt; margin-bottom: 20px;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0 20px 20px 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:#4285ab;
	text-decoration:none;
	}

a:hover{color: #104767; text-decoration: none;}



/* container */


#container {
	width: 980px;
	margin: 0 auto 25px auto;
	padding:0;
	background:#fff url(images/contentbg.jpg) center repeat-y;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#dedede url(images/headerbg.jpg) center no-repeat;
  	width: 980px; 
  	height: 150px;
	color: #fff;
	text-align: center; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding-top: 21px;
	margin-bottom:0;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-family: georgia, times, serif;
	font-size: 16pt;
	overflow:hidden;
	text-align: center;
	margin: 0 10px;
	padding: 16px 0;
	background: transparent url(images/menubg.jpg) center no-repeat;
	width: 960px;
}


#menu ul {
	margin: 0 135px;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:0 15px;
	margin: 0;
	color: #a0a0a0;
	display:block;
	font-weight: normal;
}

#menu ul li a:hover {
	color:#104767;
	text-decoration: none;
}

/* welcome */

#welcome {
	width: 980px;
	height: 369px;
	margin: 0;
	background: transparent url(images/welcome_bg.jpg) left no-repeat;
	}
p.intro{
	float: right;
	margin: 110px 20px 0 0;
	width: 530px;
	font-size: 14px;
	color: #717171;
	line-height: 1.5em;	
	}

/* content */


#content {
	float:right;
	width:680px;
	overflow: hidden;
	margin:0;
	margin: 20px 30px 20px 20px;
	}
	
#content p {
	font-size: 13px;
	color: #717171;
	line-height: 1.5em;	
	}
	
.post {
	margin:0;
	padding:10px 0 0 0;
	line-height: 14pt;
	}
.post h1 {
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, times, serif;
	color:#104767;}
	
h1.widgettitle {
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, times, serif;
	color:#104767;}
	
.post h2{
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, times, serif;
	color:#717171;
	line-height: 1.25em;
	}
	
.post h2.blogentry{
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, times, serif;
	color:#104767;
	line-height: 1.25em;
	}
	
.post h2 a{
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, times, serif;
	color:#104767;
	}
	
.post h2 a:hover{
	text-decoration: underline;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:209px;
	min-height: 200px;
	float:left;
	margin:20px 0;
	padding: 20px 20px 0 20px;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, times, serif;
	color:#104767;
	margin: 0 0 2px 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:5px 0;
	padding:0;
	font-size: 12px;
	margin-left: 10px;
	}

#sidebar ul li {
	margin-bottom: 7px;
	padding: 0;
	line-height: 1.35em;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar 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;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* 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;
}


/* sections */

#sections {
	float: left;
	}
#sections ul li{
	display:inline;
	float: left;
	}

#sections ul li a#book-acclaimed {
	display: block;
	width: 331px;
	height: 229px;
 	background-image: url(images/sections_bg-bob.jpg);
 	top: 0;
 	left:0;
 	margin-left: 10px;
 	}
 	
 #sections ul li a#book-acclaimed:hover {
 	background-image: url(images/sections_bg-bob.jpg);
	background-position: 0 -229px;
 	width: 331px;
	height: 229px;
 	}
 #sections ul li a#featured-speaker {
	display: block;
	width: 309px;
	height: 229px;
 	background-image: url(images/sections_bg-bob.jpg);
 	background-position: -331px 0;
 	}
  #sections ul li a#featured-speaker:hover {
	display: block;
	width: 309px;
	height: 229px;
 	background-image: url(images/sections_bg-bob.jpg);
 	background-position: -331px -229px;
 	}
 #sections ul li a#join-acclaimed {
	display: block;
	width: 320px;
	height: 229px;
 	background-image: url(images/sections_bg-bob.jpg);
 	background-position: -640px 0;
 	}
  #sections ul li a#join-acclaimed:hover {
	display: block;
	width: 320px;
	height: 229px;
 	background-image: url(images/sections_bg-bob.jpg);
 	background-position: -640px -229px;
 	}

#sidebar-sections {
	float: left;
	}
#sidebar-sections ul {
    margin-left: 0 !important;
	}

#sidebar-sections ul li a#book-acclaimed {
	display: block;
	width: 220px;
	height: 149px;
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
 	}
 	
 #sidebar-sections ul li a#book-acclaimed:hover {
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
	background-position: 220px 0px;
 	}
 #sidebar-sections ul li a#featured-speaker {
	display: block;
	width: 220px;
	height: 184px;
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
 	background-position: 0px -149px;
 	}
  #sidebar-sections ul li a#featured-speaker:hover {
	display: block;
	width: 220px;
	height: 184px;
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
 	background-position: 220px -149px;
 	}
 #sidebar-sections ul li a#join-acclaimed {
	display: block;
	width: 220px;
	height: 144px;
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
 	background-position: 0px -333px;
 	margin-top: 10px;
 	}
  #sidebar-sections ul li a#join-acclaimed:hover {
	display: block;
	width: 220px;
	height: 144px;
 	background-image: url(images/sections-sidebar_bg-bob.jpg);
 	background-position: 220px -333px;
 	}
/* speakers */

.speaker-name {
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, times, serif;
	color:#104767;
}

.speaker-title {
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, times, serif;
	color:#717171;
	line-height: 1.25em;
}

/* footer */

#footer {
	background: transparent url(images/footerbg.jpg) top center no-repeat;
	clear: both;
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border-top: 0px solid #ccc;
	padding: 0;
	}
	
#footer p{padding:20px 30px; margin: 0; color: #406c85; text-align:right; font-family: georgia, times, serif;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

