/*
Theme Name: Orange
Theme URI: http://themey.com/orange-wordpress-theme/
Description: Orange and bubbly. Widget enabled. This theme is supported by <a href="http://www.avivadirectory.com/">Aviva Web Directory</a>. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>. Attribution links must stay.</p><p>Looking for a custom theme? Contact <a href="http://themey.com">Themey</a> with your ideas for a quotation.</p>
Version: 1.0
Author: Themey
Author URI: http://themey.com/
*/


/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
	}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #B8BABC url('images/bodybg.jpg') repeat-x;
	color: #3C3C3C;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #969899;
	text-align: left;
	}

#header {
	background: #fff url('images/headerbg.jpg') no-repeat top center;
	border:none;
	}

#headerimg 	{
	padding:0;
	margin: 0; 
	height: 149px; 
	width: 904px; 
	} 

#content {
	font-size: 1.4em;
	}


.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn td a {
	color:#074688;
	}
	
.narrowcolumn center a{
	color:#074688;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	color:#3C3C3C;
	margin:0;
	padding:2px 0 2px 10px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FF8B39;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FF8B39;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color:#3c3c3c;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#3c3c3c;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.08em Arial, Helvetica, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #3c3c3c;
	background: url('images/bullet.jpg') no-repeat;
	}
	
.children {
	list-style:none;
	}

small, .nocomments, blockquote, strike {
	color:#3c3c3c;
	}	

small .commentmetadata {
	color:#3c3c3c;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
h2 a:hover, h3 a:hover {
	color: #FF8B39;
	text-decoration: none;
	}

a {
	color:#3c3c3c;
	text-decoration:none;
	}

a:hover {
	color:#3c3c3c;
	text-decoration: underline;
	}
	
#sidebar a {
	color: #3c3c3c;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #3c3c3c;
	text-decoration: underline;
	}

#sidebar p {
	color: #3c3c3c;
	padding:0 6px 0 10px;
	text-align:left;
	}

div .textwidget {
	padding: 5px 13px 5px 13px;
	color:#3c3c3c;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background: white;
	margin: 0px auto;
	padding: 0;
	width: 840px;
	border: 1px solid #969899;
	}

#header {
	background-color: #fff;
	margin: 0 auto; 
	padding: 0; 
	height: 149px; 
	width: 904px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	height: 149px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 5px;
	margin: 0px;
	width: 625px;
	}
	
.entry a {
	color:#074688;
	text-decoration:none;
	}
	
.entry a:hover {
	color:#074688;
	text-decoration:underline;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.ball {
	float:right;
	margin:-28px 5px 0 0;
	}
	
.postmetadata{
	background:#FFECA7;
	font:bold 1.1em Arial, Helvetica, Sans-serif;
	color:#3c3c3c;
	padding:2px 0 2px 3px;
	margin:0 0 10px 0;
	text-align: left;
	}

.postmetadata a {
	color:#3c3c3c;
	}
	
.postmetacomment {
	position:absolute;
	margin:-16px 0 0 460px;
	}

#footer {
	padding: 0;
	margin: 0 0 0 -1px;
	width: 840px;
	height: 47px;
	clear: both;
	background: #B8BABC;
	border:1px solid #B8BABC;
	}

#footer p {
	font:1.1em Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 2px 0 0 7px;
	text-align: left;
	color:#545656;
	}
	
#footer a {
	color:#545656;
	}
	
#footerbg  {
	background:url('images/footerbg.jpg')no-repeat bottom left;
	width:840px;
	height:390px;
	vertical-align:bottom;
	}
	
.footerrss {
	margin-left:375px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 20px 0 8px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */

/* Top Menu Structure */
* html #line ,* html #topmenu ,* html #downmenu {
	margin-left:2px
	}
	
* html .menu1, * html .menu2 {
	margin:0 0 0 -5px;
	}

#line {
	margin:1px;
	width:838px;
	height:4px;
	background:#E4D086;
	}
	
#topmenu {
	margin:1px;
	width:838px;
	height:45px;
	background:#FFECA7;
	}

.menu1 {
	float:left;
	margin:0px 0 0 5px;
	padding:0;
	list-style:none;
	display:inline;
	}

.menu1 li {
	float:left;
	height:28px;
	padding-top:2px;
	margin-left:10px;
	text-align:center;
	}
	
.menu1 a{
	font:bold 1em Arial, Helvetica, Sans-Serif;
	color:#FF8431;
	text-align:center;
	}
	
.menu1 a:hover{
	text-decoration:none;
	}

.big {
	color:#3C3C3C;
	font-size:2em;
	}

#downmenu {
	margin:1px;
	width:838px;
	height:31px;
	background:#FF8B39;
	}
	
.menu2 {
	float:left;
	margin:0px 0 0 5px;
	padding:0;
	list-style:none;
	width:600px;
	display:inline;
	}

.menu2 li {
	float:left;
	height:26px;
	padding-top:4px;
	margin-left:10px;
	text-align:center;
	}
	
.menu2 a {
	font:bold 1.3em Arial, Helvetica, Sans-Serif;
	color:#FFECA7;
	text-decoration:none;
	}

/* End menu */

/* 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;
	margin:0 10px 0 0;
	}

.alignleft {
	float: left;
	margin:0 0 0 10px;
	}
/* 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 {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	padding-left:15px;
	}
/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	left:0;
	margin: 2px 0 0 580px;
	padding:3px 0 0 0px; 
	text-align: center;
	position:absolute;
	}

.widget_search #searchform {
	float:none;
	position:relative;
	padding:0;
	margin:0 0 0 10px;
	width:142px;
	}

.widget_search #searchform #s {
	width:142px;
	height:16px;
	}
	
#downmenu #searchform #s {
	width: 185px;
	height:18px;
	padding: 0;
	border:1px solid #3C3C3C;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	}

#downmenu #searchsubmit {
	margin: 0 0 0 2px;
	padding: 0;
	position:absolute;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
	}
	
.ball2 {
	float:right;
	margin:-38px 5px 0 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{	
	padding: 15px 0 10px 7px;
	margin-left: 665px;
	width: 160px;
	}

* html  #sidebar {
	padding: 15px 0 10px 5px;
	}
	
#sidebar form {
	margin: 0;
	padding:0;
	}
/* End Sidebar */



/* 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 {
	padding:0;
	margin:0;
	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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.pagebar
{
   padding: 0.2em 0.5em;
   margin-right: 0.1em;
   border: 1px solid #fff;
   background: #fff;
   text-decoration: none;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar a:visited
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar .break
{
   padding: 2px 6px;
   border: none;
   background: #fff;
   text-decoration: none;
}

.pagebar .this-page
{
   border: 1px solid #2E6AB1;
   padding: 0.2em 0.5em;
   font-weight: bold;
   background: #2E6AB1;
   color: #fff;
}

.pagebar a:hover
{
   border-color: #2E6AB1;
} 
/* End Various Tags & Classes*/

#content_start {position: absolute;left: -10000px;};
