/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Simon's theme.
Version: 1.6
Author: Green Land Design
Author URI: http://greenlanddesign.org/
Tags: blue, custom header, fixed width, two columns, widgets

*/


html>body {
	background-image: url('/img/bg.gif');
	background-color: #333;
	background-position: fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #EEE;
	font-size:12px;
	line-height:1.5!important;
}


/* ------------------------------ DIV LAYOUTS */

#container {
	width:100%;
	margin:0;
	padding:0;
position:absolute;
}

#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
position:relative;
}

#foot {
	background:#FFF;
	width:100%;
	bottom:0;
text-align:center;
}

#logos {
	width:815px; margin:0 auto;
}

#sponsor {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
margin:3px;
}

#header {
background: url(/img/bg_top.gif) no-repeat bottom right;
	width:100%;
	padding:10px 0;
	margin:0;
	text-align:center;
}

#header p {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	padding:0;
	margin:0;
}

#dates {
	width:100%;
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:bold;
	background:#ed1b34;
	text-align:center;
color:#000;
}

#left {
	width:220px;
}
#middle {
	width:380px;

}
#right {
	width:300px;
}

#menu {
text-align:right;
}

#offer {
position:absolute;
z-index:100;
top:60px;
left:100px;
}

.biggap { height:400px; width:50px; }


/* ------------------------------ PADDING ETC */

.clear {
	clear:both;
}

.pad5 {
	padding:5px;
}

.pad10 {
	padding:10px;
}

.mt5 {
	margin-top:5px;
}

.mb-5 {
	margin-bottom:-12px;
}

.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mt10 {
	margin=top:10px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.rounded_bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
.rounded_top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

#right p {
margin:0;
padding:0 0 10px 0;
}

#products_page_container {
margin-top:15px!important;
}

.wp-caption { border:1px dotted #666; background:#000; padding-top:5px!important; text-align:center; margin-bottom:10px;}
.wp-caption-text { margin-top:2px!important; margin-bottom:6px; padding:0 5px!important; font-size:10px; text-align:left;}


/* ---------------------------- GENERAL STYLE */

h1, h2, h3 {
	margin:2px 0;
	color:#ED1B34;
	font-style:italic;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif!important;
}

#middle, #right {
	font-family:Helvetica, Arial, Geneva, sans-serif;
}

h1 { font-size:2em;}
h2 { font-size:1.3em;}


.highlight {
	color:#00A096;
	font-weight:bold;
}

.hr {
	border-bottom:1px dotted #666;
}

#right li, .post {
border-top:1px dotted #ED1B34;
margin:0 0 15px 0;
}

#right li li {
border-top:0;
margin:0;
}



ul.list, #menu ul, #sidebar ul, .links ul {
	margin:0;
	padding:0;
}

#menu li, #sidebar li, .links li {
	list-style-type:none;
}


.active {display:none;}

.blue { font-style:italic; color:#99CCFF; }

.red { color:#ED1B34; font-weight:bold; }

hr { color: #000; background-color: #000; border: 1px dotted #888; border-style: none none dotted; }

#map { color:#333 }

/* ----------------------------------- LINKS */

a { 
	color:#99CCFF;
	text-decoration:underline;
 }

a.faq {
	text-decoration:none!important;
font-weight:bold;
 }

a:hover {
	color:#66ADEE;
	text-decoration:none;
}

.category a { 
	color:#99CCFF!important;
	text-decoration:underline;
 }

.category a:hover {
	color:#66ADEE!important;
	text-decoration:none;
}

#foot a {
	color:#444;
}

#foot a:hover {
	color:#000;
}

#menu a {
display:block;
font-variant:small-caps;
text-decoration:none!important;
background:#000;
color:#FFF;
opacity:0.7; 
filter:alpha(opacity=70);
border-top:1px dotted #ED1B34;
margin:0;
padding:4px 6px;
}

a.thick {
border-top:3px solid #ED1B34;
}

#menu a:hover {
opacity:1; 
filter:alpha(opacity=100);
}

a.submenu { padding-right:20px!important; color:#ED1B34!important; }
a.submenu:hover { background:#ED1B34 }

a img { border:0!important }

#map a {
	color:#559CDD;
}

#map a:hover {
	color:#337ABB;
}

/* ----------------------------- WP STUFF --------*/

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.aligncenter { margin-left: auto;margin-right:auto; }

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* --------------- POSTS -------*/

.post {
margin-bottom:15px;
padding-bottom:15px;
}

.productdisplay {
border-top:1px dotted #ED1B34!important;
padding:5px 0!important;
margin-bottom:0;
}
