/*   
Theme Name: belle
Theme URI: http//:www.burningcolor.com/
Description: simple
Author: Ian Alex Penny
Author URI: http//:www.burningcolor.com/
Version: v0.1
*/

#searchbar {
    float: right;
    margin: 8px 0;
}

#searchbar input {
	border: 1px solid #CCC;
	background: white;
    color: gray;
    }

#navspace {
     width: 100%;
     height: 10px;
	 clear:both;
     }

#aboutnav {
    width: 100%;
	float: left;
    }

#aboutnav a { 
    color: #CCC;
    font: 1em verdana, helvetica, sans-serif;
    float: left;
    margin: 8px 3px 8px 0;
    }

#aboutnav a:hover { 
    color: #D77;
    }

#entry-1 .middy{
    padding: 0 0 10px 0;
    background: #FBFBF7;
    }

.wp-smiley {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
	}

ul.linklog {
	display: inline;
	}

ul.linklog li {
	list-style: none;
	float: left;
	font: 1.3em arial;
	width: 450px;
	height: auto;
	margin: 15px 0 5px 0;
	padding: 0 0 0 15px;
	border-left: 35px solid #C00;
	}

/* ----------------------- Structure ------------------------------------------------ */

body {
	font-size: 62.5%;
	font-family: arial, tahoma, Times, serif;
	margin: 0px;
	min-width: 550px;
	text-align: center;
	background: #EEEED6 url(./vintagetan.gif);
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: century gothic, verdana;
	margin: 0px;
	padding: 0px;
	}
	
a:link, a:visited, a:hover {
	text-decoration: none;
	}
	
#about, .header_description {
	width: auto;
	margin: 0 20px;
	font-size: 1.8em;
	color:#cc0000;
	}
	
.main {
	margin: 30px auto 0px auto;
	width: 700px;
	height: auto;
  min-height: 400px;
	background: white;
	text-align: left;
	}
	
.header {
	/*border-bottom: 5px solid #C00;*/
	border-bottom: 5px solid #A40E0E;
	}
	
.header h1 {
	font: 5.9em century gothic, verdana;
	margin: 0 0 0 15px;
	text-transform: lowercase;
	}
	
.header a:link, .header a:visited {
	color: #09C;
	}
	
/* --------- Navigation ----------- */

#navcontainer {
	width: 530px;
    height: auto;
	}	

ul#navlist {
    margin: 0;
    padding: 0;
    white-space: nowrap;
	}

#navlist li {
    display: inline;
    list-style-type: none;
    text-transform: lowercase;
	}

#navlist a { 
	color: #CCC;
	font: 2.5em verdana, helvetica, sans-serif;
	height: 30px;
	border-bottom: 10px solid #EEE;
    float: left;
    margin: 0 0 0 10px;
	}

#navlist .current_page_item a, #navlist a:hover {
	color: #D77;
	border-bottom: 10px solid #FBB;
	}

/* -------- End Navigation -------- */

.content {
	width: 100%;
	height: auto;
	}


.scrollnav {
    float: right;
	width: 42px;
	height: auto;
	} 
	
.post {
	clear:both;
	width: 650px;
	margin:60px auto;
	height: auto;
	}
	
.lefty {
	float: left;
	width: 42px;
	}
	
/* ------------- Date ------------- */

.date {
	float: left;
	height: 65px;
	width: 35px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: white;
	/*background: #C00;*/
	background: #A40E0E;
	padding:0 3px 0 3px;
    }

.date .month, .date .day {
	text-align: center;
	width: 35px;
    }
.date .month {
	overflow: visible;
	font-size: 1.3em;
	position: absolute;
	margin-top: 24px;
	text-transform: uppercase;
    }

.date .day {
	font-weight: none;
	font-size: 3.1em;
	position: absolute;
	margin-top: 30px;
    }

/* ----------- End Date ----------- */
	
.mini {
	width: 35px;
	height: 16px;
	float: left;
	margin: 10px 0 0;
	text-align: right;
	font: 1.3em verdana;
	padding:0 3px 0 3px;
	}
	
.mini a {
	color: white;
	}
	
.cmnt {
	background: #D8D9A4;
	}

.trackback {
	background: #9BB;
	}

.rss {
	background: #EB9;
	}
	
.middy {
	float: left;
	width: 600px;
	text-align: left;
	}
	
.toptitle {
	border-left: 1px solid black;
	height: 65px;
	text-align: left;
	width: 600px;
	padding: 0 0 0 10px;
	position: relative;
	}
	
.toptitle h2 a{
	font: 2.3em century gothic, verdana;
	color: black;
	position: absolute;
	bottom: 0px;
	}

.time {
	color: #A40E0E;
	font-size: 1.3em;
	margin: 10px 0pt 0pt;
	padding: 0pt 0pt 0pt 10px;
	width: 600px;
	}
	
.entry {
	font: 1.8em Helvetica;
	width: 580px;
	text-align: justify;
	margin: 0 auto 25px auto;
	line-height:1.2em;
	}
	
.entry a, .commentlist li a, ul.linklog li a {
	text-decoration: none;
	color: #09C;
	}

.entry a:hover, .commentlist li a:hover, ul.linklog li a:hover {
	text-decoration: underline;
	}



.cat {
	clear: both;
	}
	
.anchor {
	clear: both;
	width: 100%;
	height: 50px;
	}
	
/* ----------------------- Footer -------------------------- */


.footer {
	width: 700px;
	clear: both;
	/*background: #A00;*/
	background: #A40E0E;
	margin: 0px auto;
	}

.footbox {
	float: left;
	text-align: right;
	width: 200px;
	border-right: 1px solid #B00;
	padding: 0 10px 15px 0;
	margin: 20px 0;
	}

.footbox h2, .footbox ul li.linkcat-2 h2{
	font: 2.5em century gothic, verdana;
	margin: 0px;
	color: #FD777A;
	text-transform: lowercase;
	padding: 0px;
	}
	
.footbox ul li a{
	color: #FEC;
	font: 1.5em arial;
	text-decoration: none;
	line-height: .1em;
	padding: 0px;
	list-style: none;
	}
	
.footbox ul li{
	color: #FEC;
	list-style: none;
	margin:0 0 5px 0;
	}

#buttons {
	clear: both;
	margin: 0 60px;
	padding: 10px 30px;
	text-align: right;
	border-top: 1px solid #B00;
	color: white;
	font: 1.2em arial;
	}

#buttons a {
	color: white;
	}
		

#buttons a:hover {
	text-decoration: underline;
	}

/* ----------------------- End Footer ---------------------- */

/* ----------------------- End Structure -------------------------------------------- */


/* Begin Images */

p img {
	padding: 8px;
	border: 1px solid #999;
	background: white;
	}

a img {
	border: none;
	}

/* End Images */


/* Begin Lists */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/* End Entry Lists */


/* ----------------------- Comments ------------------------------------------------- */

.alt {
	background: #EDF3F8;
	}

ol {
	margin: 0px; 
	padding: 0px;
	}
	
.commento {
	clear: left;
	width: 510px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 0;
	}
	
.commento h2{
	font: 2.5em lighter;
	font-family: century gothic;
	}
	

h2 #sorry {
	font: 2.5em lighter;
	font-family: century gothic;
    clear: both;
	padding: 40px 0 0 10px;
	}
	
.commentlist {
	font-size: 1.3em;
	font-family: news gothic MT;
	margin: 0px;
	padding: 0px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style-position: inside;
	}
	
list-style {
	background: red;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font: news gothic MT;
	padding: 0px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

	
#commentform {
	font: 1.3em news gothic MT;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 3px;
	border: 1px solid black;
	}

#commentform textarea {
        border: 1px solid #CCC;
	width: 500px;
	padding: 2px;
	margin: 3px;
    overflow: hidden;
	border: 1px solid black;
	}

#commentform #submit {
	margin: 3px;
	background: white;
	}

#commentform input:focus, #commentform textarea:focus, #searchbar input:focus {
	border: 1px solid red;
    }
	
/* ----------------------- End Comments --------------------------------------------- */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #EDEDD6;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	margin: 0px;
	}
/* End Various Tags & Classes*/