@charset "utf-8";
/* CSS Document--
	Some elements are from--
		Template Name : FreshMedia
		Template Code : S-0021
		Version : 1.0   
		Author : Erwin Aligam
		Author URI : http://www.styleshout.com/ 
 --*/

/* --General Layout-- */
html { height:100%;}

body {
	background-color:#373737;
	background-image:url(/public/inc/bg-night-sky.jpg);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#000;
	line-height:1.2; /* Unitless is important here */
	padding:0;
	margin:0;
        height:100%;
}

img {
   border: none;
}
	
img.float-right {
  	margin: 0px 0px 10px 10px;  
}

img.float-left {
  	margin: 0px 10px 10px 0px;
}
	
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#78528b;
	background-image:url(/public/inc/heading-bg.png);
	background-attachment:scroll;
	background-position:bottom left;
	background-repeat:no-repeat;
        text-align:left;
}
	
h1 {
	font-size: 300%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;
	margin: 0;
	}

h2 {
	font-size: 200%;
	padding: 20px 10px 5px 0px;
	margin: 0;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#78528b;
	font-size: 170%;	
	font-weight: normal;
	color:#373737;
	padding: 20px 10px 5px 0px;
	margin: 0;
        text-align:left;	
        }
	
a,a:active,a:visited {
	color:#78528b;
	text-decoration:none;
	}
	
a:hover {
	color:#78528b;
	text-decoration:underline;
	}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 42px;  
        border-top: 1px solid #78528b;
        border-bottom: 1px solid #78528b;
	background: #dbd5de url(/public/inc/quote.png) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #373737;	
}

hr {
     border: 0;
     color: #ececec;
     background-color: #ececec;
     height: 1px;
     width: 90%;
     text-align: center;
}
	
#bigbox {
	background-image:url(/public/inc/header-clouds.jpg);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	width:844px;
	margin:0 auto;
	margin-top:15px;
        min-height: 100%;
        margin-bottom: -415px;
        position: relative;
	}



.clearfooter {
       height: 415px;
       clear: both;
}

/* --Header-- */
#header {
	height:370px;
	}

/* --Navigation-- */
#nav {
	height:107px;
	width:785px;
	background-color:#ececec;
	color:#373737;
	overflow:hidden;
	clear:left;
        margin: 0 auto;
	font-size:105%;
        border-top:1px solid #373737;
        border-bottom:1px solid #373737;

	}
	
#nav ul {
      list-style:none;
      margin: 0 auto;
      width:740px;
	padding: 0;
		}
	
#nav li{
    float:left;
	list-style:none;
	display:inline;
	color:#7e7d7d;
	padding-right:15px;
	padding-top:24px;
	padding-left:15px;
	text-align:left;
	width:115px;
	height:83px;
	}

#nav li.current{
        background:#dbd5de;
}
	
#nav a, #nav a:active,#nav a:visited {
	  font-family:Georgia, "Times New Roman", Times, serif;
	  color:#373737;
	  font-size:167%;
	  }
	
#nav li a:hover {
        text-decoration:none;
        color:#78528b;
	}

#lownav {
      text-align:center;
      word-spacing:5em;
      font-family:Georgia, "Times New Roman", Times, serif;
      color:#373737;
      background-color:#ececec;
      margin: 0 auto;
      margin-top:20px;
      padding-left:0;
      padding-right:0;
      padding-top:10px;
      padding-bottom:0;
      font-size:145%;
      border-bottom:#373737 solid 1px;
      border-top:#373737 solid 1px;
      height:35px;
      width:785px;
      overflow:hidden;
      clear:both;
      }

#lownav a, #lownav a:active, #lownav a:visited {
	color:#373737;
	text-decoration:none;        
	}
	
#lownav a:hover {
	text-decoration:underline;
	}

#lownav_low {
        height:35px;
	background-color:#f5f5f5;
	width:844px;
}

/* --Content-- */

#content {
	float: left;
	width: 485px;
	margin: 0 auto;
	padding-top:20px;
        padding-bottom:40px;
        padding-right:35px;
        padding-left:35px;
	display: inline;
	overflow: auto;
	background-color:#f5f5f5;
	}

/* --Sidebar-- */	
#sidebar {
	float: right;
	width: 245px;
	margin: 0 auto;
	padding-top: 20px;
        padding-bottom:40px;
        padding-left:0px;
        padding-right: 35px;		
	display: inline;
	overflow: auto;
	background-color:#f5f5f5;
	}
	
#sidebar ul{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	}
	
#sidebar li{
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:0px;
	}

#tweet_box {padding-top:0px; padding-bottom:20px;}
	
#tweet_box ul.module-list {
	margin-left:0px;
	}

#tweet_box li{
         list-style:none;
}
	
#side_box {
    background-color:#f5f5f5;
	padding-top:0px;
        padding-bottom:20px;
}

#link_box {
        background-color:#f5f5f5;
	padding-top:0px;
        padding-bottom:20px;
}

#link_box li {
        margin-left:20px;
}
	
/* --post info-- */
#post p {	
        width: 100%;
	padding: 10px; 
        margin: 0 auto;		
	color: #373737;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	background: #ececec;
	text-align: center;
}


/* --Footer-- */
#footer {
	width:100%;
	color:#fff;
	background-color:#252525;
	margin:0 auto;
	background-image:url(/public/inc/footer-trees.jpg);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
	height:415px;
        position: relative;
	}

#footer_box{
	width:804px;
	margin:0 auto;
        position:relative;
        height:85px;
        padding-top:290px;
}       

#credit {
	float:left;
	width:362px;
	padding:20px;
	display:inline;
	text-align:left;
	}	
#raven {
	float:right;
	width:362px;
	padding:20px; 		
	display:inline;
	background-image:url(/public/inc/footer-raven.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	height:100%;
	}

#raven p {word-spacing:2.5em; margin-top:30px;}
	
/* --Contact Form-- */
.contactForm {
  width:308px;
}
.contactForm p {
  padding:10px;
}
.contactForm input {
  width:240px;
}
.contactForm textarea {
  width:281px;
  height:120px;
}
.submit {
  width:45px!important;
}
.spec {
display:none;
}

/* --Comment Form-- */
.comment-form-body {
	width:450px;
	}

#avatar {
     float:left;
     display:inline;
     margin:0;
     padding-right:5px;
     padding-left:0;
     width:60px;
     height:100%;
}

.comment {
     padding:0px;
     margin:0;
     border-bottom: 1px solid #ececec;
     display:block;
}

.comment-author {
     font-size:150%;
}

.comment-date {
     font-size:70%;
}

/* --Feedburner BuzzBoost-- */
div.feedburnerFeedBlock ul{
	list-style:none;
padding-left:0px;
margin-left:0px;
	}
	
div.feedburnerFeedBlock li{
        background: url(/public/inc/bul-star.png) left top no-repeat;
	padding-left:20px;
	margin-bottom:35px;
	}

#creditfooter {
        display: none; 
}
	
div.feedburnerFeedBlock span.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#78528b;
	font-size: 170%;
	padding: 0px;
        padding-bottom: 10px;
	margin: 0;
}