/* -------
- LAYOUT -
------- */
#div {
	border: 1px solid #FF0000;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 1000px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

* html #container {
	height: 100%;
}

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: justify;
}

br.clear {
	clear: both;
}

/* -------
- HEADER -
------- */
#header {
	margin: 0px 0 0 0;
	padding: 0px;
}

#header .style_content {
	width: 1000px;
	height: 160px;
	position: relative;
	display: block;
}

#search_box {
	display: inline;
	margin: 0px 32px 0px;
	padding: 5px 0px 0px;
	float: right;
}

#input_search {
	width: 150px;
}

#title {
	margin: 0px 40px 0px;
	padding: 25px 0px 0px;
}

#tagline {
	margin: 0px 40px;
}

#rss {
	display: block;
	margin: 0px 50px 0px 50px;
	padding: 0px;
	height: 157px;
	position: absolute;
	bottom: -1px;
}

#menu {
	display: block;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	height: 30px;
	position: absolute;
	bottom: -1px;
}

html>body #menu {
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 30px; /* 45 */
	line-height: 30px;
}

/* --------
- CONTENT -
-------- */
#content {
	margin: 0px;
	padding: 0px;
}

#content .style_content {
	width: 1000px;
	padding: 20px 40px 0px;
}

#content .leftcol {
	width: 400px;
	margin: 0 20px 0 0;
	float: left;
}

#content .rightcol {
	width: 400px;
	margin: 0 0 0 0px;
	float: left;
}

#circuitlist-even {
	height: auto;
	margin-bottom: 20px;
	float: left;
	background: #FFF;
	border: none;
}

#circuitlist-even .colone {
	width: 380px;
	margin: 0 0px 0px 10px;
	float: left;
}

#circuitlist-even .coltwo {
	width: 510px;
	margin: 0 10px 0px 10px;
	float: left;
	text-align: left;

}

#circuitlist-odd {
	height: auto;
	margin-bottom: 20px;
	float: left;
	background: #EDF3FE;
	border-top: 3px solid #416A00;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

#circuitlist-odd .colone {
	width: 380px;
	margin: 0 0px 0px 10px;
	float: left;
}

#circuitlist-odd .coltwo {
	width: 510px;
	margin: 0 10px 0px 10px;
	float: left;
	text-align: left;

}

html>body #content .style_content {
	width: 920px;
	padding: 20px 0px 0px;
}

#loop_articles {
	width: 480px;
	float: left;
}

#loop_page {
	width: 760px;
	float: left;
}

#loop_single {
	width: 480px;
	float: left;
}

#loop_comments {
	width: 480px;
	float: left;
	margin-left: 10px;
}

#form_comments {
	width: 410px;
	margin: 47px 0px 30px 10px;
	float: right;
	padding: 0px;
}

#information {
	width: 280px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	clear: right;
	float: right;
}

#post_meta {
	width: 280px;
	padding: 0px;
	margin: 0px 0px 30px 20px;
	float: left;
	display: inline;
}

#search {
	width: 280px;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	float: right;
}

#author {
	width: 280px;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	float: right;
}

#widgets {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: right;
}

.widgets_home, .widgets_single {
	width: 280px;
	text-align: left;
}

#archive_links {
	width: 280px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: right;
	clear: right;
}

#archive_links .archive_group {
	padding: 0px;
	float: left;
	width: 130px;
	clear: none;
}

#archive_links .even {
	margin: 0px;
	float: right;
}

#archive_links .odd {
	margin: 0px 20px 0px 0px;
}

#loop_articles h2, #loop_comments h2 {
	margin: 0px 0px 20px 0px;
}

.navigation ul {
	display: block;
	margin: 0px 0px 30px;
	padding: 0px;
}

.navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 49%;
}

.navigation li.next {
	text-align: right;
	float: right;
}

#form_search {
	margin: 0px 0px 20px;
}

#input_form_search {
	width: 150px;
}

.page-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -------------------
- POSTS AND COMMENTS -
------------------- */
.post {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

.post .content {
	position: relative;
}

#post_meta .metadata {
	width: 125px;
	padding: 0px;
	margin:  0px;
	text-align: left;
}

#post_meta .odd {
	float: left;
	clear: left;
}

#post_meta .even {
	float: right;
}

.metalinks {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: block;
	clear: both;
}

.metalinks li {
	float: left; 
	margin-right: 10px; 
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#input_comment {
	width: 100%;
}

#comment_area .comment {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#comment_area .metadata {
	display: block;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#comment_area .metadata dt {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#comment_area .metadata dd {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#comment_area .metadata dt.comment_number {
	display: none;
}

#comment_area .metadata dd.comment_number {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 40px;
	height: 40px;
	font-size: 200%;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#comment_area .gravatar {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#comment_area .metadata, #comment_area .metadata_commentOfficialUser {
    display: block;
    margin: 0px 0px 15px 0px;
}
#comment_area .metadata dt, #comment_area .metadata_commentOfficialUser dt {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#comment_area .metadata dd, #comment_area .metadata_commentOfficialUser dd {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#comment_area .metadata dt.comment_number, #comment_area .metadata_commentOfficialUser dt.comment_number {
    display: none;
}
#comment_area .metadata dd.comment_number, #comment_area .metadata_commentOfficialUser dd.comment_number  {
    display: block;
    float: left;
    width: 50px;
    height: 40px;
    font-size: 200%;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

/* -------
- FOOTER -
------- */
#footer {
	position: relative;
	text-align: center;
}

#footer .style_content {
	width: 1000px;
	padding: 20px 0px 0px;
}

html>body #footer {
	width: 1000px;
	margin: 0 auto;
}


#newsletter_signup {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 8px 40px 0px 0px;
	float: right;
}

#input_email_address {
	width: 150px;
	vertical-align: middle;
}


#button_email_address {
	vertical-align: middle;
}

#footer_title {
	padding: 0px;
	margin: 0px 0px 0px 60px;
	line-height: 40px;
}

#copyright_notice p {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 60px;
	color: #E58802;
}

#logos {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 7px 60px 0px 0px;
	float: right;
	vertical-align: middle;
}

#logos img {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#colone {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 60px;
}

#coltwo {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

#colthree {
	width: 210px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

#colfour {
	width: 210px;
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-left: 10px;
}

/* -----------
- TYPOGRAPHY -
----------- */
p, center, pre {
	margin: 5px 0px 10px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 100%;
}

blockquote, quote {
	margin-left: 20px;
	margin-right: 20px;
/*	padding: 10px;
	border-left: 5px solid #E1F0FA;
	background: #F1F9FD;*/

}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
}

h1 {
	font-size: 250%;
	line-height: 100%;
}

h2 {
	font-size: 150%;
	line-height: 100%;
	margin: 0px 0px 5px;
}

.lead h3.title, #loop_single h3.title, #loop_page h3.title {
	font-size: 150%;
	line-height: 100%;
	border-bottom: 1px dotted #BB6F02;
	padding-bottom: 3px;
}

h3 {
	font-size: 150%;
	line-height: 100%;
}

h4 {
	font-size: 130%;
	line-height: 100%;
}

h5 {
	font-size: 110%;
	line-height: 100%;
}

h6 {
	font-size: 100%;
	line-height: 100%;
}

ul, ol, dl {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}

li, dd {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#tagline {
	font-size: 120%;
}

/* ------------------
- ICONS AND BULLETS -
------------------ */
ul .icon, dl .icon, ul.icon li {	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

ul .date, dl .date, ul.icon li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_date.gif);
}

ul .tag, dl .tag, ul.tag li {
	background-image: url(../images/icon_tag.gif);
}

ul .category, dl .category, ul.category li {
	background-image: url(../images/icon_category.gif);
}

ul .categories, dl .categories, ul.categories li {
	background-image: url(../images/icon_categories.png);
}

ul .information, dl .information, ul.information li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_lightbulb.gif);
}

ul .jump, dl .jump, ul.jump li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);
}

ul .comment, dl .comment, ul.comment li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_comment.gif);
}

ul .feed, dl .feed, ul.feed li {
	background-image: url(../images/icon_feed.gif);
}

ul .entry, dl .entry, ul.entry li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_entry.gif);
}

ul .author, dl .author, ul.author li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_entry.gif);
}

ul .asterisk, dl .asterisk, ul.asterisk li {
	background-image: url(../images/icon_asterisk.gif);
}

ul .bulletstar, dl .bulletstar, ul.bulletstar li {
	background-image: url(../images/bullet_star.gif);
}

ul .votelist, dl .votelist, ul.votelist li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_vote.png);
}

ul .next-race, dl .next-race, ul.next-race li {
	background-image: url(../images/icon_next-race.png);
}

ul .featured, dl .featured, ul.featured li {
	background-image: url(../images/icon_featured.png);
}

ul .delicious, dl .delicious, ul.delicious li {
	background-image: url(../images/icons/delicious.gif);
}

ul .technorati, dl .technorati, ul.technorati li {
	background-image: url(../images/icons/technorati.gif);
}

ul .digg, dl .digg, ul.digg li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icons/digman.gif);
}

ul .ninerules, dl .ninerules, ul.ninerules li {
	background-image: url(../images/icons/ninerules.png);
}

ul .googleearth, dl .googleearth, ul.googleearth li {
	background-image: url(../images/icons/Google-Earth.gif);
}

#loop_articles .summary {
	padding-left: 25px;
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#loop_articles .new {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icons/rss.gif);
	background-position: left top;
}

.feedburnerFlareBlock {
	margin: 0px;
	padding: 0px;
	display: list-item;
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;

}

/* -------
- TABLES -
------- */
table, td, th {
	margin: 0px;
	border-collapse: collapse;
	font-family: "Lucida Grande", Lucida Sans Unicode, Arial, Sans-serif;
	font-size: 9pt;
	color: #382E1E;
	line-height: 180%;
}

td, th {
	padding: 0 10px 0 10px;
}

th {
	font-weight: bold;
}

td {
	border: none;
}

tr.blue {
	background-color: #EDF3FE;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

/* -------
- WIDGET -
------- */
#container .widget {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#widgets_home_a {
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#widgets_home_b {
	width: 130px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}

#widgets_single_a {
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_single_b {
	width: 130px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_page {
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#content .advert {
float:left;
	margin: 0px 0px 30px;
	padding: 0px 10px;
}

.widget_archives li, .sb-months li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_date.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}


.widget_categories li, .sb-categories li {
	background-image: url(../images/icon_category.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_meta li, .sb-meta li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.sb-navigation li {
	display: inline;
	clear: both;
}

.widget_pages li, .sb-navigation li li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_recent_entries li, .sb-latest li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_rss li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.gluedideas_TLA_widgetDisplay li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#recentcomments li, .sb-comments li {	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_comment.gif);
}

.sb-links li {
	display: inline;
	clear: both;
}

.sb-links li li {
	background-image: url(http://blogf1.co.uk/wp-content/themes/gluedideas_subtle/assets/images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}