/*
Theme Name: AA-v2
Description: Customized redbar theme
Version: 1
Author: http://www.admissionsacademy.com
*/
   
* {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

body {
	background-color: #fafafa;
	color: #585858;
	font-size: 12px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	text-align: left;
	margin-bottom: 1.3em;
}

p.feed {
	vertical-align: center;
	line-height: 30px;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-stretch: expanded;
}

h2 {
	font-size: 20px;
	padding-bottom: 5px;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h3 {
	border-bottom: dotted 1px #e1e1e1;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 1px;
	text-align: left;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: dotted 1px #e1e1e1;
}

img {
	vertical-align: center;
}

/* Links */

a img {
	border: none;
}

a {
	vertical-align: center;
	text-decoration: underline;
	color: #95031b;
}

a:hover {
	text-decoration: none;
}

a.top {
	text-decoration: none;
	color: #fafafa;
}

a.top:hover {
	text-decoration: none;
}

/* Header */

#redbar {
	width: 100%;
	height: 122px;
	background: #95031b url('images/blog-gradient.gif') repeat-x;
}

/* Wrapper */

#wrapper-head {
	margin: 10px auto 10px auto;
	width: 800px;
	text-align: center;
	border: none;
	color: #fafafa;
	position: relative;
	bottom: -5px;
}

#wrapper {
	margin: 10px auto 10px auto;
	width: 800px;
	text-align: center;
	border: solid 0px #00ffff;
}

#wrapper-foot {
	margin: 20px auto 10px auto;
	width: 800px;
	line-height: 18px;
	font-size: 12px;
	color: #990000;
	text-align: center;
	clear: left;
}

/* Main */

#main {
	margin: 10px auto 10px auto;
	width: 800px;
	text-align: center;
	border: solid 0px #00aa00;
	clear: both;
	overflow: auto;
}

#posts {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: dotted 1px #e1e1e1;
	padding-bottom: 20px;
	padding-left: 2px;
}

ul.post {
	font-size: 11px;
	text-align: left;
	list-style: none inside;
}

li.date {
	list-style-image: url('images_red/n5.gif');
	padding: 0 1px 0 0;
}

li.comments {
	list-style-image: url('images_red/n6.gif');
	padding: 0 1px 0 0;
}

ul.links {
	font-size: 10pt;
	text-align: left;
	list-style: inside;
}

p.indent {
	padding-left: 15px;
	text-indent: -15px;
}

/* Search */

#search {
	position: relative;
	width: 100%;
}

input.input-text {
	font-size: 16px;
}

input.button {
	background: #95031b;
	color: #fafafa;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #660000;
	max-width: 70px;
	max-height: 30px;
}

/* Layout */

#left-column {
	position: relative;
	float: left;
	width: 60%;
	border: solid 0px #000011;
	padding: 2px;
}
	
#right-column {
	position: relative;
	float: right;
	width: 30%;
	border-left: dotted 1px #E1E1E1;
	border: solid 0px #980098;
	padding: 2px;
}

#commentform textarea {
	width: 350px;
}

blockquote {
	margin-left: 1px;
	padding-left: 1px;
	border-left: 3px solid #000000;
	color: #333333;
}