/* 
Theme Name: Jamie McDonald Official Website
Theme URI: http://codelounge.net
Description: Designed by <a href="http://www.rriegger.com">Raphael Riegger</a>, Developed by <a href="http://kotahi.net">Cole Mardle</a>.
Author: codelounge.net
Author URI: http://codelounge.net
Version: 1.1.0

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

@import url('_css/mainstylesheet.css');

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
#post{}
#postmeta{}
#postnavigation{margin:20px 35px;}
#postnavigationSingle{margin:100px 35px 0px 35px;}
#searchform{}
#sidebar{}


ol.commentlist {
	margin:0 20px 60px 20px;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	border:1px solid #ccc;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;

	border-bottom:1px solid #ccc;
	color:#333;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#333;
	}

.commentlist a:hover, .commentlist a:active {
	color:#333;
	}

.commentlist cite img {
	padding:1px;
	border-bottom:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.darrenhoyt.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {

	padding: 5px 20px 10px 20px;
	color:#333;
	}
	
/* fieldset{border:1px solid #ccc;padding:10px 0;margin:10px 0;}
legend{padding:0 4px;} */

strong{font-weight:bold;}

.alignleft {float:left;margin-right:10px;}
.alignright {float:right;margin-left:10px;}

.singleNavLeft {float:left; font-size:.85em; width:230px; text-align:left; height:22px;}
.singleNavRight {float:right; font-size:.85em; width:230px; text-align:right; height:22px;}

.searchformSide{padding:0 15px;margin:40px auto 0 auto;position:relative;width:200px;}

.formStyle fieldset {
	border:1px solid #CFCFCF;
	padding: 10px;
	margin: 10px;
	width:400px;
}

.formStyle legend {
	border: 1px solid #CFCFCF;
	padding:5px 15px;
}

.formStyle li input, textarea {
	height:15px;
	padding:5px;
	border:1px solid #CFCFCF;
	width:388px;
	margin-bottom:5px;
}

.formStyle li label {
	margin:5px 0 2px 0;
}

.formStyle textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height:250px;
}

.formStyle span {
	color: #AC0000; 
	font-size: 10px;
}

.button{
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #CFCFCF;
	color: #000000;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 10px;
}

.button:hover{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CFCFCF;
	color: #000000;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 10px;
}

.reset{
	background: #FFFFFF none repeat scroll 0 0;
	border: medium none;
	color: #000000;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 10px;
}

