/*
Theme Name:     PressWork Baby

Description:    

Author:         Chris Ryder

Template:       presswork

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../presswork/style.css");


	h1, #blogname .siteheader {
  		font-size:1.9em;}


	.side-widget h3 {
		font-size: 1.3em;
		font-weight:bold;
		}


.posttitle {
font-family: tahoma;
font-weight: bold;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: arial;
}

#authorbox {

    background: none repeat scroll 0 0 #d1dfad;
    border-radius: 9px 9px 9px 9px;
    font-style: italic;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 10px 0;
    
}
.authortext {font-size:85%;}


.more-link {
	

font-size: 1em;

color: #e61;
clear: both;
float: right;
width: 100%;
display: block;
text-transform:uppercase;
font-weight: normal;
margin-top: -10px;

margin-left: 15px;
font-style:italic;

}	

.storycontent {
  clear:both;
  float:left;
  font-size:1em;
  line-height:1.4em;
  margin-top:-5px;
  width:100%;
}

.alignleft, div.alignleft {
  float:left;
  margin:20px 15px 5px 2px;
}


#header_image {
  background-repeat:no-repeat no-repeat !important;
  margin-bottom:5px;
}

#commentform textarea {
	clear: both;
	display: block;
	border: 1px solid #666;
	padding: 5px;
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 500;
	font-size: 14px;
	font-family: Arial;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
		
	}	
		
	#commentform #submit,
	.commentlist li .reply a {
		line-height: 14px;
		clear: both;
		padding: 6px 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #fff;
		border: 1px solid #666;
		background: #eee;
		color: #e61;
		font-size: 14px;
		font-weight: bold;
		background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#F6F6F6));
		background: -moz-linear-gradient(top,  #EEEEEE,  #F6F6F6);
		display: block;
		cursor: pointer;
		margin-top: -13px;
				
		}

 #respond { margin-top: 15px;  clear: both; float: left; width: 100%; line-height: 1.5em; }
	 
	 	 
	 #respond input:focus,
	 #respond textarea:focus {
		box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		border-color: #ccc;
	 	}
