/*
Theme Name: Student Loan Theme
Theme URI: 
Description: Custom theme designed for The Student Loan
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

/* Common Tags */

p, ul, ol, hr, h1, h2, h3, h4, h5, h6, table, blockquote, form { margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; color: #281905;}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

a:link, a:visited {
	color: #066;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul { list-style-type: disc; padding-left: 24px; }

ol { list-style-type: decimal; padding-left: 24px; }

.clear { clear: both; }

img { margin: 12px; }

.alignleft { margin-top: 0; margin-left: 0; }
.alignright { margin-top: 0; margin-right: 0; }

strong { font-weight: bold; }
em { font-style: italic; }


/* STRUCTURE */

body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 20px; text-align: center; background-color: #022; color: #281905; background-image: url(images/cloud_bkg.jpg); background-repeat: repeat-x; }

#container { text-align: left; width: 850px; height: auto; margin: 12px auto; border: 4px solid #000; background-image: url(images/content_middle.jpg); background-repeat: repeat-y; background-position: 0 282px; }

#header { width: 850px; height: 164px; background-image: url(images/header.jpg); background-repeat: no-repeat; text-indent: -9999px; }

#content { width: 650px; height: auto; margin: 0; padding: 0 100px 20px 100px; background-image: url(images/content_top.jpg); background-repeat: no-repeat; min-height: 118px; }

#nav { list-style: none; display: block; margin:0; padding: 0; padding-top: 6px; margin: 0 auto 14px auto; list-style-position: inside; text-align: center; border-bottom: 1px dotted #b7a792; padding-bottom: 4px; }

#nav li { display: inline; margin: 0; padding: 0; margin-right: 4px; padding-right: 9px; border-right: 1px solid #b7a792; }

#nav li.home_link { margin-right: 9px; }

#nav li.page-item-22 { margin: 0; padding: 0; border-right: none; }

#nav li a:link, #nav li a:visited { color: #281905; text-decoration: none; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
#nav li a:hover, #nav li a:active { text-decoration: underline; }

#footer { width: 850px; height: 335px; background-image: url(images/footer.jpg); background-repeat: no-repeat; }

#sidebar {
	width: 125px;
	float: right;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px dotted #b7a792;
	font-size: 10px;
	line-height: 16px;
}

#sidebar ul { list-style: none; margin: 0; padding: 0; }
 
#sidebar li { padding: 0; margin: 0; margin-bottom: 12px; }
 
#content_left {
	float: left;
	width: 500px;
}

.post { border-top: 1px dotted #b7a792; padding-top: 12px; }
.blog_date { font-size: 10px; font-weight: bold; }

a.wpa_dl { display: none; }
