/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

html {
	background: url('/images/thirdbg.png') repeat-x top;
	height: 100%; 
	margin-bottom: 1px;
	background-color: black;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #ccc;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 960px;

	margin: 0 auto ;
}

#header {
	overflow: hidden;
	width: 960px;
	height: 170px;
	margin: 0;
	background:  url('/images/biglogo2.png') no-repeat top left;
	
}

#nav {
	float:right;
	padding-right:80px;
	padding-top: 135px;
}

#nav img{
	margin-left: 4.5px;
}

#nav-bottom {

	padding-top: 5px;
}

#nav-bottom img{
	margin-left: 4.5px;
}

#photo_line{
margin-top:20px;
margin-left: 80px;
margin-right:80px;
margin-bottom: 20px;
}

#photo_line img{
	margin-left: 10px;
	margin-right: 10px;
	border: 0px solid black;
}

.video-segment
{
	padding: 10px 0 00px 0;
	
}

#bodyfill{
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 35px;
	margin-bottom: 40px;
	border: 0px;
	float: left;

	
}

.bodyfilltext {
	line-height: 18px;
	padding: 0px 00px 50px 0px;
	margin-right: 00px;
	text-align: justify;
	
}

.bodytext {
	margin: 20px 10px 0px 10px;


}

.bodytext h2 {
	padding: 0px 0px 00px 0px;
	font-size: 32px;
	font-family: Helvetica, arial, sans-serif;
}

.bodytext h3 {
	padding: 0px 0px 40px 0px;
	font-size: 16px;
	font-family: Helvetica, arial, sans-serif;
	color: #CC9955;
	font-style: italic;
}

.bodytext h4 {
	padding: 30px 0px 20px 0px;
	font-size: 22px;
	font-family: Helvetica, arial, sans-serif;
}

.bodytext h5 {
	padding: 30px 0px 20px 0px;
	font-size: 18px;
	font-family: Helvetica, arial, sans-serif;
}

.bodytext h6 {
	padding: 00px 0px 03px 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, arial, sans-serif;
	color: #CC9955;;
}

.video-horiz {
	border-top: 1px solid #432;
	margin-top: 0px;
	padding-top: 05px;
	padding-bottom: 10px;
}
.video-horiz img {
	padding: 4px;
}

.example_video {

font-size: 11px !important;
line-height: 13px !important;
width: 156px;
border: 0px solid white;
}

.example_video a {
color: #CC9955;

}

.example_video a:visited {
color: #CC9955;
}

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

.example_video img {
	
	padding-bottom: 10px;
}

.bodytext td {
	padding-bottom: 20px;
}

.bodytext input {
	border:  1px solid #555;
	height: 16px;
	width:  300px;
	font-family: Helvetica, arial, sans-serif;
	background:  #333;
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	line-height: 16px;
	font-style: italic;
	padding-top: 4px;
}

.bodytext textarea {
	border:  1px solid #555;
	background:  #333;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: normal;
	font-size: 14px;
		font-family: Helvetica, arial, sans-serif;
	color: #999;
	line-height: 14px;
	font-style: italic;
}

#leftside{
	width: 300px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

#img_grid{
	margin-bottom: 20px;
}

#img_grid img{
	padding-left: 1px;
	padding-top: 1px;
	border: 0px;
	margin: 0;
}

#img_grid p{
	padding-top: 10px;
	text-align: justify;
	line-height: 16px;
}

ul#banner
{
width: 960px !important;
height: 339px !important;
border: 0px !important;
}



#body_buttons{
	margin-top: 15px;
	margin-bottom: 20px;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
	
}

#content {
	float: right;
	width: 460px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 10px;
}

#content p{
	text-align: justify;
	line-height: 16px;
	
}

.post {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 780px;
	text-align: center;
	
}

.post-title {
	font-size: 17px !important;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 4px;
	color: #276284;
		font-style: italic !important;
}


.post-date {
	float:  right;
	color: #bbb;
	border: 1px solid #eee !important;
	padding: 5px 8px 5px 8px !important;
	background:  #eee;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
margin-left: 40px !important;
margin-right:  40px !important;
	margin-top: 15px;
	font-size: 12px !important;
	width: 700px;	
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 100%;
	height:130px;
	background: url('/images/footer_background.png')repeat-x;
}

#footer_content
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding-top: 00px;
	padding-left: 00px;
	font-size: 10px;
	color: #888;
	text-align: right;
	
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.bubbleInfo {
    position: relative;
    z-index: 11;
}

.popup {
z-index: 10;
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background: url('/images/popupbg.png') no-repeat;
    width: 320px;
    height: 325px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    border: 0px solid white;
    color: white;
}

div.panes div {
	display:none;		
	padding:80px 00px 10px 0px;
	border:0px solid black;
	font-size:14px;

	
}

div.panes div div {
	display:block;		
padding: 0px;
padding-left: 00px;
line-height: 17px;
font-size: 13px;	
text-align: justify;
	
}

ul.tabs {
	padding-top: 14px;
	
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

.testimonials p{
display: block;
padding-bottom:0px;
padding-left: 0px !important;
}

.quote {
	font-style: italic;
	font-family: times, times new roman, serif;
	color: #555;
	font-size: 18px !important;
	line-height: 26px !important;
	padding-top: 10px !important;
}

.attrib {
	font-weight: normal;
	font-family: helvetica, arial, sans;
	color: #777;
	font-size: 12px !important;
	text-align: right !important;
	border: 1px solid black;
	padding-right: 50px !important;
	padding-top: 15px !important;
	padding-bottom: 10px !important;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: right;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}	

div.embox {
background-color:#EEEEEE;
border:1px solid #CCCCCC;
clear:both;
padding:12px;
float: right !important;
}


.quick_info {
	border-left: 1px solid #222;
	width: 210px;
	margin: 10px 10px 0px 50px;
	padding: 20px 10px 20px 20px;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	color: #aaa;
	float: right;
}

.quick_info h2 {
	
	font-size: 24px;
	color:  #ddd;
	padding-bottom:15px;
	font-family: helvetica, arial, sans-serif;
}

.quick_info h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #ddd;
	padding-bottom:4px;
	padding-top: 25px;
}

.table_subject {
	font-weight: normal;
}



.gear-text {
	

	width: 260px;
	font-size: .85em;
	font-family: helvetica, arial, sans-serif;

	padding-bottom:10px;
	
	
}

.gear-text table {
	padding-left:20px;
	padding-bottom:10px;
}


.gear-text-middle {
	

	width: 260px;

	font-size: .85em;
	font-family: helvetica, arial, sans-serif;
	border-right: 1px solid #332211;
		border-left	: 1px solid #332211;
	padding-bottom:10px;
	
}

.gear-text-middle table {
	padding-left:20px;
	padding-bottom:10px;
}


.gear-text-right {
	

	width: 256px;
	padding-left: 00px;
	font-size: .85em;
	font-family: helvetica, arial, sans-serif;

	padding-bottom:10px;
	
}

.gear-text-right table {
	padding-left:20px;
	padding-bottom:10px;
}

.gear-strong {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}



.gear-table {
	margin-top:50px;
	padding-top: 00px;
	border: 1px solid #332211;
	margin-bottom:5px;
	background-color:#161616;
	font-size:1em !important;
}

.gear-table td{
	height: 15px;
	padding-bottom: 0px !important;
}

.gear-header {
	color: #cc9955;
	padding-left:10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom:1px solid #332211;
}

#disclaimer {
padding-top: 20px;
	text-align: left !important;
	font-size: 11px;
	color: #8b93ac;
}

.award_title {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color:#CC9955;
	padding-top: 10px;
	padding-bottom: 10px;

}

.awards_body {
	padding-left:20px;
	
}


.awards_table {
	font-weight: bold;
	
	border-top:0px;
	border-left:0px;
	border-right:1px solid #332211;
	border-bottom:1px solid #332211;

	width:778px;
}

.awards_table td {
	border-left:1px solid #332211;
	border-top:1px solid #332211 !important;
	padding-top:0px;
	font-size:12px !important;
	padding-left:10px;
} 