/*
Theme Name: Times After Dusk
Theme URI: http://www.timesafterdusk.com/
Description: Times After Dusk
Version: 1.0
Author: OZG
Author URI: http://www.ozgworks.com/

*/


/* begin the basics */
html, body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #070707;
color: #ebebeb;
margin: 0;
padding: 0;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #3D99D0;
text-decoration: none;
}

a:hover {
color: #868686;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 960px;
margin: 0px auto;
background: #070707 url(images/bg2.png) top center no-repeat;
/*background: #111111;*/
overflow: hidden;
}


/* end the basics */

/* begin site header */
#header {
width: 960px;
height: 35px;
padding: 5px 0 0 0;
line-height: 1em;
float: left;
}

#title h1{
display:block;
text-align:left;
text-indent:-9999px;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #EBEBEB;
margin: 10px 0 0 149px;
}

#author {
color: #868686;
font-size: 10px;
}

#author a:link, #author a:visited {
color: #868686;
}

#author a:hover {
color: #EBEBEB;
}

#pages {
float: right;
list-style: none;
margin: 10px 149px 0 0;
padding: 0;
}

#pages li {
display: inline;
margin: 0 0 0 10px;
}
/* end site header */

#facebox h2 {
    margin: 0;
    padding: 0;
}
.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

/* begin content slider */
#content .carousel  {
position: relative;
}

#content .main {
margin-top: 80px;
width:960px;
overflow: hidden;
}
#content .main span{
margin: 150px 0 0 300px;
color:#3d9ad0;
font-size: 1.6em;
}

#content .main span a{
margin: 50px 0 0 0;
color:#ffffff;
text-decoration:underline;
}

#content .main span a:hover{
color:#ffffff;
text-decoration:none;
}

#content blockquote{
margin: 20px 0 0 300px;
width:360px;
color:#2B495B;
font-size: 1.0em;
}

#content .main ul {
clear:both;
margin:0 0 100px 200px;
list-style:none;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 380px;
height: 375px;
background: url("images/previous.png") no-repeat 0 0;
top: 5px;
left: 0;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 5px;
}

#content .carousel a.prev:hover {
background: url("images/previous.png") no-repeat 0 -786px;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 380px;
height: 375px;
background: url("images/next.png") no-repeat 0 0;
top: 5px;
right: 0;
z-index: 10000;
}

* + html #content .carousel a.next  {
top: 5px;
}

#content .carousel a.next:hover {
background: url("images/next.png") no-repeat 0 -786px;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 132px 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
/*width: 360px;
height: 238px;*/
padding-left:5px;
}

#content .carousel li {
width: 360px;
height: 300px;
margin: 0 10px 0 10px;
}

#content .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 0 5px 10px 0;
}

.intro p {
margin: 0;
}

.intro h3 {
margin: 20px 0 1px 0;
font-size: 15px;
}

.entry {
padding: 5px 0;
}

.entry img {
padding: 2px 0 10px 15px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}
/* end content slider */

/* footer */

#footer{
background:#070707;
opacity:0.9; 
clear:both;
width:960px;
height:250px;
margin:200px auto 0;
border-top:1px solid #222222;
}

#footer h2{
padding-left:40px;
}


.footerleft{
width:280px;
float:left;
padding:0 10px 0 0;
}

#footer ul{
list-style:none;
}
