/*  
Theme Name: Billyohgren
Theme URI: billyohgren.com
Description: In-School-Project
Version: 1.0
Author: Billy Öhgren
Author URI: http://www.billyohgren.com

*/

/* Här börjar Eric Meyer css-reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
/* Här slutar Eric Meyer css-reset */

/* Start Body */

body{
font-family: serif;
}

a{
color:#6CA6C3;
}

a:visited{
color:#6CA6C3;
}

p{
line-height: 1.32em;
}

/* Stop Body */

/* Start Headers */

h1, h2, h3, h4, h5, h6{
font-family: serif;
color: #27221F;
}



h1{
font-size: 36px;
font-weight: bold;
margin: 10px 0 10px 60px;
}

h1 a{
text-decoration: none;
}

h2{
font-size: 24px;
font-weight: bold;
margin: 10px;
}

h2 a{
text-decoration: none;
color: #242323;
}

h3{
margin:10px 0;
font-weight: bold;
}

h4{}



/* Stop Headers */

/* Start Div */

#main_wrapper{

}

#header{
display: none;
}

#top_menu{
display: none;
}


#wrapper{
clear: both;
float: left;
width: 960px;
padding-top: 40px;
}


#content{
clear: both;
float: left;
width:100%;
}

.post{
}

.post ul{
margin:5px 0 5px 50px;
}

.post ul li{
list-style:disc;
color: #6ca6c3;
line-height: 1.5em;
}


.entry p{
padding: 10px 10px 0 65px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.47em;
clear: both;
color: #42423D;
}

.index_entry{
padding: 10px 10px 0 65px;
}

.index_entry p{

font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.47em;
clear: both;
color: #42423D;
}

.read_more{
font-style: italic;
color:#6CA6C3;
text-decoration: underline;
}

.separator{
width: 490px;
border-bottom: 1px solid #ccc;
margin: 20px auto;
}

.date_metadata{
display: none;
background-image: url('img/date_box.png');
background-repeat: no-repeat;
height: 45px;
width: 50px;
padding: 15px 0 0 5px;
float: left;
font-size: 18px;
font-family: Tahoma, helvetica, sans-serif;
font-weight: bold;
}


.postmetadata{
margin-top: 10px;
font-size: 12px;
}

.navigation{
margin: 10px 30px;
display: none;
}

.sidebar{
display: none;
float: right;
width: 240px;
padding: 10px 10px 10px 10px;
background-color: #f1f1f1;
margin: 0 20px 0 0;
}

.sidebar ul{

}

.sidebar ul li{
list-style: none;
line-height: 1.4em;
}

#profile_pic{
width: 186px;
margin: 0 auto;
}

#profile_pic img{
border: #fff solid 8px;
}


#footer{
margin-top: 20px;
clear: both;
float: left;
}



#footer p{
font-size: 14px;
text-align: center;
}

#contact {
display: none; 
width: 50px;
height: 123px;
position: fixed;
top:250px;
}

/* Slut Div */

/* Här börjar css för kommentarer */

.comments-template{
	margin: 10px 0 0 40px;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 12px;
}

/* Här slutar css för kommentarer */

/* Start Nextgen Gallery */
.ngg-galleryoverview{
margin-left: 0px;
}
/* Stop Nextgen Gallery */

/* Start twitter */

#twitter{
float: right;
width: 560px;
height: 94px;
margin-top: 10px;
}

#tweet{
background: #ccc;
color: #fff;
padding: 10px;
float: left;
width: 400px;
margin: 7px 0 0 20px;
}

#twitter_bird{
float: left;
background: url('img/tweeter_bird.png') no-repeat;
width: 80px;
height: 80px;
float: left;
}

/* stop twitter */
