/*
Theme Name: Cicerone
Theme URI: http://outsrc.co.uk/
Description: A custom theme for Cicerone.
Version: 1.0
Author: Anthony Cooper
Author URI: http://outsrc.co.uk/
Tags: blue, custom header, fixed width, three columns, widgets
*/

body { padding:0px; margin:0px; color:#000000; background:url(images/bg.png) top left repeat-x #F6F6FF; font-size:0.70em; line-height:1.3em; font-family:Verdana,Arial,Helvetica,Sans-serif; }

h1, h2 { font-weight: bold; font-family: Optima; color:#06A29E; }
h1 { font-size:1.4em; margin-bottom:3px; }
h2 { font-size: 2em; margin: 20px 0 5px; }
h3 { font-size: 1.1em; padding: 0; margin: 10px 0 0; }

h2.pagetitle { font-weight: normal; line-height: 120%; }
#sidebar h2 { margin: 5px 0 0; padding: 0; }

h3.comments { padding: 0; margin: 40px auto 20px ; }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #06A29E; }

a { text-decoration: none; }


#wrapper { width:1000px; margin:0px auto; }
#container { float:left; width:980px; background-color:#fff; padding:0px 10px 10px; }

#header { position:relative; float:left; width:980px; height:100px; margin:0; padding:0; }
#header div.logo { position:absolute; top:0px; left:0px; z-index:1; }
#header div.image { position:absolute; top:0px; left:380px; z-index:0; }

#menu { float:left; clear:both; width:960px; padding:8px 10px; background:url(images/bg-menu.png) top left repeat-x #014DA2; color:#fff; font-family:Geneva,Arial,Helvetica,Sans-serif; font-size:105%; }
#menu a { color:#fff; }

#hosting { float:left; width:1000px; text-align:right; clear:both; color:#888; margin:5px 0px; padding-bottom:20px; }
#hosting a { color:#07C; }

#page { float:left; width:980px; position:relative; }

#content { float:left; margin-left:160px; padding:0px 10px; width:500px; }

#right-margin { float:left; width:230px; padding:10px 0px 0px 10px; border: 0; color:#444; }
#right-margin a { color:#004AA5; }

.hp-pod { float:left; border:1px solid #EEE; background:url(images/bg-right-margin.png) repeat-x top right #F0F0F0; width:268px; padding:10px; margin-bottom:10px; }
.hp-pod h2 {font-size:13px; text-transform: uppercase; margin:0px 0px 5px; }
.hp-subscribe { float:left; width:268px; }
.hp-subscribe .row { float:left; width:180px; padding:0px 44px; margin-top:5px; }
.hp-subscribe .row .label { float:left; width:45px; padding-top:2px; font-weight:bold; color:#666; }
.hp-subscribe .row .field { float:left; text-align:right; width:135px; }
.hp-subscribe .row .field input.text { width:126px; padding:2px; margin:0; border:1px solid #666; }
.hp-pod .product { float:left; width:268px; margin-bottom:10px; border-bottom:1px solid #DDD; padding-bottom:10px; }
.hp-pod .product img { border:1px solid grey; float: left; margin:5px 10px 0px 0px; padding:4px; background-color: white; }


#sidebar form { margin: 0; }
.widecolumn .entry p {}
.narrowcolumn .entry, .widecolumn .entry {}
.widecolumn {}
.narrowcolumn .postmetadata { text-align: left; }
.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border: 1px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }

small {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; }

.commentlist li, #commentform input, #commentform textarea { font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }

#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
.post { border-bottom: 1px solid #DDD; clear:both; }
.post hr { display: block; }

.postmetadata { padding-top: 5px; clear: both; }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear { clear: both; }

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar { position:absolute; top:10px; left: 0px; padding:0; width: 150px; color:#004AA5; }
#sidebar h2.widgettitle { font-size:13px; text-transform: uppercase; margin:0px 0px 5px; }
#sidebar h2.widgettitle, #sidebar a { color:#004AA5; }

#sidebar ul, #sidebar ul ol {
	list-style:none; padding:0; margin:0px;
}

#sidebar ul li {
	background:url(images/bg-nav.png) repeat-x top right #CFDBEA; border:1px solid #DDF;
	margin:0px 0px 10px 0px; padding:0; padding:5px; width:138px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li li {
	background:none; 
	border:none;
}

#sidebar ul p, #sidebar ul select {
	margin:0;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 5px; width:130px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*
.commentmetadata {
	margin: 0;
	display: block;
	}
 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 #ddd; }

blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }

hr { display: none; }
a img { border: none; }

.navigation {
	display: block;
	text-align: center;
	margin: 15px 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */
