/*  
Theme Name: BlueFlower
Theme URI: http://www.mukkamu.com
Description: An elegant two column fluid-width WordPress theme.
Version: 0.5
Author: Mu
Author URI: http://www.tagtagweb.com/

	Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.


*/

body {
	background: #000;
	color: #CCCCCC;
	font: 13px "trebuchet MS";
	margin: 0;
	padding: 0;
}

#top {
	background-color:  #000 ;
}
#top .inner {
	background: transparent url('images/top.jpg') no-repeat top left;
	height: 250px;
}

#body {
	background: #27465a url('images/01.png') repeat-x top left;
}

#topmenu a {
	font: bold 12px tahoma;
	color: #ffffff;
	text-decoration: none;
}

#content {
	padding: 15px 30px;
	
}

#left {
}

#right {
	background: #242424;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #0099FF;
}

a img {
	border: none;
}

a:visited {
	color: #0099FF;
}

a:hover {
	color: #006699;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #A9DAFF;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font: 95% "Times New Roman", Times, serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	color: #00FFFF;
	margin: 15px 0 0 0;
	font: 24px arial;
}
h3 a:link, h3 a:visited {
	color: #0099FF;
	text-decoration: none;
	border-bottom:#000 1px solid;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.bottom {
	background: #000;
	padding: 20px;
}

.credit {
	background: #1084CE;
	color: #DDDDDD;
	font-size: 11px;
	margin: 0;
	padding: 10px 3px 3px 3px;
	text-align: center;
}

.credit a:link, .credit a:hover , .credit a:visited {
	color: #000;
}

.feedback {
	color: #A9DAFF;
	text-align: right;
	clear: both;
}
/*
.meta {
	background: #15587D url('images/bg_metaleft.gif') no-repeat top left;
	height: 31px;
}
.meta .inner {
	background: transparent url('images/bg_metaright.gif') no-repeat top right;
	height: 17px; padding: 7px 20px;
	font: 11px tahoma;
	color: #ffffff;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #A9DAFF;
	font-weight: normal;
	text-decoration: none;
}
*/
.storycontent {
	
	background: url(images/black.png);
	padding: 15px;
	border: 1px dotted #1084ce;
}

.storybody {
	padding-bottom: 5px;
	margin-bottom: 15px;
}

p.postmetadata, post-date, cite{
	font-family: Arial, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
}

#commentform{
	background: url(images/black.png);
	padding: 15px;
	border: 1px dotted #1084ce;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #e1e1e1;
	border: 1px solid #333;
	padding: .2em;
	
}

#commentform textarea {
	width: 98%;
	background-color: #e1e1e1;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px dotted #A9DAFF;
	padding: 10px;
	font-size: 11px;
	background: url(images/black.png);
	color: #E0E6E0;
}
#header {
	background: #223E71;
	font: italic normal 230% 'Times New Roman', Times, serif;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}


.sidebar{
	float: left;
	width: 200px;
	margin: 30px 0 10px 10px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px;
	background-image: url(images/black.png);
	/*background: #222;*/
}

.sidebar ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li form{
	margin: 0;
}

.sidebar ul li input{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}

.sidebar ul li h2{
	font-family: Georgia, Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 10px;
	/*background: #101010;*/
	color: #fff;
}

.sidebar ul ul{
	padding-top: 0;
	line-height: 19px;
	/*background: #2e2e2e;*/
}

.sidebar ul ul li{
	padding: 5px 0 0;
	line-height: 24px;
}

.sidebar ul ul li h2{
	font-size: 12px;
	padding: 0;
	background-color: transparent;
}

.sidebar ul ul ul{
	padding: 0 0 10px 10px;
}

.sidebar ul ul ul ul{
	padding: 0 0 0 10px;
}

#bottom {
	color: #ffffff;
	padding: 10px;
}
#bottom a {
	color: #ffffff;
	text-decoration: none;
}
#bottom ul {
	list-style: none;
	margin: 0; padding: 0;
}
#bottom .heading {
	background: #000;
	color: #A9DAFF;
	font: 19px tahoma;
	padding-left: 50px;
	padding-top: 10px;
}
#bottom li a {
	font: bold 12px arial;
}
#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: #15587D;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #A9DAFF;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #15587D;
	color: #000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* --- extra (comments in footer) --- */


#bottom li li {
font-size: 13px !important;
padding-top: 8px;
}

#bottom li li a {
text-decoration: underline;
}

#bottom li li a:hover {
text-decoration: none;
}


/* --- (logo) --- */


#logo {
	margin: 100px 0 93px 420px;
	width:500px;
	font-family: "Georgia";
}

#logo h2 {
font-size: 36px;
font-family: "Verdana,trebuchet ms";
padding:0;
margin: 0;
}

#logo h2 a {
color: #1084ce;
text-decoration: none;
}

#logo h2 a:hover {
text-decoration: none;
color: #82abc6;
}

#logo p {
padding:0;
margin: 0;
color: #82abc6;
font-size: 13px;
}

div#pages {
	font-family: "Verdana";

	margin: 0px auto 0px;
	position:absolute;
	top:250px;
	height: 25px;
	width:100%;
    background: #1084ce;
}
div#pages ul {
	padding: 0px 0px 0px;

	white-space: nowrap;

	list-style-type: none;

	margin: 0px;	

}

div#pages ul li {

	float:right;

}



div#pages ul li.current_page_item a  {

	text-decoration: underline;

}

div#pages ul li a {

	display: block;

	text-decoration: none;

    border-left: 1px dotted #333;

	font-size:12px;

	padding:4px 15px 4px 15px;

	text-transform: uppercase;

	color: #000;
	font-weight:bold;

}

div#pages ul li a:hover {

	color: #333333;
	background-color:#82abc6;

}
