body {
	text-align: center;
	color: #333;
	background: #399 url('../images/background.gif') repeat bottom;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

* {
	
}

div#header {
	background: #333 url('../images/header_background.gif') repeat-x bottom;
	width: 100%;
	border-bottom: 1px solid #333;
}

div#search {
	background: #000;
	width: 100%;
}

div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 10px 0 0;
}

div#search div.inner {
	padding: 10px 0;
}

div#header h1 {
	text-align: center;
	width: 100%;
	padding: 50px 0 20px;
	background: url('../images/logo.jpg') no-repeat center;
}

div#header h1 a {
	background: #fff;
	text-decoration: none;
}

ul#navigation {
	width: 100%;
	position: relative;
	text-align: center;
}

ul#navigation li {
	display: inline;
	padding: 25px;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	padding: 0 20px 3px;
}

ul#navigation li.active a {
	color: #BFDCFE;
}

ul#navigation li a:hover {
	color: #a9203e;
}

div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px;
	margin: auto;
	/*background: #fff url('../images/wrapper.gif') repeat-y right -60px 0px;*/ background: #fff url('../images/retro.gif') no-repeat right 0px;
	border-right: 2px solid #2a8080;
	border-left: 2px solid #2a8080;
}

div#content {
	width: 800px;
	float: left;
	padding: 0 30px 0 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

h2, h3, h4, h5, h6 {
	color: #333;
}

h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}

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

h2 a:hover {
	color: #aaa;
	text-decoration: underline;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 20px 0;
}

h4 {
	font-size: 16px;
}

div.post h3 {
	margin: 0 0 2px;
}

div.post-title {
	margin: 0 0 10px;
}

div.post-title h2 {
	margin: 0;
}

div.post-title h3 {
	color: #999;
	font-size: 14px;
}

div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}

p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 25px;
	padding-right: 200px;
}

p img {
	padding: 5px;
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

td p {
	padding-right: 100px;
}

img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}

img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}

img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}

.alignleft {
	float: left;
	border: 0;
}

.alignright {
	float: right;
	border: 0;
}

div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}

div.post-content ol {
	list-style: decimal;
}

a {
	color: #a9203e;
	text-decoration: none;
}

a:hover {
	color: #2a8080;
	text-decoration: underline;
}

blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}

blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}

cite {
	text-align: right;
	float: right;
	color: #aaa;
}

cite a {
	color: #aaa;
	text-decoration: none;
}

cite a:hover {
	color: #999;
	text-decoration: underline;
}

code {
	font-size: 130%;
	background: #fafafa;
}

code.block {
	display: block;
	padding: 10px;
}

div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}

div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}

div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}

div.post-meta span {
	display: block;
	padding: 10px 0;
}

div.post-meta a {
	text-decoration: none;
}

div.post-meta a:hover {
	text-decoration: underline;
}

ul.post-comments {
	margin: 26px 0;
}

ul.post-comments h3 {
	margin: 0 0 5px;
}

li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}

li.comment.alt {
	background: #fff;
}

cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}

cite.comment-author a {
	color: #333;
	text-decoration: none;
}

cite.comment-author a:hover {
	text-decoration: underline;
}

cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}

div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}

a abbr, a acronym {
	border: none;
}

div#footer {
	clear: both;
	background: #a9203e;
	padding: 25px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	text-align: center;
	border-right: 2px solid #622;
	border-left: 2px solid #622;
	border-bottom: 2px solid #622;
	border-top: 1px solid #b33b3b;
}

div#footer p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 20px;
	color: #fefefe;
	padding-right: 0px;
}

div#footer p#blog-name {
	font-size: 11px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

/* xLanguage Chooser */

#lang ul {
	text-align: right;
}

#lang ul li {
	display: inline;
	font-weight: bold;
}

#lang a {
	color: #a9203e;
}

#lang a:hover {
	color: #2a8080;
}

/* Stars */

.clear {
	clear: left;
}

.bigpink {
	font-size: 4em;
	padding: 0 25px;
}

a.biglinkpink {
	color: #a9203e;
	text-decoration: none;
}

a.biglinkpink:hover {
	
}

.bigaqua {
	font-size: 4em;
	padding: 0 25px;
}

a.biglinkaqua {
	color: #2a8080;
	text-decoration: none;
}

a.biglinkaqua:hover {
	
}

.bigsub {
	padding: 0 32px;
}

.biggrey {
	font-size: 4em;
	padding: 0 25px;
}

a.biglinkgrey {
	color: #555;
	text-decoration: none;
}

a.biglinkgrey:hover {
	
}

.frame {
	border: 2px solid #000;
}

.frame:hover {
	border: 2px solid #000;
}

/* Tables */

table.xxxy {
	margin-left: 22px;
}

table.xxxy th {
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}

table.xxxy td {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

table.xxxy td:hover {
	background-color: #eee;
}

table td {
	vertical-align: top;
}


/* Custom footer styles */
#footer p.phone {
	text-align: left;
	font-weight: normal;
	font-size: 2em;
	padding: 0;
	margin: 0;
}

#footer p.email {
	text-align: left;
	padding-top: 10px;
	margin: 0;
	font-size: 1.3em;
}

#footer p.email a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#footer p.email a:hover {
	color: #a9203e;
	background-color: white;
	text-decoration: underline;
}

#footer p.design {
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	line-height: 14px;
	color: silver;
	padding: 18px 0 0 0;
	margin: 0;
}

#footer p.design a {
	color: silver;
	font-weight: normal;
	text-decoration: none;
}

#footer p.design a:hover {
	color: white;
	text-decoration: underline;
}

#footer p.copyright {
	color: silver;
	float: right;
	text-align: center;
	font-weight: normal;
	clear: both;
}


/* Reformat Contact form */
label {
	text-align: left !important;
	margin: 0;
	padding: 0 !important;
}

input, textarea {
	clear: left;
}

div.submit {
	text-align: left!important;
	padding-left: 5px;
}


/* Remove breadcrumbs from Contact page */
#post-2 div.post-title div.breadcrumb {
	display: none;
}


/* Remove title from 4 main pages */
#post-7 div.post-title h2, #post-4 div.post-title h2, #post-2 div.post-title h2 {
	display: none;
}


/* Homepage picture & caption */
#attachment_459 {
	margin: 0 0 0 -50px;
	padding: 0 200px 0 0;
	float: right;
}

#attachment_459 p.wp-caption-text {
	clear: both;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}

