/*  
Theme Name: KCST
Theme URI: http://katiecusack.com
Description: A custom theme for Katie Cusack
Version: 1.1
Author: Katie Cusack with Utopian.net
Author URI: http://utopian.net
*/

			body {			
				margin:0;
				background-color:#ffffff;
				font-family:Incised901BT, Trebuchet MS, Verdana, sans-serif;
				color:#000;
				font-size:11pt;
				font-weight:normal;
				line-height: 10pt;
				/*background-image:url(images/woodbg.jpg);
				background-repeat:repeat;*/
			}
			a {
				text-decoration:none;
				color:#44382c;
			}
			a:hover {
				text-decoration:none;
				color:#f05033;
			}
			h1 {
				font-size:24pt;
				color:#44382c;
				font-weight:normal;
			}
			h2 {
				font-weight:bold;
				font-size:14pt;
				padding:10px 0px;
			}
			h3 {
				font-size:12pt;
				font-weight:normal;
			}
			h4 {
				color:#44382c;
				font-size:10pt;
			}
			img {
				border:none;
			}
			#wrapper {
				width:1100px;
				margin:20px 0px 20px 0px;
			}
			#masthead {
				height:0px;
				margin-left:50px;
				margin-top:30px;
            	width:200px;
			}
            #masthead h1 {
            	display:none;
			}
			#menu {
				height:70px;
				width:930px;
                padding-top: 00px;
				text-align:right;

			}
			#menu li {
				list-style-type:none;
				display:inline;
				font-size:12pt;
                font-weight:bold;
				margin:0px 2px 0px 2px;			
				}
			#menu li a {
				color:#000;
			} 
			#menu li.current_page_item a{
				color:#900;
			}
			#menu li:first-child span{display:none;}
			#submenu {
				height:20px;
				width:600px;
				text-align:right;
				margin-top:20px;
			}
                        #submenu li {
    margin-right: 18px;
}
			#sidebarone {
				width:0px;
               	margin:0px 20px 0px 0px;
				float:right;
			}
			#sidebarone {
				width:0px;
               	margin:0px 20px 0px 0px;
				float:right;
			}

			#blogsidebar {
			
				width:200px;
               	margin:40px 20px 0px 0px;
				float:right;
			}
			
			#sidebartwo {

			}
			#mainbody {
				min-height:40%;
				width:750px;
                padding:0px 20px 0px 20px;
                line-height:1.6em;
         		margin:auto;
        		text-align:center;
			}
			#blogbody {
				min-height:40%;
				width:720px;
                padding:0px 10px 0px 60px;
                line-height:1.6em;
         		margin:auto;
		        text-align:center;
		        float:left;
			}
			#commbody {
				min-height:40%;
				width:690px;
                padding:0px 20px 0px 20px;
                line-height:1.6em;
         		margin:auto;
        		text-align:center;
			}			
			#splashbody {
				width:800px;
				margin:auto;
                text-align: center;
                margin-top:140px;
			}
			#splashimage { 
			    margin-top: 40px;
			}
			#footer {
				height:140px;
				width:250px;
				float:right;
				margin:0 90px auto auto;
				padding-top:38px;
				padding-left:30px;
				text-align:left;
				font-size:11pt;
				background-image:url(images/leaf.png);
				background-repeat:no-repeat;

			}
			#footer a {
               	font-size:9pt;
			}			
			.push {
				height:60px;
			}
			.spacer {
				clear:both;
			}
			li {
				list-style-type:none;
			}
					
			.inspbox {
				width:185px;
				text-align:left;
				float:left;
				height:200px;
			/* Inspiration template? It uses inspbox class. */
				margin-left:50px;
				margin-right:12px;
				margin-top: 25px;
			}
			
			.inspbox p {
				margin-top: 2px;
			}
			
			div.post h2 {
				margin-top: 35px;
			}

			div.post {
				margin-left: 0px;
				margin-right: 0px;
				text-align: left;
				width:600px;
			}
			div.galpost {
				width:800px;
			}
			.catpost {
				float:left;
				width:510px;
				margin-left:30px;
				text-align: left;
				margin-top: 20px;
			}
			.commpost {
				float:left;
				width:310px;
				margin-left:30px;
				text-align: left;
				margin-top: 18px;
			}
			.catpost a, .commpost a {
				text-decoration:none;
			
			}
			.catpostimage {
				float:left;
				margin-left: 45px;
				margin-top: 18px;
				width:110px;
			}
			.newspostimage {
				float:left;
				margin-left:0;
				margin-top:18px;
				width:200px;
			}
			.archspacer {
				clear:both;
				height:10px;
				margin-bottom:10px;
				margin-left:4px;
				border-bottom:1px solid #000;
				width:700px;
			}
			.commspacer {
				clear:both;
				height:10px;
				margin-bottom:10px;
				margin-left:40px;
				border-bottom:1px solid #000;
				width:500px;
			}			
			a.readmore{
				text-align:right;
				font-style:italic;
			}
			.catpost em {
				font-size:8pt;
				font-weight:bold;
			}
/* Comments styles */
			div#respond{
				text-align: left;
				margin-left: -150px;
			}

/* eshop panel listings */
			ul.eshoppanels{
				list-style:none;
				margin:0;
				padding:0;
			}
			ul.eshoppanels li{
				list-style:none;
				float:left;
				margin:5px;
			        padding:6px;
				text-align:left;
			        width:205px;
				min-height:220px;
			}
			#content ul.eshoppanels li a{
				text-decoration:none;
				display:block;
				padding:0 4px;
			       font-size: medium;
			}
			#content ul.eshoppanels li a img{
				float:none;
				margin:0;
			}
			.creditline {
				display:none;
			}
			.posted_date {
				font-size:9pt;
				font-style:italic;
				border:none;
				
			}
/* gallery listings */

/* image captions (need tweaking)*/
                        #captionrow {
                                width: 100%;
                                text-align: left;
                                padding-top: 8px;

                        }
                        #captionrow img {
                                float: right;
                        }
                        #caption { 
                                float: left;
                                margin-left: 50px;
                        }
			.gallery {
				margin: auto;
			}
			.gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			}
			.gallery img {
				border: 0px !important;
			}
			.gallery-caption {
				margin-left: 0;
			}

			span.caps {
				font-size: 0.9em;
				letter-spacing: .07em;
			}
			p img {
				padding: 0;
				max-width: 100%;
			}
			.aligncenter,
			div.aligncenter,
			img.centered {
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
			img.alignleft {
				padding: 4px;
				margin: 0 7px 2px 0;
				display: inline;
			}
			img.alignright {
				padding: 4px;
				margin: 0 0 2px 7px;
				display: inline;
			}
			.alignleft {
				float: left
			}
			.alignright {
				float: right;
			}
			span.caps {
				cursor: help;
			}
			.center {
				text-align: center;
			}
			.navigation {
				display: block;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 60px;
			}
			.hidden {
				display: none;
			}
			.wp-caption {
				border: 1px solid #ddd;
				text-align: center;
				background-color: #eeeeee;
				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;
			}
			form#commentform {
				margin-left:140px;
			}
			fieldset p {
				text-align: left;
			}
						
			textarea#comment {
				max-width: 500px;
			}
			div.reply {
				margin-bottom:10px;
			}
			.archpost {
text-align:left;
}
h2.post-title {
text-align:left;
}
ul.meta {
	text-align:left;
	margin-left:0px;
}
#captionrow {
max-width:630px;
}
img, div, input, #masthead a img { behavior: url("/wp-content/themes/kcst/iepngfix.htc") }