/*
Theme Name: WordPress Vandor
*/

.fL { float: left; }
.fR { float: right; }
.cB { clear: both; }
.tL { text-align: left; }
.tC { text-align: center; }
.tR { text-align: right; }

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #E54C01 url('images/background_top.png') top repeat-x;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #e54c01;
	text-decoration: none;
}

a:hover {
	color: #f39215;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
#frame {
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
	background: url('images/01.png') top center no-repeat;
	width: 1225px;
}

#leftside {
	float: left;
	width: 90px;
	height: 526px;
	background: url('images/left_side.png') top right no-repeat;
}

#rightside {
	float: right;
	width: 199px;
	height: 526px;
	background: url('images/right_side02.png') top left no-repeat;
}

#outer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 899px;
}

#page {
	margin: 0px;
	padding: 0px 0px 1px 0px;
	width: 899px;
	background-color: white;
}

#footer_bg {
	background: #9f1b1b url('images/background_bottom.png') top repeat-x;
}

#footer_frame {
    margin: 0 auto;
    padding: 0 0 0 90px;
    width: 1135px;
}

#footer_container {
    padding: 0 0 1px;
    width: 899px;
	background-color: white;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top: 1px solid #9D9B9B;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 899px;
	float: left;
}

#menu {
    background: url("images/menu_bg.png") no-repeat scroll left top transparent;
    font-size: 11pt;
    height: 32px;
    padding: 0 10px 4px 210px;
    width: 679px;
}
#menu a, #menu a:active, #menu a:visited {
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding: 5px 4px;
    text-transform: uppercase;
}
#menu a:hover {
	color: #f39215;
	background-color: white;
	text-decoration: none;
}

#tabs {
	background: url("images/right_side01.png") no-repeat scroll left 310px transparent;
    float: right;
    height: 526px;
    width: 37px;
}
#tabs div {
	position: relative;
}
#tabs div a {
    -webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
    color: #5B1E1D;
    display: block;
    font-size: 14px;
    height: 140px;
    position: absolute;
    right: 62px;
    text-transform: uppercase;
    top: -15px;
    width: 35px;
}
#tabs div#tab2 a {
	top: -15px;
}
#tabs div a:hover {
	font-weight: bold;
	text-decoration: none;
}

#tab1 {
	width: 37px;
	height: 156px;
	background: url('images/side_menu01.png');
}

#tab2 {
	width: 37px;
	height: 155px;
	background: url('images/side_menu02.png');
}

#content {
	/* width: 551px; */
	/* height: 352px; */
    background-color: white;
    border-left: 1px solid #6E3838;
    border-right: 1px solid #6E3838;
    float: left;
    margin: 0 4px;
    min-height: 350px;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    width: 868px;
}

#footer {
	padding: 5px 0px;
	margin: 0 auto;
	width: 888px;
	height: 106px;
	clear: both;
	margin: 0px 5px 3px 4px;
	border-left: 1px solid #6e3838;
	border-right: 1px solid #6e3838;
	border-bottom: 1px solid #6e3838;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
}

#footer div {
	margin: 0;
	padding: 0px 5px;
	height: 100%;
	width: 285px;
	font-size: 11px;
	text-align: justify;
}

#footer div.middle {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

#footer div div {
	width: auto;
}

#footer div.logos {
    height: 25px;
    position: relative;
    text-align: center;
}
#footer ul {
	margin: 5px 0;
	overflow: hidden;
}
#footer ul li {
	white-space: nowrap;
}

/* End Structure */

/* Begin Sidebar */
#sidebar
{
	display: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #6e3838;
	border-bottom: 1px solid #9d9b9b;
	width: 317px;
	height: 372px;
	float: right;
	background-color:white;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/*	Begin Headers */

h1 {
    color: #5E1E1D;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

h2 {
	margin: 40px 0 0;
	font-size: 18px;
	color: #5e1e1d;
	padding: 0;
}

h2.pagetitle {
	text-align: center;
}

h3 {
	margin: 0px;
	font-size: 12px;
	color: #5e1e1d;
	padding: 0px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	background-color: #FAC175;
	padding: 5px 20px 30px 10px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	    background-color: #FAC175;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color: #FAC175;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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 #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

p.editlink {
	font-size: 10px;
}

#credits {
	background-color: transparent !important;
	margin: 0px;
    width: 899px;
}

.sub_pages_links {
	text-align: center;
	display: block;
	padding: 0px 50px 0px 50px;
}
.sub_pages_links ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.sub_pages_links ul li {
	font-weight: bold;
	list-style: none;
	margin: 0px 0px 10px 20px;
	float: left;
}
.back_link {
	margin-bottom: 20px;
	font-weight: bold;
}
