/*  
Theme Name: Courtney Pots
Theme URI: 
Description: Theme custom-built for http://www.courtneymartinpottery.com
Author: Louis Simoneau
Version: 1.0
Author URI: http://www.louissimoneau.com

	The CSS, XHTML and design is copyright Louis Simoneau, 2006, except for the YUI fonts styles.  http://www.louissimoneau.com

*/

/*
This block is the YUI fonts reset library.
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/* Universal styles */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
}

ul, ol, li, dl
{
	list-style-type: none;

}

ul, li, h2, h1, body, h3, h4, div
{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p
{
	line-height: 150%;
	padding: 0;
	margin: 0 0 15px 0;
}

a
{
	text-decoration: none;
}

#content a, #sidebar a:hover
{
	text-decoration: underline;
}

a:link
{
	color: #a3a786;
}

a:visited
{
	color: #a3a786;
}


/* =layout */

#wrapper
{

	width: 800px;
	float: left;
	position: relative;
	left: 50%;
	background: url(images/dropshadow.png) repeat-y top left;
	margin-left: -400px; /* Centers the layout */
	padding: 0 11px;
}

#footer
{
	width: 100%;
	clear: both;

}

#header
{
	float: left;
	width: 100%;
}

#content
{
	width: 510px;
	float: left;
	padding-bottom: 20px;
}

div.gallery-wrapper #content
{
	width: 550px;
}

#inner-content
{
	margin: 20px;

}

#sidebar
{
	width: 265px; /* For some reason IE6/win clears the float if the width is set correctly, to 270px */
	float: right;
	padding-top: 20px;
}

div.gallery-wrapper #sidebar
{
	width: 225px;
}


/* =colors */

body 
{
	background: #333634;
}

#wrapper
{
	background-color: #1a1b1d;
}


#header 
{
	background: #490b0b;
	padding-bottom: 5px;
	border-bottom: 1px solid #584040;
	position: relative;
}

/* =header styles */

#header h1
{
	text-indent: -4000px;
	background: url(images/logo.gif) top left no-repeat;
	width: 340px;
	height: 45px;
	float: left;
	margin: 10px 0 -15px 20px;
	position: relative;
	z-index: 7;
	display: inline;  /* fix for IE double margin bug ref. at http://www.positioniseverything.net/explorer/doubled-margin.html */
}

#header h1 a:link, #header h1 a:visited
{
		color: #696759;
}

#header a
{
	text-decoration: none;
}

#header li a:link, #header li a:visited  /* No point differentiating visited links in the navbar. */
{
	color: #978888;
}

#header li.current a:link, #header li.current a:visited
{
	color: white
}


#navigation li a:link, #navigation li a:visited
{

	background: url(images/tab_bg.gif) repeat-x top left;
}

#header li a:hover, #header li a:active
{
	background: url(images/tab_bg_over.gif) repeat-x top left;
}

#navigation li
{
	position: relative;
	font-size: 86%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0 2px;
}


#navigation li a
{
	padding: 5px 10px 7px 10px; /* bottom padding must be the same as the bottom position of the navigation div */
	display: block;
}


#navigation
{
	float: right;	
	position: absolute;
	bottom: -2px;
	right: 20px;
}


#header #navigation li.current a
{	
	background: #1a1b1d url(images/current_tab_gradient.gif) repeat-x top left;
	padding-bottom: 8px;
}

#header h1 a:link, #header h1 a:visited
{
	font-variant: small-caps;
	font-family: 'Adobe Garamond Pro', Garamond, Georgia, Times, serif;
	font-weight: normal;
}


/* =gallery styles */

#credit {
   color: #e2e7b8;
    font-size: 90%;
}

#wrapper img
{
	border: 1px solid gray;
	padding: 5px;
	background: #e2e7b8;
	margin-top: 10px;
}

.postinfo
{
	background-color: #e2e7b8;
	position: relative;
	width: 482px;
}

h3.title
{
	padding: 10px 0 10px 0;
	text-align: center;
	background: none;
}

.gallery-post
{
	float: left;
	margin-right: 10px;
}

.boxcontent li.current-cat a, .boxcontent li.current a
{
	font-weight: bold;
	font-size: 140%;
}


/* =content styling */

.post
{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 80%;
	clear: both;
	width: 480px;
	color: #bbbbbb;
}

.post-content
{
	float: left;
	margin: 0 0 15px 0;
	font-size: 100%;
	line-height: 150%;
}

.post-content img
{
	float: left;

	margin: 10px 15px 5px 0;
}

.post-content p
{
	margin: 9px 0 9px 0;
}

.post small
{
	clear: right;
	color: #48504c;
	padding: 0;
	margin: -20px 0 0 0;
	text-indent: 2px;
	display: block;
	position: relative;
	z-index: 7;
}

#content h2
{
	clear: both;
	padding-left: 2px;
	padding-bottom: 15px;
	text-indent: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	width: 100%;
	background: url(images/post-bg.gif) bottom right no-repeat;
	color: #e2e7b8;
	margin-top: 6px;
	font-weight: bold;

}

.month
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-size: 150%;
}



/* =sidebar styling */


#sidebar a:hover img, #wrapper a:hover img
{
	background-color: #5c2a2a;
	border: 1px solid #5c2a2a;
}

#sidebar img
{
	width: 200px;
}

.box
{
	margin: 0 20px 20px 0;	
	
	background:  #272929;
}

.boxcontent
{
	font-size: 80%;
	padding: 10px 10px 10px 15px;
	background: url(images/bottom-right.gif) no-repeat bottom right;

}

.box h3
{
	padding: 7px 15px;
	border-bottom: 1px solid #1a1b1d;
	color: #d9deb1;
	background: url(images/top-left.gif) no-repeat top left #303930;

}

.box h3 a:link, .box h3 a:visited
{

	color: inherit;

}

.box li
{
	margin: 2px 0;
	color: #863131;
	padding: 2px 0;
}

.boxcontent a:link
{
	color: #e2e7b8;
}

.boxcontent a:visited
{
	color: #e2e7b8;
}


.box p
{
	padding: 0;
	margin: 0 0 7px 0;
	font-size: 100%;
	color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;

}

/* =footer */

#footer
{

	border-top: 1px solid #5a3335;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 15px;
	color: #a7ab8b;
	background-color: #490b0b;
}

#footer p
{
	padding: 0 0 0 0;
	margin: 10px 0 0 20px;
}

#footer a:link, #footer a:visited
{
	color: #a7ab8b;
	border-bottom: 1px dotted #a7ab8b;
	
}

#footer a:hover
{
	border-bottom: 1px dotted #863131;
	color: #863131;
}

/* =hcard styling */

.vcard
{
	padding: 0;
	margin: -5px 0 7px 0;
	font-size: 100%;
	color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.given-name, .additional-name, .family-name
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 200%;
}

/* =contact form styling */

#content input
{
	width: 200px;
}

#content input.contacterror, #content input.contacterror:focus
{
	background-color: #873737;
}


form
{
	margin-top: 10px;
}

input#contactsubmit
{
	width: 100px;
}



#content input:focus, #content textarea:focus
{
	background-color: white;
}


