/*
Theme Name: Kycer
Version: 1.0.0
Author: K.u
License: General Public License (GPL)
*/

* {
 	margin: 0;
	padding: 0;
}

body {
	background: black;
}
 
 body, input, textarea, select {
 	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #043667;
}

h1 {
	font-weight: bold;
	font-size: 1.0em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 0em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #043667;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 777px;
	margin: 0 auto;
	border: 0;
	background-color: #FFF;
}

/* Header */

#header {
	height: 350px;
	position: relative;
	background: black url(images/header.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 102px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
}

#header h2 {
	position: absolute;
	top: 140px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#flash {
	position: relative;
	margin-left: 13px;
        top:98px;
}
/* Menu */


/* Content */

#content {
	background: #FFF url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	width: 777px;
}

/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 520px !important;
	width: 520px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#title {
         color: 	#043667;	
         	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background: transparent url(images/bg_title.jpg) no-repeat top right;
}

.maintitle {font-size: 1.0em;}

#titlepage {
	color: 	#043667;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background: transparent url(images/site_title.gif) no-repeat top right;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 4px 0px 0px 1px;
	color: #043667;
	float:right;
	width:55px;
	margin:0;
}

#date .mo{color:#043667;}
#date .day{color:white;}



.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0px 15px 8px 10px;
	line-height: 0.85em;
	color: #333;
	background: transparent url(images/downpost.gif) no-repeat bottom left;

	
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */


#sidebar {
	float: left;
	width: 200px;
	
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 12px;
}

#sidebar li {
	margin-bottom: -1px;
	background: url(images/buttona.jpg);
        height: 40px;
        width: 200px;
        border: 1px solid white;
        text-align: center;

}

#sidebar li:hover
{
        background: url(images/buttonb.jpg);
        height: 40px;
        width: 200px;
        border: 1px solid white;
        text-align: center;	

}

#sidebar li:active
{
        background: url(images/buttonb.jpg);
        height: 40px;
        width: 200px;
        border: 1px solid white;
        text-align: center;	

}


#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;

}

#sidebar li li {
	margin: 0;
	color: #white;

}

#sidebar h2 {
	height: 17px;
	background: url(images/side_title.gif) no-repeat;
	text-transform: uppercase;
	color: #043667;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar li a
{
	color: #FFFFFF;
	background: url(images/buttona.jpg);
        font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	float:left;
vertical-align:middle;
        width:200px;
        height:40px;

}
#sidebar li a:active
{
	color: #FFFFFF;
	background: url(images/buttonb.jpg);
        font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	float:left;
 vertical-align:middle;
        width:200px;
        height:40px;

}
	
#sidebar a:hover {
vertical-align:middle;
	text-decoration: none;
	color: white;
        background: url(images/buttonb.jpg);
        width:200px;
        height:40px;
}

        #sidebar a:active {
	text-decoration: none;
	color: white;
        background: url(images/buttonb.jpg);
        width:200px;
        height:40px;
}


#calendar {
	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	color: white;}

#calendar a:hover {
	font-weight: bold;
	background: #216ec4;
	color: white;
}

#calendar td {
height:12px;
padding:  0px 2px 0px 2px
}

#calendar a {
	background: #539ff3;
	color: white;
	padding:  0px 2px 0px 2px;	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: white;
	font-weight: bold;
	color: #043667;
	}

#searchbg {

height:65px;
margin-top:25px;
margin-bottom:10px;
margin-left: 20px;
text-aling:center;
}
#s {

width: 120px;
height: 15px;
color: #043667;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	font-size: 1.7em;
	outline: none;
	height: 30px;}


/* Footer */

#footer{font-size: 0.7em;
	background: url(images/footer.jpg);
	margin: 0px auto;
	padding: 10px 10px;
	text-align: center;}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #000000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #000000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #ffffff;
	border-top: 1px solid #043667;
	border-left: 1px solid #043667;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
width: 280px;
}
#commentform textarea:hover {
	background: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #043667;
	border-right: 1px solid #043667;
}
#commentform textarea:focus {
background: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #043667;
	border-right: 1px solid #043667;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #ffffff;
	border-top: 1px solid #043667;
	border-left: 1px solid #043667;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #043667;
	border-right: 1px solid #043667;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #043667;
	border-right: 1px solid #043667;
	width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: #ffffff;
	border-top: 1px solid #043667;
	border-left: 1px solid #043667;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;}

.submit1:hover, .submit1:focus{
	background: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #043667;
	border-right: 1px solid #043667;}
