/*
Theme Name: Shimmer Default
Theme URI: http://shimmerphotography.com.au/
Description: For David Patston's Photogrpahy
Version: 1
Author: Daniel Thornbury
Author URI: http://hellodaniel.com.au/
Tags: blue, custom header, fixed width, two columns, widgets
*/


* {margin:0; padding:0;}


body {
	background: #fff;
	font-family: "Century Gothic", "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #272727;
	color: #2c8bc2;
}
body.loader { 
	background: url(images/ajax-loader.gif) center 250px no-repeat
}
body, html { 
	height: 100%; 
}
a:link, a:visited {
	color: #272727;
	text-decoration: none;
}
a:active { 
	border: none; 
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#splash { 
	width: 100%; 
	height: 500px;
	margin: 0;
	padding: 150px 0 0 0;
	background: #FFF;
	overflow: hidden;
	vertical-align: middle; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	
	text-align: center;
}
#contact { 
	text-align: center;
	padding-top: 200px;
	font-size: 130%;
	line-height: 150%;
}
a:hover, a:active {
	color: #272727;
	text-decoration: underline;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a { 
	border: none;
}
img a { 
	border: none; 
}

label {
	margin-left: 10px;
}

blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

span.left { float: left; }
span.right { float: right; }

.clearer { clear: both; }

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}

#page {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 100%;
	height: 70px;
	margin: 0px auto;
	padding-bottom: 10px;
	background: #fff;
	left: 0;
	top: 0;
	background: url(images/brand.jpg) top left no-repeat;
}

#header h1 {
	padding: 5px 0 0 0;
	font-family: Georgia;
	font-size: 3.2em;
	
}
#header h1 a {
	display: block;
	width: 930px; 
	height: 85px;
	
}
#header h1 a span {
	display: none; 	
}



#nav {
	margin-right: 30px;
	padding-top: 20px;
	float: right;
	clear: right;
	font-size: 1.4em;
	text-transform: lowercase;
	
}
#nav a { 
	color: #999;
}
#nav a:hover { 
	color: #333;
	text-decoration:none; 
}
#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
	/* background: transparent url(images/navbar/mid.png) repeat-x 0 0; */
}


#nav .current_page_item a { 
	font-weight: bold;
	color: #333;
}

.panel, .panel-single {
	font-family: Georgia;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 940px;
	height: 600px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
}

.wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background: transparent url(images/archivebg.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;
}

.wrapper-archive .post-title {
	max-width: 220px;
	font-size: 1.4em;
}

.post-title, .post-title-single {
	max-width: 870px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	font-family: "Century Gothic", "Lucida Grande", Tahoma, "Trebuchet MS";
	/* background: transparent url(images/titlebg.png) repeat 0 0;*/
	font-size: 4em;
	font-weight: normal;

}

.post-title a, .post-title-single a, .entry a {
	color: #efefef;
	text-decoration: none;
}

.post-title-single {
	top: 30px;
}

.entry {
	max-width: 440px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.entry ul {
	margin: 5px 0 10px 0;
}

.entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
}

.entry a:hover {
	color: #c6c6c6;
}

.entry .big {
	font-size: 2em;
}
#content {
	font-size: 1.2em;
	height: 100%;
	overflow: visible;
	width: 100%;
}

#thepost {
	width: 1024px;
	margin: 0px auto;
	margin-bottom: 15px;
	height: 100%;
	padding-top: 20px;
}


.commentlist {
	list-style: none;
	margin-bottom: 10px;
}

.commentlist span.left a {
	font-weight: bold;
}

.commentlist span.right a {
	font-size: 0.8em;
	color: #9e9e9e;
}

#footer span { 
	padding-right: 20px;
}
#footer {
	text-align: center;
	font-size: 1em;
	color: #446ff9;
	padding: 8px;
	margin-top: 10px; 
}


#footer {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%; 
} 

*html #footer {
position: absolute;
bottom: 0px;
}


#footer a {
	font-weight:bold;
	color: #446ff9;
}

#footer a.valid {
	padding-left: 16px;
	background: transparent url(images/tick.png) no-repeat 0% 50%;
}

#footer a.valid:hover {
	background: transparent url(images/tick-hover.png) no-repeat 0% 50%;
}

#content h2 { 
	clear: left; 
	font-size: 2em;
	padding-left: 20px;
}
#gallery { 
	text-align: center; 
	padding-left: 20px;
}


#thumbs ul { 
	list-style: none; 
}
#thumbs li { 
display: inline;
list-style-type: none;
padding-right: 1px;
}
#thumbs img { 
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

#thumbs img:hover { 
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
