/*
Theme Name: Dark Chocolate
Theme URI: http://www.gilbertpellegrom.co.uk
Description: Dark Chocolate Theme for Wordpress
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://www.gilbertpellegrom.co.uk
*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font: 90% "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	background: #000000 url('images/background.jpg') top center no-repeat;
	color:#806F63;
	margin:0;
	height: 100%;
}
a, a:visited { 
	color:#991707; 
	text-decoration:none; 
}
a:hover, a:active { 
	color:#fff; 
	text-decoration:none; 
}

h1 {
	font-size:20px;
	color:#fff;
	margin-bottom:8px;
}
h2 {
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

p {
	margin-bottom:5px;
}

ol {
	padding-left:25px;
	list-style:decimal;
}
ul {
	padding-left:25px;
	list-style:circle;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {
}

#head-back {
	width:100%;
	height:124px;
}

#header {
	width:800px;
	height:61px;
	margin:0 auto;
	padding-top:32px;
}

#headad {
	float:right;
	padding:0px 0px 0px 0px;
}

#nav ul {
	float:right;
	list-style:none;
	padding:15px 10px 0px 0px;
}
#nav li {
	padding:0px;
	display:inline;
}
#nav li a {
	float:left;
	margin-right:5px;
	padding:0 0 0 8px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	cursor:pointer;
	border:0px;
}
#nav li a span {
	float:left;
	display:block;
	padding:5px 12px 7px 5px;
	color:#666;
}
#nav li a:hover {
	background:url(images/tab_left.png) no-repeat left top;
}
#nav li a:hover span {
	background:url(images/tab_right.png) no-repeat right top;
	color:#fff;
}
#nav li a.active {
	background:url(images/tab_left.png) no-repeat left top;
}
#nav li a.active span {
	background:url(images/tab_right.png) no-repeat right top;
	color:#fff;
}

#bar-side {
	width:100%;
	height:59px;
}

#bar-mid {
	width:800px;
	height:59px;
	margin:0 auto;
}


#body {
	background: transparent; 
	width:800px;
	margin:0 auto;
	border-bottom:4px solid #191310;
}

#sidebar {
	width:200px;
	float:right;

}
#sidebar h2 {
	margin:2px;
	margin-top:20px;
	margin-bottom:10px;
}
.advert {
	width:180px;
	height:100px;
	background:url(images/ad.png) no-repeat;
	border:1px solid #806F63;
	margin-bottom:5px;
}

#footer {
	width:790px;
	margin:0 auto;
	padding:10px 0px;
	color:#7F7067;
	font-size:12px;
}
#footer a{
	color:#7F7067;
}

/*===================*/
/*=== Post Styles ===*/
/*===================*/
.post {
	width:550px;
	margin:20px 0px 20px 30px;
	float: left;
	display: inline;
}
.post h1 a {
	color:#fff;
	border-bottom:1px solid #991707;
}
.post h1 a:hover {
	border-bottom:1px solid #fff;
}
.meta {
	background:#000000;
	padding:5px;
	margin-top:10px;
}
.more-link {
	font-style:italic;
}

/*=======================*/
/*=== Comments Styles ===*/
/*=======================*/
ol.comments {
	margin:0;
	padding:0;
	color:#fff;
	list-style:decimal;
	padding-left:30px;
}
ol.comments li {
	font-family:Georgia;
	font-size:30px;
	color:#806F63;
}
#comment_head {
	width:100%;
	background:#E5E5D6;
	color:#756355;
	border-bottom:1px solid #DBDAC6;
}
#comment_body {
	width:100%;
	background:#BAB9A1;
	color:#53534D;
	font-size:12px;
	margin-bottom:15px;
	border:1px solid #DBDAC6;
}
#comment_body a {
	color:#000;
}

#shopp .subcategories { display: none; }

#carttotal { margin: 20px 0 0 535px; float: left; }

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.navigation {
	padding-left:15px;
}
.image {
	padding:1px;
	border:1px solid #806F63;
	margin:5px;
}
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

img.centered {
	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
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color:#dd230c;
  background: #1d1d1d;
  border:0px;
  margin:5px 0px;
}

input:focus,
textarea:focus,
select:focus {
  color: #dd230c;
  background: #1d1d1d;
  border:0px;
}

input.button {
  color: #555;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

div.box ul li a {
font-weight:bold;
}
