/*
Theme Name: Blue Mini Theme
Theme URI: http://luckythemes.com/blue-mini-theme/
Description: Dark Blue Cross Style Wordpress Theme
Version: 1.0
Author: http://themerama.com
Tags: 
*/
body{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	background: white url(images/bg.jpg);
}
img{
	border: 0;
}
.clear{
	clear: both;
}
ul li{
	list-style: url(images/bullet.gif);
	padding: 0;
	margin: 5px;
}
ul{
	padding: 0;
	margin: 5px;
	margin-left: 30px;
}
#header{
	width: 905px;
	height: 100px;
	margin: 0 auto;
	background: #2231C4 url(images/index_01.gif) no-repeat;
	margin-bottom: 8px;
	margin-top: 8px;
}
#header .title{
	float: left;
	width: 580px;
}
#header .search{
	float: right;
	width: 325px;
}
#header h1{
	padding: 20px 0 0 30px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
}
#header h4{
	padding-left: 30px;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: white;
	margin: 0;
}
#header a:link, #header a:visited, #header a:active, #header a:hover{
	color: white;
	text-decoration: none;
}
#header a:hover{ color: #C9BEF9;}

#content{
	width: 905px;
	margin: 0 auto;
	background: white url(images/cont_bg.gif) repeat-y;
}
.left{
	width: 250px;
	float: left;
	background: #D5D9FF url(images/left_bg.gif) repeat-y;
}
.left .top{
	background: url(images/left_top.gif) no-repeat top left;
	/*border: 1px solid red;*/
	padding: 8px 17px 8px 12px;
}
.left h1{
	margin: 0;
	padding: 4px;
	padding-left: 25px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #1927AC;
	font-weight: bold;
	background: url(images/cat_empty.gif) no-repeat top left;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: #2434CB;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}

.right{
	width: 655px;
	float: right;
	background: #FFFCE1 url(images/right_bg.gif) repeat-y;
}
.right .top{
	background: url(images/right_top.gif) no-repeat top left;
	/*border: 1px solid red;*/
	padding: 8px 12px 8px 15px;
}
.right .title{
	background: white url(images/title_bttm.gif) no-repeat bottom;
}
.right h1{
	padding: 0 5px;
	margin: 0;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	background: url(images/title_top.gif) no-repeat top;
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: #A01111;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h4{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #626262;
	margin: 0;
	text-align: right;
}
.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #817CA5;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}

.permalink{
	text-align: right;
	margin: 10px 0;
	padding: 3px 10px;
	border-bottom: 1px dashed #D8D8D8;
	/*background: #F0F0F0;*/
}

#footer{
	font-size:11px;
	width: 905px;
	height: 79px;
	margin: 0 auto;
	background: #2231C4 url(images/index_07.gif) no-repeat;
	margin-bottom: 10px;
	text-align: center;
	color: #BDC499;
}
#footer p{
	margin: 0;
	padding: 0;
	padding-top: 35px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #D8FF00;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}

h2 {
	
}

h3 {
	
}

p, li, .feedback {
	font: 100% Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

/* classes used by the_meta() */


.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


