/*
Theme Name: Motion
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
    background: #fff url(images/body-bg.jpg) bottom right no-repeat fixed;
	font-size : 70%;
    font-family : "Trebuchet MS", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:10px;
	color:#888;
}
html { 
	height: 101%; 
	/*margin-bottom: 1px; */
}
.header {
	background: #000;
	cursor: pointer;
	text-align:left;
	float:left;
	padding:4px;
	width:660px;
	margin:0 0 0 3%;

}

#header-image { 
overflow: hidden;
margin:0 0 0 3%;

	}

#footer {

	width:660px;
	margin:0 0 0 3%;
	float:left;
	color:#ccc;
	color:#333;
	font-family : Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 0.9em;

}


#footer a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#bfccd8;
	text-decoration:none;
}

#header h1 a:hover {
	color:#777;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	
	padding:4px;
}
em {

font-family : Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;

letter-spacing:1px;
color:#777;
font-weight:bold;
font-style:italic;

}
.accordion_child {
font-family : "Trebuchet MS", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size : 0.9em;

}

.accordion_child a {
	color:#777;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}



blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}

h2 {
clear:both;
}
h3 {
font-family:Candara, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 1.7em;
text-align:left;
letter-spacing:1px;
color:#acbccb;
font-weight:bolder;
font-style:italic;
}
.accordion_child h2 {
	font-family:"Trebuchet MS", Candara, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 1.7em;
	text-align:center;
	letter-spacing:2px;
	margin:10px 0 20px;
	padding:10px 0;
	color:#acbccb;
	border-bottom:1px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
}

#header h1 {
text-align:center;
font-family: Candara, "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana,sans-serif;
font-size: 3.1em;
/*font-weight:bolder;*/
font-style:italic;
color:#acbccb;
margin-top:30px;
letter-spacing:1px;
}

#header h2 {
text-align:center;
font-family: Candara, "Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:2px;
color:#acbccb;
margin:10px 0 40px;
}


#accordian{
	padding:5px;

	width:660px;

	z-index:2;

	margin:0 0 0 3%;

	text-align:left;

	
	
}

.accordion_headings header_highlight{
	color:#336699;
	
	
}

.accordion_headings{
	padding:7px 10px;
	background:url(images/item_bg.png) top no-repeat;
	color:#888;
	margin-top:2px;
	cursor:pointer;
	font-family: Candara, "Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
    font-size:1.6em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(images/item_bg_hover.png) top no-repeat;
	color:#336699;
}

.accordion_child{
	padding:20px 30px;
	background:#fafafa /*url(images/scanline.png)*/;
	border:2px solid #f4f4f4;
	
}
/*
img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}
*/

img, a img{
	
	padding:3px;
	margin-right: 18px;
	
	background:#fff;	
	border:1px solid #eee;
}




p {
	margin:15px 0;
	font-family : "Trebuchet MS", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 1.2em;
	line-height:1.7em;
	color: #444;
	
}

.header_highlight{
	background:url(images/item_bg_hover.png) top no-repeat;
	color:#888;
}

.alignleft {float:left;}
.alignright {float:right;}

.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}

.imageframe.alignleft, .imageframe.imgalignleft{
float: left;
padding-right: 12px;
margin-right: 9px;

}
.imageframe.alignright, .imageframe.imgalignright{
float: right;
padding-left: 6px;
margin-left: 9px;

}

/* qTranslate CSS */
.qtrans_language_chooser {
	margin-left:3%;
	
	width: 645px;
}
.qtrans_language_chooser li {
	float:right;
	margin-right:5px;
}

.qtrans_flag {
	border:1px solid #b6b6b6;
}

.qtrans_widget_end {
	clear:both;
}

.clear {
	clear:both;

