/*
Theme Name: PandK v1
Theme URI: http://www.paulandkaelin.com/
Description: Customized theme based on theme from www.refueled.net
Author: Paul Ireland
Author URI: http://paulandkaelin.com/
version: 1.0
*/

/* 
Pixel Pattern found on k10k.net, You can find the original header image here: http://www.sxc.hu/photo/645852
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* basics */

*{margin:0; padding:0;}

body {
	background: #777777;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

strong {
font-weight: bold;
}

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color: #343B4D;
	text-decoration:none;
	border: none;
	}

a:hover{color:#5F7684;text-decoration: underline; border: none;}



/* container */


#container {

width: 990px;
background: #000;
padding: 0px;
text-align: center;
margin: 0 auto;
	color:#333;
	}
	
/* logo and header image */

#header {
	margin: 0px;
	padding: 0px;
background: #000;
	}
	
#header h1{
	font-family: sylfaen, palatino linotype,  arial, georgia,times;
	font-size: 28pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:0px 15px 0 0;
	padding:4px 15px 10px 0;
	border-right:1px solid #A2A2A2;
	float:left;
	color: #000;
	}

#header h1 a{
	color: #000100;
	}
	
#header h1 a:hover{
	color: #6A7183;
	text-decoration: none;
	}
	

#header p{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 12pt;
	font-weight: 300;
	color: #000;
	padding:20px 0;
	margin:0;
	letter-spacing: 1px;
	}
	

#headerimg {
	background: #fff url(images/header.jpg);
  width: 100%; 
	color: #fff; 
	height: 130px;
	margin: 0;
	}
	

/* main menu */


#menu{
border-left: 5px solid #000;
border-right: 5px solid #000;
	background: #000100;
	font-family: georgia, verdana, arial, times, serif;
	font-size: 11pt;
	font-variant: small-caps;

  }


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }

#menu ul li {
	display: inline;

  }

#menu ul li a {
	float: left;
	padding: 10px 14px 9px 14px;
	color: #fff;
	border-right: 1px solid #fff;
		margin-bottom: 5px;
  }

#menu ul li a:hover {
	background: #fff;
	color:#000;
	text-decoration: none;
  }

/* Category boxes */
#cat {
width: 100%;
margin: 0;
padding: 0;
}

#cat ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

#cat li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 5px;
	}

.cat-box {
	width: 241px;
	height: 226px;
	margin: 0px;
	}
.cat-head {
	height: 47px;
	background: #888;
	text-align: center;
	margin: 0px;
	}
	
.cat-head h2 {
	font-size: 40px;
	font-family:  Tahoma, Arial, san-serif;
	}

.cat-content {
	margin: 0px;
	height: 173px;
	overflow: hidden;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	padding-left: 50px;
	}

.cat-content div{
	border-bottom: 1px dotted #CCC;
	}

.cat-content div:hover {
	background: #F0F0F0;
	}
	
#cat-us .cat-content{
	background: #EFEEE0 url(images/us.jpg) top left no-repeat; 
  border-bottom: #000 5px solid;
	}
#cat-us .cat-head {
	background: #D9D8CB;
}

body#cat-7 #cat-us .cat-content {
	border-bottom: #EFEEE0 6px solid;
}

#cat-paul .cat-content{
	background: #96C5EA url(images/paul.jpg) top left no-repeat; 
	border-bottom: #000 5px solid;
	}
#cat-paul .cat-head {
	background: #88B2D4;
}
body#cat-8 #cat-paul .cat-content {
	border-bottom: #96C5EA 6px solid;
}

#cat-kaelin .cat-content{
	background: #F3BADB url(images/kaelin.jpg) top left no-repeat;
	border-bottom: #000 5px solid; 
	}
#cat-kaelin .cat-head {
	background: #DCA8C6;
}
body#cat-9 #cat-kaelin .cat-content {
	border-bottom: #F3BADB 6px solid;
}

#cat-baby .cat-content{
	background: #C0DCBA url(images/luke.jpg) top left no-repeat; 
	border-bottom: #000 5px solid;
	}
#cat-baby .cat-head {
	background: #AEC7A8;
}
body#cat-10 #cat-baby .cat-content {
	border-bottom: #C0DCBA; 6px solid;
}

/* content */
#page {
	clear: both;
	float: left;
	background: #FFF;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	padding: 5px;
	text-align: left;
	}

body#cat-7 #page{
background: #FFF url(images/us-bg.jpg) top right repeat-x;
}
body#cat-8 #page{
background: #FFF url(images/paul-bg.jpg) top right repeat-x;
}
body#cat-9 #page{
background: #FFF url(images/kaelin-bg.jpg) top right repeat-x;
}
body#cat-10 #page{
background: #FFF url(images/baby-bg.jpg) top right repeat-x;
}

#content {
background: #FFF;	
float: left;
	width: 608px;
	overflow: hidden;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 0px;
	margin: 0px;
	}
	
#content h4{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 16pt;
	font-weight: 300;
	color: #08122E;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 13pt;
	}

.post {
	font-family: sylfaen, georgia,arial, verdana;
        font-size: 13pt;
	margin: 0 10px;
	padding:15px;
	line-height: 15pt;
	}
	
.post h2{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #08122E;
	margin: 0 0 4px 0;
	line-height: 13pt;
	}
	
.post h2 a{
	color: #333;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ACB8B8;
	text-decoration: none;
	}
	
.post small{font-size: 10pt;}
	
.post p{font-size: 13pt;}

.post a{color: #728A94; text-decoration:none;}
.post a:hover{color: #728A94; text-decoration:underline;}

.entry a{color: #728A94; text-decoration:underline;}
.entry a:hover{color: #88B2D4; text-decoration:none;}

.commentlist a{text-decoration: underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:0;
	font-size: 10pt;
	float:left;
	width:98%;
	}
	
.alignleft {float:left; padding: 15px;}
.alignright {float:right; padding: 15px;}

/* related posts */

.related {
background: #EEE;
border: 2px solid #ccc;
font-family: verdana, arial, tahoma;
margin: 5px;
padding: 5px 5px 5px 8px;
}

.related h3 {
font-size: 16pt;
font-family: sylfaen, baskerville, georgia, times, serif;
}


/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 180px;
	float:left;
	margin: 0 0px 24px 0;
	padding: 0;
background: #FFF;
	}

#left h2{
	font-family: baskerville, georgia, verdana, times;
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 4px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

body#cat-7 #left h2, body#cat-7 #right h2 {
		background: #EFEEE0;
	}

body#cat-8 #left h2, body#cat-8 #right h2 {
		background: #96C5EA;
		border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	}

body#cat-9 #left h2, body#cat-9 #right h2 {
		background: #F3BADB;
		border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	}

body#cat-10 #left h2, body#cat-10 #right h2 {
		background: #C0DCBA;
		border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	}
#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px 12px 0 0;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
  }

#left ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }


#left ul ul ul{
	margin: 0;
	padding: 0;
  }

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
  }



/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 180px;
	float:right;
	margin: 0 0 24px 0;
	padding: 0;
background: #FFF;
	}

#right h2{
	font-family: baskerville, georgia, verdana, times;
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 4px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px 0 12px 12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
	list-style-position: inside;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 14px 0 14px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #000100;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* 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: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
