/*
* Original Design: dark_contrast 1.0 sidebarless by Emin Özlem  http://www.tilqi.com/ & http://www.prosoftwarez.com/
Special thanks to b2developers for this lovely customizable software
*/

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */


/* -------------------[ Main Page Elements ]------------------- */

html { 
min-width: 1000px; 
}

/**{
	margin: 0;
	padding: 0;
}
*/

body{
	background: #161c25 url(img/bg4.png) top right no-repeat;
	color: #f5f5f5;
	line-height: 12px;
	font-size: 11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0;
}

/*
//////////////// Main layout
*/

#header{
	padding: 16px 0 15px 0;
	height: 160px;
}

#header .inner{
	width: 96%;
	height: 200px;
	background: url(img/bg_1.png) top left no-repeat;
	margin: 0px auto;
	padding: 10px 0 0 0;
}

#menu{
	margin: 10px 0 0 0;
}

#content{
width: 100%;
margin: 0 auto;
padding: 0 0 0 0;
}


#content .inner{
  margin: 0 auto;
	padding: 1px 0 0 0;
}


#footer{
font-family:tahoma,geneva,verdana,sans-serif;
background:#202122;
font-size: 0.7em;
color: #ccc;
width:100%;
line-height: 160%;
clear: both;
margin: 0px auto;
margin-top: 30px;
padding-top: 30px;
padding-bottom: 10px;
padding-left: 30px;
}

#footer a {
color: #eee;
}

#footer p {
margin: 0;
}

p.address {
float: auto;
}
/*******************************
/*
//////////////// #header styles
*/



/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7{
	font-family: Verdana, Geneva, Arial, Helvetica,sans-serif;
	margin: 0 0 0.2em 0;
}

h1{
	font-size: 1em;
}

h2{
	font-size: 1.2em;
}


h3{
	font-size: 1.3em;
}

#sidebarwrap h4 {
font-size: 20em;
}

a img{
	border: 0;
}

a:focus { outline: none; }


a.image-anchor{
	border: 0 !important;
}



h1.sectionhead, h2.sectionhead, h2#trackbacks, h3.feedback_section, h3.comment_form_title  {
color: #c0c9d7;
line-height:100%;
font-weight: bold;
font-size:10pt;
letter-spacing: 1px;
margin: 0;
padding: 10px 15px;
margin-top: 50px;
border-bottom: 1px solid #3e4c60;
}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
margin-bottom: 10px;
}

#sidebarwrap h4 {
font-size: 2.5em;
color: #eee;
padding-top: 100px;
float: right;
}
  
.widget_core_free_html {
width: 60%;
float: right;
clear: right;

}

/* -------------------[ Links ]------------------- */

a {
color: #eeeeee;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
color: #ffffff;
}

.post h2 {
color: #eeeeee;
background: #f98300;
border: 1px solid #fca039;
padding-left: 25px;
margin-right: 50%;
margin-bottom: 10px;
padding-bottom: 8px;
height: 10px;
text-align: left;
margin-top: 30px;
font-style: normal;
font-weight: bold;
line-height: 1.2em;
}
			
.post h1 a, .post h2 a, .post h2 a:hover, .featurepost h2 a, .featurepost h1 a {
			color: #eeeeee;
			text-decoration: none;
			border: 0px;
			padding: 0 !important;
}

.post h3 {
			font-family: Helvetica, sans-serif;
			font-style: normal;
			font-weight: bold;
		}

#footer a:hover, #footer a:active {
text-decoration:underline;
color:#fff;
}

/* -------------------[ Images ]------------------- */

img.alignright {
float: right;
clear: right;
margin: 0 0 5px 10px;
background: #464646;
padding: 2px;
border: 1px solid #bbb;
}

img.alignleft {
float: left;
clear: left;
margin: 0 10px 5px 0px;
background: #464646;
padding: 2px;
border: 1px solid #bbb;
}

img.centered {
display: block;
padding: 2px;
margin: 0 auto 5px auto;
border: 1px solid #bbb;
float: none;
clear: both;
}
#inner.logo {
float: left;
}
img.sideimg {
float: left;
clear: left;
margin: 20px 30px 5px 0px;
background: #161c25;
padding: 2px;
border: 1px solid #eee;
}

.imagetext {
font-size: 0.8em;
}
/* -------------------[ Form Elements ]------------------- */

form.bComment {
font-size:8pt;
background: #363e4b;
padding: 15px 15px 1px;
margin: 0;
border: 1px solid #5c636d;
}

#commentform label {
display:block;
margin: 0;
}

#commentform input {
width: 170px;
padding: 1px;
margin: 0px 5px 10px 0;
}

#commentform textarea {
width: 400px;
padding: 0;
margin: 0px 0px 10px 0;
}

#commentform #submit {
margin: 0 0 20px 0;
}

#commentform p {
margin: 5px 0;
}


/* -------------------[ Comments ]------------------- */

div.bComment,
div.moderation_msg,
div.feedback_feed_msg {
font-size:8pt;
display: block;
list-style: none;
padding: 15px 15px 0;
margin: 0;
border: none;
border-bottom:1px dashed #273140;
}

div.bCommentSmallPrint {
font-size: 100%;
margin-bottom: 15px;
}

#comment_preview {
background-color: #f2ecce;
}

/* -------------------[ Misc Tags and Classes ]------------------- */

#header .widget_core_coll_tagline {
color:#FAF7E8;
font-size: 12pt;
padding: 0 100px;
margin: 0;
text-align:center;
}

.post ul, .singlepost ul {
list-style-type: none;
}

.post ul li, .singlepost ul li {
list-style-type:circle;
padding: 0 0 2px 14px;
}

p {
margin-top: 0px;
margin-bottom: 4px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dotted #999;
}

* html acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
background-color: #242b33;
padding-left:5px;
color: #c1d8e4;
font-family: "Trebuchet MS", Verdana;
font-style:italic;
font-size: 130%;
font-weight:bold;
letter-spacing: 1px;
}

blockquote:hover {
background-color: #3d434a;
}

.center {
text-align: center;
}

a img, img a {
border: none;
}


table.prevnext_post {
display: none;
}

.navigation {
text-align: left;
margin:0;
padding: 10px 15px;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.entry {
padding: 0;
margin: 0;
}

.postinfo {
color: #999999;
font-family:tahoma,geneva,verdana,sans-serif;
font-size: 8pt;
background: url(img/comm2.gif) 0 3px no-repeat;
clear: both;
margin: 0 0 5px;
padding-left: 9px;
display: none;
}


.post{
padding: 0;
}

.featurepost {
margin: 0;
padding: 15px 15px 5px;
background:#F2ECCE;
border-bottom:1px solid #CCC9B8;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

hr {
display: block;
clear:both;
}

p.bMore a {
color: #5F828D;
text-decoration:none;
background: url(img/arrow_right.gif) 100% 70% no-repeat;
padding-right:16px;
}

/* -------------------[ Search ]------------------- */

.SearchField {
font-size:8pt;
width: 140px;
margin-right: 2px;
}
.search p {
margin-bottom: 0;
}
.search {
margin-bottom: 15px;
}
.search .submit {
font-size:8pt;
}


/* ---------------[ Tables ]--------------- */

.entry table {
margin-bottom:15px;
padding: inherit;
}

.entry tr, .entry td, .entry th {
margin:auto; padding: inherit;
}

.entry td, .entry th {
padding:8px;
vertical-align:top;
}

.entry th {
font-weight:bold;
background:#263040;
}

.entry td {
border:1px solid #263040;
}

#sptable {
width:100%;
float:right;
}

.sponsor table {
margin: 10px;
padding: inherit;
}
.sponsor tbody { 
background: #c5c1aa; 
}

.sponsor tr, .sponsor td, .sponsor th {
margin:auto; padding: 0;
}

.sponsor td, .sponsor th {
padding: 0.5em;
vertical-align:center;
}

sponsor th {
font-weight:bold;
background:#263040;
}

.sponsor td {
border:1px solid #ffffff;
}

#newstable {
border: 1px solid #d70f36;
}

#newstable ul {
width: 100%;
padding: 8px;
margin-left: 7px;
}

/* ---------------[ Related Entries ]--------------- */

.related {
margin: 0 0 1px;
background:#eee;
padding:10px 10px 8px;
}

.related ul {
line-height:130%;
margin: 0;
padding-left:0;
list-style-type: none;
}

.related ul li {
list-style-type:none;
padding: 0 0 0 14px;
margin: 0 0 2px;
background: url(img/bullit.gif) 0 3px no-repeat;
}

ul#archives {
margin: 0 0 15px 5px;
padding: 0;
}

ul#archives ul {
padding:0;
}

ul#archives ul li {
background:transparent;
padding-left:0;
margin:0;
}

ul#archives ul ul {
margin:0;
margin-left: 10px;
padding:0;
}



/*
* Header / bloglist on top:
*/
div#header ul {
float:right;
list-style-type:none;
margin: 0;
padding: 6px 4px;
}
div#header li {
margin: 0;
display: inline;
padding: 0 1ex 0 0;
}
div#header li a {
font-weight: bold;
font-style:italic;
color: #fff;
}
div#header li a:hover {
color: #666;
text-decoration: underline;
}
div#header li a.selected {
text-decoration: underline;
}

div.widget_core_coll_title {	
font-family: "Forte", Trebuchet MS;
	text-align: center;
	padding-top: 10px;
}
div.widget_core_coll_title a {	
font-family: "Forte", Trebuchet MS;
	text-align: center;
	padding-top: 10px;
}


/*
//////////////// #menu styles
*/

#menu {
border-right: 1px dashed #346983;
	clear: both;
	float: left;
	height: 30px;
	list-style: none;
}  

#menu li {
	float: left;
}

#menu a, #menu a:visited {
	margin:4px 16px 4px 0;
	text-decoration:none;
	color: #bbb;
	font-style: italic;
	text-align: right;
	text-decoration: none;
	float: left;
}

#menu a:hover {
	color: #65A2B6;
	border-bottom: 1px #fff solid;
}

/*body#darko #menu a{ removed because not valid through css 2.1
	color: #fff;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
}

/*====================================0*/

#content .inner .post{
	margin: 35px 0 0 0;
	padding: 35px 20px 0 140px;
	position: relative;
}

/********* Extra's */


.plinks {

margin-top: 10px;
padding-bottom: 10px;
color: #CCCCCC;
text-align:center;
font-family: "Algerian", Arial;
font-size: 10px;
font-weight:normal;
border-top: 1px solid #161c25;
float:right;
}

.post h2 a:hover {
color: #CCCCCC;
text-decoration: underline;
}

.prevnext_post a {
font-size: 110%;
letter-spacing: 0;
font-weight: bold;
color:#305C74;
font-family: "Tahoma", Arial;
text-decoration: underline;
}

code {
padding-left: 10px;
color:#166753;
border-left: 4px solid #8b2265;
border-right: 4px solid #8b2265;

}

#sidebarwrap {
width: 26%;
margin: 0 auto;
float: left;
padding-right: 4%;
}

#sidebarr {
padding-top: 80px;
padding-right: 0;
margin: 0 auto;
}

#sidebarr h2{
color: #126681;
}

#sidebarr ul li {
list-style-type: none;
margin: 0 0 10px;
padding: 0;
}

#sidebarr ul li ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebarr ul li ul li {
list-style-type:none;
padding-left:15px;
margin:0;
background:url(img/bullt.gif) 0 5px no-repeat;
}
#contentleft {
padding-left: 3%;
margin-bottom: 20px;
width: 60%;
margin: 0px auto;
float:left;
padding-right: 2%;
}

.content_full {
  background: #464646;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #696868;
}

#item_214 .content_full {
  background: #464646 url(img/214bg2.jpg) 10px 50px no-repeat;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  border: 1px solid #696868;
}

.clear {
clear:both;
padding-bottom: 5px;
margin-bottom: 5px;
}

.logo-contain {
float: left;
padding-left: 500px;
}

.video {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 50px;
  float: right;
  clear:both;
}

.current_page {
text-align: left;
padding-top: 30px;
padding-bottom: 30px;
}
.legaltext {
  float: auto;
  padding-left: 80px;
}
.menuTable {
padding-left: 0;
margin: 0;
}
div#navcontainer
{
background: url(img/ball.png) 3px 3px no-repeat;
font: 10px "verdana",sans-serif;
font-weight: 900;
display: block;
color: #000;
border-left: 2px solid #f98300; 
width: 12em;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
margin: 10%;
}

ul#navlist,ul#navlist li 
{
list-style-type: none;
list-style-position:outside;
padding: 0;
margin-left: 0;
}

ul#subnavlist {
list-style-type: none;
padding-left: 1.0em;
margin: 0;
}

ul#navlist li,ul#navlist li ul#subnavlist li { 
display: inline; 
}

ul#navlist li a
{
display: block;
width: 11em;
color: #eee;
text-align: left;
text-decoration: none;
border-top: solid transparent;
border-right: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-width: 2px;
margin: 0;
padding: 2px 0px 2px 5px;
}

ul#navlist li a:hover,ul#navlist li a:focus { 
/* background: #161c25;   */
color: #eee; 
text-decoration: none;
border-left: solid #f98300;
border-top: solid #f98300;
border-right: solid #f98300;
border-bottom: solid #f98300;
border-width: 1px;
}

ul#navlist li a:active
{
border-left: solid #aaa;
border-top: solid #aaa;
border-right: solid #eee;
border-bottom: solid #eee;
border-width: 2px;
padding: 2px 5px 2px 5px;
}

ul#navlist li#active a   /*main menu itmes static */
{
color: #fff;
/* background: #fff;
border-left: solid #f98300;
border-top: solid #f98300;
border-right: solid #f98300;
border-bottom: solid #f98300;  */
border-width: 1px;
}

ul#navlist li ul#subnavlist li a 
{
display: block;
width: 9em;
color: #000;
background: #ccc;
text-align: center;
text-decoration: none;
border-top: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-right: solid transparent;
border-width: 1px;
margin: 0 0 0 1em;
padding: 3px 6px 3px 6px;
}

ul#subnavlist li a:hover, ul#subnavlist li a:focus {
border-left: solid #f98300;       /*ul#navlist li ul#navlist li  */
border-top: solid #f98300;
border-right: solid #f98300;
border-bottom: solid #f98300;
border-width: 1px;
padding: 3px 6px 3px 6px;
}

ul#subnavlist li#subactive a
{
border-top: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-right: solid transparent;
border-width: 1px;

}
div#nav2container
{
background: url(img/ball.png) 3px 3px no-repeat;
font: 10px "verdana",sans-serif;
font-weight: 900;
display: block;
color: #000;
border-left: 2px solid #98bf0e;
width: 14em;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin: 10%;
}

ul#nav2list,ul#nav2list li 
{
list-style-type: none;
padding: 0;
margin-left: 0;
}

ul#nav2list li a
{
display: block;
width: 12em;
color: #eee;
/* background: #ccc; */
text-align: left;
text-decoration: none;
border-top: solid transparent;
border-right: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-width: 2px;
margin: 0;
padding: 2px 0px 2px 5px;
}

ul#nav2list li a:hover,ul#nav2list li a:focus { 
/* background: #161c25;   */
color: #eee; 
text-decoration:none;
border-left: 1px solid #98bf0e;
border-top: 1px solid #98bf0e;
border-right: 1px solid #98bf0e;
border-bottom: 1px solid #98bf0e;
}

ul#nav2list li a:active
{
border-left: solid #aaa;
border-top: solid #aaa;
border-right: solid #eee;
border-bottom: solid #eee;
border-width: 2px;
padding: 2px 5px 2px 5px;
}

ul#nav2list li#active a   /*main menu itmes static */
{
color: #fff;
/* background: #fff;  
border-left: solid #98bf0e;
border-top: solid #98bf0e;
border-right: solid #98bf0e;
border-bottom: solid #98bf0e;    */
border-width: 1px;
}

ul#nav2list li  
{
display: block;
width: 9em;
color: #000;
/* background: #ccc; */
text-align: center;
text-decoration: none;
border-top: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-right: solid transparent;
border-width: 1px;
margin: 0 0 0 1em;
padding: 3px 6px 3px 6px;
}

div#nav3container
{
background: url(img/ball.png) 3px 3px no-repeat;
font: 10px "verdana",sans-serif;
font-weight: 900;
display: block;
color: #000;
border-left: 2px solid #f4d600;
width: 12em;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin: 10%;
}

ul#nav3list li  
{
display: block;
width: 9em;
color: #000;
/* background: #ccc; */
text-align: center;
text-decoration: none;
border-top: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-right: solid transparent;
border-width: 1px;
margin: 0 0 0 1em;
padding: 3px 6px 3px 6px;
}
ul#nav3list,ul#nav3list li 
{
list-style-type: none;
padding: 0;
margin-left: 0;
}

ul#nav3list li a
{
display: block;
width: 11em;
color: #eee;
/* background: #ccc; */
text-align: left;
text-decoration: none;
border-top: solid transparent;
border-right: solid transparent;
border-bottom: solid transparent;
border-left: solid transparent;
border-width: 1px;
margin: 0;
padding: 2px 0px 2px 5px;
}

ul#nav3list li a:hover,ul#nav3list li a:focus { 
/* background: #161c25;   */
color: #eee; 
text-decoration:none;
border-left: 1px solid #f4d600;
border-top: 1px solid #f4d600;
border-right: 1px solid #f4d600;
border-bottom: 1px solid #f4d600;
}

ul#nav3list li a:active
{
border-left: solid #aaa;
border-top: solid #aaa;
border-right: solid #eee;
border-bottom: solid #eee;
border-width: 2px;
padding: 2px 5px 2px 5px;
}

/* footer gallery */

#gallery {width:728px; height:430px; padding:10px; border:1px solid #696868; background: #5f5e56; position:relative; margin-bottom:20px;margin-left:50px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:430px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #ccc;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:10px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:72px; height:57px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:70px; height:55px; text-decoration:none; border:1px solid #ccc;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:70px; height:55px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ccc;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#5f5e56; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #ccc; border-color:#eee;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#5f5e56;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#5f5e56; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:10px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

