/*
Theme Name: Clare-Louise Photography
Theme URI: 
Description: Theme for Clare-Louise Photography.
Version: 0.1
Author: Mark Gibson
Author URI: http://www.webworxx.co.uk
Tags: 
Template: hybrid
*/

/* Get base CSS */
@import url('./library/css/21px.css');

/* Get default Hybrid CSS */
/*@import url('./library/css/screen.css');*/

/* Get the plugins CSS */
@import url('./library/css/plugins.css');

/* Get the dropdowns CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Used for entry (splash) page */
.splashtitle  {
	font-size: 2em;
	color: #333333;
}

#splash {
	background-color: #000000;
	height: 432px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 10px;
}

/* Used showing "updating site"  page */
img.updating-site {
	margin-top: 100px;
}

/* Hide Breadcrumb and Title */
.breadcrumb-trail{
	display:none;
}
.page-title{
	display:none;
}

/* Header */
#header {
	background-image:url(../hybrid-custom/library/images/clp_logo_header.jpg);
	height:250px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
}

#site-title {
	font-size: 1.8em;
	margin: 0 0 21px;
	text-indent: -9999px; /* hides site title with indent */
}

/* Navigation */
#navigation {
	color: #666666;
	background-color: #D1C0A6;
	overflow: visible;
	height: 30px;
	margin: 0 0 10px 0;
	z-index: 100;
	text-transform:lowercase;
	font-size: 0.9em;
	font-weight: 700;
	}
#page-nav li {
	border-right: 1px solid #FFFFFF;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 10px 8px 10px;
	color: #666666;
/*	background: #D1C0A6;
/*	border: 1px solid #ccc;*/
	}

#page-nav li a:hover {
	background:#907D6C;
	text-decoration:none;
	color:#ccc;
	}

#page-nav li.current_page_item a {
	background:#FFFFFF;
	text-decoration:none;
	color:#000;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #D1C0A6;
/*	border-top: 1px solid #ccc;*/
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Body container */
#body-container {
	width:935px;
	background-attachment: scroll;
	background-image: url(../hybrid-custom/library/images/maincontent_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}

#content {
	min-height: 500px;
}

img.clp_image {
	background-color: #666666; /* properties for image of Clare-Louise on homepage */
	padding: 5px;
}

/* Properties for blockquote at top of the pages */
blockquote {
font-size:2em;
font-weight: bold;
line-height:.9em;
color:#333333;
text-align:center;
background:#D1C0A6;
margin: 0px 10px 0px 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
font-size:2em;
color:#333333;
content:open-quote;
line-height:.1em;
margin-right:.25em;
vertical-align:-.3em;
}

blockquote:after {
font-size:2em;
color:#333333;
content:close-quote;
line-height:.1em;
margin-left:.25em;
vertical-align:-.4em;
}

blockquote p {
display:inline;
margin: 0px;
}

.bottom_mg{
margin: 0px 10px 20px 10px;
}

/*Properties for Blog content */
.post-title, .single-title {
	background:#D1C0A6;
	padding: 10px 40px 10px 40px;
	display:inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	border: 1px solid #666;
	font-weight: bold;
}

.post-title a, .single-title a{
color: #666;
}

.entry, .byline, .entry-meta {
	padding: 10px;
}

.byline, .entry-meta {
	font-size: .80em;
	margin: 0px;
}

.post-meta-data {
border-bottom: thin dotted;
margin-bottom: 20px;
}

.post-1 {
margin-top: 42px;
}

.page {
margin-top: 2px;
}

.page-template {
margin-top: 0px;
}

/* Footer properties */
#footer {
background:#D1C0A6;
padding: 0px 10px;
margin-top: 30px;
height: 50px;
}

.credit, .copyright, .lp_link {
margin: 0;
font-size: 0.8em;
}

.credit {
float:right;
}

.lp_link{
float:left;
}

#footer img {
float: right;
margin-left: 5px;
}

/* Table properties */
table, th, td {
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #555;
}

table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #D1C0A6;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #EEEEEE; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

/* Properties for contact page */
#contact_details{
width: 100%;
height: 430px;
}

#contact_form {
float: left;
height: 100%;
width: 400px;
background-color: #D1C0A6;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.required {
color: #990000;
}

#address_details {
float: left;
margin: 0 10px 0 10px;
height: 100%;
width: 250px;
background-color: #D1C0A6;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#social_links {
float: left;
height: 100%;
background-color: #D1C0A6;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.social_link {
width: 64px;
height: 64px;
background-repeat: no-repeat;
display: inline-block;
text-indent: -9999px;
}

.twitter_link {
background-image: url(http://clare-louise.co.uk/wp-content/themes/hybrid-custom/library/images/tweet.png);
}

.facebook_link {
background-image: url(http://clare-louise.co.uk/wp-content/themes/hybrid-custom/library/images/facebook.png);
}

.flickr_link {
background-image: url(http://clare-louise.co.uk/wp-content/themes/hybrid-custom/library/images/flickr.png);
}
