/*

Theme Name: Whipsta

Theme URI: http:www.flashwhip.com

Version: 1.1

Description: FlashWhip blog theme.

Author: Original created by Viktor Persson and then alterd by Dune Thomas

Author URI: http:www.flashwhip.com

*/



/* standard elements */

* {

	margin: 0;

	padding: 0;

}

a {color: #953310;}

a:hover {color: #cc6600;}

body {

	background: #fffaf0 url('img/bg.png') repeat center top;

	color: #333;
    font: normal 10.5px 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;

	/* font: normal 65% 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif; */

}

/**/
input:focus {
    background: #fffaf0 url('') !important;
}

.namefieldbox {
    background: #fffaf0 url('img/name_field.png') !important;
    color: #555 !important;
}
.emailfieldbox {
    background: #fffaf0 url('img/email_field.png') !important;
    color: #555 !important;
}


p, cite, code, ul, ol {

	font-size: 1.2em;

	padding-bottom: 1.2em;

}



ul, ol { margin-left: 3.0em; }



.content ul li {

         /*margin-left:45;

	margin-right:30px;

          list-style-image: url('img/li.png'); */

}



.content ol li {

	/*margin-left:45px;

	margin-right:30px; */

}



h1 {font-size: 1.2em;}

blockquote {

	background: #FFF;

	border-bottom: 1px solid #EEE;

	border-top: 1px solid #EEE;

	color: #333;

	display: block;

	font-size: 0.9em;

	margin-bottom: 1.2em;

	padding: 6px 12px;

}

blockquote p {padding: 3px 0;}

h1, h2, h3 {color: #cc6600;}



/* misc */

.clearer {clear: both; font-size: 0;}

.left {float: left;}

.right {float: right;}



.searchbutton, .searchbutton a {

     outline-style: ridge; 

     outline-color: #CC6600; 

     outline-width:2px; 

     font-size:12px; 

     height:20px; 

     border-color: #770F0E; 

     border: 1px; 

     border-style: inset; 

     margin-left: 2px; 

     margin-top: 0px; 

     margin-bottom: 0px;

}



.searchbutton a:hover {

     border-color: #CC6600;

     outline-style: ridge; 

     outline-color: #CC6600; 

     outline-width:2px; 

}





/* structure */

.container {

	background: url('img/bgcontainer.png') repeat-y;

	margin: 0 auto;

	width: 752px;

}



/* header */

.header {

	background: url('img/header.jpg') no-repeat;

	height: 165px;

	margin: 0 auto;

	width: 680px;

}



/* navigation */





.top {

       background: #770F0E;

	   color: #000000;

       font: normal 1.2em Verdana,sans-serif;

       height: 32px;

       margin: 0 auto;

       width: 680px;

}

.top a:hover {

       background: #770F0E;

       color: #953310;

}

.top a {

	color: #770F0E;

	display: block;

	line-height: 32px;

	text-decoration: none;

	width: 100%;

}

.top span {padding-left: 24px;}





/* item */

.item {clear: both;}

.item .date {

	background: url('img/bgdate.png') no-repeat;

	color: #FDD;

	float: left;

	height: 32px;

	text-align: center;

	width: 36px;

}

.item .date div {padding-top: 1px;}

.item .date span {font: normal 1.2em serif;}

.item .content {

	float: left;

	width: 489px;

}

.item h1 {

/*	background: #770F0E url('img/bgfooter.png') repeat-x; */

         background: url('img/bgfooter.png') repeat-x;

	color: #FFF;

	line-height: 32px;

	padding-left: 16px;

}







.item h1 a {

	/*background: #770F0E; */

	color: #FFF;

	text-decoration:none;

	

}





.item h1 a:visited{

/*	background: #770F0E; */

	color: #FFF;

	text-decoration:none;

}



.item h1 a:hover{

/*	background: #770F0E; */

	color: #fffaf0;

	

}



.item .body {padding: 12px 18px;}



/* main */

.main {float: left;}



/* sub navigation */

.navigation {

	float: left;

	margin-left: 1px;

	width: 189px;

}

.navigation h1 {

	background: #cc6600 url('img/navbarheader.png') repeat-x;

	color: #FFF;

	font-size: 1.2em;

	line-height: 32px;

	padding-left: 12px;

}

.navigation ul {

     background: #f8e69e;

     margin: 0; 

     padding-top: 4px; 

     padding-bottom: 4px;

}

.navigation li {

	/* border-bottom: 1px solid #decb81; */

	list-style: none;

         font-size: 0.8em;

         line-height: 1.0em;

}

.navigation li a {

	background: #f8e69e; /* url('img/bgnavigation.png') repeat-x;*/	

	color: #804a14;

	display: block;

	padding: 4px 12px 4px 12px;

	text-decoration: none;

}

.navigation li a:hover {

/*	background: #fcea9b; 

	color: #804a14; */

         color: #770F0E;

}



/* footer */

.footer {

	background: url('img/bgfooter.png') repeat-x;

	color: #FFF;

	font-size: 1.1em;

	line-height: 32px;

	margin: 0 auto;

	text-align: center;

	width: 678px;

}

.footer a {color: #FFF;}

.footer a:hover {color: #fcea9b;}

.footer .left, .footer .right {padding: 0 10px;}

.footer .right, .footer .right a {color: #CC6600;}





/*post stylng*/

.item{ margin:0 0 25px 0;}



.item .info{

	border-top: 1px dashed #DDD;

	padding: 6px 5px 12px;

	color: #505050;

	margin: 0 12px;

}



/* Comments Styling */

ol.commentlist {margin-left: 2em;}

.comment_author {font: bold 12px sans-serif; margin-bottom: 2px;}

.comment_metadata {margin-bottom: 4px;}



#commentlist li {

margin-bottom: 1.5em;

padding-bottom: 1em;

border-bottom: 1px solid #700000;

}

#commentform {

margin: 2em 2em;

background: #fffaf0;

width: 320px;

}



#commentform textarea {

background: #fffaf0;

border: 1px solid #d6d3d3;

width: 320px;

}

#commentform textarea:hover {

background: #fffaf0;

border: 1px solid #d6d3d3;

}

#commentform textarea:focus {

background: #fffaf0;

border: 1px solid #939793;

}



#commentform #email, #commentform #author, #commentform #url {

font-size: 1.1em;

background: #fffaf0;

border: 1px solid #d6d3d3;

width: 320px;

}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {

font-size: 1.1em;

background: #fffaf0;

border: 1px solid #d6d3d3;

width: 320px;

}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {

font-size: 1.1em;

background: #fffaf0;

border: 1px solid #939793;

width: 320px;

}

#commentform input{

margin-bottom: 3px;

}