/*
Theme Name: Kira Greene
Theme URI: 
Description: Custom Wordpress Theme for the artist Kira Greene
Version: 2.8
Author: Ben Bunch
Author URI: http://www.bunchwebdevelopment.com
Tags:
*/



html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

ul {
    position: relative;  
}

img { 
	border:0;
}
            


.navhilght {
	color:#99CCCC;
}

body {
	background-image:url(style/images/wallpaper4.jpg);
	
}

#wrapper {
	width:850px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}


#navbanner {
	font-family:"Helvetica", Arial, sans-serif;
	height:68px;
	width:850px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-color:#FFFFFF;
}

#name {
	width:165px;
	height:32px;
	margin:42px 0 0 10px;
	padding:0px 0 0 0px;
	float:left;

}

#name img a{
	text-decoration:none;
} 


#navbar {
	width:500px;
	height:13px;
	margin:0 58px 0 0;
	padding:52px 0 0 295px;
	text-align:right;
	background-color:#FFFFFF;
}


#navbar ul {
	position:relative;

}

#navbar li {
	display:inline;
	list-style-type:none;
	padding:0 15px 0 15px;
	text-align:left;
}

#navbar ul li a{
	text-decoration:none;
}

#navbar ul li a:link{
	color:#000000;

}

#navbar ul li a:hover{
	

}

#navbar ul li a:visited{
	color:#000000;

}

#navbar ul li a:active{
	color:#99CCCC;

}

#content {
	clear:both;
	width:850px;
	margin:50px 0 0 0;
	
}



#rightstext {
	background:#3CC;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 10px 0;
	color:#333;
	font-size:10px;
	text-align:center;

}

/* wordpress */


/* leftcolumn  */

#leftcolumn {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:625px;
	float:left;
	padding:25px;
	font-size:12px;
}

#leftcolumn h2 {
	margin:15px 0;
	
}

#leftcolumn h3 {
	font-size:12px;
}

#leftcolumn a{
	color:#C60;
	text-decoration:none;
}

#leftcolumn p{
 	padding:5px 0 5px 0;	
}


.post li{
	margin:5px 0 5px 35px;
	padding:0;
}


.post ul ol{
	margin:10px 0;
	padding:0;
}

#leftcolumn a:hover{
	text-decoration:underline;
}

#leftcolumn .post{
	margin:0 0 50px 0;	
}

.date {
	margin:15px 0 0 0;	
}


.wp-caption-text{
	text-align:center;
	font-size:10px;
}




#leftcolumn p{
	margin:10px 0;	
}


/* tagline */

.tagline {
	font-weight:bold;
}

.tagline a{
	color:#333;
	text-decoration:underline;
}

.tagline a:hover{
	color:#666;
	
}

/* right column */

#rightcolumn {
	font-family:Arial, Helvetica, sans-serif;
	width:125px;
	padding:35px 20px 0 0;
	float:right;
	
	
}

#rightcolumn h2{
	font-size:12px;
	
}

#rightcolumn ul{
	margin:0 0 0 5px;
	list-style-type:none;
	font-size:12px;
}


#rightcolumn form{
	
}

#rightcolumn input{
	margin:5px;	
	width:90px;
	
}


#rightcolumn ul a{
	color:#000;
	text-decoration:none;
}

#rightcolumn ul{
		
}

#rightcolumn ul li{
	margin:4px 0 0 8px;
	
}

#rightcolumn ul li .homebutton{
	
	font-size:18px;
}




/* comments */

#commenttemplate{
	background-color:#FFF;
	width:599px;
	float:left;
	padding:20px 25px;
		
}

#commenttemplate textarea {
	margin:5x;
	width:450px;
	height:100px;
}


#commenting {
	padding:20px 25px;	
}

#commenting form {
	margin:20px 25px;	
}

#commenting input{
	margin:5px;
		
}

#commenting a{
	color:#000;
	text-decoration:none;
}

#commenting a:hover{
	color:#666;
	text-decoration:underline;
	
}

#prevpost {
	font-size:14px;
}


/* clearing div */


.clear {
	clear:both;
}

/* footer */

#foot{
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:25px 30px;
}

#foot a{
	color:#666;
}

#foot a:hover {
 	color:#999;	
}


/*	images */

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

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


