 /* Built by Simon Collison www.collylogic.com 2004 for the Expression Engine Template Contest. Look for the comments to work out what does what */

body {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #333;
	text-align: center;
	background: #ABB0B7;
}

/* eeheader_temporary and its link styles control the dark blue bar at the top, and this is a temporary part of the design. You can safely remove this block of styles if you do not need that bar */

#eeheader_temporary {
	margin: 0 auto;
	padding: 4px 10px;
	width: 752px;
	background: #336;
	color: #9CF;
	text-align: left;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
	border-bottom: 1px dashed #99C;
	font: bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#eeheader_temporary a:link {
	text-decoration: none;
	color: #FF9900;
	background: transparent;
}
#eeheader_temporary a:hover {
	text-decoration: none;
	color: #900;
	background: #FFC;
}
#eeheader_temporary a:visited {
	text-decoration: none;
	color: #9CF;
	background: transparent;
}

/* These are the default link styles */

a:link {
	text-decoration: none;
	color: #666;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #900;
	background: #FFC;
}
a:visited {
	text-decoration: none;
	color: #666;
	background: transparent;
}

/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	margin: 0 auto;
       padding:0px 0px 0px 0px;
	width: 1024px;
	color: #333;
	text-align: left;
	border: 0px solid #999;
       background: #FFF url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_onder_bg2.gif) bottom left no-repeat;
}

/* the masthead. Change the image reference to the one you want to use */

#header {
	margin: 0px 0px 0px 0px;
	color: #030;
	height: 162px;
	width: 1024px;
	border: 0px solid #FFF;
	background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_header_dog.gif) top left no-repeat;
}

/* the content style holds the two main columns together */

#content {
	margin: 0px 0;
}

/* about_site is the holder for your introduction. This can be safely removed */

#about_site {
	float: left;
	width: 550px;
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	border-left: 1px solid #999;
	padding: 0px 0px 0px 0px;
	font: 12px/130% 'Arial', Sans-Serif, Verdana;
	line-height: 165%;
	background: #FFF;
}

/* blog is the right hand column where your entries and main content appear */

#blog {
	float: left;
	width: 550px;
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	border: 0px solid #F6D64F;
	padding: 0;
	font: 12px/130% 'Arial', Sans-Serif, Verdana;
	line-height: 165%;
	background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_diags2_grey.gif) no-repeat;
}

/* sidebar is the left column where all the links and secondary info show up */

#sidebar {
	float: left;
	color: #333;
       width: 195px;
	text-align: right;
	font: 11px 'Arial', Sans-Serif, Verdana;
	margin-right: 11px;
       margin-bottom:15px;
	border-top: 0px solid #999;
	border-bottom: 0px solid #999;
	background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_menu2_bg.gif) top left no-repeat;

}

/* the footer, containing credits, rss links etc */

#footer {
	margin: 0;
	padding: 15px 10px 12px;
	border: 0px solid #999;
	background: #CCC;
	color: #333;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.09em;
       background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_footer_bg2.gif) bottom left no-repeat;
}

/* the main class keeps blog content away from the edges. Could have been done with padding in the blog class, but that could cause some woes with older browsers */

.main {
	margin: 0 16px 0 8px;
}

/* Header definitions. h1 is hidden, and only shows when styles are off. Note, there are specific definitions for the sidebar h3 header, blog h3 header, and the blog h2 link. The blog h2 link is a clickable rollover of the entry title */

h1 {
	font-family: 'Arial', Sans-Serif, Verdana;
	font-size:  12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: 'Arial', Sans-Serif, Verdana;
	letter-spacing: 0.09em;
}
h2 {
	font-family: 'Arial', Sans-Serif, Verdana;
	letter-spacing: 0.09em;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	margin-bottom: 4px;
	font: 11px 'Arial', Sans-Serif, Verdana;
       font-weight: bold;
}
h5 {
	margin-bottom: 4px;
	font: 11px 'Arial', Sans-Serif, Verdana;
	font-weight: bold;
	line-height: 165%;
}
#sidebar h3 {
	width: 125px;
	height: 16px;
	margin: 0px 0px 0px 60px;
	color: #808187;
	text-decoration: none;
	display: block;
	text-align: right;
	font: bold 12px 'Arial', Sans-Serif, Verdana;
	padding: 6px 0px 0 5px;
}
html>body .h3 {
	width: 200px;
}
#blog h3 {
	letter-spacing: 0.09em;
	margin-top: 9px;
	margin-bottom: 12px;
	font: 11px 'Arial', Sans-Serif, Verdana;
}
.center {
	text-align: center;
}
h2 a:link, h2 a:visited {
	font-weight: bold;
padding-left:17px;
	background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/lb_new_post.gif) left no-repeat;
	color: #336;
	text-decoration: none;
}
h2 a:hover {
	color: #900;
}

/* Dont ask. Just don't delete this spacer class */

.spacer {
	clear: both;
}

/* For use with the acronym plugin. Creates a question mark, italic text and underline on acronyms */
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/* Two paragraph styles. A general one, and one specific to the footer */

p {
	font-family: 'Arial', Sans-Serif, Verdana;
}
#footer p {
	margin: 10px 0 5px;
}

/* For use with quotes and text you need to present outside of normal format */

blockquote {
	color: #333;
	border-left: 1px solid #CCC;
	margin-left: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font: 11px 'Arial', Sans-Serif, Verdana;
	line-height: 165%;
}

/* The standard list styles. There are specific sidebar list styles later on */

ul {
	list-style-type: none;
	margin-top: 13px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 0;
}
li {
	border-bottom: 0 solid #CCC;
	padding-bottom: 2px;
	font: 100% verdana, arial, helvetica, sans-serif;
}

/* As it says, control of multi-entry page pagination links */

.paginate {
	margin: 18px 16px 18px 8px;
}

/* date and title are added to earlier h tags for greater control of headers. Posted shows all the author, permalink and trackback stuff under each entry */

.date {
	font-size: 10px;
}
.title {
	font-size: 135%;
	font-weight: bold;
	background: transparent;
	color: #336;
}
.posted {
	clear: both;
	margin-bottom: 25px;
	font: 10px 'Arial', Sans-Serif, Verdana;
	color: #666;
	line-height: 165%;
	padding: 3px 0 15px;
	border-bottom: 1px dashed #999;
}
.posted_comments {
	clear: both;
	font: 10px 'Arial', Sans-Serif, Verdana;
	color: #666;
	line-height: 165%;
	padding: 3px 0 3px;
}

/* Comments classes. commbox and coomboxalt are used in the switch conditional on the comments page */

.comments {
	font-size: 120%;
	font-weight: bold;
	background: transparent;
	color: #E78818;
}
.commbox {
	background: #EDEAEB;
	border: 1px solid #ddd;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 7px;
}
.commboxalt {
	background: #FAF6F7;
	border: 1px solid #ddd;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 7px;
}

/* Some form styling. Not much though */

checkbox {
border: 3px double #999999;
padding: 1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
border: 3px double #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input {
border: 3px double #999999;
padding: 1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit
{
border: 2px double #999999;
padding: 1px;
background-color: #FFF;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
fieldset {padding:10px;}

/* As mentioned above, these are the sidebar-specific list styles, based on my ticked-off links technique. Note the sidebar-specific links also. They have set widths so you can rollover anywhere along the link line */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 65px;
	border: 0 solid #CCC;
	color: #666;
	margin-bottom: 10px;
}
#sidebar li {
	border-bottom: 0px solid #CCC;
	margin-bottom: 10px;
}
#sidebar li a:link {
	color: #808187;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 125px;
}
#sidebar li a:visited {
	color: #808187;
	text-decoration: none;
	line-height: 150%;
	display: block;
	width: 125px;
}
#sidebar li a:hover {
	color: #000;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 125px;
}
#sidebar li a:active {
	color: #808187;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 125px;
}

/* Ok, this is a bit nasty. Everything else on the sheet is used to control the tab menu under the header. See how you go with this, and be sure to back it up before you tinker */

#nav_wrapper {
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #FF;
	border-right: 0px solid #FFF;
	border-top: 0px solid #FFF;
	background: #FFFFFF;
	font: bold 12px 'Arial', Sans-Serif, Verdana;
       background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_menu_bg2_dog.gif) left no-repeat;
}
#nav_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 38px;
}
#nav_header ul#primary {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	left: 205px;
}
#nav_header ul#primary li {
	display: inline;
	list-style: none;
}
#nav_header ul#primary a, #nav_header ul#primary span, #nav_header ul#primary a.current {
	width: 122px;
	display: block;
	float: left;
	padding-top: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	color: #808187;
	font: 100% Arial, sans-serif;
}
#nav_header ul#primary span, #nav_header ul#primary a.current, #nav_header ul#primary a.current:hover {
	border: 0px solid #FFF;
	border-bottom: none;
       background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_tab.png) no-repeat;
	padding-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	color: #808187;
}
#nav_header ul#primary a {
	border-top: 0px solid #336;
	border-left: 0px solid #336;
	border-right:0px solid #336;
	border-bottom: 0 solid #336;
	font-weight: bold;
	color: #808187;
}
#nav_header ul#primary a:hover {
	margin-top: 10px;
	border-top: 0px solid #336;
	border-left: 0px solid #336;
	border-right: 0px solid #336;
	border-bottom: 0 solid #336;
	background: url(http://www.simicur.nl/themes/site_themes/logical_blocks/sc_tab.png) no-repeat;
	font-weight: bold;
	padding-bottom: 0px;
	color: #808187;
}

IMG { margin: 10px;
}
