/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
/*	color: #737373;*/
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	/*margin-bottom: 1.8em;*/
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #0045A3;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

div .menu {
	height: 30px;
	margin: 0 auto;
	padding: 0px 0px;
        float : left;        
        background-color : #1E1E1E;        
}

div .menu ul {
	height: 20px;
	margin: 0px;
	padding: 0px;
        background-color : #1E1E1E;
	list-style: none;
}

div .menu li {
	float: left;
	height: 20px;
        background-color : #1E1E1E;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        padding: 3px 12px;
        text-decoration: none;
        text-transform: uppercase;
}

div .menu a {
	float: left;	
	text-decoration: none;		
	color: #FFF;
}

div .menu a:hover {
	color: #FF0000;
	height: 45px;
}

div .menu .active  {
	color: RED;
	height: 45px;
}
div .menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 100%;
	height: 152px;
	margin: 0 auto;                
        border-bottom: 6px solid #3F3F3F;
        padding-left: 10px;
}


/* Page */

#page {
	width: 98%;
	margin: 0 auto;
	padding: 1%;
}

/* Content */

#content {
	float: left;
	width: 100%;
        border : 0px solid;
        padding-bottom : 20px;
}

.post {
	padding-bottom: 20px;
        border-top: 1px dashed #B9B9B9;	
}

.postc {
	padding-bottom: 20px;
        border-top: 1px dashed #B9B9B9;	
}

.postc .title {
	margin-top: 5 px;
	padding-left: 20px;
        padding-top: 10px;
	letter-spacing: -2px;
        font-weight : bold;
	font-size: 24px;
        width: 800px;
        margin: auto;
}

.post .title {
	margin-top: 5 px;
	padding-left: 20px;
        padding-top: 10px;
	letter-spacing: -2px;
        font-weight : bold;
	font-size: 24px;                
}

.post .title a {        
	text-decoration: none;
}

.postc .title a {        
	text-decoration: none;
}

.postc .entry {;
        text-align : justify;
	padding-left: 20px;
        width: 800px;
        margin: auto;
}

.post .entry {;
        text-align : justify;
	padding-left: 20px;
}

.post .meta {        
        padding-left: 20px;
	height: 26px;		
	text-transform: uppercase;
	font-size: smaller;
}

.postc .meta {        
        padding-left: 20px;
	height: 26px;		
	text-transform: uppercase;
	font-size: smaller;
        width: 800px;
        margin: auto;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 100%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
        margin-top: 5px;
        margin-bottom: 5px;	
}

#sidebar li ul {
	margin-bottom: 20px;
        background-color: #EEE;
        border: 1px solid #CEDAE7;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
        display: inline;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar .active {
    color : #FF0000;
}
#sidebar a {
	height: 20px;
	margin: 0;
        text-decoration:none;
	padding: 6px 0 0 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	       	
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */        
}
