/** PAGE STRUCTURE **/
/*

    +-.----------------------------+ <-- body
    |     +---------wrap-----+     |
    |<--->|+----------------+|<--->| 
    |     ||   top-area     ||     |
    |     |+----------------+|     |
    |     |+-page-container-+|     |
    |     ||+--------------+||     |
    |     |||    content   |||     |
    |     ||+--------------+||     |
    |     |+----------------+|     |
    |     +------------------+     |
    +------------------------------+
*/

body {
	margin: 0px;
	padding: 0px;				
}

/** LINKS **/

a {
	text-decoration: none;
	color: #0189C7;
}

.post a, #sidebar a, .category a, #footer a, #comments a, .widget a {
	border-bottom: 1px solid #0189C7;
}

#comments .comment-date a {
	border-bottom: 0px;
}

.post a img, #sidebar a img, .category a img {
	border: 0px;
}

/** IMAGES **/

img {
	border: 0px;
}

img.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
}

/** MAIN LAYOUT (Page / Sidebar) **/


#wrap {
	margin: auto;
}

#wrap {
	width: 980px;
}

#top-area {
	margin: 10px auto 0px auto;
}

#page-container {
	width: 100%;
	overflow: auto;	
	margin: 0px;
}

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
    overflow: auto;
}


.two-columns {
	width: 100%;
	position: relative;
	overflow: auto;
}

.two-columns .left-column {
	width: 645px;
	float: left;
}

.two-columns .center-column {
	margin: 0px 0px 0px 745px;
	padding: 0px;
	width: 235px;
}

.left-sidebar {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
} 

.left-sidebar h3 {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	text-transform: uppercase;
	color: #666;
	font-size: 10pt;
	display: none;
}

.left-sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.left-sidebar ul li {
	list-style: none;
}

.left-sidebar ul li a {
	display: block;
	width: 90px;
	margin: 3px 0px 4px 0px;
	padding: 1px 8px 1px 3px;
	font-size: 8pt;
	font-family: Arial;
	text-align: right;
	text-transform: uppercase;
	color: #888;
}

.left-sidebar ul li.current-cat a {
	background-color: #666;
	color: #FFF;
}


.left-sidebar ul li a:hover {
	color: #EB5B13;
}

/** CONTENT **/

.post, .category {
	padding: 0px;
	margin: 0px;
}

.post .header, .category .header {
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}

.post .header h1, .category .header h1 {
	margin-top: 0px;
}

.post .content, .category .content {
	padding: 0px 20px 0px 20px;	
}

/*.post .content p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}*/

/** Images in posts **/

.post img, #author-message img {
	border: 5px solid #E5DDD1;
}

.commentlist img {
	border: 3px solid #E5DDD1;
}

.author {
	display: block;
}

.more-link {
	margin-top: 20px;
	clear: both;
}

.post-title {
	margin-bottom: 2px;
}

.post .avatar {
	vertical-align: middle;
	border: 2px solid;
	margin: 0px 5px 0px 0px;
}

.post-date {
	display: block;
	margin-top: 5px;
}

.post-navigation {
	overflow: auto;
}

.next-posts {
	float: left;
	padding: 10px;
}

.previous-posts {
	float: right;
	padding: 10px;
	text-align: right;
}

/** COMMENTS **/

#comments, #post-comment {
/*	width: 550px;*/
	padding: 20px;
}

#comments h3, #post-comment h3 {
	margin-top: 0px;
}

#comment {
	/*width: 540px;*/
}

.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}

.gravatar {
	float: left;
	width: 90px;
}

.comment-content {
	margin: 0px 5px 0px 100px;
/*	width: 100%;*/
}

#post-comment textarea {
	width: 100%;
}

.comment-author {
	font-weight: bold;
}

.subscribe-to-comments {
	padding: 0px;
	padding-top: 10px;
}

#comments .commentlist li.authcomment {
	margin: 0px 0px 20px -20px;
	width: 550px;
	padding: 20px 20px 0px 20px;
}

/** CATEGORIES **/

.category .post {
	overflow: auto;
	margin: 15px 0px 15px 0px;
}

.category .post h1 {
	margin-top: 0px;
}

.category-description {
	margin: 0px;
}

#content .category-description p {
	margin: 5px 0px 0px 0px;
	padding: 0px;	
}


/** HEADER: TITLE BAR **/

#title { 
	width: 100%;
}

#title #standard-header {
	display: block;
	padding: 5px 0px 5px 20px;
	overflow: auto;
	position: relative;
}

#title #standard-header img {
	float: left;
	width: 100px;
}

	#title #standard-header #header-text {
		margin: 21px 0px 0px 0px;
	}

#title h1, #title h2 {
	margin: 0px;
}

/** HEADER IMAGE **/

#header-image {
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#header-image img {
	margin: auto;
}

/** TOP MENU **/

#top-menu, #top-menu-2, ul.footer-navi {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: transparent;
}

#top-menu ul, #top-menu-2 ul, ul.footer-navi {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-menu ul li, #top-menu-2 ul li, ul.footer-navi li {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	list-style: none;
	float: left;
}

#top-menu ul li ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#top-menu ul li ul li {
	float: none;
}

#top-menu ul li:hover ul,
#top-menu ul li.hover ul
{
	/* recommended styles */
	display: block;	
	z-index: 10;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
}

#top-menu a, #top-menu-2 a, ul.footer-navi li a {
	text-decoration: none;
	display: block;
	color: #818F21;
	background-color: #C4D94E;
	padding: 6px 10px 6px 10px; 
}

#top-menu a:hover, #top-menu-2 a:hover, ul.footer-navi li a:hover {
	background-color: #fff;
	color: #333;
}

	#top-menu-contents, #top-menu-2-contents, .footer-navi {
		float: left;
	}


#top-menu .page_item:hover a, #top-menu-2 .page_item:hover a {	
	color: #333;
}


#top-menu-contents .current_page_item a, #top-menu-2-contents .current_page_item a {
	background-color: #FFF;
	color: #333;
}

/** TABS / BUTTONS in menus **/

	#top-menu-contents {
		padding: 7px 20px 5px 20px;
	}

	#top-menu-2-contents {
		padding: 7px 20px 5px 20px;
	}



/** FOOTER **/
	
#footer {
	margin: 20px;
	font: 9pt Verdana, Arial;
	font-size: 10pt;
    overflow: auto;
}

#footer-content {
	margin-top: 10px;
}

#copyright {
	font-family: Garamond, "Times New Roman";
	font-size: 12pt;
	letter-spacing: +3px;
	padding: 3px 6px 3px 6px;
}

/** BREADCRUMB NAVIGATION **/

.breadcrumb {
	padding: 7px 5px 0px 5px;
	font: 9pt Verdana, Arial;
}

.breadcrumb a {
	border-bottom: 1px solid #0189C7;
}

/** SEARCH FORM **/

.searchform {
	float: right;
}

.searchform #s {
	border: 0px;	
	background-color: #C4D94E;	
	padding: 5px;
}

.searchform #searchsubmit {
	display: none;	
}

/** LANGUAGE CHOOSER (list of flags & language names) **/

#top-area-extras {
	overflow: auto;
	width: 100%;
}

#top-area ul.qtrans_language_chooser {
	list-style: none;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	float: left;
}

#top-area ul.qtrans_language_chooser li {
	list-style: none;
	float: left;
	margin: 0px 3px 0px 0px;
	border: 2px solid #fff;
}

/** EXTRA **/

.hidden {
	display: none;
}

#widget-front-page-top {
	background: url() repeat-x;
	padding: 0px 20px 0px 20px;
}

#widget-front-page-top p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
/** BACKGROUND **/

body {
	background: #eeefea  repeat;
}

#page-container {
	background: #eeefea  repeat-x;
}

a {
	color: #0189C7;
}

a:hover {
	color: #EB5B13;
}

/* dropdown nav items */
#top-menu .navtop li ul, #top-menu .navtop li:hover ul, #top-menu .navtop li:hover ul.redraw
{
	background-color: ;
}

h1, h2, h3, h4, h5, h6 {
	color: #333}

/** BASIC COLORS THAT DON'T CHANGE **/


#copyright {
	color: #fff;  
	background-color: #3c3c3c;
}

#powered-by {
	color: #888;
}

#powered-by a {
	color: #888;
}

.sidebar-box {
	/*padding: 5px;*/
	background-color: #eeefea;
	/*margin: 10px;*/
}
/*******************************************************\
 * You can change this file to make different nav layouts
 * using the markers below.
 *
 * Markers:
 *
 *
 * Right align the top nav
 * -------------------------
 * m1 - change to [float: right;]
 *
\*******************************************************/

/* top nav items */
#top-menu .navtop
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu .navtop li
{
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
#top-menu .navtop li a
{
}

#top-menu .navtop li a:hover
{
}

/* dropdown nav items */
#top-menu .navtop li ul
{
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;

	/* add custom styles here */
	margin-left: -10px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 18px;	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	/*border-bottom: 1px solid ;*/
}

#top-menu .navtop li:hover ul,
#top-menu .navtop li.hover ul
{
	/* recommended styles */
	display: block;
	z-index: 10;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px solid ;
	padding-bottom: 5px;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#top-menu .navtop li:hover ul.redraw,
#top-menu .navtop li.hover ul.redraw
{
	/* recommended styles */
	border-bottom: 1px solid ;
	margin-bottom: 0;
	margin-top: 0;
}

#top-menu .navtop li ul li
{
	/* recommended styles */
	float: none;
	position: relative;

	/* add custom styles here */
	margin-bottom: 0;
	margin-top: 0;
	/*_width: 120px;*/
	padding: 7px 5px 0px 10px;
}

#top-menu .navtop li ul li a
{
	border-right: none;
	/*min-width: 120px;*/
	/*_width: 200px;*/
	margin-bottom: 0;
	margin-top: 0;
}


/* sub nav styles */
.navsub
{
	list-style: none;
	margin: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

body {
	font: 12pt/18pt Georgia;
}

/** HEADINGS **/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: +0px;
	line-height: 100%;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
}

/* Some weird margins... TODO: sort these out */
h1 {
	margin-bottom: 2px;
}

h2 {
	margin-top: 20px;
}

h3 {
	margin-top: 30px;
}

.post h1 a, .post h2 a, .post h3 a, .post h4 a,
.category h1 a, .category h2 a, .category h3 a, .category h4 a  {
	text-decoration: none;
	border: 0px;
}

/** CONTENT **/

#content p {
	text-align: justify;
}

#content ol li, #content ul li, #content ol li p, #content ul li p  {
	text-align: left;
}

.post ol li, .post ul li {
	margin-bottom: 10px;
	line-height: 150%;
}

.meta {
	font: 9pt Verdana, Arial;
}

.meta small, .meta small a {
	font-size: 8pt;
	font-style: italic;
}

#content .intro {
	line-height: 150%;
	font-size: 14pt;
	font-style: italic;
	text-align: left;
}

#content .post blockquote {
	border-left: 5px solid #eeefea;
	font-style: italic;
	padding: 0px 10px 0px 25px;
	margin: 10px 0px 10px 5px;
}


#title h1 {
	font-size: 30pt;
	text-transform: uppercase;
}

#title h2 {
	font-size: ;
	margin-top: 0px;
}

.comment-content p {
	text-align: justify;
}

em.highlight {
	padding: 3px;	
	background-color: #FFEB9D;
	line-height: 200%;
}#content {
	border-top: 2px solid #EB5B13;
}

#sidebar {
	color: #888;
	padding: 7px 0px 0px 0px;
}

#sidebar h2 {
	color: #555;
	font-size: 9pt;
	text-transform: uppercase;	
	margin: 0px 0px 0px 5px;
}

#sidebar ul {
	margin: 0px 0px 25px 3px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	margin: 7px 0px 7px 3px;
}

ul li {
	line-height: 110%;
}

#sidebar ul li.recentcomments {
	color: #a4b92E;
	/*font-style: italic;
	font-size: 8pt;*/
}
/*
#sidebar ul li.recentcomments a {
	font-style: normal;
} */

#sidebar ul li a {
	display: block;
	border: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	color: #888;
	text-transform: uppercase;
}

#sidebar ul li a:hover {
	color: #EB5B13;
}

.left-column {
	background-color: #fefffa;
}

.post {
	border-bottom: 2px solid #eeefea;
}

.breadcrumb {
	display: none;
}

.category .header {
	background-color: #EB5B13;
	margin: 0px;
	padding: 5px;
}

.category .header h1 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10pt;
}

.category-description {
	font-family: Arial;
	font-size: 9pt;
	color: #eeefea;
}

.post-navigation {
	background-color: #C4D94E;
}

.post-navigation a {
	color: #FFF;
}

.post .header img {
	border: 2px solid #EB5B13;
}
