/*
	Theme Name: Daydream
	Theme URI: http://www.roguecity.net
	Description: Hand-drawn, single column doodle themed layout, the 
                     first layout for Rogue City. 
	Author: Zaphiie
	Author URI: http://www.roguecity.net	
*/

body {
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/mainbackground.png);
    overflow-x: hidden;
    text-align: center; 
}

.topbg {
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/topbg.png) repeat-x;
    position:absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 569px; 
}

#container {
    margin: 0 auto 0 auto; 
    width: 900px; 
    height: 100px;
    padding-top: 0px;
    text-align: left;
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/columnbg-2.png) repeat-y;
}

.textbit {
    width: 900px; 
    margin: 0 auto 0 auto; 
    position:absolute; 
    top: 520px;
    font: 12px tahoma;
    line-height: 25px;  
    padding-left: 150px;
    margin-right: 100px;
    padding-top: 10px;
    background:url(http://i272.photobucket.com/albums/jj172/zaphriielle/columnbg-2.png) repeat-y;
}

.text {
    width: 620px;
}

p {
    margin-top: 10px;
}

#header {
    margin: 0 auto 0 auto;  
    width: 900px; 
    height: 531px; 
    background:url(http://i272.photobucket.com/albums/jj172/zaphriielle/header-2.png);
}


.footer {
    margin: 0 auto 0 auto; 
    position:relative;
    left: -75px;
    width: 800px;
    height: 70px; 
    padding-top: 80px;
    text-align: center;
    font: 10px tahoma; 
    background-color: #666666; 
    background:url(http://i272.photobucket.com/albums/jj172/zaphriielle/footer-1.png) no-repeat;
}


/* Below this point is the style for the part at the top, which 
acts like a sidebar, I suppose. */


#sidebar {
    width: 670px; 
    height: 70px; 
    position: absolute; 
    top: 365px; 
    margin: 0 auto 0 auto; 
    margin-left: 120px; 
    padding-right: 10px; 
    margin-bottom: 0px;
    
}


#sb_left {
    width: 170px; 
    font: 10px tahoma; 
    color: #000000; 
    height: 100px; 
    float:left; 
    padding-right: 8px; 
    border-right: 1px solid #454545;
}

#sb_largeright {
    width: 490px; 
    font: 10px tahoma; 
    color: #000000; 
    height: 100px; 
    float:right; 
}

#sb_mid {
    width: 260px; 
    font: 10px tahoma; 
    color: #000000; 
    height: 100px; 
    float:left; 
    padding-right: 5px;
    padding-left: 10px;  
    border-right: 1px solid #454545;
    margin-right: 2px; 
}

#sb_right {
    width: 200px; 
    font: 10px tahoma; 
    color: #000000; 
    height: 100px; 
    float:right; 
    padding-right: 8px;
    margin: 0px; 
    padding-left: 0px; 
}

#sb_mid_left {
    float: left; 
    padding-right: 8px; 
    border-right: 1px solid #454545;
}

#sb_mid_right {
    float: right; 
    padding-left: 10px;
}

#rss {
    border: 0px; 
    width: 98px;
    height: 99px;
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/rss.png);
}

#rss:hover {
    border: 0px; 
    width: 98px;
    height: 99px;
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/rss_hover.png);
}

#twit {
    border: 0px; 
    width: 129px;
    height: 89px;
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/twitter.png);
}

#twit:hover {
    border: 0px; 
    width: 129px;
    height: 89px;
    background:URL(http://i272.photobucket.com/albums/jj172/zaphriielle/twitter_hover.png);
}
    
a.nav:active, a.nav:visited, a.nav {
    display: block; 
    width: 95px; 
    height: 15px; 
    padding: 2px; 
    text-transform: uppercase; 
    background-color: #666666;
    font: 10pt tahoma; 
    color: #ffffff;
    text-align: center;
    text-decoration: none; 
    margin-bottom: 2px; 
}

a.nav:hover {
    display: block; 
    width: 95px; 
    height: 15px; 
    padding: 2px; 
    text-transform: uppercase; 
    background-color: #ebebeb;
    font: 10pt tahoma; 
    color: #ffffff;
}

/* Headers, bold, italic, underline etc. */

h1, h1 a, h1 a:active, h1 a:visited {
	text-transform: Uppercase;
	font-family: georgia;
	text-align : left;
	font-weight: normal;
	font-size : 20px;
	color : #116c79;
	padding-top: 10px;
	padding-bottom: 40px;
        padding-left: 50px;
	margin-left:-53px;
	background: transparent url(http://i272.photobucket.com/albums/jj172/zaphriielle/h1backgroundcopy.png) left no-repeat;
	text-shadow: 1px 0px 2px #15a4b9;
        width: 742px;
        text-decoration:none;
}

h2 { 	font-family: georgia;
        text-transform: uppercase;
	text-align : left;
	font-weight: normal;
	font-size : 20px;
	color : #19CACF;
	width: 100%;
        text-decoration:none;
        border-bottom: 1px solid #454545;
        margin-top:20px; 
}

h1 a:hover {
       color: #454545;
}

h3 {
    font-size: 12pt; 
}
    
/* Bold and shit  */

a:link, a:active, a:visited {
    color: #454545; 
}

a:hover {
    color: #2dd1e9;
}

b, strong{
    color: #454545;
}

blockquote {
        display:block;
	background: url(http://i272.photobucket.com/albums/jj172/zaphriielle/quotebg.png);
	color:#454545;
	padding:4px;
	border: 1px solid #666666;
        margin-top: 10px; 
        margin-bottom: 10px; 
}


/* Fonts WHOO! */

@font-face{
font-family: ‘Windsong’;
src: url(’/windsong.ttf’);
} 

* { padding:0; margin:0; } /* Corrects vertical height discrepancy between IE & FF */

/* Twitter and RSS (how special, they have their own section!) */

.rss a {
display: block;
width: 100px;
height: 100px;
background: transparent url(http://i272.photobucket.com/albums/jj172/zaphriielle/rsswidth123.png) no-repeat;
}

.rss a:hover {
background-position: -100px 0;
} 

.twit a {
display: block;
width: 123px;
height: 100px;
background: transparent url(http://i272.photobucket.com/albums/jj172/zaphriielle/twitwidth123.png) no-repeat;
}

.twit a:hover {
background-position: -123px 0;
} 

/* Subnavigaiton hey hey hey! */

.subnav {
    width: 630px; 
    font-size: 10px; 
    margin-top: -35px; 
    margin-bottom: 20px;
    padding: 3px; 
    padding-top: 0px;
    padding-left: 0px;
    text-transform: uppercase;
}
    

/* leave comment */

.comments, .comments a {
    width: 550px; 
    height: 20px; 
    margin: 30px; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    background-color: #ebebeb;
    font: 12px tahoma; 
    color: #333333; 
    padding: 5px;
    text-align: center; 
    text-transform: uppercase;
    text-decoration: none; 
}
    
