* {margin:0; padding:0;}

body, div, form, fieldset, img {
	margin: 0;
	padding: 0;
	border-style: none;

}

body {
	background: #efefef;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #272727;
}

#intro {
	font-weight: bold;
}

a:link, a:visited {
	color: #272727;
	text-decoration: underline;
}

a:hover, a:active {
	color: #272727;
	text-decoration: none;
}

.post-title, .post-title-single {
	max-width: 870px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	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;
}


#page {
	min-width: 950px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 940px;
	height: 100px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#header h1 {
	padding: 30px 0 16px 0;
	font-family: Georgia;
	font-size: 3.2em;
}

#nav {
	width: 500px;
	float: left;
	font-size: 1.2em;
	text-transform: lowercase;
}

#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
	background: transparent url(images/navbar/mid.png) repeat-x 0 0;
}

#nav .subscribe {
	padding-right: 20px;
	background: transparent url(images/rss.png) no-repeat 100% 50%;
}

#nav li.left {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/left.png) no-repeat 0 0;
}

#nav li.right {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/right.png) no-repeat 0 0;
}

#searchbox {
	width: 285px;
	margin-top: 4px;
	float: right;
}

#searchbox li {
	width: 285px;
	height: 26px;
	background: transparent url(images/search.png) no-repeat 0 0;
	list-style: none;
}

#searchbox input {
	width: 270px;
	background: none;
	border: none;
	padding: 6px 8px 6px 8px;
	color: #efefef;
	font-size: 1.2em;
}

#mid {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 10px;
}

#mid.index {
	background: transparent url(images/indexbg.png) no-repeat 50% 0;
}

#mid.single {
	background: transparent url(images/singlebg.png) no-repeat 50% 0;
}

#mid.archive {
	background: none;
}

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

.panel-single:a {
color: #efefef;
}

.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;
}


#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.2em;
}



ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 10px;
}





#narrow-column {
	width: 600px;
	float: left;
}

#narrow-column fieldset, #narrow-column h3 {
	padding-bottom: 10px;
}

#narrow-column p a {
	font-weight: bold;
	color: #594e7a;
}

#narrow-column ul {
	margin: 0 0 10px 20px;
}

#narrow-column input, #narrow-column textarea, #narrow-column submit {
	padding: 6px;
	border: 1px solid #c6c6c6;
}

#narrow-column #submit:hover {
	background-color: #333;
	color: #efefef;
}




.content-top {
	height: 15px;
	width: 600px;
	background: transparent url(images/content/top.png) no-repeat 0 0;
}

.content-mid {
	width: 560px;
	padding: 0 20px;
	background: transparent url(images/content/mid.png) repeat-y 0 0;
}

.content-bottom {
	height: 15px;
	width: 600px;
	background: transparent url(images/content/bottom.png) no-repeat 0 0;
}

#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #9e9e9e;
}

#footer a {
	color: #9e9e9e;
}

#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%;
}

.clearer {
clear:both;
}

/*------------------------------------------------------------------------
 FORMS
------------------------------------------------------------------------*/

fieldset h2 {
	margin: 5px 0 0 0;
	padding-bottom: 0;
}
fieldset p {
	margin: 5px 0;
}
input, select, textarea {
	width: 60%;
	margin: 5px 0;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	clear: right;
}

#product {
	width: 100%;
}


button {
	cursor: pointer;
	color: #FFF;
	width: 50%;
	margin: 5px 0;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: center;
	padding: 1px;

	line-height: 13px;
}
label {
	display: block;
	float: left;
	width: 35%;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
	border-bottom: 1px dashed #ddd;
}
label a {
	cursor: pointer;
}

/*------------------------------------------------------------------------
 LEFT
------------------------------------------------------------------------*/
#left {
	margin: auto;
	width: 470px;
	padding: 40px 0;
}


.delivered {
	background-color: #ddd;
	padding: 10px;
}


ol {
	margin: 5px 0 18px 15px;
	list-style-position: outside;
	list-style-type: square;
}


#subtitle {
	font-size: 11px;
	margin-top: 2px;
}
#intro {
	padding: 15px 0 5px 0;
	font-weight: bold;
}
h2 {
	padding-top: 25px;
	font-size: 14px;
	padding-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}
#text p {
	margin:0;
	padding-top: 5px;
	padding-bottom: 15px;
}
#left table {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	background-color: #ddd;

}

#left td {
	padding: 2px 6px;
	vertical-align: top;
}
