body {
	margin-top: 10px;
	padding: 0;
	background: #8c0154 repeat left top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #232c80;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #528DC8;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

.alignleft {
	float:left;
        margin:5px 5px 5px 0;
}

.alignright {
	float: right;
	margin:5px 0 5px 5px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 250px;
	background: url(images/asw_header.jpg);
}

/* Header */

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #528DC8;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #528DC8;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0px auto;
	padding-top: 215px;
	height: 35px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #ffffff;
	text-decoration:underline;;
}

#menu .current_page_item a {
	color: #ffffff;
	text-decoration:underline;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	background: url(images/center.gif) repeat-y left top;
}

#page-bgtop {
	background: url(images/top.gif) no-repeat left top;
}

#page-bgtop2 {
	background: url(images/top2.gif) no-repeat left top;
}

#page-bgbtm {
	background: url(images/bottom.gif) no-repeat left bottom;
}


/* slideshow */

#slideshow {
	width: 580px;
	height: 300px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF
}

.viewer {
	height:300px;
	overflow:hidden;
	position:relative;
	width:500px;
	float:left;
}

.viewer .items{
	clear:both;
	position:absolute;
	width:20000em;
}

a.browse {
	background:url(images/arrow.jpg) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:30px;
	margin:135px 10px;
	width:30px;
}
a.right {
	background-position:0 -30px;
	clear:right;
	margin-right:0;
}
a.right:hover {
	background-position:-30px -30px;
}
a.right:active {
	background-position:-60px -30px;
}
a.left {
	margin-left:0;
}
a.left:hover {
	background-position:-30px 0;
}
a.left:active {
	background-position:-60px 0;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 700px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 35px;
	margin: 0px 10px;
	padding: 11px 0px 4px 10px;
	text-transform: capitalize;
	font-weight: bold;
}

.title a {
	border-bottom: none;
	color: #000000;
}

.title a:hover {
}

.byline {
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Blog Content */

#blogcontent {
	float: left;
	width: 475px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.blogpost {
	padding-bottom: 15px;
	line-height: 125%;
}

.blogpost h1 {
	font-weight: normal;
}

.blogtitle {
	height: 25px;
	margin: 0px 10px;
	padding: 11px 0px 4px 10px;
	text-transform: capitalize;
	font-weight: normal;
}

.blogtitle a {
	border-bottom: none;
	color: #000000;
}

.blogtitle a:hover {
}

.blogbyline {
	margin: 0px 20px 20px 20px;
}

.blogbyline a {
	color: #8c0052;
	text-decoration:underline;
}

.blogtag {
	padding: 0 15px;
}

.blogentry {
	padding: 0 20px;
}

.bloglinks {
	padding: 4px 0px;
	text-align: right;
	color: #8c0052;
	font-weight: bold;
}

.bloglinks a {
	border: none;
	color: #8c0052;
}

.bloglinks a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar2 {
	float: right;
}

#sidebar1 ul {
	padding-bottom: 20px;
}

#sidebar1 li {
	background: url(images/img11.gif) no-repeat left bottom;
}

#sidebar1 li ul {
	background: url(images/img10.gif) repeat-y left top;
}

#sidebar1 li li {
	background: url(images/img08.png) no-repeat 0 13px;
}

#sidebar1 li h2 {
	height: 25px;
	padding-top: 15px;
	background: url(images/img09.gif) no-repeat left top;
	color: #ffffff;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 10px 0 0 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 10px 0 15px;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px #000000 dotted;
	background: url(images/img08.gif) no-repeat 0 13px;
	text-align: left;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 8px 10px 0px 15px;
	background: url(images/img17.gif) no-repeat left top;
	font-size: 12px;
	color: #ffffff;
}

.sidebar a {
	color:#000000;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #949494;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	padding-left: 20px;
	background: url(images/footer.gif) repeat-y left top;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 12px;
}

#footer a {
	color:#036854;
	text-decoration:underline;
	font-weight:bold;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
	color:#036854;
}
