/*  
Theme Name: Together Here
Description: Together Here CSS
Version: 1.0
Author: Ryan Yamamoto
Author URI: http://www.togetherhere.com

*/

/* CSS Document */

	body{
	margin:0px;
	padding:0px;
	background-color:#f8f8f8;
	vertical-align:top;
	}
	
	#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:980px;
	height:auto;
	}
	
	#header{
	height:auto;
	width:200px;
	margin-left:21px;
	text-align:left;
	float:left;
	font-size:10px;
	color:#2e2d32;
	line-height:18px;
	}
	
	.clear{
	clear:both;
	}
	
	#content{
	float:left;
	width:700px;
	margin:0 0 25px 21px;
	text-align:left;
	background-color:#d8d8d8;
	padding-left:10px;
	}
	
#header a{
	background:#e2e2e2;
	color:#686868;
	text-decoration: none;
}

#header a:hover{
	background:#686868;
	text-decoration: none;
}

a{
	color:#686868;
	text-decoration: none;
}

a:hover{
	color:#131313;
	text-decoration: none;
}


/*WordPress*/

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.post{
	width:500px;
	margin-left:25px;
	}
	
.sidebar{
	float:left;
	width:125px;
	margin: 20px 0 0 35px;
	display: inline;
	vertical-align:top;
	clear:right;
	font-size:10px;
	color:#2e2d32;
	line-height:18px;
	}
	
#multiPost{
	margin: 0 auto 25px auto;
	width:525px;
	float:left;
	}

#banner{
	float:left;
	width:700px;
	height:100px;
	clear:right;
	margin-left:21px;
	}
	
h2 a{
	text-decoration:none;
	color:#2e2d32;
	}
	
.sidebar h2{
	margin-top:36px;
	}
	
.postmetadata{
	color:#292929;
	font-size:10px;
	}