/*
Theme Name: Click and Clown
Theme URI: http://www.tmmedia.ca/
Description: Custom theme for Click and Clown
Version: 1.0
Authors: Paul Romein, Tim Schafli
Tags: 
*/



/* CSS Document */

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;vertical-align:baseline;background:transparent;margin:0;padding:0;}


body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	color: #333333;
	background-color: #CC3300;
	background-image: url('images/bg-tent.jpg');
	background-repeat:repeat-x;
	background-position: top center;
}


img{
	margin: 6px 12px 6px 12px;
	padding: 6px;
	border: 1px solid black;
}

#menu a{
	text-decoration: none;
	/* margin: 0 10px 0 10px; */
	padding: 5px 4px 5px 4px;
	color: #333333;
}

#menu a:hover{
	color: #FFF;
	background-color: #ad1218;
}


#menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 776px;
	margin: 0 auto 0 auto;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 12px 12px 12px 12px;
	height: 20px;
	color: #333;
	background-image: url('images/content-main.png');
	background-repeat:repeat-y;
	background-position: top left;

}
#menu ul{
	display: block;
	margin: 12px 20px 12px 20px;
	padding: 0;
}

#menu li{
	display: block;
	float: left;
	padding-bottom: 0;
	margin: 0 6px 0 6px;
	text-align: center;
	
}

#menu li.first{
	margin-left: 0px;
	}

#menu li.selected{
	border-bottom: 0;
	padding-bottom: 1px;
	}

#header{
	width: 800px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	height: 190px;
	background: url('images/content-header.png') left;
	border: 0px solid red;
}

#page{
	width: 800px;
	min-height: 500px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#content{
	width: 760px;
	min-height: 300px;

	margin: 0 auto 0 auto;

	padding: 20px 20px 20px 20px;

	font-size: 14px;
	
	background-image: url('images/content-main.png');
	background-repeat:repeat;
	background-position: top left;
}

#content li{
        margin-left: 50px;
}

#non-sidebar{
	width: 560px;
	float: left;
}
#sidebar{
	width: 200px;
	float: right;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li ul li{
	margin-left: 24px;
	list-style-type: disc;
	list-style-image: none;
	}

#footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 752px;
	min-height: 100px;
	font-size: 12px;
	text-align: left;
	padding: 24px 24px 24px 24px;
	margin: 0 auto 72px auto;
	background-image: url('images/content-footer.png');
	background-repeat:no-repeat;
	background-position: top left;
	
}
.commentlist{
	width: 600px;
}
#footer p{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer a{
	text-decoration: none;
	/* margin: 0 10px 0 10px; */
	padding: 5px 5px 5px 5px;
	color: #DDD;
}
#footer a:hover{
	color: #FFF;
	background-color: #ad1218;
}
#comment{
	width:400px;
}

h2{
	text-align: center;
	margin: 6px 64px 18px 32px;
	width: 664px;
	margin: 0 0 12px 0;
	padding: 6px 64px 6px 32px;
	font-size: 32px;
	color: #f2e797;
	background-color: #ad1218;
}
#sidebar h2{
	margin-top: 36px;
	background-color: #FFFFFF;
	font-size: 18px;
	color: #000000;
	width: auto;
}

h3{
	margin: 6px 64px 18px 32px;
	font-size: 24px;
}

h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 6px 128px 6px 32px;
	text-indent: 12px;
	font-size: 18px;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 6px 128px 6px 32px;
	text-indent: 12px;
}
a{
	text-decoration: none;
	color: #13A;
}
a:hover{
	text-decoration: underline;
}
a.post-edit-link{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #13A;
	margin: 6px 192px 6px 32px;
	text-indent: 12px;
}
a:hover.post-edit-link{
	text-decoration: underline;
}
.commentlist {
	clear:both;
	width:600px;
	margin-top: 12px;
}
.comment p{
	width:400px;
}
.navigation {
	margin-left: 36px;
	margin-right: 36px;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.clearboth{
	clear: both;
}
#respond {
	clear:both;
}
.attachment {
	text-align: center;
}

.attachment img{
	margin: 12px;
	padding: 6px;
	border: 1px solid black;
}
.alignreset{
        clear:both;
}
.aligncenter{
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.noborder{
        border:0px;
}

.ccblue{
        color:#333399;
}

.ccred{
        color:#993333;
}

.ccgreen{
        color:#009900;
}

.ccorange{
        color:#F05319;
}

.bigger{
        font-size: 145%;
}

.postmetadata {
	font-size: 14px;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 12px;
	border: 1px 0 1px 0;
	background-color: #F6F6F6;
	margin-bottom: 72px;
}
.postmetadata a.post-edit-link{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #13A;
	margin: 0px;
	text-indent: 0px;
}
.comment-body{
	margin: 36px 0 36px 0;
	background: #F6F6F6;
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 1px 0 1px 0;
	padding: 12px;
}
