/*===START SECTION 1 - the main containers===*/
body {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background-color: #652d89;
	color: #333333;
}
#wrapper {
	width: 1000px;
	margin: 12px auto 20px auto;
	padding: 0px;
	background-color: #ffffff;
/*	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-x;
	background-position: left 360px;
*/
}
#header {
	height: 320px;
	width: 1000px;
	margin: 0px;
	background-image: url(../images/header.jpg);
}
#main {
	width: 1000px;
}
#content {
	width: 480px;
	height: 1035px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	overflow: auto;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidebar-left {
	width: 205px;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	margin-left: 20px;
}
#sidebar-right {
	width: 245px;
	float: right;
	padding-top: 60px;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
a {
	text-decoration: none;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	color: #FFFFFF;
	width: 280px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 20px;
	position: absolute;
	top: -30px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
	border-top-color: #header.gif;
	background-image: url(../images/title_dot/yellow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	color: #FFFFFF;
	margin: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #652d89;
}
.entry-content a {
	color: #FFFFFF;
	font-weight: bold;
}
.navigation a {
	clear: both;
	color: #FFFFFF;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
	margin-left: 8px;
}
.entry-meta a, .entry-meta a:link, .entry-meta a:visited {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.more-link {
	color: #000000;
	text-align: right;
}
.underpost {
	font-size: .9em;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul {
	list-style-type: none;
	padding: 0px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Tahoma;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-right: 1px;
	padding-left: 25px;
	background-image: url(../images/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-left: -5px;
	width: 150px;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	background-color: #F2B32A;
	color: #FFFFFF;
}
#sidebar-left ul ul, #sidebar-right ul ul {
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
	font-size: 1.1em;
	text-transform: capitalize;
	margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	margin: 0px;
	width: 350px;
	clear: both;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 35px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	position: absolute;
	top: -100px;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
	color: #652d89;
	padding-left: 20px;
	font-weight: normal;
}
.post h2 {
	font-size: 1.8em;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 6px;
	line-height: 24px;
}
.post h2 a:link, .post h2 a:visited {
	font-size: 26px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	width: 71px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}
.entry-month {
	display: inline;
}
.entry-day {
	display: inline;
	margin-left: 5px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(../images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(../images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
#tag a {
	color: #FFFFFF;
}
.search {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
}
#searchform {
	background-color:transparent;
	background-image: url(../images/search-transparent.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 34px;
	width: 175px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-size: 12px;
	font-variant: small-caps;
}
#searchsubmit {
	background-color:transparent;
	background-image: url(../images/search-transparent.png);
	height: 35px;
	width: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	display: inline;
}
.sidebar_login {
	margin-left: 30px;
}
.information {
	margin-top: 55px;
	margin-left: 15px;
}
.information a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	display: block;
	margin-top: 8px;
}
.information a:hover {
	color: #FFFFFF;
}





/* Before footer */

#morefoot {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	padding: 15px;
	color: #666666;
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
	width: 960px;
	margin-top: 10px;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #666666;
  }
#morefoot h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
  }
#morefoot .col2 {
    margin: 0 15px;
  }
#morefoot .col1, #morefoot .col2, #morefoot .col3 {
	float: left;
	background-color: transparent;
	padding: 10px;
	border: thin solid #666666;
	width: 30%;
	background-image: url(../images/footer_bg.png);
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(../images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/

#footer p {
  padding: 0;
  }
#footer a {
	color: #000000;
	text-decoration: underline;
  }
#footer a:hover {
	color: #652d89;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }
/*===END SECTION 11===*/

.ProblemBox {
	color: #FFFFFF;
	display: block;
	width: 225px;
	font-size: 13px;
	background-color: #FFFFFF;
	background-position: right;
	margin: 0px;
	background-image: url(images/TheProblemBox-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding: 0px;
}
