/*   
Theme Name: wordos
Theme URI: www.wordos.com 
Description: 2 column content management for wordos.com
Author: Robin Catesby
 */


/* STYLESHEET SECTIONS:
-GLOBAL
-HEADER
-INDEX-POST-SINGLE
-COMMENTS
-SIDEBAR
-SIDEBAR STANDARD GIZMOS
-FOOTER
-SPECIAL FORMATTING
-PLUG-INS
*/


/*
+++++++++++++++++++++++++++
GLOBAL 
+++++++++++++++++++++++++++
*/


*
{
  padding: 0;
  margin: 0;
}


/*
+++++++++++++++++++++++++++
HEADER
+++++++++++++++++++++++++++
*/

/* Note: wrapper falls -after- header and defines width of content only, not header. */



body {
  	font-family: verdana, "trebuchet MS", trebuchet, "lucida sans unicode", arial, sans-serif;
  	font-size: 88%;
	background: #e6eae3;
	scrollbar-3dlight-color: #b0c2b7;
  	scrollbar-arrow-color: #333333;
  	scrollbar-base-color: #e6eae3;
  	scrollbar-track-color: #e6eae3;
  	scrollbar-darkshadow-color: #b0c2b7;
  	scrollbar-face-color: #b0c2b7;
  	scrollbar-highlight-color: #333333;
  	scrollbar-shadow-color: #333333;
	background:#e6eae3 url(images/wlogo_small.gif) no-repeat left top;
	}
	
/* Body class for main page only: omits background image of logo */
body.wordos {
  	font-family: verdana, "trebuchet MS", trebuchet, "lucida sans unicode", arial, sans-serif;
  	font-size: 88%;
	background: #e6eae3;
	scrollbar-3dlight-color: #b0c2b7;
  	scrollbar-arrow-color: #333333;
  	scrollbar-base-color: #e6eae3;
  	scrollbar-track-color: #e6eae3;
  	scrollbar-darkshadow-color: #b0c2b7;
  	scrollbar-face-color: #b0c2b7;
  	scrollbar-highlight-color: #333333;
  	scrollbar-shadow-color: #333333;
	background:#e6eae3;
	text-align: center;
	}

#wrapper {
  	width: 762px;
	margin-left: 12px;
	} 
	
/* Wrapper class for main page only: adjusts width */
#wrapper_wordos {
	width: 606px;
	margin: 0 auto;
	text-align: left;
	} 


 #header {
  	margin-top: 2px;
 	margin-bottom: 4px;
	}

#headerimg {
	background:transparent url(images/title.gif) no-repeat left bottom;
  	margin-left: 136px;
  	text-align: left;
  	padding-top: 6px;
  	padding-bottom: 10px;
	}

#header a, #header a:visited {
  	text-decoration: none;
  	color: #333333;
	}

#header a:active, #header a:hover {
  	text-decoration: none;
  	color: #333333;
	}

/*
+++++++++++++++++++++++++++
INDEX - POST - SINGLE
+++++++++++++++++++++++++++
*/


#content {
  	width: 574px;
  	float: right;
	border-top: 16px solid #b0c2b7;
	border-right: 16px solid #b0c2b7;
	border-bottom: 16px solid #b0c2b7;
	border-left: 16px solid #b0c2b7;
	padding-left: 10px;
	padding-right: 16px;
	padding-bottom: 16px;
	margin-bottom: 6px;
	} 
	
#content a:link, #content a:visited {
	color: #993333;
	font-weight: bold;
	text-decoration: none;
	}		
	
#content a:active, #content a:hover {
	color: #7e8b83;
	text-decoration: none;
	background-color: #e7ebdd;
		}
	
	
/* Content class for main page only: sets logo image to center */


#content_wordos {
  	width: 574px;
	border-top: 16px solid #b0c2b7;
	border-right: 16px solid #b0c2b7;
	border-bottom: 16px solid #b0c2b7;
	border-left: 16px solid #b0c2b7;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	margin-bottom: 6px;
	text-align: center;
	} 
	
 
.post {
	margin-top: 14px;
  	margin-bottom: 6px;
  	color: #111111;
  	padding-left: 5px;
	font-size: 1.1em;
	}
	
.post p {
  	line-height: 1.3em;
  	margin-bottom: .8em;
	padding-left: 8px;
	padding-right: 8px;
	}

div.small {
  	font-size: .7em;
	margin-bottom: .8em;
	padding-left: 8px;
	padding-right: 8px;
	}
	
/* Div for news archive - for multiple items per post: inserts a border below each */
div.news {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b0c2b7;
	}
	
/* use this with a nbsp in the middle and it spits out a nice little row of three moons for the bottom of article entries */
div.ender {
	width: 48px;
	height: 16px;
	margin-top: 6px;
	margin-bottom: 16px;
	margin-left: 256px;
	margin-right: 256px;
	background: url(images/mini_moon3.gif) center;
	}
	
h1 {
  	text-decoration: none;
	font-family: Georgia,'Times New Roman', serif;
	color: #7e8b83 !important;
	font-weight: normal !important;
	font-size: 1.2em;
	}

h1 a:link, h1 a:visited {
	color: #7e8b83 !important;
	text-decoration: none;
	font-family: Georgia,'Times New Roman', serif;
	font-weight: normal !important;
	line-height: 140%;
	}		
	
h1 a:active, h1 a:hover {
	color: #993333 !important;
	text-decoration: none;
	font-family: Georgia,'Times New Roman', serif;
	font-weight: normal !important;
	background-color: #e7ebdd;
		}
	
h2 {
  	font-size: 1.4em;
	font-family: Georgia,'Times New Roman', serif;
	font-weight: normal;
	text-align: center;
	color: #7e8b83;
	}
	
h3 {
	font-size: 1.2em;
	font-family: Georgia,'Times New Roman', serif;
	color: #7e8b83;
	font-weight: normal;
	margin-bottom: 8px;
	}

.entry {
  	margin-top: 2px;
  	margin-bottom: 4px;
	}
	
#email, #author {
	background: #ffffff;
	border: 1px solid #b0c2b7;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}


.post-date {
	float: left;
	color: #96a49b;
	font-family: Georgia,'Times New Roman', serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin: 6px 10px 0 0;
	padding: 8px 3px 3px 0;
	width: 60px;
	background: #e7ebdd;
	line-height:1em;
	border: 1px solid #b0c2b7;
}

#content .postfoot { 
	font-size: 0.6em; 
	line-height: normal; 
	text-align: right; 
	border-top: 1px solid #b0c2b7; 
}

.postmetadata {
  	padding: 2px;
  	font-size: 0.6em;
  	border-top: 1px solid #b0c2b7;
	border-bottom: 1px solid #b0c2b7;
	}

.postmetadata a {
  	color: #993333;
	}
	


blockquote {
  	margin: 1em 1.5em;
  	padding: 1em 1.5em;
	border: 1px solid #b0c2b7;
  	background: #f7faf1;
	}

.post li {
	margin-bottom: 10px;
  	margin-left: 20px;
	padding-left: 4px;
	}

.post ul {
	list-style-image: url(images/mini_moon3.gif);
  	list-style-type: bullet;
	margin-top: 10px;
  	margin-bottom: 10px;
	margin-left: 26px;
	width: 500px;
	}

.archive li {
	width: 400px;
  	margin-left: 20px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #b0c2b7;
	}

.archive ul {
  	list-style-type: none;
	margin-left: 14px;
  	margin-bottom: 10px;
	}
	
.archive li a, .archive li a:visited {
	color: #993333;
	font-size: 1.2em;
	text-decoration: none;
	font-family: Georgia,'Times New Roman', serif;
	font-weight: normal;
	line-height: 140%;
	}		
	
.archive li a:active, .archive li a:hover {
	color: #7e8b83;
	text-decoration: none;
	font-family: Georgia,'Times New Roman', serif;
	font-weight: normal;
	background-color: #e7ebdd;
		}
	
acronym, abbr, span.caps {
  	cursor: help;
	}

acronym, abbr {
  	border-bottom: 1px dashed #999;
	}

blockquote cite {
 	margin: 5px 0 0;
  	display: block;
	}

.center {
  	text-align: center;
	}

a img {
  	border: none;
	}
 
.navigation {
  	display: block;
  	margin-top: 10px;
  	margin-bottom: 40px;
	}
 
.alignleft {
  	float: left;
  	text-align: left;
	width: 50%;
	}

.alignright {
  	float: right;
	text-align: right;
  	width: 50%;
	}

.entrytext .postmetadata {
  	margin: 2px;
	padding: 4px;
	}
	
/* ARCHIVE PAGE - h2 class -  */
	
.pagetitle {
  	color: #7e8b83;;
	} 
	

/*
+++++++++++++++++++++++++++
COMMENTS
+++++++++++++++++++++++++++
*/


ol.commentlist {
  	margin: 20px;
	width:480px;
	}

ol.commentlist li {
  	margin-bottom: 1.5em;
  	border: 1px solid #7e8b83;
	padding: 10px;
  	background-color: #f7faf1;
	}

ol.commentlist li.alt {
  	background-color: #f7faf1;
	}

ol.commentlist a {
  	color: #111111;
	}

p.commentdata {
	font-size: 0.7em;
	margin-top: 2em;
  	margin-bottom: 1em;
	margin-right: 76px;
	text-align: right;
	}
	
	
/*
+++++++++++++++++++++++++++
SIDEBAR
+++++++++++++++++++++++++++
*/

#sidebar {
  	width: 122px;
	background-color: transparent;
	color: #111111;
	padding-top: 80px;
	} 

#sidebar ul {
	width: 120px;
  	list-style: none;
  	margin-bottom: 10px;
	display: block;
	}

#sidebar ul h2 {
 	background-color: #b0c2b7;
  	border: 1px solid #7e8b83;
  	font-size: 1.2em;
  	font-weight: normal;
  	padding: 2px;
  	margin-bottom: 5px;
    }

#sidebar a, #sidebar a:visited {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e7ebdd;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	letter-spacing: .04em;
	text-align: left;
	text-decoration: none;
	line-height: 1.8em;
	padding-left: 3px;
	margin-top: 3px;
	}	
	
#sidebar a:active {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-left: 3px;
	}

#sidebar a:hover {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-left: 3px;
	}
	
/*
+++++++++++++++++++++++++++
SIDEBAR STANDARD GIZMOS
+++++++++++++++++++++++++++
*/
	
/* sidebar search */
	
#searchform {
  	text-align: center;
	}

#searchform input {
	border: 1px solid #7e8b83;
  	background-color: #f7faf1;
	}

#searchform #s {
	width: 80%;
  	background-color: white;
	margin-bottom: 8px;
	}

/* sidebar calendar */
	
#wp-calendar {
  	border: 1px solid #7e8b83;
  	width: 80%;
	margin: 0 auto;
  	text-align: center;
  	margin-bottom: 15px;
	}

#wp-calendar th {
  	background-color: #f7faf1;
	}

#wp-calendar a {
  	border: 1px solid #7e8b83;
  	background-color: white;
  	display: block;
	}

#prev a, #next a {
	border: 0;
	}

#wp-calendar caption {
  	text-align: center;
	width: 100%;
	}

/* sidebar author info w. photo */
	
#author {
  	border: 1px solid #7e8b83;
  	margin: 10px auto;
  	text-align: center;
  	width: 130px;
  	padding: 2px;
	}

#author img {
  	border: 0;
	}

	
/*
+++++++++++++++++++++++++++
FOOTER
+++++++++++++++++++++++++++
*/

	
#footer {
  	clear: both;
  	text-align: left;
  	width: 600px;
	margin-bottom: 8px;
	margin-left: 144px;
  	height: 3em;
  	color: #111111;
  	padding-top: 4px;
  	padding-bottom: 4px;
  	background-color: #e7ebdd;
	border: 1px solid #7e8b83;
	}
	
	
#footer_wordos {
  	clear: both;
  	text-align: left;
  	width: 636px;
	margin-bottom: 8px;
  	height: 3em;
  	color: #111111;
  	padding-top: 4px;
  	padding-bottom: 4px;
  	background-color: #e7ebdd;
	border: 1px solid #7e8b83;
	}


#footer a:link, #footer a:visited {
	color: #993333;
	text-decoration: none;
	}		
	
#footer a:active, #footer a:hover {
	color: #7e8b83;
	text-decoration: none;
	background-color: #e7ebdd;
		}
		
#footer_wordos a:link, #footer_wordos a:visited {
	color: #993333;
	text-decoration: none;
	}		
	
#footer_wordos a:active, #footer_wordos a:hover {
	color: #7e8b83;
	text-decoration: none;
	background-color: #e7ebdd;
		}
		
div.left_foot {
	font-size: .7em;
	float: left;
	margin-left: 16px;
	padding-left: 6px;
	padding-right: 6px;
	}
	
div.right_foot {
	font-size: .7em;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #7e8b83;
	}

/*
+++++++++++++++++++++++++++
SPECIAL FORMATTING: MAIN PAGE
+++++++++++++++++++++++++++
*/

#mainwrap {
	width: 430px;
	float:left;
	}


#mainleft {
	float: left;
	}
	
#mainleft ul {
	width: 120px;
  	list-style: none;
  	margin-bottom: 10px;
	display: block;
	}
	
#mainleft a, #mainleft a:visited {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e7ebdd;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	letter-spacing: .04em;
	text-align: left;
	text-decoration: none;
	line-height: 1.8em;
	padding-left: 3px;
	margin-top: 3px;
	}	
	
#mainleft a:active {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-left: 3px;
	}

#mainleft a:hover {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-left: 3px;
	}
	
	
#mainright {
	width: 140px;
	height: 246px;
	float: right;
	}
	
#mainright ul {
	width: 120px;
  	list-style: none;
  	margin-bottom: 10px;
	}
	
#mainright a, #mainright a:visited {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e7ebdd;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	letter-spacing: .04em;
	text-align: right;
	text-decoration: none;
	line-height: 1.8em;
	padding-right: 3px;
	margin-top: 3px;
	}	
	
#mainright a:active {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-right: 3px;
	}

#mainright a:hover {
	width: 120px;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #f7faf1;
	border: #b0c2b7 1px solid;
	color: #7e8b83;
	padding-right: 3px;
	}

#maintext {
	margin-top: 20px;
  	margin-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
  	color: #111111;
	font-size: 1.1em;
	text-align: left;
	}
	
#maintext p {
  	line-height: 1.3em;
  	margin-bottom: 1.2em;
	}
	
#maintext p.small {
	font-size: .7em;
  	line-height: 1.3em;
  	margin-bottom: 1.2em;
	}
	
/*
+++++++++++++++++++++++++++
PLUG INS
+++++++++++++++++++++++++++
*/