/*
Theme Name: CMS theme	
Theme URI: http://www.bos89.nl/1088/
Description: Demonstration of CMS capabilities of Wordpress
Version: 2.1
Author: Martijn Stegink
Remarks: navigation styling is in separate files
		 tested for Wordpress version 2.1.1
*/

/* GENERAL ELEMENTS */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}






body {
	
	font-family: "Courier New", Courier, monospace;
	font-size: 62.5%;
	color: #0b0b0b;
	background:url(images/miamai_bg.jpg) 50% top;
	line-height: 62.5%;

}

H1, H2, H3 {
	font-weight: bold;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 130%;
	margin:0px 0px 20px 0px;
}

H3 {
	font-size: 100%;
}

p, ul {
	margin: 4px 0 10px 0;
}

ul, ol {
	margin-left: 17px;
}

ul {
list-style:disc;
}
ul li {
list-style::disc;
}

a {
	color: #b1392b;
}

a:hover {
	text-decoration: none;
	color: #b1392b
}

strong {
 font-weight:bold;
 }

code {
	font-family: "Courier New";
	font-size: 130%;
	display: block;
}

/* STRUCTURE */

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#page, #weblog, #search, #archive, #sidebar {
	padding: 0px;
}

#logo
{
	float:left;
	position:relative;
}

#homecopy
{ position:relative;
z-index:5;
	float:left;
	margin:-26px 0px 0px 0px;
	font-size:12px;
	line-height:16px;
	background:url(images/homecopy_bg.jpg) no-repeat;
	width:275px;
	height:229px;
	padding:40px 20px 1px 30px;
}

#homecopy h1
{
	font-weight:normal;
	font-size:1.3em;
	margin:0px 0px 15px 0px;
}

#home_strapline
{
	float:left;
	clear:left;
	position:relative;
	margin:-75px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	z-index:5;
}
#copy_strapline
{
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:5;
}


#copy_top
{
	height:16px;
	width:726px;
	background:url(images/copy_top_bg.png) no-repeat;
}

#copy
{
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:16px;
	background:url(images/copy_bg.png) repeat-y;
	width:656px;
	padding:20px 20px 1px 50px;
	color:#303030;
	min-height:230px;
    height:auto !important;
    height:230px;
}

#copy h1
{
	font-weight:normal;
	font-size:1.9em;
	margin:0px 0px 15px 0px;
}

#copy_bottom
{
	height:32px;
	width:726px;
	background:url(images/copy_bottom_bg.png) no-repeat;
}



br.clear {
	clear: both;
}

/* HEADER */

#header {
	position:relative;
	z-index:10;
	height: 98px;
	background: url(images/header_bg.jpg) no-repeat;
}


/* TOPMENU BASIS */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 27px 0 0 17px; 
	width: 900px; 
	font-size:1.8em;
}

/* SIDEBAR */

#sidebar {
	width: 140px;
	padding: 0 10px 0 20px ;
	float: right;
}

#sidebar ul {
	margin-left: 0;
	margin-top:  0;
}

#sidebar li {
	list-style: none;
}

/* SIDEMENU */

#sidemenu {
	width: 140px;
	padding: 3px 10px 0 20px ;
	float: right;
}

#sidemenu ul {
	margin-left: 0;
	margin-top:  0;
}

#sidemenu li {
	list-style: none;
}

/* SPECIAL PAGE STYLING */


img.right {
	float: right;
	margin: 2px 0 10px 10px;
}

img.left {
	float: left;
	margin: 2px 10px 10px 0;
}

/* NEWS */

#news {
	width:  200px;
	float: right;
	margin: 0 10px 0 20px;
}

#news h1 {
	font-size: 120%;
	margin-bottom: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* WEBLOG */

.post {
	margin-bottom: 30px;
}

.edit {
	float: right;
}

#weblog {
	width: 460px;
}

#weblog h1 {
	margin-bottom: 2px;
	font-weight: normal;
}

#weblog h1 a {
	text-decoration: none;
}

/* COMMENTS */

#comment {
	width: 420px;
}

#commentlist {
	margin: 0;
}

#commentlist li {
	list-style-type: none;
}

.commenttext {
	background: #e5f5fd;
	border-top: #D3ECF9 2px solid;
	padding: 8px;
	margin-top: 10px;
	color: #333;
}

/* ARCHIVE */

#archive li {
	list-style-type: none;
}

/* FOOTER */
#footer {
	width: 811px;
	height:132px;
	margin: 0px auto;
	color: #c2b17b;
	background:url(images/footer_bg.png) no-repeat;
	padding:80px 40px 0px 54px;
}


#footer_links
{
	color:#c2b17b;
	font-size:1.8em;
	width:595px;
	float:left;
}
#footer_links ul
{
	list-style:none none;
	color:#c2b17b;
	padding:0px;
	margin:0px;
}
#footer_links ul li
{
	list-style:none none;
	float:left;
	color:#c2b17b;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#footer_links ul li a
{
	display:block;
	color:#c2b17b;
	padding:2px 0px 5px 0px;
	text-align:left;
	width:190px;
	text-decoration:none;
}
#footer_links ul li a:hover
{
	color:#c2b17b;
	text-decoration:underline
}

#copyright
{
	float:left;
	clear:left;
	width:500px;
	padding:0px 0px 1px 0px;
}

#findme
{
	float:right;
	clear:right;
	width:210px;
}

#findme h3
{
	padding:2px 0px 0px 0px;
	margin:0px;
	font-size:1.8em;
	font-weight:normal;
}

#findme ul
{
	padding:0px;
	margin:10px 0px 0px 90px;
	list-style:none none;
}
#findme ul li
{
	padding:0px 0px 1px 0px;
	float:none;
	margin:0px 0px 10px 0px;
	list-style:none none;
}
#findme ul li a
{
	display:block;
	font-size:1.4em;
	padding:8px 0px 8px 40px;
	margin:0px;
	text-decoration:none;
	color:#c2b17b;;
}
#findme ul li a.facebook
{
	background:url(images/facebook_b.gif) no-repeat;
}
#findme ul li a.myspace
{
	background:url(images/myspace_b.gif) no-repeat;
}


.alignleft
{
 float:left;
}
.alignright
{
 float:right;
}
