/*  
Theme Name: mikeschramm.com theme
Theme URI: http://www.mikeschramm.com/
Description: I made this.
Version: 1.5
Author: Michael Schramm
Author URI: http://mikeschram.com.com/

	*/


body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

#wrap {
	width: 800px;
	margin: 0 auto 50px auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#header {
	height: 90px;
}

#header img {
	border: 0;
	padding: 0;
}


#main {
	float: right;
	width: 518px;
	font: 10px;
	padding-right: 50px;
	line-height: 1.6em;
}

#main a:hover {
	text-decoration: underline;
}

.post {
	padding: 15px 0px 15px 0px;
}


img {
	border: 1px solid black;
	padding: 5px;
}

.title a, #main .title a:hover {
	font-size: 25px;
	font-weight: normal;
	color: #6DA6E2;
	text-decoration: none;
	line-height: 1em;
}

.big {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	padding: 15px 0px;
}

.date {
	font-size: 20px;
	color: #c4c4c3;
	font-family: Georgia;
}

#side {
	float: left;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
}


.sidetitle {
	  color: #666666;
	  padding-top: 15px;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  border-bottom: 1px dotted #666666;
	  margin-bottom: 5px;
}

.sidetitle a, .sidetitle a:hover {
	color: #6DA6E2;
	font-weight: bold;
}

#side img {
	border: 0;
	padding: 0;
}

.sociable a {
	color: white;
}

.sociable a:hover {
	color: #c8c8c8;
}

#footer {
	background-color:#0c226f;
	clear: both;
	color:#FFFFFF;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a, #footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
}
  
a {
	color: #6DA6E2;
	text-decoration: none;
	font-weight: bold;
}
	  
a:hover {
	color: inherit;
	font-weight: bold;
}

.noborder {
	border: 0;
	padding: 0;
}

