/*
Theme Name: 21st Century Leader Awards
Theme URI: http://wordpress.org/
Description: Custom theme for 21st Century Leader Awards
Version: 1
Author: Kirsty Burgoine
Author URI: http://www.kirstyburgoine.co.uk
Tags: custom header, fixed width


ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background-color: #541220;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	
}

/* ------- 2. structure ------- */

#wrapper {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
	width: 800px;
}

#home-wrapper {
margin: 100px auto;
	height: auto;
	overflow: hidden;
	width: 800px;
}

#masthead {  /* Company logo or banner */
height: 106px;
width: 800px;
}

#logo {
}

#navContainer {
width: 800px;
height: 20px;
border-top: solid 2px #A68A52;
border-bottom: solid 2px #A68A52;
padding: 10px 0;
text-align: center;
font-family: Gill Sans, Arial, Helvetica, sans-serif;
}

#subNav, #subsubNav {
width: 800px;
height: 20px;
padding: 10px 0;
text-align: center;
font-family: Gill Sans, Arial, Helvetica, sans-serif;
}


#spacer {
height: 30px;
}

#content {  /*  Main central content box  */
margin-top: 10px;
position: relative;
min-height: 300px;
}

#gallery-content {  /*  Main central content box  */
margin-top: 50px;
}

#video {
width: 640px;
margin: 0 auto 30px auto;
height: 600px;;
position: relative;
z-index: 1;
}

#video_1 {
position: absolute;
z-index: 0;
}

object {
position: relative;
z-index: 0;
}

#video p {
margin-top: 10px;
}

.post {
text-align: justify;
}

.home-entry {
width: 295px;
margin: 0 auto;
height: 350px;
}

.home-entry p {
text-align: center;
}


.home-entry p a {
color: #fff;
font-size: 14px;
}

.entry { /* all content added through wp text editor */ 

}

#footer {
width: 800px;
height: 30px;
border-top: solid 2px #A68A52;
border-bottom: solid 2px #A68A52;
padding: 5px 0;
text-align: center;
}


.credit p {
width: 800px;
text-align: center;
}

.seperator {
	clear: both;
	height: 0;
}

.margin30 {
margin-top: 30px;
}

/* ------- 3. links and navigation ------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #A68A52;
	text-decoration: none;
	font-weight: 500;
}

a:visited {
}

a:hover {
}

a:active {
}

#navContainer ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 100%;

}

#navContainer ul li {
display: inline;
}

#navContainer ul li a {
padding: 0 8px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
}

#navContainer ul li a:hover {
color: #A68A52;
}

#navContainer ul li a.active {
color: #A68A52;
}

#subNav ul li, #subsubNav ul li {
display: inline;
}

#subNav ul li a, #subsubNav ul li a {
padding: 0 10px;
color: #fff;
text-decoration: none;
text-transform: capitalize;
font-size: 12px;
}

#subNav ul li a:hover, #subsubNav ul li a:hover {
color: #A68A52;
}

#subNav ul li a.active, #subsubNavul li a.active {
color: #A68A52;
}

#subNav ul {
height: 30px;
border-bottom: solid 2px #A68A52;
}

#subNav ul li ul {
display: none; 
position: absolute;
top:210px;
width: 800px;
height: 20px;
border: none;
padding: 10px 0;
}


#footer ul {
list-style-type: none;
margin: 5px auto;
padding: 0;
width: 500px;

}

#footer ul li {
display: inline;
}

#footer ul li a {
padding: 0 10px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
}

#footer ul li a:hover {
color: #A68A52;
}

#footer ul li a.active {
color: #A68A52;
}

#footer ul.social {
float: left;
width: 80px;
margin: 0;
}

#footer ul.social li a {
padding: 0;
}

a.more {
font-size: 11px;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul {
}



h1 {
font-family: Gill Sans, Arial, Helvetica, sans-serif;
font-size: 24px;
/*text-transform: capitalize; */
padding: 10px 0;
font-weight: 500;
}

h2 {
font-family: Gill Sans, Arial, Helvetica, sans-serif;
font-size: 24px;
text-transform: capitalize;
/* padding: 10px 0; */
font-weight: 500;
}

h2 a {
text-transform: capitalize;
}

h3 {
font-size: 20px;
}

.post-837 h3 {
font-size: 18px;
}

h4{
}

p, ul {
font-size: 12px;
line-height: 20px;
margin-bottom: 10px;
}

table {
font-size: 11px;
line-height: 18px;
text-align: left;
}

table strong {
font-size: 14px;

}
table.leaders-table strong {
color: #A68A52;
}


table.leaders-table tr {
height: 20px;
vertical-align: top;
text-align:
}

table.leaders-table a {
color: #fff;
}

table.leaders-table a:hover {
color:#A68A52;
}

ul {

}

ul.awardees {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.awardees li {
display: inline;
float: left;
margin-right: 10px;
}

ol {
}

hr {
}

table {
font-size: 12px;
}

table.home {
background-color: #A68A52;
}

table.home .wp-caption, table.home p.wp-caption-text {
color: #fff;
}

.hide {
display: none;
}

.show {
display: block;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	/* background-color: #f3f3f3; 
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
	color: #A68A52;
	width:110px;
	overflow: hidden;
}

.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;
}
/* End captions */

/* ------- 5. images ------- */

a img {
	border: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* Gallery stuff */

ul#thumbs {
list-style-type: none;
margin: 0 auto;
padding: 0;
}

ul#thumbs li {
display: inline;
padding: 0;
margin: 0;
}

ul#thumbs li a {

}

.entry ul#thumbs li a img:hover {
border: solid 1px #fff;
}

.entry ul#thumbs li a img {
margin: 10px 10px 0 0;
border: solid 1px #A68A52;
}

#video-thumbnails {
width: 640px;
margin: 0 auto;

}

#video-thumbnails h3 {
margin-top: 10px;
font-weight: 500;
color: #A68A52;
}

ul.video-thumbs {
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 660px;
}

ul.video-thumbs li {
display: inline;
padding: 0;
margin: 0;
height: auto;
float: left;
}

ul.video-thumbs li a {

}

.entry ul.video-thumbs li a img:hover {
border: solid 1px #fff;
}

.entry ul.video-thumbs li a img {
margin: 10px 10px 0 0;
border: solid 1px #A68A52;
}


ul.video-test {
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 660px;
position: relative;
z-index: 100;
}

ul.video-test li {
display: inline;
padding: 0;
margin: 0;
height: 100px;
width: 150px;
position: relative;
z-index: 100;
}

ul.video-test li a {
float: left;
position: relative;
z-index: 100;
}

.entry ul.video-test li a img:hover {
border: solid 1px #fff;
}

.entry ul.video-test li a img {
margin: 10px 10px 0 0;
border: solid 1px #A68A52;
}

.qtip-tip {
position: relative;
z-index: 5000;
}

.qtip-content {
font-size: 11px;
line-height: 16px;
position: relative;
z-index: 5000;

}

.caption {
width: 150px;
float: left;
clear: left;
}

/* ---------------------------------------------------------------------------------------------------------- */


.home-entry img {
margin: 60px auto 0 auto;
}

#home-wrapper img.top {

}

#home-wrapper img.bottom {

}

#searchform {
float: right;
padding-top: 4px;
}

#searchform .textfield {
width: 150px;
border: solid 1px #fff;
padding: 2px 3px;
}

#searchform .textfield:hover {
border: solid 1px #A68A52;
}

#searchsubmit {
border: none;
cursor: pointer;
color: #fff;
background-color: #A68A52;
padding: 2px 4px;
}

#searchsubmit:hover {
color: #000;
}

ul.press-thumbs {
list-style-type: none;
margin: 20px 0;
padding: 0;
clear: both;

}

ul.press-thumbs li {
display: inline;
}

ul.press-thumbs li img {

margin-right: 10px;
}
