﻿
/* Body and Major Structural Elements */
					
* {
	margin: 0;
	padding: 0;
}
body
{
    background-position: #333333;
    margin: 0;
    padding: 0;
	background-color: #666;
    background-image:url('images/bg.png');
	background-repeat:repeat-x;
    font: 62.5% "Lucida Grande" , Verdana, Arial, sans-serif;
}

#page
{
    margin: 0 auto 0;
    padding: 0;
    width: 950px;
    /*background-image: url('../images/PgBckGrnd.png');   */
    background-color: #ffffff;
}

#header
{
    height: 250px;
}                                     

#header a
{
}


#header p.title
{
    text-indent: 0px;
    border-bottom-color: #fff;
    border-bottom-width: thick;
    margin-bottom: 10px;
    border-bottom-style: solid;
}
#header p.description 
{
	text-indent: 0;
	font-size: 1.4em;
}

.rightcolumn
{
    width: 600px;
    margin: 0;
    padding: 0;
    float: right;
    border: medium solid #FFF;
    background-color: Transparent;
}

.ewrapper
{
    border: medium solid #fff;
    background-color: Transparent;
}

.entry
{
    margin: 0;
    padding: 0;
    font: 1.3em/1.6 Kalinga, sans-serif;
    font-style: normal;
    background-color:transparent;
}


#footer 
{
	width: 940px;
	margin: 0 auto 0;
	padding: 20px 0 25px 9px;
	clear: both;
    text-align: center;
    color:#ffffff;
    background-color:#333333;
}

					/* End Body and Major Structure */

.center 
{
	text-align: center;
}
.clear 
{
	clear: both;
}
.inline 
{
	display: inline;
}
.hidden 
{
	display: none;
}


					/* Begin Sidebar */
					
#sidebar 
{
	width: 300px;
	padding: 60px 5px 40px;
	list-style-type: none;
	text-align: right;
    background-color: Transparent;
    font-family:Kalinga, Sans-Serif;
}
#sidebar a
{
    padding: 0.3em 0 0.3em 0.3em;
    border: none; 
    color: #003300;
    text-decoration: none;
    font-family: Kalinga, Sans-Serif;
}

#sidebar a:hover 
{
	border: none;
	color: #000;
	text-decoration: none;
}

#sidebar h2
{
    margin: 30px 0 10px;
    padding: 2px 0 2px 50px;
    border-bottom: 1px solid #cacaca;
    font: 1.2em 'Times New Roman' , Times, serif;
    text-align: right;
    color: #ffffff;
}

#sidebar li {
	margin: 0 0 15px 0;
	/* each main section, i.e., Pages, Categories, Archives, etc. */
}

#sidebar ol li {
	list-style: decimal outside;
}

#sidebar p, #sidebar select {
	margin: 5px 0 8px;
}

#sidebar ul, #sidebar ol {
	margin: 8px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
        font-size: 1em;
	/* the block of links for all the Pages, Categories, Monthly Archives, etc. */
}

#sidebar ul li, #sidebar ol li 
{
	margin: 3px 0; 
	padding: 0.2em 0;
	list-style-type: none;
	/* each individual link, i.e., each page, each category, each month, etc. */
}
#sidebar ul li:hover 
{
	/* border-left: 1px solid #ff8900; */
}

#sidebar ul ul, #sidebar ol 
{
	margin: 0 12px 0 10px;
        font-size: .6em;
}

#sidebar form 
{
	margin: 0;
}


/* End Sidebar */
					
/* Begin Paragraphs and Fonts */


h1 
{
	margin: 15px 0 30px;
	color: #336633; /* color for post titles is in links section #202020*/
	text-decoration: none;
	font: normal 2.0em Georgia, "Times New Roman", Times, serif;

}

h2, h3 {
	margin: 30px 0 14px;
	color: #336633; /* color for post titles is in links section #202020*/
	text-decoration: none;
	font: normal 2.0em Georgia, "Times New Roman", Times, serif;
}

#footer h1 
{
	margin: 0;
	display: inline;
	font: normal 1em "Lucida Grande", Verdana, Arial, sans-serif;
}

h3, .entry h2 
{
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
}

h4 
{
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	/* used in footer on non-single pages */
}

h6 
{
	margin: 9px 0 14px;
	font: normal 0.9em "Lucida Grande", Verdana, Arial, sans-serif;
	/* little sub-heading line, to be used on pages in place of a post's date line */
}

.entry p 
{
	margin: 0 0 20px 0;
}

small 
{
	font: 1.0em/1.4 Arial, Helvetica, sans-serif;
}


#footer p 
{
	margin: 0;
	padding: 4px 0 0;
}


/* End Paragraphs and Fonts */


/* Links */

a 
{
	border-bottom: 1px solid #6c6882;
	color: #202020;
	text-decoration: none;
}

h2 a, h2 a:visited, h3 a, h3 a:visited 
{
	margin: 0 0 0 -1px;
	padding: 0 1px;
	color: #202020;  /* colot for post titles on index, archive, and search pages */
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:hover, h2 a:hover, h3 a:hover 
{
	border-bottom: 1px solid #ff8900;
	color: #202020;
	text-decoration: none;
}

.entry a:hover 
{
}

small a 
{
	border: none;
}

.hidelink, a.hidelink:hover, a img 
{
	border: none;
}

.more-link a 
{
	/* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
	border: none;
	color: #cacaca;
}

.more-link a:hover 
{
	border: none;
	color: #404040;
}

					/* End Links */

					/* Begin Lists */
					
.entry ol, .entry ul 
{
	margin: 0 0 0 4px;
	padding: 0 0 8px 0;
	/* keep the same as .entry p */
}

.entry ol 
{
	list-style: decimal outside;
}

.entry ul 
{
	list-style: circle outside;
}

.entry ol li, .entry ul li 
{
	margin: 0 0 0 1.5em;
	padding: 2px 0 4px 0;
}

/* End Lists */

/* Begin .clearfix http://www.positioniseverything.net/easyclearing.html */
					
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

					/* End .clearfix */