/*
Layout and CSS from http://blog.html.it/layoutgala/LayoutGala39.html edited on the 25 04 2009 for colour chagnes and stuff
*/

FF6600

html,body{
	margin:0;
	padding:0;
	background-color: #000000;
background-image: url(images/bkgd.gif);
	line-height:160%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
a img{
border:0;
}

#header {
	height:100px;
	line-height:30px;
	margin: 0;
	background-image: url(images/logoa.png);
}
#header h1{
	margin: 0;
	margin-left: 50px;
	text-align: center;
	float: left;
	margin-top: 20px;
	color: #51d6f9;
}
#header h1 a { color: #51d6f9; text-decoration: none; font-weight: bold; }

#tagline {
	margin: 0px 0px 5px 0px;
	height: 40px;
	padding-top: 15px;
	color: #51D6F9;
	padding-left: 100px;
}
#tagline h1{ 
	margin-left: 5px;
	text-align: center;
	color: #fff; 
	float: left;
}

#tagline a {
	font-weight: bold;
	color: #FF6600;
	margin-left: 5px;
}


#navbar {
	position:relative;
	min-width:650px;
	overflow:visible;
	display:block;
	margin-left: 40px;
	height: 20px;
	}

	
#navbar ul li {
	padding: 3px 0px 0px 0px;
	float:left;
	display: block;
	margin-right:3px;
	overflow:hidden;
	line-height: 10px;
	list-style-type: none;
	
}

#navbar ul li a {
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	color: #e9e9e9;
	display: block;
	font-size: 1.25em;
	font-weight: normal;
	border: none;
	display: block;
	list-style-type: none;
	text-transform: capitalize;
	
}

#navbar ul li a:hover {
	background: none;
}

#navbar ul li:hover {
	border: none;
	background: url(images/select_bg.png) top left repeat-x;
	color: #FF6600;
}

#searchform {
	text-align: right;
	padding-right: 20px;
}
#container{
	text-align:left;
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
	background-color: #161616;
	color: #FFFFFF;
}
#content {
	padding-left: 10px;

}
#content a { font-weight: bold; colour: #8a8a8a;}
#content h3 a {
	font-weight: bold;
	color: #73BC4F;
	text-decoration: none;
	font-size: 1.5em;
}
#content h4 { margin-left: 20px; }
#content blockquote { background: #ffc;
	border: 1px solid #f60;
	padding: 3px;
}
#content .draft { background-color: #ffc; }
#content .deleted { background-color: #933; text-decoration: line-through; }
#content .commentdata {
	margin-left: 1em;
	margin-bottom: 5px;
	padding-left: 25px;
	color: #999;
	background: url('images/time.png') left center no-repeat;
}
#content .commentcount {
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
}
#content #commentlist { text-indent: 0; padding: 0; }
#content #commentlist li { list-style: none; marker-offset: 0; }
#content li.comment-even {
	background: #eee;
}
#content li.comment-odd {
	background: #fff;
}
#content li.comment-admin {
	background: #ffc;
	border: 2px solid #f60;
}
#content li.comment-pending {
	background: #ff9;
	border: 2px solid #f30;
}
#content .commentauthor a { font-size: 1em; 
	font-weight: bold; 
	text-decoration: none;
	margin-left: 10px;
}
#content .commentdate a { font-size: 70%; margin-left: 10px; }

blockquote {
	border-left: 10px solid #62A20C;
	padding: 5px 0 5px 20px;
	margin: 10px 0 10px 30px;
}

blockquote p {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 8px 0;
	font-style: italic;
}

#extra {
	width: 50%;
	float:right;
	clear:right;
	width:400px
}
#extra #flickr_badge_uber_wrapper { float: right;
	text-align:center;
}
#extra #flickr_badge_uber_wrapper a { text-decoration: none; }
#flickr img { padding: 2px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #f60;

}

#topfooter {
	text-align: center;
	}
	
#topfooter a {
	color: #8a8a8a;
}
#topfooter ul {list-style-type: none; }

#aside li {list-style-type: none; }

#footer {
	background: #f60;
	text-align: center;
	color: #FFFFFF;
	}
#container{width:750px;margin:0 auto}

#extra{}

#navigation{float:left; }

#footer{clear:both;width:100%}
div#footer{clear:both;width:100%}
.tag-cloud li { float: left } or display: inline

.bottom {
	color: #000000;
	clear: both;
	font-size: 11px;
}
.bottom a {color: #000000;}

.published h3 a{
	color: #65b542;
	text-transform: capitalize;
}


.published {
	color: #8a8a8a;
	line-height: normal;
}
.published a{
	color: #8a8a8a;
}
.edit a{
	color: #65b542;
}

.commentCount a{
	color: #65b542;
	text-decoration: none;
	font-size: 11px;
}


.subtitle {
	color: #FFFFFF;
	text-decoration: none;
}

.subtitle a {
	text-decoration: none;
}

.clearer {clear: both;}
.leftb {float: left;	height: 100%;
}
.rightb {
	float: right;
	height: 100%;
}

div #wrapper{
	border-bottom: 7px solid #f60; clear:left;
}
