/*
Theme Name: InekeBerlyn
Description: Bespoke theme for inekeberlyn.com
Version: 1.0
Author: Andy Warburton


*/

body,html {
	padding:0;
	margin: 0;
	background-color: #fff;
	color: #333;
}

#wrapper {
	width: 920px;
	margin: 30px auto;
	font-family: arial,sans-serif;
	position: relative;
}

p {
	font-size: 13px;
	line-height: 24px;
	color: #4e4e4e;
}

ul {
	font-size: 13px;
	line-height: 24px;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#header {

}

#bigpic {
	background: #fff url('images/header.jpg') no-repeat bottom center;
	height: 170px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	clear: both;
}

#header h1, #header p {
	font-size: 15px;
	color: #ccc;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
	width: 400px;
	line-height: 14px;
}

#header h1 {
	float: left;
}

#header p {
	float: right;
	text-align: right;
}

#header h1 a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

#header h1 a:hover {
	color: #999;
}

hr {
	clear: both;
	visibility: hidden;
}

#sidebar {
	width: 230px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	color: #999;
	float: left;
}

#sidebar ul {
	padding: 0 30px;
	margin: 0;
	list-style: none;
}

#sidebar ul ul {
	list-style: none;
	padding: 0 0;
	margin: 10px 0;
	text-indent: 0;
	font-weight: bold;
}

#sidebar ul ul ul {
	padding: 0 0 0 5px;
	margin: 0px;
	font-weight: normal;
}



#sidebar ul ul ul li:before {
	content: "- ";
}





#sidebar a {
	color: #999;
	text-decoration: none;
}

#sidebar a:hover {
	color: #333;
}


#content {
	width: 660px;
	float: right;
}

#content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: -2px;
}

.bigstrong {
	font-size: 20px;
}

/* homepage blog excerpts */

#homesnippets div {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}

#homesnippets h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	
}

#homesnippets h3 a {
	color: #666;
	text-decoration: none;
	margin: 0 0 5px 0;
}

#homesnippets h3 a:hover {
	color: #333;
}
#homesnippets p {
	padding: 0;
	margin: 0;
}


/* footer */

#footer {
	margin-top: 20px;
	border-top: 5px solid #000;
	padding-top: 5px;
}

#footer p {
	color: #999;
	padding: 10px 0 40px 0;
	margin: 0;
	line-height: 14px;
	width: 400px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}	

#footer a:hover {
	color: #999;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
	text-align: right;
}

/* products page */

#children ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#children ul li {
	padding: 10px 10px 10px 180px;
	position: relative;
	border-top: 1px dotted #ccc;
	min-height: 170px;
}

#children ul li img {
	position: absolute;
	top: 10px;
	left: 0px;
	border: 1px solid #ccc;
	padding: 5px;
}

#children li.noimage {
	padding-left: 10px !important;
}

#children h3 {
	font-size: 22px;
	padding: 0;
	margin: 10px 0 0 0;
}

#children p {
	padding: 0;
	margin: 10px 0 0 0;
}

#children a {
	color: #333;
	text-decoration: none;
}

#children a:hover {
	text-decoration: underline;
}





#price {
	font-size: 38px;
	color: #333;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 10px 0;
}

.miniprice {
	font-weight: bold;
	color: #000;
}

.entry img {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.entry img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/* workshop list page */

.page-id-24 #children ul li {
	padding: 10px !important;
}




/* blog */

.blog .post {
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding: 20px 0;
}

.blog h2 {
	padding: 0;
	margin: 0;
}

div.navigation {
	font-size: 14px;
	padding: 20px 0 0 0;
}

p.metadata {
	clear: both;
}




/* wordpress aligning stuff */

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

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

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



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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.gallery-caption {
	font-size: 12px;
}


/* shopping cart */

.shopping_cart table {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 0 20px 0;

}

.shopping_cart th {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.shopping_cart td {
	padding: 5px;
}

.shopping_cart tr.even {
	background-color: #eee;
}

.checkoutlink {
	display: block;
	position: absolute;
	top: 150px;
	left: 740px;
	width: 150px;
	padding: 5px;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shopping_cart tfoot tr {
	border-top: 1px solid #ccc;
}

.checkoutlink a {
	color: #fff !important;
}
