/*
Theme Name: WordPress AndrewMackin
Theme URI: http://www.10thstep.com
Description: The theme for Andrew Macking custom made.
Version: 1.0
Author: Ward Peeters
Author URI: http://coding-tech.com/

*/
body { background: #0f0f0f url(images/background.jpg) repeat-x; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.clear { height: 0; line-height: 1px; clear: both; }

#header { width: 935px; margin: 4px auto ; }
#header #logo { background: url(images/logo.jpg) no-repeat; width: 379px; height: 73px; margin: 0 0 0 5px; float: left; }

#header #small-nav { margin: 40px 1px 0 0; float: right; }
#header #small-nav a { color: #000000; text-decoration: none; }
#header #small-nav a:hover { text-decoration: underline; }
#header #small-nav img { border: 0; }

#photograph { background: url(images/photograph_back.jpg) no-repeat; width: 937px; height: 346px; margin: 6px auto 0; overflow: hidden; }
#photograph #cu3er-container { width: 909px; height: 323px; margin: 11px 15px 12px 13px; outline: 0; }
#photograph #cu3er-container img { border: 0; }
#photograph #cu3er-container .flashplay { width: 112px; margin: 150px auto; display: block; }
#photograph #cu3er-container .flashplay img { width: 100%; }

#navigation { background: #121212; width: 100%; height: 49px; border-top: 1px solid #1f1f1f; border-bottom: 1px solid #1f1f1f; }
#navigation ul { width: 764px; height: 49px; margin: 0 auto; padding: 0; list-style: none; }
#navigation ul li { margin: 0; float: left; }
#navigation ul li a { height: 49px; margin: 0 31px; display: block; }
#navigation ul li.home a { background:url(images/home.jpg) no-repeat center 18px; width: 60px; }
#navigation ul li.about a { background:url(images/about.jpg) no-repeat center 18px; width: 85px; }
#navigation ul li.process a { background:url(images/process.jpg) no-repeat center 18px; width: 72px; }
#navigation ul li.gallery a { background:url(images/gallery.jpg) no-repeat center 18px; width: 56px; }
#navigation ul li.news a { background:url(images/news.jpg) no-repeat center 18px; width: 50px; }
#navigation ul li.blog a { background:url(images/blog.jpg) no-repeat center 18px; width: 41px; }
#navigation ul li.contact a { background:url(images/contact.jpg) no-repeat center 18px; width: 58px; }

#navigation ul li.home a:hover { background-image: url(images/home_over.jpg); }
#navigation ul li.about a:hover { background-image: url(images/about_over.jpg); }
#navigation ul li.process a:hover { background-image: url(images/process_over.jpg); }
#navigation ul li.gallery a:hover { background-image: url(images/gallery_over.jpg); }
#navigation ul li.news a:hover { background-image: url(images/news_over.jpg); }
#navigation ul li.blog a:hover { background-image: url(images/blog_over.jpg); }
#navigation ul li.contact a:hover { background-image: url(images/contact_over.jpg); }

#content { background: #000000; width: 937px; margin: 1px auto 0; overflow: hidden; }
#content h1 {
	background: url(images/border.jpg) repeat-x left bottom;
	width: auto;
	margin: 0; padding: 0 0 4px;
	display: inline-block;
	
	color: #1c1d1d;
	font-size: 18px;
}
#content #inner { background: #ffffff; margin: 4px 1px 0; padding: 10px 15px; }
#content #inner .col1 { width: 275px; float: left; }
#content #inner .col2 { width: 275px; float: left; margin: 0 0 0 40px; }
#content #inner .col3 { width: 275px; float: left; margin: 0 0 0 40px; }
#content #inner p { font-size: 12px; }
#content a { color: #000000; }
#content a:hover { font-weight: bold; }

#footer { width: 935px; margin: 10px auto 30px; text-align: center; color: #ffffff; font-size: 12px; position: relative; }
#footer .step { position: absolute; top: 0; right: 20px; }
#footer .step a { background: url(images/10thstepLogo.png) no-repeat; width: 114px; height: 35px; display: block;}


h2 {
	color: #1c1d1d;
	font-size: 15px;	
}
ol.commentlist {
	margin: 0; padding: 0;
	list-style: none;	
}
.comment-meta {
	font-size: 12px;
}
hr { margin: 20px 0 0; border: 0; border-top: 1px solid #666666; }