/*
Design by Dragonfly Media Services-DfMS
Web			:	http://www.dragonfly-ms.com
E-mail		:	info@dragonfly-ms.com
-------------------

Site Name	:   All About US
Description	: 	A two-column, fixed-width design.
Version    	: 	1.0
Released   	: 	10th February, 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/img01.png) repeat-x;
	font-size: 13px;
	color: #333333;
	text-align:justify
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
	text-align: justify;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* Header */

#header {
	width: 760px;
	height: 172px;
	margin: 0 auto;
	background: url(images/AAUbanner1.jpg) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 80px;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
	text-align: left;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 13px 0 15px;
	background: url(images/img04.gif) no-repeat left center;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 490px;
	
}

.post {
	padding: 0px 5px 0px 5px;
	border: 1px solid #333333;
	text-align:justify;
}

.title {
	margin: 0;
	border-bottom: 2px solid #333333;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	border: 1px solid #333333;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0px;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #333333;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 25px 0px 5px 55px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #333333;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: none;
	padding: 5px 0;
	background: #FFF;
	border-top: 2px solid #666;
	text-align: center;
	font-size: smaller;
}
#page #content .post .entry {
	text-align: justify;
}

