/*
Theme Name: The Untech Blog
Theme URI: http://www.theuntechblog.com/
Description: A theme for the untech blog
Version: 1.0
Author: Nikki Klassen
Author URI: http://tripleiwebsolutions.com/

*/

body {
	/* font-size: 62.5%;  Resets 1em to 10px */
	font-size:75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/background.jpg') repeat-y 50% 0;
	color: #000;
	text-align: center;
	margin:0px;
	line-height:1.5em;
}

#page{
	text-align:left;
	width:960px;
	margin:0px auto;	
}

#header{
	background:#394743 url('images/header.jpg') no-repeat 0 30px;
	width:960px;
	height:208px;
	margin-left:-1px;
	position:relative;
}

#header h1{
	margin-top:0px;
	padding:40px 0 0 20px;
	width:425px;
	height:85px;
	text-indent:-9999px;
}

#header .description{
	text-indent:-9999px;	
}

#header ul#links{
	position:absolute;
	left:620px;
	top:125px;
}

#header ul#links li{
	list-style:none;
	float:left;
	display:inline;
	padding:10px;
	float:left;
	font-family: 'Copperplate Gothic Bold', Arial, Sans-Serif;
	font-size:1.1em;
	font-variant:small-caps;
}

#links li a{
	text-decoration:none;
	color:#84423e;
}

#content{
	width:560px;
	margin:0px 0px 0px 80px;
	float:left;
}

#content h2{
	background:#3b3035;
	color:#fff;
	margin:0px;
	padding:3px 2px;
	font-size:1.2em;
}

#content h2 a{
	color:#fff;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}

#content h3{
	margin:0px;
	background:#dbe3e2;
	color:#000;
	font-weight:normal;
	font-size:0.9em;
	padding:2px;
}

#sidebar{
	float:right;
	margin-right:90px;
	width:210px;
	height:590px;
	background:#fff url('images/nav.jpg') no-repeat;
}

#sidebar ul{
	list-style:none;
	padding-left:20px;
}

#sidebar h2{
	font-size:1.1em;
}

#footer{
	background:#fff url('images/footer.jpg') no-repeat 50% 0;
	clear:both;
	height:100px;
	padding-top:40px;
	color:#fff;
}
#footer a{
	color:#fff;
}

.navigation{
	display:none;
}

.post{
	background:#fff url('images/breaker.gif') repeat-x 8px 100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.post img{
	margin:10px;
	border:1px solid #000;
}

.post hr{
	height:1px;
	border:1px solid #ddd;
	clear:both;
}

.social-media-links{
	clear:both;
}
.social-media-links img{
	margin-bottom:0px;
}

#goog-ads{
	margin-left:-35px;
	margin-top:10px;
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter{
	margin:0px auto;
}
.wp-caption{
	margin:4px;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #ddd;
	padding-right:10px;
}
.wp-caption-dd{
	padding:0px 4px 5px;
}
.clear{
	clear:both;
}