/*  
'Who Wants To Get Sexy With The Captain? Theme 1.0'
By Joey Heflich
*/

body {
  margin:0px 0px 0px 0px;
  font-size: small;
  background-color: $mainBgColor;
  color: $mainTextColor;
  text-align:center;
}

#content-wrapper { 
  margin: 0px 0px 0 0px;
 }

h1 {
  font-size:400%;
  padding-left:15px;
  text-transform:uppercase;
}

h1 a, h1 a:link, h1 a:visited {
  text-decoration:none;
  color: $mainTextColor;
}

.description {
  text-align: center;
  padding-top:10px;
}

h2.date-header {
  border-bottom:none;
  font-size: 130%;
  text-align:left;
  margin-top:20px;
  margin-bottom:14px;
  padding:1px;
  padding-left:17px;
  color: $dateHeaderColor;
  font-weight: normal;
  font-family: Trebuchet MS, Verdana, Sans-serif;
}

.post h3 {
  font-size: 150%;
  font-weight:bold;
}

.post h3 a,
.post h3 a:visited { 
  color: $mainTextColor;
 }

.post { 
  padding-left:20px;
  margin-bottom:20px;
  text-indent:10px;
  padding-right:20px;
  line-height:22px;
}

.post-footer {
  margin-bottom:15px;
  margin-left:0px;
  font-size: 87%;
}

#comments {
  margin-left: 20px;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
  margin-left: 20px;
}

#blog-pager-newer-link {
  float: left;
  margin-left: 20px;
 }

#blog-pager-older-link {
  float: right;
 }
 
#blog-pager {   
  text-align: center; 
 }

#frame {
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#main {
		width:574px;
		padding:0px;
		border-left: 1px #574b3d;
		float:left;
		background:#DDD6CE;
		}
	
	#sidebar {
		width:200px;
		border-right: 1px #574b3d;
		padding:0px;
		float:left;
		background:#816F57;
		}
		
		.sidebar h2 {
  font-weight:bold;
  font-size: 150%;
  color: $sidebarTitleColor;
}

a {
  text-decoration:none
}
a:hover {
  border-bottom:dashed 1px red;
}

a img { 
 border: 0;
}

a { 
 color: $mainLinkColor;
}

a:hover,
a:visited { 
 color: $mainVisitedLinkColor;
}

#sidebar a { 
 color: $sidebarLinkColor;
}

#sidebar a:hover,
#sidebar a:visited { 
 color: $sidebarVisitedLinkColor;
}

.sidebar .widget {
  padding: 4px 8px 0 0;
 }

.profile-textblock { 
  clear: both;
  margin-left: 0;
}

.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
}

.clear { 
  clear: both;
 }

.comment-footer { 
  padding-bottom: 1em;
}