/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px; 
	font: Verdana, normal small Georgia, "Times New Roman", Times, serif;
	color: darkblue;
	font-family:  Verdana; 
	font-size: 11px;
}

td 
{
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-family: arial;		   
	font-weight: normal;
	color: darkblue;					
}

h2 {
	font-size: 18px;
	font-family: arial;		   
	font-weight: normal;
	color: darkblue;	
}

h1, h2, h3 {
	color: darkblue;	
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a:active   	 {font-family: Verdana; font-size: 11px; color: blue; text-decoration:none;}
a:link       {font-family: Verdana; font-size: 11px; color: blue; text-decoration:none;}
a:visited    {font-family: Verdana; font-size: 11px; color: darkblue; text-decoration:none;}
a:hover      {font-family: Verdana; font-size: 11px; color: green; text-decoration:none;}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 5px 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
	padding: 20px;
}

.post .title {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 90px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #FFB46A;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 900px;
	height: 220px;
	margin: 0 auto;	   
}

#logo span {
	float: left;
	width: 180px;
	height: 160px;
	padding: 20px;
	background: url(images/img01.png) no-repeat;
	text-align: right;
	font-size: 2.2em; 
}

#logo div {
	float: right;
	width: 620px;
	height: 150px;
	padding: 20px 20px 30px 20px;
	background: url(images/img02.gif) no-repeat;
	font-size: 18px;
	font-family: Tahoma;			   
	color:white;
	text-decoration: none;
	font-weight: normal;			
}


#logo a {
	text-decoration: none;
	font-size: 18px;
	font-family: Tahoma;			   
	color:white;
}

#logo h1 {
	color: white;
}

#logo hr {
	border-color:white;
	margin:5px;
	font-weight: normal;			
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

#extra {
	clear: both;
	height: 20px;
	background: url(images/img06.gif) no-repeat;
}

/* Content > Main */

#main {
	float: right;
	width: 660px;
	background: url(images/img05.gif) no-repeat right top;
	color: black;
}

#main a {
	color: blue;
}

#main a:hover {
	color: green;
}

#main hr	{
	height: 0px; 
	border: 0px;
	border-top: solid 1px darkblue;
	margin: 5px;	
	}

#main .hr2	{
	height: 0px; 
	border: 0px;
	border-top: dashed 1px darkblue;
	margin: 7px;	
	}
	
#main img	{
	border: solid 1px darkblue;
	margin: 5px;
	}

#main .counter	{
	border: 0px;
	margin: 0px;
	}
	
#main p	{
	text-align:justify;
	margin: 10px;
	font-size: 11px;
	font-family: verdana;
	}
	
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background: url(images/img04.jpg) no-repeat;
	color: darkblue;
}

#sidebar a {
	color: darkblue;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 10px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding-bottom: 1px;
}

#menu .little {
	display: block;
	width: 170px;
	padding: 3px 3px 3px 50px;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

#menu .little:hover {
	background: white;
	color: darkblue;	
}

 
#menu .big {
	display: block;
	width: 170px;
	padding: 7px 20px 7px 30px;
	text-decoration: none;
	color: white;
}


#menu .big:hover, #menu .active a {
	background: white url(images/img08.gif) no-repeat 10px 50%;
	color: darkblue;
}

#menu .big a {
	color: white;
}

#menu .little a {
	color: white;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

hr	{
	height: 0px; 
	border: 0px;
	border-top: solid 1px white;
	margin: 0px;	
	}

.h1               {font-family: Tahoma; font-size: 12px; color: darkblue; margin:0px; font-weight:bold;}
.h2               {font-family: Verdana; font-size: 13px; color: darkblue; margin:0px; font-weight:normal;}
.h3               {font-family: Tahoma; font-size: 12px; color: darkblue; margin:0px; font-weight:bold;}
.h4               {font-family: Tahoma; font-size: 11px; color: darkblue; margin:0px; font-weight:normal;}
	

