/*
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";

body {
  background-image:url(images/bg.jpg);
  background-repeat: repeat-x;
	background-color: #18191b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

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

a:hover {
  color: #d5f4ff;
	text-decoration: none;
}
#content a:link, #content a:active, #content a:visited, #content a:hover {
  font-weight: bold;
  text-decoration: underline;
}
strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: 10px 0;
}
input {
  border: 1px solid rgb(170, 170, 170);
  background-color: rgb(221, 221, 221);
}
select {
  border: 1px solid rgb(170, 170, 170);
  width: 200px;
  background-color: rgb(221, 221, 221);
}

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;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:42px;
  font-weight: bold;
}
#content li {
  list-style-type: disc;
}
.logo-container {
	position: absolute;
	margin-left: 20px;
	width: 350px;
	height: 162px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	text-align: center;

}
.logo {
	position:absolute;
	height:162px;
	width:350px;
	text-align:center;
	margin-left:20px;
	padding-top: 33px;
}
.share {
	padding-top:15px;
}

#description {
	font-size: 130%;
	color: #fff;
	margin: 5px 0 50px 30px;
}

#menu {
	margin: 0 auto;
	width: 980px;
	padding-top: 12px;
  padding-bottom:8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	height: 55px;
}

#menu a {
	color: #d6dde7;
	padding: 10px;
  display: block;
	margin-right: 10px;
  float:left;
}
#menu a:hover {
	background-color: #46586e;
	color: #FFF;
}
#menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
}
h1.post-title {
  display: none;
}
#content {
	background-color:#394755;
	padding: 20px;
	width: 920px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #fff;
}

.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: #fff;
	margin-top: 5px;
}

.post-meta a {
	color: #fff;
}

.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: #fff;
}

.post-comments a:hover {
	color: #fff;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
/*	border-bottom: 1px solid #fff;*/
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #fff;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #fff;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #fff;
	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 #fff;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #fff;
	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: #fff;
	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;
}
#transparent {
  opacity: 0.50;
  filter: alpha(opacity: 50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  width: 960px;
  height: 35px;
  margin: 0 auto;
  background:#000;
}
/* sidebar css*/
#sidebar {
	margin: 0 auto;
	width: 970px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
  color: #fff;
	padding-left: 10px;
  z-index: -1;
  height: 52px;
}
#sidebar h3 {
  display: none;
}
#sidebar ul {
  position: absolute;
	margin-top: 15px;
  margin-left: 20px;
  display: none;
}
#sidebar ul#qtranslate-3-chooser {
  display: block;
  visibility: visible;
}
#sidebar ul.qtrans_language_chooser {
  margin-left: 0px;
}
#sidebar ul li {
  display: inline;
  margin-right: 10px;
  float: left;
}
#sidebar ul#qtranslate-3-chooser li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d6dde7;
  text-decoration: none;
  padding: 5px;
}
#sidebar ul#qtranslate-3-chooser li a:hover {
  background: #fff;
  color: #003;
}

.sidepanel {
  z-index: -10;
}

.sidepanel h3 {
	text-transform: uppercase;
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}
.sidepanel ul span.counter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  color: #23A9E1;
  position: absolute;
  margin-top: -30px;
}
.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.lang {
	margin: 0 auto;
	width: 980px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 10px;
}
.lang a {
	color: #d6dde7;
	padding: 5px;
	margin-left: 5px;
}
.lang a:hover {
	background-color: #fff;
	color: #003;
}
/*end sidebar css*/
#footer {
	padding: 20px;
	width: 920px;
	margin: 0 auto;
	background-color: #0c0c0d;
	border-top: solid 1px #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #b6d2da;
  height: 15px;
}
#footer a {
  font-weight: normal;
	color: #0044ba;
	margin-left: 3px;
	margin-right: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}
.sponsors {
	margin: 0 auto;
  width: 960px;
  padding-top: 5px;
  text-align: right;
  margin-bottom: 25px;
}
.sponsors a img {
  margin: 15px;
}
.sep {
	color: #fff;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/* Easy Slider */
	#slider {
    overflow:hidden;
  }
	.slider-container {
		margin: 0 auto;
		width: 960px;
    overflow:hidden;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
    overflow:hidden;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		top: 330px;
		}														
	#prevBtn a{  
		margin-left: 790px;
		margin-top: -75px;
		position: absolute;
		padding: 25px;
		background:url(images/prev.png) no-repeat 0 0;
		}
	#nextBtn a, #slider1next a{ 
		background:url(images/next.png) no-repeat 0 0;
		padding:25px;
		position:absolute;
		margin-left: 850px;
		margin-top: -75px;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* BUTTON */

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:2em; 
	text-align: center; 
	background: transparent url(images/btn_blue_sprite.gif) no-repeat right -140px; 
}
	
button.submitBtn span {
	padding: 13px 0 0 15px; 
	height:37px; 
	background: transparent url(images/btn_blue_sprite.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}