/*

Theme Name: La Dany

Theme URI: http://www.ladany.com

Description: A custom theme for the documentary film "La Dany"

Version: 1.0

Author: Brendan Sera-Shriar

Author URI: http://www.digibombinc.com/

*/
/* Theme based on Vector Lover by the Theme Lab http://www.themelab.com/ */




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

   HTML ELEMENTS

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



/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }



body {

	background: #e7e7e7 url(images/bg.png) no-repeat;

	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

	color: #003662; 

	text-align: center;	

}



/* links */

a, a:visited {	

	color: #0060af;

	background: inherit;

	text-decoration: none;

}

a:hover {

	color: #000;

	background: inherit;

	/*border-bottom: 1px dotted #000;*/

	text-decoration: underline;

}



/* headers */

h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	font-weight: Bold; 	

	padding: 10px;		

	color: #003662;	

}

h1 {

	font-size: 2.9em;		

}

#social-col h2 {

	font-size: 1.8em;

	color: #003662;

}

#social-col ul.col-list {
	
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#social-col ul.col-list img {
	border:none;
	float:left;
	padding:0 10px 0 0;
}
#social-col ul.col-list li {
	
	line-height: 36px;
	padding: 4px 0 4px 8px;
	width: 98%;	
}

#social-col ul.col-list li a {
	display: block;
	font-weight: bold;
	color: #003662;
	
	text-decoration: none;
}

#social-col ul.col-list li a span {
	color: #003662;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#social-col ul.col-list li a:hover,
#social-col ul.col-list li a:hover span {
	color: #003662;
	text-decoration: underline;
}



h3 {

	font-size: 1.6em;

	font-weight: normal;	

	padding: 16px 10px 4px 10px;	

}



/* Paragraph */

p { padding: 12px 10px;	}



/* Lists */

ul, ol {

	margin: 10px 20px;

	padding: 0 20px;	

}

ul { list-style: none; }



dl { padding: 10px; margin: 0; }



dt {

  font-weight: bold;

  color: #79A62E;

}

dd {

  padding-left: 25px; 

}



/* images */

/*img {

	background: #FAFAFA;

   border: 1px solid #E4E4E4;

	padding: 8px;

}*/

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



code {

  	margin: 5px 0;

  	padding: 15px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;

  	/* white-space: pre; */

  	border: 1px solid #EEE8E1; 

	background: #FAF7F5;

}

acronym {

  cursor: help;

  border-bottom: 1px dotted #895F30;

}

blockquote {

	margin: 15px 10px;

 	padding: 5px 7px 5px 40px;  	

   font-weight: normal;

	font-size: 17px;

	line-height: 1.6em;

	font-style: italic;

	font-family: Georgia, 'Times New Roman', Times, serif;		

	color: #80614D;	

	border: 1px solid #EEE8E1; 

	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;

}



/* start - table */

table {

	border-collapse: collapse;

	margin: 15px 10px;		

}

th {

	height: 38px;

	padding-left: 12px;

	padding-right: 12px;

	color: #fff;

	text-align: left;

	background: #ADD163;	

	border-width: 1px;

  	border-style: solid;

  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	

}

tr {

	height: 34px;

	background: #fff;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border: 1px solid #E7F0CC;	

}	

/* end - table */



/* form elements */

form {

	margin: 20px 10px; 

	padding: 15px 25px 25px 20px; 

	border: 1px solid #ddd; 

	background: #e7e7e7;

}

form p {

	/*border-bottom: 1px solid #002442;*/

	padding: 12px 0 5px 0;	margin: 0;	

	color: #003662;

}

label {

	font-weight: bold;

	color: #003662;

}

input, select, textarea {

	margin: 5px 0;

	padding: 5px;

	color: #003662;

	border-width: 1px;

	border-style: solid;

  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 

}

option { padding-right: 0.5em; } 



#author, #email, #comment, #url{

	width: 455px;

}

input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 30px;

	margin: 0;

	padding: 2px 3px; 

	color: #fff;

	background: #003662;

	

	border-width: 1px;

  	border-style: solid;

  	border-color: #002442 #002442 #002442 #002442;

}





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

   LAYOUT

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

#wrap {

	position: relative;

	width: 952px;

	background: #e7e7e7 /*url(images/wrap.gif) repeat-y center top*/;

	margin: 40px auto 30px auto;

	text-align: left;	

}

#content-top {

	clear: both;	

	height:50px;	

	width: 952px;						

	padding:0; 	
	
	margin:0;
	
	background: #FFF url(images/wrap_top.png) no-repeat left top;

}

#content {

	clear: both;	

	float: left;	

	width: 952px;						

	padding: 25px 0 60px 0; 
	
	background:#fff;
		

}

#header {

	position: relative;

	width: 952px;

	height: 256px;
	
	background: url(images/header.jpg) no-repeat;	

	color: #fff;	

	padding: 0;	

	margin: 0 0 10px 0;	

}

#header h1#logo-text a {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	letter-spacing: -5px;

	text-decoration: none;

	color: #332616;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 75px; left: 55px;	

}

#header p#slogan {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	color: #322815;

	letter-spacing: -0.5px;

	

	/* change the values of top and left to adjust the position of the slogan*/

	top: 148px; left: 150px;		

}



/* top-menu */

 #top-menu {

 	position: absolute;

	margin: 0;

	padding: 30px 15px 8px 15px;

	background: #74A838 url(images/top-menu.gif) repeat-x;

	font-family: 'Trebuchet MS', Arial, Sans-serif;

	color: #FFF;

	

	top: 0;	right: 70px

 }

 #top-menu p { 	

	margin: 0; padding: 0;	

 }

 #top-menu a {

 	font-weight: bold;

	color: #fff;

 }



/* Navigation */

#nav {

	clear: both;	

	padding: 0 0 10px 0;	
	
	margin: 0;

	width: 952px;

	height: 52px;

	background: #e7e7e7 /*url(images/menu_bg.png) no-repeat top left*/;		

}

#nav ul {

	float: left;	

	list-style: none;	

	margin: 5px 0 0 0;

	height: 45px;

	padding: 0 0 0 40px;					

}

#nav ul li {

	float: left;

	margin: 0; padding: 0;		
	
	width:120px;
	height:65px;

	text-align:center;
	
	background: #e7e7e7 url(images/tab_wht.png) no-repeat left top;	

}

#nav ul li a {

	float: left;

	margin: 0; padding: 0;		
	
	width:120px;
	height:65px;

	color: #002442;

	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	
	text-align:center;

	text-decoration: none;	
	
	border:none;	
	
	background: #e7e7e7 url(images/tab_wht.png) no-repeat left top;	

}

#nav ul li a:hover, 

#nav ul li a:active {
	text-align:center;
	color: #002442;	
	text-decoration: none;	
	
	border:none;	

}

#nav ul li.current_page_item {
text-align:center;
	background: #e7e7e7 url(images/tab_blu.png) no-repeat left top;	

}

#nav ul li.current_page_item a {	
text-align:center;
	color: #fff;

	background: #e7e7e7 url(images/tab_blu.png) no-repeat left top;	

}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 14.4em;
	w\idth: 11.45em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 50px 0 0 0px;
    padding:0px 0 0 6px;
	color: #ffffff;
    background: #transparent;
}

#nav li ul li { border: none; height: 40px !important; }

#nav li li {
	padding-right: 0em;
	width: 10em;
}

#nav li ul a {
    display: block;
	width: 13em;
	w\idth: 9em;
    text-decoration: none;
    padding: 0 0em 0 24px;
    border-right: none;
    color: #ffffff !important;
    background: #0049a3 !important;
    text-align: left !important;
    font: bold 14px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif !important;
}

#nav li ul a:hover {
        color: #ffffff !important;
        background: #0049a3 !important;
        text-decoration: underline;
        text-align: left !important;
}

#nav li ul ul {
	margin: -1.60em 0 0 12em;
}

#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:hover, #nav li.sfhover {
    color: #ffffff;
}

#nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover {
    background: #0049a3;
}


#breadcrumbs {
    margin: -20px 0 0 40px;
}

/* Main Column */

#main {

	float: left;

	width: 535px;

	padding: 0; margin: 0 0 0 40px;

	display: inline;	

}

#main h2 {

	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	color: #003662; 

	padding: 10px 0 5px 5px; 	

	margin-left: 5px;		

	letter-spacing: -2px;

	border-bottom: 1px solid #002442;	
	
	

}

#main h2 a {

	color: #003662;

	text-decoration: none;		

}

#main ul li {

	list-style-image: url(images/bullet.gif);

}



#sidebar {

	float: right;

	width: 285px;

	padding: 0; 

	margin: 0 45px 0 0;

	display: inline;	

}

#sidebar h3 {

	color: #003662; 

	font: bold 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	text-transform: none;

	letter-spacing: -0.5px;

	padding: 5px 0 5px 7px; 

	margin: 20px 0 5px 10px; 	

	border-bottom: 1px solid #002442;

}



/* sidebar menu */

#sidebar ul {

	margin: 10px 10px 5px 7px; padding: 0;

	text-decoration: none;			

}

#sidebar ul li {

	list-style: none;

	margin: 0 0 5px 10px;;

	padding:0; 		

	

}

* html body #sidebar ul li {

	height: 1%;

}

#sidebar ul li a {

	text-decoration: underline;	

	color: #0060af;

	background: none;

	font-weight: normal;

}

#sidebar ul li a span {

	color: #7F7F7F;	

	font-size: .9em;

	

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-style: italic;

	font-weight: normal;

	}

#sidebar ul li a:hover {	

	color: #000;
		
	border-bottom: 1px dotted #000;

	text-decoration: none;
	background: none;	

}

#sidebar ul { margin: 0 0 0 5px; padding: 0; }

#sidebar ul li { border: none; }



/* header quick search */

#sidebar form#qsearch {

	padding: 0; margin: 10px 0 30px 10px;

	

	width: 270px; 
	
	height: 30px;

	background: #fff /*url(images/qsearch.png) no-repeat*/;		
	border:1px solid #fff;

}

#sidebar form#qsearch p {

	margin: 0; 
	
	padding: 0;		

}

#sidebar form#qsearch input {

	float: left;

	border: none;

	background: none;

	color: #000;	

	margin: 0;

}

#sidebar form#qsearch .tbox {

	margin: 5px 0 0 5px; 

	width: 200px;
	
	height: 12px;	

	display: inline;	

	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	

    background: #fff /*url(images/qsearch.png) no-repeat*/;
    		
	border:1px solid #ccc;
}

#search form#qsearch .btn{

	width: 24px; height: 24px;				

}

#sidebar form#qsearch label {

	display: none;

}



/* footer */

#social {
	clear: both;	

	float: left;	

	width: 952px;						

	padding: 25px 0 60px 0; 
	
		background: #fff url(images/social_top.png) no-repeat left top;			
}

#social-col {
	

	float: left;	

	width: 250px;						

	padding: 20px; 
	
				
}


#footer {

	clear: both;

	width: 952px;

	margin: 0;

	padding: 30px 0 25px 0;

	background: #e7e7e7 url(images/footer_bg.png) no-repeat left top;			

	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	font-size: 0.95em;

	color: #003662;	

	text-align: center;	

	letter-spacing: .2px;

}

#footer p {

	padding:30px 0;

}

#footer a:hover { 

	color: #000; 

	border-bottom: 1px dotted #000;

	text-decoration: none;

}



/* postmeta */

.post-footer {

	padding: 8px 10px;

	margin: 15px 10px 10px 10px;	

	color: #003662;

	/*border: 1px solid #eee; 

	background: #FAF5F5;*/

}

.post-footer .date{ 

	margin: 0 10px 0 5px;	

	padding: 7px;

	background: #fff url(images/clock.gif) no-repeat 0 2px;

	padding-left: 30px;

}

.post-footer a.comments { 

	margin: 0 10px 0 5px;	

	padding: 7px 5px;

	background: #fff url(images/comments.gif) no-repeat 0 2px;

	padding-left: 30px;

	color: #003662;

}

.post-footer a.readmore { 

	margin: 0 10px 0 5px;	

	padding: 7px 5px;

	background: #fff url(images/doc.gif) no-repeat 0 2px;

	padding-left: 30px;

	color: #003662;

}

.post-footer a.edit { 

	margin: 0 10px 0 5px;	

	padding: 7px 5px;

	background: #fff url(images/edit-doc.gif) no-repeat 0 2px;

	padding-left: 30px;

	color: #003662;

}



.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #003662; }

.post-info a, .post-info a:visited { color: #000; }



/* comments list */

ol.commentlist {

	margin: 12px 10px;

	padding: 0;

	border-style: solid;	

	border-color: #EEE8E1;	

	border-width: 1px 1px 0 1px;

}

.commentlist li {

	margin: 0;

	padding: 10px;

	list-style: none;

	border-bottom: 1px solid #EEE8E1; 

}

.commentlist li cite {

	display: block;

	font-style: normal;

	font-weight: bold;

	padding: 7px;	

}

.commentlist li cite img {

	float: left;

	margin-right: 10px;	

}

.commentlist li cite .comment-data {

	font-size: .8em;

	font-weight: normal;

}

.commentlist li .comment-text {

	clear: both;

	margin: 0; padding: 0;

}

.commentlist li.alt {

	background: #FAF7F5; 

}

	

/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.no-border { border: none; }

.clearer { clear: both; }

.clear {	display:inline-block; }

.clear:after {

	display:block; 

	visibility:hidden; 

	clear:both; 

	height:0; 

	content: "."; 

}

/* FLICKR */

#flickr {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 5px;
	width:285px;
}

#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 5px 5px 0;
		/*border: 1px dashed #888;*/
		padding: 5px;
}

#flickr .flickr_badge_image a:hover {
	/*border: 1px solid #fff;*/
	background:#0060AF;
}

.tagcloud{margin: 0 0 0 15px;}
.socialmedia-buttons{margin: 0 0 0 15px;}
