/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em; 
	line-height: 1.5em;
	color:#6A6A6A;
	height: 100%;
	background-image:url(bg2.jpg);
	background-repeat:repeat-x;
	background-color:#acd978;
}
	
#container {
  min-height: 100%;
  
}  	

#content {
	position:absolute;
	left: 50%;
	width:960px;
	margin-left: -480px;
	}
	

#text {
	float:left;
	width:315px;	
	padding-right:25px;
	padding-left:5px;
	padding-bottom:25px;
}

h1 {
	text-transform:uppercase;
	color:#678eba;
	font-size:1.6em;
	font-family:'Terminal Dosis Light', Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:#678eba;
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-top:-8px;
	font-weight:normal;
	padding-bottom:15px;
}

#link {
	color:#666666;
}

#textcontainer {
	width:560px;
	float:left;
}

#textcontainer2 {
	width:980px;
	float:left;
}

#navcontainer {
	width:150px;
	float:left;
	margin-top:40px;
	padding-top:15px;
	border-bottom: solid 2px #55575C;
	border-top: dotted 1px #55575C;
}

#navcontainer a {
	padding-left:20px;
	color:#55575C; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:block;
	line-height:1.4em;
}

#navcontainer a:hover{
	color:#09F;
}

#navcontainerbottom a {
	border-bottom: none;
	padding-bottom:0px;
}

#nav2 {
	padding-top:15px;
}

#nav2 a {
	padding-left:45px;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
}

#tweetcontainer {
	width:140px;
	float:left;
	background-color:#FFF;
	padding:20px;
	border-bottom: solid 1px #c5d3c5;
}

#rightcontainer {
	float:left;
	background-color:#fff;
	margin-left: 15px;
	padding:20px;
	border-bottom: solid 2px #55575C;
	min-height:300px;
	width:755px;
}

#desccontainer {
	float:right;
}

#desccontainer2 {
	margin-left:195px;
	background-color:#ffffff;
	padding:20px 50px 50px 50px;
	border-bottom: solid 2px #55575C;
	min-height:400px;
	width:660px;
}

#desccontainer3 {
	margin-left:195px;
	background-color:#ffffff;
	padding:20px 50px 50px 50px;
	border-top: solid 6px #ffffff;
	border-bottom: solid 1px #c5d3c5;
	min-height:300px;
	width:660px;
}

ul {
	list-style:none;
	list-style-image:none;
	width:90px;
	padding-left:-10px;
}

li {
	list-style-image:none;
}
	

a {
	text-decoration:none;
	font-family:Times;
	font-size:1em;
	font-style:italic;
	line-height:2em;
	padding-left:10px;
	color:#55575C;
	margin-bottom:opx;
	padding-bottom:0px;
}

a:hover ul li {
	background-color:#C60;
}

#next {
	width:382px;
	margin-top:-45px;
	float:right;
}

#next a {
	padding:0px;
}

#image {
	margin-top:25px;
	background-color:#ffffff;
	border: 1px solid #55575C;
}

#image2 {
	margin-top:25px;
	background-color:#ffffff;
}

#featured {
	background-image: url(featured.jpg);
	color:#666666;
	font-style:italic;	
	height:40px;
	margin-bottom:10px;
}

#featuredtext {
	font-style:italic;
	position:relative;
	left:80px;
	top:10px;
}

#sitelinktext {
	background-image:url(sitelink_bg.jpg);
	height:43px;
	width:330px;
	margin-bottom:10px;
}

#sitelinktext a {
	color:#fff;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding-top:13px;
	padding-left:25px;
}

#hi {
	color:#ffffff;
	font-size:20em;
	font-family:'Podkova', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:80px;
}

#footer {
  position:fixed;
  bottom:0; 
  height:40px;
  background-color:#55575C;
  color:#CCCCCC;
  width:100%;
  font-size:.7em;
 } 
  	
#footer a {
	color:#FFF; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#footer a:hover {
	color:#09f;
}
	
.blogPost {
	padding:50px;
	background-color:#FFF;
	margin-bottom:20px;
}

#about {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.6em;
	color: #678eba;
	padding-left:80px;
	padding-top:20px;
}
