/*
Theme Name: SLAVER
Version: 1
Author: Brandon X. W.
*/

/*general layout*/
body {
background:#fff;
color : #000; 
font: 15px "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
line-height: 24px;
}
hr {
/*border: 1px solid #ccc;*/
} 
blockquote, code, pre {
color:#333;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p {
    margin-bottom:5px;} 
h2 {
font-size : 1.9em; 
}
h3 {
font-size:1.5em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
color : #000; 
clear: both;
}
.author {
color: #666;
font-style: italic;
}

/*linkcolor*/
a:link, a:visited {
color : #000;
text-decoration : none; 

}
a:hover, a:active {
color : #FF4B33; 
border:none;
} 


#blog-description {
    color:#000;
    font-size:13px;
    font-style:italic;
    margin-left: 230px;
}

/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}
.justify {
text-align: right;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px;
}
.aligncenter, img.center, img.aligncenter, img.centered {
margin-left:auto;
margin-right:auto;
display: block;
clear: both;
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.border {
/*border: 1px solid #ccc;*/
}
.bottomborder {
border-bottom: 1px solid #eee;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : transparent;
max-width:65em; 
margin:5px auto;
padding:0px;
}

/*header*/
#header {
background : transparent;
/*border-bottom:1px solid #ccc;*/
margin:4px 4px 0px;
padding:15px 10px;
}
#header h1{
padding:0px;
font-size:2em;
display:inline;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}
#logo {
	margin: 0 0 -45px 0;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 1em;
margin: 2px 0.1em 5px;
width: 67%;
float: left;
font-size:1.1em;
}

.post h2, .archives h3, .search h3 {
/*border-bottom: 1pt solid #eee;*/
}
.post {
/*margin: -30px 0px;*/
}
.postmeta {
color: 666;
font-size:0.7em;
clear:both
font-style: italic;
}
.postmeta a{
color: #FF4B33;
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 5px 0px 5px;
}

.postcontent {
line-height:1.6em;
text-align:justify;
margin-bottom: 15px;
}
.postcontent a {
color: #FF4B33;
}
.posttitle {
margin-top: 50px;
margin-bottom: -10px;
}
.post_pagination p{
font-weight: bold;
font-size: 1.5em;
}


/*postnav*/
#postnav {

}
#postnav li {
display:inline;
}
#pagenav {
font-size: .8em;
}

/* Share Links */
#sharebox {
border-top: 1px solid #eee;
}

/* Related Posts */
#relatedpostsbox {
border-top: 1px solid #eee;
}
#relatedpostsbox a{
color: #FF4B33;
}


/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;
font-size: .8em;
}
ol#commentlist  {
list-style-position: inside;
margin:1px 0px;
padding:0px;
}
#commentlist li{
border-top: 1px solid #f8f8f8;
margin: 5px 0px;
}
#commentform {
border-top: 1px solid #eee;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
color : #333; 
margin: 1px 0px 1px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border-top: 1pt solid #eee;
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}
.comment_author {
font-weight: bold;
}
.comment_author a{
color: #FF4B33;
}
.comment_text {
margin-left: 15px;
margin-top: -10px;
}


/*sidebar*/
#sidebar {
background : transparent;
padding: 5px 0px;
margin: 5px 0px;
width: 25%;
float:right;
}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
list-style-type: none;
}

#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h3 {
margin-bottom: 2px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}
.sbox {
min-height: 80px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
background : transparent;
/*border-top:1px solid #ccc;*/
margin:5px;
clear: both;
padding:15px 10px;
text-align:center;
}
#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}



/*forms*/
input , textarea, select, option {
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}
fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}


.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:.8em;
    line-height:18px;
}


/* AUDIO and VIDEO */
.slaver-media-download {
	font-size: 0.8em;
}




/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fff; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#000; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#FF4B33; border:1px solid #ccc; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}




/*classes css - so you don't loose them creatin child themes*/

/*classes*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.lefttxt {
text-align:left;
}
.credits {
clear:both;
font-style:italic;
}


/*images*/
img {
border: none;
margin: 2px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}
