/*  
Theme Name: KP Flier
Theme URI: http://www.jetantonio.com
Description: The closest thing to having the KP website on a wall. Besides maybe a wall-mounted computer monitor.
Version: 1.0
Author: Jet Antonio
Author URI: http://www.jettery.com/

*/


	/*--RESET AND RESTYLE----------*/

*{margin:0;padding:0;}
a img{border: 0;}		/* Remove borders from linked images */

ul, ol, dl, blockquote{
	padding-left: 1em;
	padding-bottom: 1em;
}

	/*--WRAPPERS-------------------*/

body {
    border:0;			/* Removes border around viewport in old versions of IE */
    width:100%;
    background: #fff url(images/bodyBg.jpg);
	font: .8em Arial, Helvetica, Georgia, Sans-serif;
	color: #333;
}

#wrap{
	background: url(images/wrapBg.png) center repeat-y;
}

#wrap1{
	background: url(images/wrap1Bg.jpg) center top no-repeat;
}

#wrap2{
	margin: 0 auto 0 auto;
	width: 852px;
	background: url(images/wrap2Bg.jpg) bottom left no-repeat;
}

#widgets-column {
    float: left;
    width: 200px;
}

#container {
	float: right;
	width: 650px;
}

#header{
	padding: 0 0 10px 0;
	margin-left: 13px;
}

#footer{
	padding: 115px 0 10px 370px;
	font: 10px Arial, sans-serif;
	color: #333;
}


	/*--WIDGET SECTION-------------*/

.sidebar{
	clear: both;
}

.sidebar ul{
	list-style-type: none;
	padding: 10px 10px 10px 5px;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	font-size: 11px;
}

.sidebar h2, .sidebar h2 a{
	font-size: 16px;
	padding: 2px 0 0 2px;
	color: #fff;
}

.sidebar .widget{
	background: url(images/hr.png) no-repeat top center;
}

.widget select{
	margin: 15px 0;
}

#s{width: 150px;}
#searchsubmit {width: 65px;}
#s, #searchsubmit {font-size: 12px;}


	/*--CONTENT HEADER-------------*/

#header form{
	list-style: none;
	display: inline;
	font-size: 12px;
}

#nav{
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#secondary-nav{
	width: 420px;
	height: 330px;
	float: right;
}

#secondary-nav-archive{
	width: 420px;
	float: right;
	background: url(images/s-n-archiveBg.gif) bottom no-repeat;
}

#secondary-nav-search{
	width: 420px;
	float: right;
	background: url(images/s-n-searchBg.gif) bottom no-repeat;
}

#secondary-nav-post{
	width: 420px;
	float: right;
	background: url(images/s-n-postBg.gif) bottom no-repeat;
}


#filter-by{
	text-align: right;
	padding-right: 80px;
	margin-top: 45px;
}

.login, .login li{
	list-style: none;
	display: inline;
	padding: 0 10px;
}


	/*--POSTS----------------------*/

.post, .page{
	padding: 25px 35px 10px 40px;
	background: url(images/postBg.gif) no-repeat top center;
}

.page h2{
	padding-bottom: 15px;
}

.sticky{
	background: url(images/stickyBg.gif) no-repeat top center;
}

.post-date{
	text-align: center;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 8px 15px 20px 15px;
	background: url(images/post-dateBg.gif) no-repeat center top;
}

.day{
	font-size: 20px;
	color: #f33;
	font-weight: bold;
}

.month{
	font-size: 10px;
	margin-top: 2px;
	color: #fff;
	font-weight: bold;
}

.post h2{
	padding-top: 10px;
}

.post h2 a{
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-size: 18px;
	color: #333;
}

.entry{
	padding: 0 5px 0 15px;
	line-height: 18px;
	color: #444;
	clear: both;
}

p.byline, p.postmetadata{
	font-size: .75em;
	color: #999;
}

p.postmetadata{
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 25px;
}
	
.navigation{
	margin: 0;
	padding: 40px;
	text-align: center;
	background: url(images/postBg.gif) no-repeat top center;
}


	/*--COMMENTS-------------------*/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 10px 20px 60px;
}

.comments-template ol{
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	border-top: #eee solid 1px;
	width: 540px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.comment-date{
	font-size: 10px;
}

	/*--LINK COLORS----------------*/

a{text-decoration: none;}

a:hover, h2 a:hover{text-decoration: underline;}

#container a{font-weight: bold;}

#container .entry a{text-decoration: underline; font-weight: normal;}

#footer a{color: #000;}

.login li a{color: #222;}

#filter-by a, .post a, .navigation a, .comments-template a{color: #06c;}

.sidebar a{color: #666;}


	/*--TYPOGRAPHY-----------------*/

.wp-caption{
	font-size: .8em;
}


	/*--MISC*----------------------*/

.clear{clear: both;}

p{padding: 0 0 1em 0;}