/*
THEME NAME: emporium
THEME URI: http://www.penfold.gtzero.com
DESCRIPTION: adblock-ready theme with customisable author/post graphics
VERSION: 1.0
AUTHOR: <a href="http://www.gtzero.com/about/">Penfold</a>
AUTHOR URI: http://www.gtzero.com/
TAGS:two columns, fixed width, widgets, penfold, gtzero, papersurfer
*/

/* core layout elements */


body {
	background: #B8A77C url('images/pagetop.jpg') no-repeat top center; 
	color: #444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Times New Roman, Courier, serif;
	}

div#wrapper {
	width: 950px;
	position: relative;
	background: url('images/pagemid.jpg') repeat-y top center;
	margin: 500px auto 0;
	}

div#container {
	position: relative;
	float:left;
	position: relative;
	margin:-180px -250px 0 0;
	width:100%;
	}

div#content {
	position: relative;
	background: # url(images/cogwatermark.jpg) no-repeat top left;
	width: 650px;
	margin-left: 40px;
	margin-top: 40px;
	border-right: solid 1px #EEE;
	border-left: solid 1px #EEE;
	}

div.sidebar {
	float: right;
	position: relative;
	background: #FFF;
	border-left: solid 1px #EEE;
	border-right: solid 1px #EEE;
	overflow: hidden;
	font-size: 1.4em;
	width: 190px;
	margin-right: 40px;
	margin-top: -130px;
	display: inline; /* fix for double margin bug in IE6 */
	}

div#primary {
	}

div#secondary {
	margin-top: 5px;
	clear:right;
	padding-bottom: 20px ;
	}


div#footer {
	clear:both;
	height: 100px;
	background: #FFF url('images/pagebot.jpg') no-repeat bottom center;
	}

div#footernav {
	color: #CCC;
	position: absolute;
	bottom: 40px;
	left: 35px;
	}

div#comments {
	font-size: 1.3em;
	}


/* key typography */

/* headings */

h1, h2, h3, h4 {
	}

h1 {
	font-size: 3em;
	}

h2 {
	font-size: 2.2em;
	line-height: 0.5em;
	margin: 10px 0 10px 0;
	}

h3 {
	font-size: 1.2em;
	}

/* nav menu */

#nav {
	position: relative;
	float: left;
	width: 900px;
	height: 50px;
	margin-top: -232px;
	}

#nav ul {
	list-style: none;
	}

#nav ul li {
	float: left;
	display: inline;
	}

#home_button a {
	display: block;
	background: url('images/home2.jpg') 0 -50px no-repeat;
	width: 100px;
	height: 50px;
	}

#home_button a:hover, #home_button .current {
	background-position: 0 0;
	overflow:hidden;
	}

#blog_button a {
	display: block;
	background: url('images/blog2.jpg') 0 -50px no-repeat;
	width: 100px;
	height: 50px;
	}

#blog_button a:hover, #blog_button .current  {
	background-position: 0 0;
	overflow:hidden;
	}

#portfolio_button a {
	display: block;
	background: url('images/portfolio2.jpg') 0 -50px no-repeat;
	margin-left: 15px;
	margin-top: 5px;
	width: 130px;
	height: 50px;
	}

#portfolio_button a:hover, #portfolio_button .current  {
	background-position: 0 0px;
	overflow:hidden;
	}

#about_button a {
	display: block;
	background: url('images/about2.jpg') 0 -50px no-repeat;
	margin-left: 20px;
	width: 100px;
	height: 50px;
	}

#about_button a:hover, #about_button .current  {
	background-position: 0 0;
	overflow:hidden;
	}

#archives_button a {
	display: block;
	background: url('images/archives2.jpg') 0 -50px no-repeat;
	margin-left: 20px;
	width: 120px;
	height: 50px;
	}

#archives_button a:hover, #archives_button .current  {
	background-position: 0 0;
	overflow:hidden;
	}

#contact_button a {
	display: block;
	background: url('images/contact2.jpg') 0 -50px no-repeat;
	margin-left: 20px;
	width: 120px;
	height: 50px;
	}

#contact_button a:hover, #contact_button .current  {
	background-position: 0 0;
	overflow:hidden;
	}

#rss_button a {
	display: block;
	background: url('images/rss.jpg') 0 -50px no-repeat;
	margin-left: 50px;
	width: 50px;
	height: 50px;
	}

#rss_button a:hover {
	background-position: 0 0;
	overflow:hidden;
	}

/* content */

.facebook_button {
	border: solid 1px #9999FF;
	overflow: hidden;
	background: #DCDCFE;
	width: 450px;
	height: 23px;
	}

.entry-title {
	line-height: 50px;
	position: relative;
	background: url('images/highlight.jpg') 0 0 no-repeat;
	}

.entry-content {
	font-size: 1.8em; 
	}

.entry-content a {
	color: #036;
	text-decoration: underline;
	}

.entry-content a:hover {
	color: #036;
	text-decoration: none;
	background: #DDDDDD;
	}

.hentry {
	}

blockquote {
	border-left: solid #CCC 8px;
	padding-left: 10px;
	}

.post {
	margin: 30px 0 0 0;
	padding-bottom: 30px;
	background: url('images/line.jpg') no-repeat bottom left;
	}

.author-adminx {
	background: url('images/line.jpg') no-repeat bottom left;
	}

.author-penfoldx {
	background: url('images/line.jpg') no-repeat 100% 98%;
	}

.date_cal {
	float:right;
	display:block;
	width: 60px;
	height: 80px;
	font-weight: bold;
	text-align: center !important;
	background: url('images/date_button.jpg') no-repeat;
	}


.date_cal .day {
	color: #777;
	font-size: 22px;
	margin: 5px 0 0 0;
	}

.date_cal .date {
	color: #333;
	font-size: 18px;
	margin: 4px 0 0 0;
	}

.date_cal .month {
	color: #333;
	font-size: 14px;
	margin: 0 0 0 0;
	text-transform: uppercase;
	}

.date_cal .year {
	display: none;
	color: #333;
	font-size: 9px;
	margin: 0 0 0 0;
	}

 .entry-meta {
	font-size: 1.4em;
clear:both;
}

.adblock {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
	margin: 5px;
	}

abbr.published {
	font-size: 0.9em;
	line-height: 1.0em;
	border-bottom: none;
	}

.alignright,img.alignright{
float:right;
margin:0.5em 0 0 1em;
border:solid #CCC 1px;
}

.alignleft,img.alignleft{
float:left;
margin:0.5em 1em 0 0;
border:solid #CCC 1px;
}

.aligncenter,img.aligncenter{
display:block;
margin:0.5em auto;
text-align:center;
border:solid #CCC 1px;
}

.formcontainer {
	margin-bottom: 20px;
	}

/* links */

a {
	color: #663366;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: underline;
	}

a:active {
	color: #600;
	text-decoration: none;
	}

#blog-title a {
	}

#blog-title a:hover {
	}

div#footer a {
	font-size: 1.3em;
	color: #CCCC99;
	}

div.skip-link {
	display:none;
	position:absolute;
	right:0em;
	top:0em;
	}

.comments p {
	font-size: 1.2em;
	}

form#commentform .form-label {
	margin:1em 0 0.5em 0;
	font-size:1.2em;
	}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.widget {
	padding: 0 5px 0 0;
	}

.xoxo li{
	}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
margin-top:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
	font-size: 1.4em !important;
	height:20px;
}

div.navigation div.nav-previous {
	padding-left: 30px;
	background: url('images/arrowleft.jpg') left top no-repeat;
}

div.navigation div.nav-next {
	float:right;
	padding-right: 30px;
	background: url('images/arrowright.jpg') right top no-repeat;
	text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style-image: url(images/list-icon.gif);
	margin: 2px 0 0 7px;
	}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style-image: url(images/list-smallicon.gif);
	margin: 2px 0 0 7px;
	}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}