/*  
Theme Name: Kat Down Portfolio
Author URI: http://www.katdown.com
Version: 1
Author: Katerina Down
Description: Based on Viz | Biz Portfolio, designed to most effectively display new works with a professional style and feel.

WordPress code, functions, and template tags are released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/

html { 
	margin: 0; 
	padding: 0; 
	font-size: 62.5%;
	}

body { 
	margin: 0; 
	padding: 0; 
	background: #fff top left repeat;
	font-family: Helvetica, Verdana, Sans-serif;
	font-size: 1.4em;
	line-height: 2.1;  /*unitless for proper inheritance*/
	color: #666;
}

body * {margin: 0px; padding: 0px;}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Link Styles
*********************************************/
a {
	color: #AAA;
	text-decoration: underline;
}
a:hover { color: #FFF; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
ol, ul {
	margin: 5px 35px;
}
blockquote {
	color: #9e9e9e;
	font-family: courier, sans;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { 
	border: 0px; 
	background: none; 
}

p {
	margin: .1em 0 .1em 0;
}

.more a {
font-size: .7em;
}
/*********************************************
		Header Styles
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #99CC33;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0;
	padding: 5px 0;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: underline;
	text-transform: lowercase;
}
h2 {
	font-size: 2.2em;
	line-height: 1.5;
}
h3 {
	font-size: 1.8em;
	line-height: 1.5;
}
h4 {
	font-size: 1.6em;
	line-height: 1.5;
}
h5 {
	font-size: 1.2em;
	line-height: 1.5;
}
h6 {
	color: #99CC33;
	font-size: .9em;
	line-height: 1.5;
}

/*********************************************
		Header Styles #header
*********************************************/
#header {
	margin: 0px; 
	padding: 0px;
	display: block;
}
#headerwrap {
	width: 900px; 
	height: 250px;
	margin: 0px auto; 
	padding: 0px;
}
#header #headimg {
	background: #fff url("http://www.katdown.com/imgs/elements/header.jpg") no-repeat;
	width: 900px; 
	height: 150px;
	margin: 0px; 
	padding: 0px;
}
#header #headertitle {
	text-indent: -9999px;
	overflow: hidden;
}
/*********************************************
		Horizontal Navigaion Styles #menu
*********************************************/
#menu
{
	height:50px;
}	
#menu ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #fff;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 20px;
/* fixes Firefox 0.9.3 */
}

#menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#menu ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #666;
text-decoration: none;
border-right: 1px solid #99cc33;
}

#menu ul li a:hover
{
background-color: #99cc33;
color: white;
}

#menu #active { border-left: 1px solid #fff; }

/*********************************************
		Container Div #container
*********************************************/
#container {
	position: relative;
	text-align: left;
    margin: 0px auto; padding: 0px;
    width: 900px;
   	background:#ccc url(img/bgtp.png) repeat;
}

/*********************************************
		Content Div #content
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 10px 10px;
	width: 880px;
	display: block;
}

/*********************************************
		Slideshow Div #Slideshow
*********************************************/
#show {
	height:400px;
	width:860px;	
}

#homeslide {
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #aeaeae;
}

/*********************************************
		Gallery Styles
*********************************************/

#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}
#wrapper {width:800px; margin:0px auto; display:none;}
#wrapper * {margin:0; padding:0;}
#fullsize {position:relative; width:800px; height:400px; padding:0px; border:1px solid #ccc; background:#666;}
#information {position:absolute; bottom:0; width:800px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.5; filter:alpha(opacity=50);}
#information h3 {padding:4px 8px 3px; font-size:14px;}
#information p {padding:0 8px 8px;}
#image {width:800px;}
#image img {position:absolute; z-index:25; width:auto; border:1px solid #666;}
.imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150;}
#imgprev {left:0; background:url(imgs/elements/slide/left.gif) left center no-repeat;}
#imgnext {right:0; background:url(imgs/elements/slide/right.gif) right center no-repeat;}
#imglink {position:absolute; height:406px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
.linkhover {background:url(imgs/elements/slide/link.gif) center center no-repeat;}
#thumbnails {margin-top:15px;}
#slideleft {float:left; width:20px; height:81px; background:url(imgs/elements/slide/scroll-left.gif) center center no-repeat; background-color:#222;}
#slideleft:hover {background-color:#333;}
#slideright {float:right; width:20px; height:81px; background:#222 url(imgs/elements/slide/scroll-right.gif) center center no-repeat;}
#slideright:hover {background-color:#333;}
#slidearea {float:left; position:relative; width:751px; margin-left:5px; height:81px; overflow:hidden;}
#slider {position:absolute; left:0; height:81px;}
#slider img {cursor:pointer; border:1px solid #666; padding:2px;}

/*********************************************
		Form Styles
*********************************************/
#contact_form					{ width:880px; margin:0 auto; height:200px; padding:10px 0;}	

form fieldset					{margin:10px; width:880px; position:relative;
												border:0;display:block; padding: 0px 10px 8px; }
label									{		margin:.2em .2em 0 0; color:#99cc33; ;padding:8px 0px; }
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px; }
input.text-input			{ margin:4px;padding:2px 0;color:#fff; }

label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:10px; left:45px; }
label#name_error      { position:absolute; top:22px; left:55px; }

label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:55px; left:45px; }
label#email_error      { position:absolute; top:67px; left:55px; }

label#website_label     { position:absolute; top:45px; left:0px; }
input#website           { position:absolute; top:5px; left:45px; }

label#message_label     { position:absolute; top:0px; left:0px; }
input#message           { position:absolute; top:10px; left:45px; }
label#message_error      { position:absolute; top:12px; left:55px; }

input.button					{ position:absolute; top:125px; left:120px; padding:3px 6px;
                        border:2px solid #fff; margin:20px 0px 0px 0px; color:#99cc33; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px; }

input.button:hover		{ background:#000 none repeat scroll 0% 0%; color:white; }
#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;color:white; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-60px; }

/*********************************************
		single.php Styles
*********************************************/
#post {
	position: relative;
	margin: 0px 0px 35px 0px; padding: 0px 0px 0px 0px;
}
#post .tab-label {
	position: absolute;
	top: 0px;
	left: -40px;
}

#desc {
	display: block;
	float: left;
	width: 640px;
	margin: 0px; padding: 0px;
}

/*********************************************
		Blog Post Styles
*********************************************/
#blog {
	display: block;
	float: left;
	width: 520px;
	margin: 0px; padding: 0px;
}
#blog .post {
	clear: both;
}

#blog .date {
	Color: #fff;
	background: #ccc;
	margin: 5px;
	padding: 5px 5px;
	float: left;
	font-size: 13px; 
	line-height: 15px;
	text-transform: uppercase;
}
#blog .day {
	font-size: 19px;	
}

#blog .post h3.title {
	color: #99CC33;
	font-weight: normal;
	font-size: 25px; 
	line-height: 25px;
	text-align: left;
	margin: 0px; padding: 5px 0px 0px 0px;
	text-decoration: none;
}
#blog .post h3.title a {
	color: #99CC33;
	margin: 0px; padding: 0px;
	text-decoration: none;
}
#blog .post h3.title a:hover {
	color: #99CC33;
	text-decoration: none;
}
#blog .post .text {
	clear: both;
	margin: 0px; padding: 20px 0px 10px 0px;
}
#blog .post .text p {
	color: #242628;
	font-size: 13px; line-height: 18px;
	text-align: left;
	margin: 0px; padding: 0px 0px 10px 0px;
}
#blog .post .tags {
	margin: 0px; padding: 0px 0px 20px 0px;
}

/*********************************************
		page.php Styles
*********************************************/
#page {
	display: block;
	float: left;
	width: 520px;
	margin: 0px; padding: 0px;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta {
	display: block;
	float: right;
	width: 220px;
	margin: 0px; 
	padding: 0px 0px 0px 20px;
	color: #CCC;
	font-size: 10px;
}
.meta-date {
	margin: 0px; padding: 0px;
}
.meta-author {
	margin: 0px; padding: 0px;
}
.meta-comments {
	margin: 0px; padding: 0px;
}
.meta-category {
	margin: 0px; padding: 0px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	border: 0px solid black;
	width: 340px;
	margin: 0px 0px 15px 20px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p,
#r_sidebar .textwidget {
	padding: 5px 0px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul {
	margin: 0px; padding: 0px 0px 0px 0px;
	list-style-type: disc;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px 5px 5px 15px;
	list-style-type: disc;
}
#r_sidebar ul li ul li a {
	color: #99CC33;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #99CC33;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Bottom Styles #bottom
*********************************************/
#bottom {
	clear: both;
}
#bottomwrap {
	width: 900px;
	margin: 20px auto; 
	padding: 20px 0px 0px 0px;
   	background:#ccc url(img/bgtp.png) repeat;
   	line-height:1.4;
}
bottomwrap h2 {
	font-size: 1.3em;
}
#hmabout {
	width:278px;
	padding: 10px;
	float: left;
}
#meimg {
	float:left;
	margin:7px;
}
#services {
	float:left;
	width:278px;
  	padding: 10px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;

}
#blrecent {
	width:278px;
	padding: 10px;
	float: left;
}

/*********************************************
		Comment Styles #comments
*********************************************/
#comments {
	clear: both;
	margin: 0px auto; padding: 0px;
	width: 500px;
}
#comments a {
	color: #000;
	text-decoration: none;
}
#comments a:hover { color: #FFF; text-decoration: none; }

#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #595E66;
	overflow: hidden;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #595E66;
	overflow: hidden;
}
#comments #comment { /* the comment textarea */
	width: 500px;
}

/*********************************************
		Footer Styles #footer
*********************************************/
#footer {
	margin: 0 auto; padding: 0px;
	width: 900px; height: 60px; line-height: 60px;
	clear: both;
	background: #ccc repeat-x;
	text-align: center;
}
#footerwrap {
	width: 880px; height: 40px; line-height: 40px;
	margin: 0px auto; padding: 10px;
	text-align: left;
}
#footer .left {
	display: block;
	width: 700px; height: 40px; line-height: 40px;
	float: left; text-align: left;
	margin: 0px; padding: 0px;
	border-right: 2px solid #fff;
}
#footer .right {
	display: block;
	width: 178px; height: 40px; line-height: 40px;
	float: right; text-align: right;
	margin: 0px; padding: 0px;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	margin: 0px; padding: 0px;
	color: #fff;
}
#footer a {
	text-decoration:none;
	color: #fff;
}
#footer ul {
	display: inline;
	list-style-type: disc;
	text-transform: uppercase;
	margin: 0px; padding: 0px;
	font-size: 12px;
}
#footer ul li {
	display: inline;
	margin: 0px; padding: 0px 8px 0px 15px;
}
#footer ul li.home {
	background: none;
	padding: 0px 8px 0px 10px;
}
#footer ul li a {
	color: #777B81;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/*********************************************
	WP 2.6 Image Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}