/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



/*These tags control the color and hover effects of regular links
Adjust them to match the colors used for the regular links in the site build*/
a {color: #80211B;}
a img {	border: none;}
a:visited {color: #342;}
a:hover {text-decoration:underline;}




acronym, abbr {	border-bottom: 0px dashed #333;}
acronym, abbr, span.caps {font-size: 15px; letter-spacing: .07em;}
acronym, abbr {	cursor: help;}

blockquote {	border-left: 0px solid #ccc;	margin-left: 1.5em;	padding-left: 5px;}

/* Adjusts the main body tag of the site. Adjust it of the Background, Font Color and Font Families are Correct.
body {	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

cite {	font-size: 15px;	font-style: normal;}

/* this h2 tag is used to control the date the post, ajust it so that it matches the style sheet code you used for a page title. However make the font size 2px bigger*/
h2 {	border-bottom: 0px dotted #ccc;
	font-size: 12px;        
 	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;}
	
	
/* this h3 tag is used to control the title of the post, ajust it so that it matches the style sheet code you used for a page title.*/
h3 {	border-bottom: dotted 0px #eee;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	margin-top: 0;}


ol#comments li p {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}

p, li, .feedback {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#013000;}

/* classes used by the_meta() */

ul.post-meta {	list-style: none;}

ul.post-meta span.post-meta-key {	font-weight: bold;}


.feedback {	color: #80211B;	text-align: right;	clear: both;}

.meta {	font-size: .75em;}
.meta li, ul.post-meta li {	display: inline;}
.meta ul {	display: inline;	list-style: none;	margin: 0;	padding: 0;}
.meta, .meta a {	color: #808080;	font-weight: normal;	letter-spacing: 0;}

.storytitle {	margin: 0;}.storytitle a { color:#80211b;	text-decoration: none;}


/*this contorls the border and padding of the comments form, that visitors fill out to comment*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea 
	{background: #fff; 
	border: 1px solid #333;
	padding: .2em;}

#commentform textarea {	width: 100%;}

#commentlist li ul {border-left: 0px solid #ddd;
		    font-size: 110%;
		    list-style-type: none;}

#content {margin: 30px 13em 0 3em;
          padding-right: 60px;}

#header {background: #80211b; 
	font: italic normal 230% Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;	
	padding: 0px 0px 0px 0px;}

#header a {color: #ffffff;
	   text-decoration: none;}

/* Controls the links in the header of the site, adjust this to be the same as the colors of your header links.
#header a:hover {text-decoration: underline;}

/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { background:url(../images/bg_big.jpg) repeat-x scroll top left; background-color:#e4ebb0; margin:0px; padding:0px; }
body, td { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#013000; } /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { padding:0px 25px 0px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:underline; }
a:hover { }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:gray; text-decoration:underline; } 
.a1 a:hover { } 

/*css navigation | main nav*/
.nav_block { padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:5px 10px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#96AE57; text-decoration:none; }
.nav a:hover { }
#currentnavpage { color:#748250; }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:10px 15px 10px 15px; color:#004014; font-weight:normal; font-size:10px; text-align:right; }
.footer a { padding:0px; font-weight:normal;  font-size:10px; }
.footer a:link, .footer a:visited { color:#004014; text-decoration:none; }
.footer a:hover { }

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/
.form { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } /*font attrributes for form, e.g., input box, textarea, select*/

.left{ background:url(../images/br_left1.jpg); background-position:left top; background-repeat:no-repeat; height:174px;}
.content{ background-color:#FFFFFF; padding:10px;}
.rep{ background:url(../images/main_bg_rep.jpg); background-position:left top; background-repeat:repeat-y;}
.power { padding:10px 15px 10px 15px; color:#004014; font-weight:normal; font-size:10px; text-align:left; }
.power a { padding:0px; font-weight:normal;  font-size:10px; }
.power a:link, .footer a:visited { color:#004014; text-decoration:none; }
.power a:hover { }