/*  
Theme Name: Graham King Photography
Theme URI: http://grahamkingphotography.com/
Description: Graham King Photography custom theme
Author: Tammie Lister
Author URI: http://grahamking.com/

*/


/* css for Graham King Photography */
/* reset all default browser styling */
*{
	margin: 0px;
	padding: 0px;
}

/* layout of site */
body{
	background-color: #ececec;
	font-family: Tahoma, Helvetica, Serif;
	font-size: small;
	color: #000000;	padding: 20px 0px 0px 0px;
}

#page_wrapper {
	width: 800px;
	margin: 0px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#page_wrapper_gallery {
	width: 800px;
	margin: 0px;
	color: #ffffff;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 140px;
}

#navigation{
	background-color: #808080;
	height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

#content{
	background-color: #ffffff;
}

#content_gallery{
	background-color: #000000;
}

.gallery_lead{
	padding: 10px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	font-size: 105%;
}

.gallery_footer{
	padding: 10px;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	font-size: 105%;
}

#content_shop{
	margin-right: 210px;
	background-color: #ffffff;
}

#sidebar{
	width: 200px;
	float: right;
	background-color: #ffffff;
	padding-top: 10px;
	text-align: right;
}

#sidebar ul, .SubCategories ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar li{
	list-style: none;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}

a, a:link, .categorylink a{
	color: #666666;
}

a:visited{
	color: #999999;
}

a:hover{
	color: #333333;
}

#shop_wrapper{
	background-color: #ffffff;
}

#footer{
	clear: both;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
		background-color: #ececec;
	height: 185px;
	color: #ffffff;
	padding: 15px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

/* navigation links */
#navigation a, #navigation a:link{
	color: #ffffff;
	text-decoration: none;
}

#navigation a:visited{
	color: #ececec;
	text-decoration: none;
}

#navigation a:hover{
	color: #000000;
	text-decoration: none;
}

#navigation ul
{
padding: 0px;
margin: 0px;
color: White;
float: right;
width: 100%;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
padding: 10px 40px 13px 40px;
color: White;
text-decoration: none;
float: right;
border-left: 1px solid #fff;
}

#navigation ul li a:hover
{
background-color: #000000;
color: #fff;
}

.post{
}

h2{
	color: #000000;
	font-size: 120%;
	padding: 0px 0px 10px 0px;
}

.section{
	padding: 10px;
}

.subCategories, .productlink, .category{
	font-size: 105%;
	color: #333333;
}

.search_float{
	float: left;
}