/*
Theme Name: Dewert.co.uk
Theme URI: http://www.dewert.co.uk/
Version: v1.0
Author: Design Sixty Six Ltd
Author URL: http://www.designsixtysix.co.uk/
*/

/* ---------------- Site Wide Styles ---------------- */
* {
margin: 0; 
padding: 0;
}

body {
background: #fff url(img/topbg.jpg) repeat-x;
font: normal 62.5% tahoma,sans-serif;
padding: 0;
}

a {
color: #fe0000;
}
a:hover {
color: #000;
}

big {
font-size: 1.1em;
}


h1 {
font: normal 2.4em Tahoma,sans-serif;
}
h1 a {
text-decoration: none;
}
h1 a:hover {
text-decoration: underline;
}

.content .entry h2 {
font:arial;
font-size:16px;
color:#000;
font-weight:bold;
margin: 5px 0 10px 10px;
}

.content .entry h6 {
font:arial;
font-size:11px;
color:#000;
font-weight:normal;
margin: 5px 0 10px 10px;
padding:5px 0;
border-top:1px dotted #bbb;
}

h3 {
font: bold 1.2em Tahoma,sans-serif;
}

form,table {
margin-bottom: 1.2em;
}

img {
border: none;
}

label {
display: block;
}

li {
line-height: 1.5em;
}

p {
padding: 2px 0 10px;
}

small,.small {
font: normal 0.9em Tahoma,sans-serif;
}

ul,ol {
padding: 0 2em 1.2em;
}

#tablestyle {
border: 1px solid #d7d6cd;
width : 600px;
margin-right: auto;
margin-left: auto;
}

#tablestyle td {
border: 1px solid #d7d6cd;
}

iframe {
border: 1px solid #d7d6cd;
}


/* ---------------- Structure ---------------- */

#container {
font-size: 1.3em;
line-height: 1.3em;
margin: 30px auto; 
background: #FFF;
width: 700px;
}

/* ---------------- Header ---------------- */
.header {
background: #fff url(img/header.jpg);
height: 180px;
}

/* ---------------- Menu ---------------- */
.navigation {
height: 30px;
background:url(img/menu.jpg);
text-align: center;
}
.navigation ul {
padding: 0; 
margin: 0;
display: inline;
border-right: 1px solid #999999;
}
.navigation ul li {
padding: 0; 
margin: 0;
text-align: center;
display: inline;
border-left: 1px solid #999999;
padding: 0 12px;
}

.navigation ul li a {
color: #fff;
font: bold 1em Tahoma,sans-serif;
line-height: 30px;
text-align: center;
text-decoration: none;
}
.navigation a:hover {
background-position: left bottom;
color: #fe0000;
text-decoration: none;
}
.navigation .current_page_item a {
color: #fe0000;
text-decoration:none;
}
.current_page_item a {
color: #fe0000;
text-decoration: underline;
}
.current_page_item a:hover {
color: #fe0000;
text-decoration: none;
}

/* ---------------- Main ---------------- */
.main {
margin: 0;
padding:9px 0;
border: 1px solid #ccc;
}

/* ---------------- Posts ---------------- */

.post img {
margin: 0;
}
.post a img {
border: 0px;
}

.post p {
margin: 0 10px 0 10px;
}



/* ---------------- Footer ---------------- */
.footer {
height: 20px;
color: #bababa;
text-align:right;
font-size: 10px;
}

.footer a {
color: #bababa;
text-decoration: none;
}
.footer a:hover {
color: #fe0000;
text-decoration: underline;
}

.footer span a:hover {
color:#b5d550;
}
/* ---------------- Identify Products ---------------- */

h3 {
	font-size:14px;
	border-bottom:1px dotted #ccc;
	padding:0px 0 10px 10px;
	margin:0;
	color:red;
}

.idtable {
	margin:10px 0 10px 10px;
}

.idtable tr {
	margin:0;
	padding:0;
}
.idtable td {
	border:1px dotted #ccc;
	margin:0;
	padding:0px;
}
/* ---------------- Misc. ---------------- */

.right .content {
padding: 12px 0 0 0;
}
.left {
float: left;
}
.right {
float: right;
}
.clear,.clearer {
clear: both;
} 
.clearer {
font-size: 0;
}

.breadcrumb {
	font-size:12px;
	padding:0 0 8px 11px;
	margin:0 0 8px 0;
	text-decoration:none;
	color:#444;
	border-bottom:1px dotted #ccc;
}
.breadcrumb a {
	margin:0;
	padding:0;
	text-decoration:none;
}

.protected-post-form {
	margin:0 0 0 10px;
}




