
/* MASTER KEYS */

body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	}
	
a {color: #CC0000; text-decoration: none; }	
a:visited {color: #CC0000;}
a:hover {text-decoration: thin dotted; color: #FF9900;}

a img{
border:0;
}

h1 {
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 3.8em;
	line-height: 0.9em;
	}	

h2 {
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 0 0 0px;
	}
	
h2 a {
    color: rgb(80,80,80);
 	letter-spacing: -1px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;			
	}

h4, li h2 {
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	}	
	
h3 {
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 30px 0 0 0;
	padding: 0;
	}
	
h5 {
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;	
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0px;
	border-bottom: thin dotted;
	color: #999999;
}	


/*	HEADER MENU */

#topmenu {
	position: absolute;
 	top: 60px;
 	left: 52px;
 	width: 150px;
}

#topmenu ul {
	margin-top: 2px;
	margin-left: 5px;
	list-style: none;
	padding: 0 0 0 0px;
}

#topmenu ul li {
    font-size: 1.8em; 
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-left: 0px;
	list-style: none;
	padding: 0 0 0 0px;
}

#header {
	position: absolute;
 	top: 15px;
 	left: 200px;

}

#logo {
	position: absolute;
 	top: 230px;
 	left: 52px;
 	z-index: 2;
}


#search {
	position: absolute;
 	top: 15px;
 	left: 600px;
}




/* CONTENT BLOCK */

#table {
	position: absolute;
 	top: 260px;
 	left: 30px;
 	z-index: 1;
	padding: 0px 10px 5px 10px;
	border: 1px solid #ccc;

}

#content {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 500px;
	padding: 28px 15px 15px 15px;
	background: #F1EFE2;
	}
	
#content a {color: #CC0000; text-decoration: none; border-bottom: 1px dotted;}	
#content a:visited {color: #CC0000;}
#content a:hover {text-decoration: none; color: #FF9900;}

.post {
	margin: 0 0 0 0;
	text-align: left;
	}
	
.postmetadata .alt {
	margin: 8px 0 0 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
	border-bottom: none;	
	}
	
small, .navigation {
	color: rgb(138,134,132);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.navigation a {border-bottom: none;	
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
#content.single {
	width: 400px; 
	margin: 0; 
	padding: 70px 130px; 
	}	

.box {
    background:transparent;
	border: thin solid #CCCCCC;
}

.boxTOP {
    background-color: #FFFFFF;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
}

div.entry img {
  padding:4px;
  background: #FFFFFF;
  border:1px solid #ddd;
  margin: 6px;
  }
  

.imglink img {
  padding:0px;
  background: #F1EFE2;
  margin: 0px;
    border:0;
}

/* FOOTER */

#footer {font-size: 0.9em;}
	
#footer a, #footer a:visited {color: #CC0000; text-decoration: none; border-bottom: none;}	

#footer a:hover {color: #FF9900;}





/* LISTS */

ul, ol {
	margin: 5px 0 5px 0;
	padding: 0 0 0 30px;
	}	

ol {
	padding: 0 0 0 35px;
	}	
	
ul ul {
	margin: 5px 0 10px 20px;
	}	

ol li {
	margin: 0;
	padding: 0;
	}



/* SIDEBAR */

#sidebar {
	float: left;
	width: 160px;
	margin-left: 15px;
}

#sidebar ul {
	text-align:left;
	margin-top: 2px;
	margin-left: 6px;
	list-style: disc;
	padding: 0 0 0 0px;
}

#sidebar ul li {
    font-size: 2.0em; 
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-left: 5px;
	list-style: none;
	padding: 0 0 0 0px;
}

#sidebar ul li a {color: #CC0000; text-decoration: none; border-bottom: none;}	
#sidebar ul li a:hover {color: #FF9900; text-decoration: none;}

#sidebar ul ul li{
	font-size: .5em; 
	font-family: 'Verdana' Arial, Helvetica, Sans-Serif;
	text-transform: uppercase; 
	letter-spacing: 1px;
	line-height: 12px;
	margin-left: 2px;
	margin-bottom: 0px;
	list-style: circle;
	padding: 0;
}

#sidebar ul ul li a {color: #898E79; text-decoration: none; border-bottom: none;}	
#sidebar ul ul li a:hover {color: #FF9900; text-decoration: none;}


#leftbar {
	float: left;
	width: 170px;
	margin-top: 60px; 
	padding: 0; 
}


/* MINIBAR */

#minibar {
	margin-top: 40px;
}

#minibar ul {
	margin-top: 2px;
	margin-left: 6px;
	list-style: disc;
	padding: 0 0 0 0px;
}

#minibar ul li {
    font-size: 2.0em; 
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-left: 5px;
	list-style: none;
	padding: 0 0 0 0px;
}

#minibar ul li a {color: #CC0000; text-decoration: none; border-bottom: none;}	
#minibar ul li a:hover {color: #FF9900; text-decoration: none;}

#minibar ul ul li{
	font-size: .8em; 
	font-family: 'Verdana' Arial, Helvetica, Sans-Serif;
	text-transform: uppercase; 
	letter-spacing: 1px;
	line-height: 12px;
	margin-left: 2px;
	margin-bottom: 0px;
	list-style: circle;
	padding: 0;
}

#minibar ul ul li a {color: #898E79; text-decoration: none; border-bottom: none;}	
#ninibar ul ul li a:hover {color: #FF9900; text-decoration: none;}



/*COMMENTS*/
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 0;
	padding: 10px 0 0 0;	
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}
	
h3.comments {
	margin: 40px auto 20px auto;
	padding: 0;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Verdana' Arial, Helvetica, Sans-Serif; 
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	}
		
.nocomments, .postmetadata, strike, #footer {
	color: rgb(168,164,162);
	}




/* MISC TAGS */
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 20px 33px; 
	background: url(images/quote-arial.gif) 0px 15px no-repeat; 
	color: rgb(110,106,103); 
	font-style: italic; 
	font-size: 0.9em;}

blockquote cite {
	display: block; 
	}
	
blockquote p {
	margin: 0; 
	padding: 0; 
}		

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;}

.postmetadata, .commentmetadata, #footer {
	letter-spacing: 1px; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-size: 0.75em;
	font-weight: normal;	 
	}

.commentmetadata {font-size: 0.8em;}	
		
.alt {background-color: rgb(250,249,248);
	border-top: 1px solid rgb(241,239,237);
	border-bottom: 1px solid rgb(241,239,237);
	}




/* FORMS */
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(201,197,195);}

#commentform {
	padding: 0;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
	}

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
	padding: 0px;
	}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
	}



	
#pagestripe {background: rgb(221,217,215); width: 780px; height: 5px; clear: both;
	}
	
#pageblock {display: block; background: rgb(130,135,145); width: 269px; height: 5px; float: right; line-height: 0;
	}
	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}

#searchsubmit, #commentform #submit {
	font: normal 0.8em 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;	
	text-transform: uppercase;	
}


.wp-notable {
        border: 1px solid white;
        padding-left:3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-top: 12px;
}

.wp-notable img {
        border: none;
}

.wp-notable:hover {
        border: 1px solid #FF9900;
}




/* CALENDAR */


#wp-calendar {
	width: 160px;
	margin-top: 10px;
}

#wp-calendar caption {
	text-align: left;
	font-size: 2.0em;
	color: #CC0000;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 2px;
}

#wp-calendar th {
	background-color: #F1EFE2;
	padding: 1px;
	border: 1px solid #ACA899;
}

#wp-calendar td {
	border: 1px solid #F1EFE2;
	padding: 1px;
	text-align: center;
	margin: 1px;
}

#wp-calendar a {
	display: block;
}

#wp-calendar a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}

