/*
Theme Name: AAAStudio
Theme URI:
Description: Custom template coded for AAAStudio
Version: 1.0
Author:
Author URI:
*/

html {
	margin: 0;
	background: center top repeat-y url(images/bckhtml.png);
}
body {
	margin: 0;
	background: center top no-repeat url(images/bckbody.png);
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
	color: #fff;
}
#container:after, #content .entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 770px;
}
#header {
	position: relative;
	margin: 0 0 20px 0; padding: 30px 0 0 0;
	height: 120px;
}
#header .logo {
	display: block;
	margin: 0 0 0 175px;
	width: 150px; height: 100px;
	background: no-repeat url(images/bckheaderh1.png);
	font-size: 0; text-indent: -99999em;
}
#header ul {
	position: absolute;
	top: 55px; right: 0;
	margin: 0; padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 18px;
}
#header .first {
	text-transform: lowercase;
}
#header .second {
	font-weight: bold;
	color: #000;
}
#container {
	width: 100%;
}
#menu {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 160px;
}
#menu li {
	margin: 0 0 3px 0; padding: 5px 5px 5px 0;
	text-align: right;
	background: repeat-y url(images/bckmenuli.png);
	font-size: 16px;
	text-transform: lowercase;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #fea024;
}
#content {
	float: right;
	width: 590px;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content .title {
	margin: 0 0 15px 0;
	font-size: 18px;
}
#content .entry {
	width: 100%;
	text-align: justify;
}
#footer {
	margin: 70px 0 0 180px; padding: 0 0 30px 0;
	font-size: 10px;
	color: #000;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer .credits {
	float: right;
}

/* A few generic styles used across the site */

a {
	color: #fff;
}
a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif; font-size: 12px;
	color: #000;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #000 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #000 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}