/*


Theme Name: Sometimes
Theme URI: http://www.jasonaston.com/blog
Description: 'This is my blog'
Author: Jason Aston
Author URI: http://www.jasonaston.com
Version: 1.0


*/


/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
img,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
        background: transparent;

}

body {
	line-height: 1.5;
	font-family: trebuchet ms, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset*/

h2 {
 font-size: 27px;
}

p {
 font-size: 14px;
}
a {
 text-decoration: none;
 color: #000000;
 font-size: 14px;
}
 
a:hover {
 color: #01ffff;
}

input {
 border: 1px solid #000000;
 color: #000000;
 padding: 3px;
}

input:focus, input:hover {
 color: #01ffff; 
}

/* Main Styles */

#wrap {
 width: 909px;
 margin: auto;
}

#header {
 position: relative;
 padding-top: 50px;
}

#header h1{
 background: url(img/sometimes.jpg) no-repeat;
 width: 909px;
 height: 66px;
 text-indent:-9999px; 
}

/* Navigation */

#header ul {
 overflow: hidden;
}

#header ul li {
 float: left;
 padding-right: 20px;
 letter-spacing: .1em;
}
#header ul li a {
 font-size: 13px;
 position: relative;
}
#header ul li a:hover {
 text-decoration: none;
 color: #01ffff;
}
/* Search Box*/
#header #search {
 width: 230px;
 height:66px;
 position: absolute;
 right: 0;
 top: 140px;
}

#header #search img{
 margin-right: 0px;
 margin-left: 0px;
 position: absolute;
 right:0; top:0;
}

#header #search input#s {
 width: 130px;
}

#header #rss, #header #rss img {
 padding-right: 0;
}

/* Main Content */
#main {
 clear: both;
 overflow: hidden;
 padding-top: 47px;
 position: relative;
}
#main #primary {
 float:left;
 width: 680px;

}
#main #sidebar {
 float: right;
 width: 170px;
}

#main #primary .post-item{
 margin-bottom: 26px;
 border-top: 3px solid black;
 border-right: 2px solid black; 
 border-bottom: 1px solid gray;
 border-left: 1px solid gray;
 overflow: hidden;
 padding-right: 25px;

}

.post-item img {
 float:none;
}

#primary h2 {
 font-weight: normal;
 padding-right: .5em;
 margin-bottom: .2em;
}

.post-item h2 {
 padding-top: 5px;
}

.post-item h2 a {
 font-size: 20px;
 margin-left: 20px;
}
.post-item p.meta {
 font: Verdana, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #01ffff;
 width: 170px;
 min-width: 170px;
 height: 15px;
 line-height: 15px;
}
.post-item p{
 font: Verdana, sans-serif;
 font-size: 12px;
 margin-bottom: 1.2em;
 margin-left: 20px;
}

.single .post-item p {
 margin-left: 20px;
}



/* More Link*/

.post-item a.more-link {
  font: Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
 }

div.numComments{
 text-align:right;
 padding-bottom: 10px;
}

div.numComments a{
 font-size: 12px;
}

/*Next and Previous Buttons*/

#more {
 float:right;
}
#more a:hover {
 color: #01ffff;
}

#prev {
 float:left;
}
#prev a:hover {
 color: #01ffff;
}

/*Sidebar- Note: Vid.4 19:10*/

.secondaryBox {
 padding-bottom: 10px;
}

.secondaryBox h2{
 font-size: 13px;
}

.secondaryBox h2:hover{
 color: #01ffff;
}

.widget {
 margin-bottom: 26px;
 overflow:hidden;
}

.widget h2 {
 font-size: 13px;
}
.widget h2:hover {
 color: #01ffff;
}
.widget ul li a{
 font-size: 10px;
}

/* Page Content*/

#main #primary #page_content{
 margin-bottom: 26px;
 border-top: 3px solid black;
 border-right: 2px solid black; 
 border-bottom: 1px solid gray;
 border-left: 1px solid gray;
 overflow: hidden;
 padding-right: 25px;
}

#main #primary #page_content p {
 margin: 20px
}

#page_content p {
 font-size: 12px;
}

/* Single Posts*/

.single .post-item p.meta {
 margin-left: 20px;
 width: 300px;
}

/* Comments */

#comments_template {
 margin-top: 2em;
 clear: both;
 margin-bottom: 28px;
 overflow:hidden;
 position: relative;
}
#comments_template input {
 background: white;
}
#comments_template li {
 clear: left;
 padding: 1em 0;
 overflow: hidden;
}

#comments_template .avatar {
 float: left;
 margin-right: 25px;
}

#comments_template h3#comments {
 text-transform: uppercase;
 font-size: 14px;
}

.main_comment h4 {
 font-size: 13px;
}

.main_comment p {
 font-size: 12px
}

#comments_template #respond h3{
 font-size: 14px;
 text-transform: uppercase;
}

/* Footer */
#footer {
 background: #000000;
 padding: 4px;
}

#footer h3 {
 color: #ffffff;
 font: trebuchet ms, verdana, sans-serif;
 font-size: 10px;
 padding: 2px;
}

/* Post Styles*/

div.image{
text-align: left;
margin-left: 20px;
margin-bottom: 20px;
float: none;
}
