/*   
Theme Name: KaKaty 2.0
Theme URI: www.kakakakaty.com
Description: Custom designed theme specifically designed for KaKaKaKaty
Author: mark g. davis
Author URI: markgdavis.com
Version: 1.0
.
Everyday Adventures. All Rights Reserved.
.
*/

/* START GLOBAL STYLES */
body {
	text-align:left;
	background:#FFF url(images/main_BG.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
	font:13px/28px Georgia, "Times New Roman", Times, serif;
	color:#444;
	min-width: 1000px;
	}

br {
	margin-bottom:10px;
	display: block;
	}

img {
	border:0;
	outline:none;
	}

a img {
	border: none;
	outline: none;
	}
	
form {
	margin:0;
	padding:0;
	}

label {
	font: 12px/15px Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font: 30px/32px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin:10px 0 0 0;
	padding: 0;
	color: #000;
	}

h2 {
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
	color:#903;
	}
h2.pagetitle { margin-top: 20px; }

a:link, a:visited {
	color:#C6C;
	text-decoration:none;
	outline: none;
	}
a:active, a:hover {
	color:#800053;
	text-decoration:underline;
	outline: none;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}
/* END GLOBAL STYLES */


/* START GLOBAL PAGE STRUCTURE STYLES */
#header {
	padding: 0; margin: 0;
	display: block;
	text-align:left;
	}
#nav_wrapper {
	overflow: hidden;
	background: url(images/nav_BG.jpg) no-repeat;
	margin: 0;
	padding:0 40px;
	height:50px;
	width:560px !important;
	width /* */: 640px; /* False value for IE4-5.x/Win. */
}
#nav {
	height:50px;
	width:560px;
	}
#nav ul, #nav li { list-style: none; margin: 0 auto; padding: 0; width:600px; }
#nav li { display: inline; }
#nav li a { 
	display: block;
	font:20px/20px Georgia, "Times New Roman", Times, serif;
	float: left;	
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	color:#999;
	text-decoration: none;
	height: 50px;
	width: 140px;
	}
#nav a:hover {
	background: url(images/navRO_BG.jpg) no-repeat;
	color:#800053;
	text-decoration:underline;
	line-height: 50px;
	height:50px;
	width: 140px;
	}
html>body.home #nav li a.home,
html>body.page-id-686 #nav li a.blogroll,
html>body.page-id-4 #nav li a.about,
html>body.page-id-776 #nav li a.reviews,
html>body.category-reviews #nav li a.reviews
	{
	background: url(images/navON_BG.jpg) no-repeat;
	color: #333;
	text-decoration:none;
	}		

#mainbody {
	background: url(images/col_BG.jpg) no-repeat;
	position: relative;
	text-align:left;
	margin:0;
	overflow:hidden;
	width: 860px;
	}
#mainbody p {
	margin:10px 0 5px 0;
	}

#mainbody #col1 {
	float:left;
	padding:20px 20px 0 40px;
	width:560px !important;
	width /* */: 620px; /* False value for IE4-5.x/Win. */
	}
.entry ul li {
	display: block;
	background: url(images/bullet.png) no-repeat left 3px;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	}
.entry div {
	margin-bottom:15px;
	}
#mainbody #col1 div.post {
	display: block;
	margin-bottom:30px;
	}
#mainbody #col2 {
	float:left;
	overflow: hidden;
	color: #555;
	width:240px;
	}
#mainbody #col2 a:link, #mainbody #col2 a:visited {
	color:#555;
	text-decoration:none;
	}
#mainbody #col2 a:active, #mainbody #col2 a:hover {
	color:#800053;
	text-decoration:underline;
	}
.col2Left{
	float:right;
	overflow: hidden;
	width: 200px;
	}	
	
.sideBox {
	overflow:hidden;
	padding-bottom: 5px;
	border-bottom:5px solid #F2C54B;
	margin-bottom:25px;
	font:14px/20px Helvetica, Arial, sans-serif;
	width:200px;
	}
.sideBox h3 {
	text-align:left;
	padding-left:55px;
	color:#903;
	font:20px/40px Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	}
.sideBox p {
	margin:2px 0;
	padding:0;
	}
	
.tweetBox { background: #FFF url(images/twitterBird.jpg) no-repeat; }
.archivesBox { background: url(images/archives.jpg) 0 5px no-repeat; text-align: left; }
.searchBox { background: url(images/search.jpg) 0 0 no-repeat; }
.tagsBox { background: url(images/categories.jpg) 0 3px no-repeat; text-align: left; }

.sideBox li a:link {
	color:#C6C;
	background: #FFF;
	display: block;
	}
.sideBox li a:hover {
	background:#FFEAFD;
	display: block;
	}
.sideBox li a:visited {
	color:#EEE;
	background:#FFF;
	display: block;
	}


#footer_wrapper {
	clear: both;
	overflow: hidden;
	background: url(images/footer_BG.jpg) repeat-x;
	padding-top:30px;
}

#footer {
	text-align:left;
	padding:20px 20px 20px 40px;
	font: 12px/20px Helvetica, Arial, sans-serif;
	width:940px !important;
	width /* */: 1000px; /* False value for IE4-5.x/Win. */
	}
#footer a:link, #footer a:visited {
	color:#C6C;
	text-decoration: none;
	}
#footer a:active, #footer a:hover {
	color: #800053;
	text-decoration: underline;
	}
#footer p {
	display: block;
	font:9px/12px Helvetica, Arial, sans-serif;
	color:#999;
	margin-top:20px;
	}
#footer .footcolwrapper {
	margin-bottom:20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 960px;
}
#footer .footcol1 {
	float:left;
	margin-right: 10px;
	width:230px;
	}
#footer h3 {
	text-align:left;
	color:#903;
	vertical-align:top;
	font:20px/30px Georgia, "Times New Roman", Times, serif;
	margin:0;
}

/* END GLOBAL PAGE STRUCTURE STYLES */	


/* START WORDPRESS STYLES */
/* wordpress entries styling - main content column */

.topPost {
	display: block;
	margin:0 0 50px 0;
	padding:0;
	}

.postmetadata {
	padding:5px 0 10px 0;
	font:12px/15px Helvetica, Arial, sans-serif;
}

.postmetadata img {
	vertical-align: middle;
}
.postmetadata a:link {
	color:#4A6796;
	text-decoration: none;
}

p.date {
	background: url(images/thickLine.jpg) repeat-x bottom;
	color:#903;
	font-size:20px;
	padding:0;
	margin:0;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p.date .bigdate {
	font-size: 40px;
	line-height: 40px;
	vertical-align: baseline;
	color:#C39;
	padding:0;
	margin:0;
	}

.post h2 {
	font:20px/20px Helvetica, Arial, sans-serif;	
	}
	
	
#mainbody #col1 h1 {
	padding:10px 0;	margin:0 0 10px 0;
	}
#mainbody #col1 h1 a:link, #mainbody #col1 h1 a:visited {
	color: black;
	text-decoration: none;
	}
#mainbody #col1 h1 a:hover {
	color:#800053;
	text-decoration:none;
	}

.comment-count {
	text-align: center;
	line-height: 30px;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none !important;
	margin:0; padding:0 0 20px 0;
	width:auto; height:auto;
	background:url(images/commentCountBG.png) no-repeat;
	position:relative; display:block;
	}
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	padding: 5px;
	margin:0;
	display:block;
	background:url(images/commentCountBG.png) no-repeat;
	}

.tagBox {
	text-decoration: none !important;
	margin:0 0 20px 0; padding:5px 0;
	width:auto; height:auto;
	position:relative; display:block;
	border-bottom: 1px solid #CCC;
	}
.authorBox {
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

.thread-alt { background-color: #f8f8f8;}
.thread-even { background-color: white;}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.twitter-message {
	color:#303;
	display: block;
	margin-bottom: 5px;
	}
.twitter-timestamp {
	display: block;
	color:#C6C;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}
ol.commentlist li {
	position: relative;
	overflow: hidden;
	padding-top:20px;
	margin:0 0 20px 0;
	background: url(images/forum_posts_bubble.png) no-repeat 45px 0;
	min-height: 50px;
	width: 600px;
	}

ol.commentlist p {
	padding: 10px 5px 10px 80px;
}
ol.commentlist em {
	padding: 10px 5px 10px 40px;
	font-size:14px;
	color: red;
}

ol.commentlist li .avatar {
	position: relative;
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentmetadata {
	font: 10px/20px Helvetica, Arial, sans-serif;
	margin-left:80px;
	}

ol.commentlist li .fn, ol.commentlist li .says {
	font: 16px/20px Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
ol.commentlist li .fn {
	margin-left:40px;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Comments */


acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */




/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
.searchBox form {
	padding:0;
	margin:0;
	}
#searchform #s { width:80px; display: inline;}
#searchsubmit {padding: 1px;display: inline;}


.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	font: 12px/20px Helvetica, Arial, sans-serif;
	margin-left: 60px;
	width:390px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
/* End Form Elements */



/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
	position: absolute;
	left: -1000em;
	}

.navigation {
	border-top: 1px dotted #F6F;
	border-bottom: 1px dotted #F6F;
	font-size:16px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0;
	margin:10px 0;
	}
a.post-edit-link {
	font:12px/20px Helvetica, Arial, sans-serif;
	}
/* End Various Tags & Classes*/



/* 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */