 
/*
Theme Name: LEDUE08
Author: NA
Version: 1.0
License: General Public License (GPL)
*/

* {
	/*margin: 0;
	padding: 0;#ae1315;*/
        border-color: #ffffff;
}

body {
background: #b1b9d7 url(images/bg_small_2.png) repeat fixed top;
/*background: #ffffff url(images/blue_blur10.png) no-repeat fixed center;*/

color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height:1.5em;
text-align:center;
}

input, textarea, select, td {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height:1.5em;
        text-align:left;
}

h1, h2, h3 {
	margin-bottom: 5px;
        font-weight: bold;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: normal;
	color: #2F5996;text-align:left;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

p, blockquote, ul, ol, form {
	margin-bottom: 15px;
}

blockquote, ul, ol {
	margin-left: 15px;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	/*background: transparent url(images/blockquote.gif) no-repeat ;*/
        font-style: normal;}

ul {
	list-style-type: square;
}

a {
	color: #074d81;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */


#wrapper {
        	width: 850px;
                margin: 5px auto !important;
        	border-color:#ae1315;
        	background-color: #FFF;
}

/* Header */

#header {
	height: 190px !important;
        height:192px;
        width:850px;
        text-align:left;
        position: static;
	background: #4b70a5 url(images/tom_topbanner_2.jpg) no-repeat;
	margin: 0px 0px 5px 0px;
        border-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;        

}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 50px;
	left: 10px;
        font-family: Arial,Helvetica,sans-serif;  
	letter-spacing: 0px;
        
}

#header h2 {
	position: absolute;
	top: 110px;
	left: 20px;  
        font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
        position: static;
	width: 850px;
        margin:-270px 0px 0px 0px;
        text-align:left;
}
/*::root #menu { left: 100px; }*/

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 5px 10px 5px;
	margin: 0;
}

#menu li
{
	padding: 5px 10px 5px 6px; 
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
        font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	font-size: 12px;
	padding: 5px 2px 2px 5px;
	border: 0px dotted #FFFFFF;}

#menu li a.active
{
	border: 0px solid #FFFFFF;
	/*background: transparent url(images/trans.png);*/
}

#menu li a:hover
{
	border: 0px solid #FFFFFF;
	/*background: transparent url(images/trans.png);*/
        text-decoration: underline;
}

/* Content */

#content {
	background: #e0e4f4 url(images/wall_all.jpg) repeat-y;
	margin: 0px 0px;
        width:100% !important;
        width:850px;
        border-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 1px; 
        padding: 0px 0px 0px 0px;
        text-align:left;
        vertical-align: top;
}

/* Blog */

#blog {
	background: #e0e4f4;
	float: left;
	width: 650px !important;  /*630px or 650px IE6 3px problem */
        width:640px;
	margin: 0px 0px 0px 17px;
        padding: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #264572;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px; text-align:left;
        vertical-align: top;
}
::root #blog { margin: 0px 0px 0px 10px; }

/* Post */

.post {
	margin: 0px 0px 0px 0px;
        padding: 15px 0px 0px 0px;
	padding-bottom: 2px;text-align:left;
}

#title {
	//This style command controls the blog post titles
        height: 80px;
        width:100%;
        color: #074d81;
	/*text-transform: uppercase;*/
	font-size: 18px;
        font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
       	margin: -10px 0px 0px 0px;
        padding: 5px 0px 15px 20px;
/*        padding: 10px 0px 10px 10px;*/
        
        background: transparent url(images/bg_title_3.jpg) no-repeat top right;
        text-align:left;
}

.maintitle {font-size: 20px;}

#titlepage {
        /*This style command controls the page titles*/
        /*text-transform: uppercase;*/
	height: 20px;
        width:100%;
	text-align: right;
        font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
        color: #074d81;
	padding: 0px 0px 5px 0px;
        margin: 0px 0px 0px 5px;
	/*background: transparent url(images/site_title.gif) no-repeat top right;*/
}

#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #074d81;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 5px 9px 0px 5px;
	color: #074d81;
	float:right;
	width:55px;
	margin:0;
}

#date .mo{color:#074d81;text-transform: uppercase;}
#date .day{color:white;}



.post .entry {
	padding: 10px 0px 0px 0px;
	line-height: 25px;
        color:#000000;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 5px 5px 5px 5px;
	line-height: 3px;
	color: #074d81;
	/*background: transparent url(images/bg_title_3.jpg) no-repeat bottom left;*/

	
}

.entry h1, .entry h2, .entry h3 {
	color: #074d81;
}

/* Sidebar */

#sidebar {
	background: #4b70a5;
	float: left;
	margin: 5px 5px 0px 5px !important;
        margin: 5px 2px 0px 2px ;
        width: 142px;
      
	padding: 0px 0px 0px 0px;
        /*border-style: solid;
        border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px; text-align:left;*/
        
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 5px 0px 5px 0px;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
	line-height: 3px;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 15px 0px 0px 0px;
	color: #e0e4f4;
}

#sidebar h2 {
	height: 15px;
	background: url(images/side_title.gif) no-repeat;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #e0e4f4;
	padding-left: 12px;
	padding-right: 0px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
	background: transparent url(images/liston.gif) left center no-repeat;
}


#calendar {
	background: #4b70a5;
	font-size: 10px;
        /*font-family: Arial, Helvetica, sans-serif;        */
        font-weight: bold;
        color: #e0e4f4;
        text-align:center;}

#calendar a:hover {
        font-size: 10px;	
        font-weight: bold;
	background: #216ec4;
	color: white;
}

#calendar td{
height: 10px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;        
font-weight: bold;
text-align: center;
padding: 2px 2px 2px 0px;
color: #e0e4f4;
}

#calendar tr{
font-size: 10px;
color: #e0e4f4;
font-weight: bold;
}

#calendar a {
	background: #4b70a5;
	color: white;
	padding:  0px 2px 0px 2px; 	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

caption {
font-size: 11pt;
color:#e0e4f4;
font-weight: bold;}

#today {padding:  0px 0px 0px 2px; 	background: white;
	font-weight: bold;
	color: #539ff3;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
/*background: transparent url(images/searchbg.gif) no-repeat center center;*/
position: relative;
top: 0px;
left: 0px;
height:30px;
margin-bottom:0px;
margin-top:0px;}

#s {
width: 100px;
height: 20px;
padding-left:5px;
padding-bottom:5px;
color: #2F5996;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #e0e4f4  !important;
        color: #e0e4f4;
	font-weight: bold;
	border: 0px;
	font-size: 12px;
	outline: none;
	height: 20px;}


/* Footer */

#footer{/*border-top: 1px dotted #539ff3;*/
	position:relative;
        width:850px;
        font-size: 9px;
	/*background: #e0e4f4 url(images/wall_all.jpg) repeat-y;*/
        background: #264572;
        margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
        border-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px; 
        border-top-width: 0px;
        
     
}


/* Comments Styling */
#comment {
margin-top:0px;
margin-left: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
font-family: Arial,Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
height:20px;
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #700000;
}

#commentform {
margin-left: 30px;
padding-left:20px;
background: #e0e4f6;
width: 80%;
height:30%;
align:left;
}

#commentform textarea {
background: #ffffff;
position:relative;
top:0px;
left:0px;
align:left;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;
width: 500px;
margin-bottom:10px;
}
#commentform textarea:hover {
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
}
#commentform textarea:focus {
background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 12px;
background: #ffffff;
position:relative;
top:0px;
align:left;
padding:0px;
margin-bottom:0px;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;
	width: 250px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 12px;
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
	width: 300px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 12px;
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
	width: 300px;
}
#commentform input{
position:relative;
top:0;
margin-bottom: 10px;
color:#000000;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:12px;
	background: #ffffff;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;}

.submit1:hover, .submit1:focus{
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;}