/*
Theme Name: Bruno's Minute
Theme URL: http://solodesign.ca/
Description: Developed for <a href="http://www.brunogideon.com">Bruno Gideon</a>.
Version: 1.0
Author: Troy Ricci
Author URI: http://solodesign.com/
/* Begin Typography & Colors */
* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #4A3622;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A3622;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-x;
		}
#centre {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
		
#masthead {
	height: 278px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/masthead_one.jpg');
	background-repeat: no-repeat;
		}
		
#logo {
	height: 139px;
	width: 464px;
		}
#logo h1 a {
	text-indent: -5000px;
	display: block;
	height: 139px;
	width: 464px;
	padding-top: 63px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	background-image: url('images/main_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	/*padding-top: 20px;*/
	padding-bottom: 25px;
		}
#main {
	float: right;
	width: 595px;
	margin-right: 2px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top:20px;
}
#main h2 a {
	color: #4A3622;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	text-decoration:none;
}
h2 {
	font-weight: normal;
	margin-bottom:15px;	
}
blockquote {
	width: 500px;
	font-style: italic;
	margin-left: 50px;
	margin-bottom: 25px;
	display: block;
}
blockquote span {
	padding-top: 10px;
	display: block;
	width: 500px;
	text-align: right;
}

#sub_col {
	float: right;
	width: 240px;
	margin-right: 9px;
	padding-right: 15px;
	padding-top:0px;
}
#sub_col ul {
	text-align: right;
	margin-bottom:15px;
}
#sub_col li {
	display: block;
	margin-left: 25px;
	height: 25px;
	background-image: url('images/dash.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sub_col li a {
	text-decoration: none;
	color: #2B1A12;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#footer {
	font-size:12px;
	height:84px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
		}
#footer p {
	color:#EDEAD7;
	padding-top:20px;
	margin-right:15px;
	text-align:right;
}

#footer a {
	color:#EDEAD7;
	font-style: italic;
	font-weight:bold;
	text-decoration:none;
}
.separator {
		clear: both;
		height: 0;
		}
.separator-dash {
	clear: both;
	height: 2px;
	width:215px;
	background-image: url('images/dash.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:15px 0px 15px 15px;		
		}
/* ---------- 3. links and navigation ---------- */

#main p a {
	color:#4A3622;
	text-decoration:none;
	border-bottom:1px dotted #4A3622;
		}
		
a:hover {
		}

#navigation {
		}
p.linker {padding-bottom:25px;}		

a.inner {
	float:right;
    margin-right: 60px;
	display: block;
	height: 140px;
	width: 130px;
}

#navContainer {
	height: 51px;
	background-image: url('images/nav_bg.gif');
	background-repeat: no-repeat;
	padding-left:35px;
		}

#navigation a {
	text-decoration: none;
	color: #4A3622;
	text-transform: uppercase;
	float: left;
	display: block;
	height: 51px;
		}
#navigation #current a {
	background-image: url('images/current.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
#navigation a:hover {
	background-image: url('images/hover.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

/*#navigation ul {
	float: right;
		}*/
#navigation ul li.last {
	background-image: none;
}

#navigation li {
	float: left;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 51px;
	/*background-image: url('images/dot.gif');
	background-repeat: no-repeat;
	background-position: right center;*/
		}
.little links{
	width:450px;
}
.littlelinks .alignleft {float:left;}
.littlelinks a, div.navigation a {
	font-size: 12px;
	font-style: italic;
	color: #52A47C;
}
div.navigation {clear:both;}
div.navigation div.alignleft {float:left; margin-right: 10px;}
div.navigation a {text-decoration:none; }
/* ---------- 4. fonts ---------- */
#sub_col h2 {
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	font-size:18px;
}
#main h2 a {
	color: #4A3622;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	text-decoration:none;
}
h2 {
	font-weight: normal;	
}
h2.pagetitle{
	margin-bottom:15px;
	text-transform: uppercase;	
}
.post h3 a {
  color: #4A3622;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	text-decoration:none;
		}
p.browsing {
	text-align:right;
	font-size:12px;
	font-style:italic;
	margin-bottom:15px;
}

#main p {
	font-size: medium;
	line-height: 1.6em;
	margin-bottom: 15px;
		}
p.date, small, .postmetadata {
	font-size: 12 px;
	font-style: italic;
	color: #0000002;
	}
.date a,
.postmetadata a {
	color: #52A47C;
}

ul {
		list-style-type: none;
		}

/* Begin Form Elements */
#searchform {
	margin: -10px auto 15px auto;
	padding: 5px 3px;
	text-align: center;
	float: right;
	clear:both;
	}

#sidebar #searchform #s {
	width: 100px;
	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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

#subscribe {
	width:300px;
	float:right;
	border: 2px solid #C4C2A9;
	padding: 15px;
	margin-left:15px;
	margin-bottom:15px;text-align:center;
}
#subscribe p {
	font-weight:bold;
	}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
img.alignright {
	float:right;
    border:1px solid #4A3622;
    padding:2px;
	margin:0 0 10px 10px;
}	
/* ---------- 6. hacks ---------- */

/*body	{ IE 5 centring bug fix 
		text-align: center;
		}*/
		
#wrapper {
		}
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}
#main h2 a,
#main h3 a {border-bottom:1px dotted #4A3622;}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

#prop {
	height:400px;
    float:right;
    width:1px;
	}
p.subscribe {
	display:block;
	width:230px;
	margin:0px 0px 15px 15px;
	font-size:14px;
	}
p.subscribe span {
	font-weight:bold;
	font-size:14px;
	line-height: 1.5em;
	}
form#subber {
	margin:0 0 5px 15px;
	}
form#subber tr {padding-bottom:10px;}
form#subber span {font-size:12px;}
#main .post h3 {margin-bottom:10px;}
p.smaller {font-size:12px;}
#sub_col .rightlink {
	float:right;
	text-decoration:none;
	border-bottom:1px dotted #8D5322;
	}
#main form {text-align:left; margin:0 0 0 15px;}
#main form input[type="submit"] {width:125px;padding:2px;}
hr {
	margin-bottom: 15px;
}
a.info {
	text-decoration:none;
	color:#4A3622;
	display:block;
	background-image: url('images/bullet.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}
/*#subscribetable td {padding:0 0 5px 0;	background-repeat: no-repeat;
	}*/
#subscribetable {
	background-image: url('images/signupbox.jpg');
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-top:15px;
}
input.italics {font-family:Tahoma, "Times New Roman", Times, serif; color:#000000;}
.top_link {display:block; width:80px; float:left; margin-left:400px; margin-top:25px;}
#options {width:165px; height:60px; margin-left:200px;}
#audio {
	background-image: url(images/inspirational.jpg);
	height:270px;
	width:197px;
	margin:0 0 10px 10px;
	float:right;
	padding-top:50px;
	background-repeat: no-repeat;
}
#audio a.speaker {
	background-image: url('images/play.png');
	display: block;
	padding-left:40px;
	background-repeat: no-repeat;
	background-position: left center;
	margin:0 0 0 20px;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ffffff;
	height:40px;
	text-decoration:none;
	line-height:40px;
}
#vids a {margin:0 15px 20px 0; float:left;}