
/*  
Theme Name: DonnaM blog
Theme URI: http://maadmob.net/donna/blog/
Description: DonnaM blog theme.
Version: 1.0
Author: Donna (Maurer) Spencer
Author URI: http://maadmob.net/donna/blog/

*/

/* normalising */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

em {font-style: italic;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset, img {
	border: none;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content: '';
	}


/* setting base fonts */

body {
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 76%;
	}


h1 {
	font-size: 2.0em;
	font-weight: normal;
	}
h2 {
	font-size: 1.7em;
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1em 0em 0.6em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1em 0em 0.6em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1em 0em 0.6em 0em;
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.75em;
	margin: 1em 0em 1em 0em;
	}

li {
	line-height: 1.6em;
	margin:0;
	padding:0;
	}

strong {font-weight:bold;}

/* basic structure */

html {
	text-align: center;
	}

body {
	position: relative;
	width: 95%;
	margin: 0 auto;
	text-align: left;
    color: #333;
	background: #36c;
	}

#wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	background: #fff;}

#branding, #content, #footer { 
	width: 100%; 
	margin: 0 auto;
	background: #fff}

#branding {
	height: 120px;
	background: url(images/donnamlogo.gif) no-repeat #fff;
	}

.navigation {
	position: absolute;
	top: 80px;
	left: 15%;
	width: 84%;
	z-index:7;
	}

.page_body { 
	position: absolute; 
	top: 2px; 
	left: 0;
	width:67%;
	padding: 5px 1% 20px 2%;
	} 

.related { 
	position: absolute; 
	top: 2px; 
	left: 70%;
	width: 26%;
	padding: 0 1% 0 2%;
	margin-top: 5px;
	border-left: 5px solid #C5DBED;} 


.clear_children, .cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

/* Search form */

#searchzone {
	position: absolute;
	top:10px;
	right:20px;
	}

#searchsubmit {
	position: absolute;
	top:25px;
	right:0;
	}

/* Navigation */

.navigation p {
	color: #fff;
	background: #36c;
	font-weight: bold;
	padding: 0.2em;
		}
	
/* Body styles */

.page_body h1 a, .page_body h2 a, .page_body h1, .page_body h2, .page_body h3, .page_body h4, .page_body h5, .page_body h6 {
	font-family: Georgia, 'Times New Roman', serif;
	text-decoration: none;
	color: #36c;
	border: none;}

.page_body h1 a:hover, .page_body h2 a:hover {
	font-family: Georgia, 'Times New Roman', serif;
	text-decoration: none;
	color: #33c;}

.page_body ul li {
	list-style: disc;
	margin-left: 1.5em;}

.page_body ol li {
	list-style: decimal;
	margin-left: 1.5em;
	}

.page_body a, #footer a, .related a {
color: #63c;
text-decoration: none;
border-bottom: 1px dotted #63c;}

.page_body img.floatleft {
	float: left;
	margin-right: 0.5em;
	}
.page_body img.floatright {
	float: right;
	margin-left: 0.5em;
	}
.prev {
	display:inline;
	padding-right: 1em;
	}
.next {
	display:inline;
	padding-left: 1em;
	}

/* Related */

.related h1, .related h2, .related h3, .related h4, .related h5, .related h6 {
	font-family: Georgia, 'Times New Roman', serif;
	text-decoration: none;
	font-style: italic;
	color: #36c;
	border-bottom: 3px solid #C5DBED;}
.related ul li {
	list-style: disc;
	margin-left: 1.2em;
	padding-bottom: 0.2em;
	}


.related ol li {
	list-style: decimal;
	margin-left: 1.2em;}


/* Footer */

#footer {
	margin-top: 20px;
	border-top: 1px dotted #666;
	text-align: center;
	}

