/*
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 0;
	background: White;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #1B3067;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
color: Black;
}

.h2promo {
color: #E1002F;
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #1B3067; /*old color: #FF7700*/
}

a:hover {
	text-decoration: none;
	color:  #799BD0;
}

.new a {
	color: #E1002F;
}

.new a:hover {
	color: #E1002F;
	text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
height: autox;
}

.boxed .title {
	padding: 5px 0 5px 20px;
	background: #1b3067 url(images/img06.gif) no-repeat; /* old color: #FBC25F */
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

.boxed .content {
	padding: 20px;
}

.content {
   height: auto;
	border-bottom: 4px solid #1B3067;
}

/* Post */

.post {
	padding: 20px;
}

.post .title {
	float: right;
	width: 410px;
	padding: 5px 0;
	font-size: 2em;
}

.post .promo {
   float: right;
	width: 450px;
	padding: 5px 0;	
	color: #E1002F;
}


.post .date {
	float: left;
	width: 60px;
	height: 70px;
	background: #D9EEF4 url(images/img07.gif) no-repeat;
	text-align: center;
}

.post .date .month {
	display: block;
	padding-top: 6px;
	font-size: .8em;
}

.post .date .day {
	display: block;
	font-size: 2em;
}

.post .date .year {
	display: none;
}

.post .meta {
	margin: 0 0 20px 70px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
 color: Black;
}

.post .promotext {
color: #1B3067;
}

.post .promotext span {
color: #E1002F;
font-weight: bold;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	/*line-height: 180%;*/
}

.promotion {
	width: 450px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin: -20px 0 30px 0;
   font-size: small;
}

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #1B3067 url(images/img01.gif) no-repeat; /* old color: #F9D3BF */
	color: #FFF;
}

/* Logo */

#logo {
	width: 220px;
	height: 48px;
	background: #E1002F;
	text-align: center;
	border: 5px solid #E1002F;
	margin-left: -5px;
	margin-top: -5px;
}

#logo h1 {
	padding-top: 60px;
	font-size: 2.6em;
	font-weight: bold;
}

#logo h2 {
	font-size: .8em;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
    color: #600303;
}

/* Content */

#content {
	width: 730px;
	margin: 0 auto;
	/*background: #FFFFFF url(images/img03.gif) repeat-y 220px 0;*/
	border-top: 5px solid #e1002f; /* old color: #F9D3BF*/
	border-right: 5px solid #1B3067;
	border-left: 5px solid #1B3067;
	border-bottom: 5px solid #1B3067;
}

#extra {

}

#promo {
	color: #990000;
}

/* Content > Main */

#main {
	float: right;
	width: 505px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
  
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	height: auto;
	background: url(images/img04.gif) no-repeat;
   border-right: 5px solid #1B3067; /* old color: #F9D3BF*/
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #40ACC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #40ACC7;
}

#inputsubmit1 {
	background: #40ACC7;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 20px;
	border-top: 5px solid #1B3067; /* old color: #F9D3BF*/
   /*background-color: #F9D3BF;*/
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu ul li a {
	display: block;
	padding: 7px 15px;
	background: url(images/img04.gif) no-repeat left 10px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #1B3067; /* old color: #40ACC7*/
}

#menu .imp a {
	color: #E1002F;
	background-image: url(images/img05.gif);
	font: bold 1.2em "Verdana", sans-serif;
}

#menu .imp a:hover {
	color: #E1002F;
}

#menu ul li a:hover, #menu .active a {
	background-image: url(images/img05.gif);
	color:  #70A3D8; /* old color: #FF7700 */
}

/* Content > Sidebar > Updates*/

#updates {
text-align: center;   
}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates h3 {
	font-size: small;
}

#updates p {
	font-size: x-small;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	background: url('images/logo_b.jpg') no-repeat center left;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	text-align: right;
	font-size: x-small;
	color: #1E5DA4;
}

#footer img {
    float: left;
}	

/* Footer > Legal */

#legal {
  color: #8F3064;
}

/* Footer > Links */

#links {
}

/* Others */

.hpvleft {
	float: left;
	margin: 0 10px 5px 0;
}

.hpvright {
	float: right;
	margin: 0 0px 5px 10px;
}

input {
	border: 1px solid #70A3D8;
	margin-top: 5px;
	width: 200px;
}

textarea {
	border: 1px solid #70A3D8;
	margin-top: 5px;
	height: 80px;
	width: 200px;
}

.button {
   width: auto;
	border: 1px solid #1B3067;
	background-color: #70A3D8;
}

span {
   font-style: italic;
}

#ads {
   width: 730px; 
   border: 1px solid black; 
   padding: 4px; 
   background-color: #CFE0F4; /* old color: #F9D3BF */
   margin: 40px auto 0 auto; 
   text-align: center; 
   color: black;
}

#ads a:link {
   color: #1B3067; /* old color: maroon */
}

#ads a:hover {
   color: #70A3D8; /* old color: orange */
}

#adv {
   width: 480px; 
   height: auto;
   border: 1px solid black; 
   padding: 4px; 
   background-color: #F9D3BF;    
   margin: 0 auto; 
   text-align: center; 
   color: black;
}

#adv span {
	margin: 0 5px 5px 5px; 
}