/*
Theme Name: OpenSpace3D
Theme URI:
Description:
Version: 2.0
Author: I-Maginer - Irvin Thomas
Author URI: http://www.openspace3d.com
Tags: 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, fieldset, form, label, legend, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0px; 
	padding: 0px;
}
html, body {
	background-color: #000000;
	background-image: url(images/background_strip.png);
	background-repeat: repeat;
	color: #ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:85%;
	font-weight:normal;
	line-height:19px;
	height:100%; /* needed for container min-height */
}
a, a:link {
	color:#ffffff; 
	text-decoration:underline; 
	font-weight: bold;
}
a:visited {
	color:#ffffff; 
	font-weight: bold;
}
a:hover, a:focus, a:active {
	color: #666666;
	text-decoration:underline; 
	font-weight: bold;
}
ul, li {
	list-style:none;
}
h1, h2, h3, h4, h5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}
h2 {
	color: #c9c9c9;
	margin-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
	font-size:30px;
	font-weight:normal;
	line-height:35px;
}


/* Header 
---------------------------------------------------------------*/
#header {
	width:860px;
	height:150px;
	overflow: hidden;
	padding: 0px;
}

#openspace_title {
	text-align:right;
	font-size:50px;
	margin-top:10px;
	margin-right:5px;
	color:#999999;
	font-weight:300;
}

#openspace_home {
  position: absolute;
  left: 10px;
  top: 35px;
	width: 120px;
	height: 95px;
}


#openspace_title h1 a{
  font-size:50px;
	color:#666666;
	font-weight:300;
	text-decoration: none;
}

#header div{
	overflow:visible;
}

#header_left {
	float:left;
	width:50px;
	height:150px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	display:inline;
}

#header_central {
	width:760px;
	height:150px;
	float:left;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-image:url(images/header.png);
	display:inline;
}

#header_menu {
	width: 585px;
	height: 25px;
	top: 75px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 135px;
	font-style: normal;
	position:absolute;
}

#header_lang {
	width: 40px;
	height: 25px;
	position:absolute;
	top: 75px;
	right: 0px;
}

#header_lang a{
	float: left;
	display: inline;
}

#header_lang img{
	border-style:none;
	width: 16px;
	height: 16px;
	padding: 2px 2px 2px 2px;
	float: left;
	display: inline;
}

#header_menu ul{
}

#header_menu ul li {
	display: inline;
	padding: 2px;
}

#header_menu ul li a, #header_menu ul li a:link {
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}

#header_menu ul li a:hover {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
}

#header_search {
	text-align:right;
	float:right;
	width:750px;
	height:48px;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin-right: 10px;
	top: 105px;
}

#header_search form{
  margin: 0px;
  padding: 0px;
}

#header_search input{
	border-style: none;
	padding: 2px;
	margin: 0px;
	width: 100px;
	height: 16px;
}

#header_search img{
	border-style: none;
	vertical-align:sub;
}

#header_right {
	float:right;
	width:50px;
	height:150px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	display:inline;
}


/* Global 
---------------------------------------------------- */
#wraper {
	margin:0px auto 0px auto;	
	width:860px;
	background-image:url(images/body_background.png);
	background-repeat:repeat-y;
}

/* Features
--------------------------------------------------------------*/
#features_index {
	width: 860px;
	height: 351px;
	position: relative;
	overflow: hidden;
	padding: 0px;
}
#features_lshadow {
	float: left;
	width: 50px;
	height: 351px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	background-image: url(images/left_slidershadow.png);
	background-repeat: no-repeat;
	display: inline;
}

#features_content {
	width:760px;
	height:351px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0px;
	display:inline;
	background-image: url(images/features_shadow.png);
	background-position: 0px 300px;
	background-repeat: no-repeat;
}

#features_rshadow {
	float:right;
	width:50px;
	height:351px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	background-image:url(images/right_slidershadow.png);
	display:inline;
	background-repeat: no-repeat;
}

#featured h2{
	color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: none;
	font-weight:bold;
	font-size: 20px;
}

.slideInfoDesc p{
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Columns Class 
--------------------------------------------------------------*/
#content {
	padding: 0px 100px 50px 100px;
	overflow: hidden;
}

/* Footer 
------------------------------------------------------------*/
#footer {
	width:860px;
	height:50px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#footer_l {
	float:left;
	width:50px;
	height:50px;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image:url(images/footer_l.png);
	display:inline;
}

#footer_content {
	float:left;
	width:740px;
	height:25px;
	position:relative;
	overflow:hidden;
	padding:15px 10px 10px 10px;
	margin:0px;
	background-image:url(images/footer.png);
	display:inline;
	text-align:center;
}

#footer_r {
	float:right;
	width:50px;
	height:50px;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image:url(images/footer_r.png);
	display:inline;
}

#footer_bottom {
	width:700px;
	position: relative;
	padding: 5px 80px 20px 80px;
	margin: 0px;
}

	
/* Mixed Content Class
---------------------------------------------------------------*/
.post p {
	margin-bottom: 15px;
}

.post h3 {
	margin-top: 15px;
  border-bottom: 1px solid #ffffff;
}

.post h3 a{
	text-decoration:none;
}

blockquote {
	background: url(images/quotes.gif) 0 0 no-repeat;
	padding-left: 50px;
	color: #ffffff;
	margin:20px 0;
}
.post ul {
	font-size:12px;
	margin-bottom: 10px;
	color:#ffffff;
	line-height:24px;
	margin:-8px 0 20px 15px;
}	
.post ul li {
	background: url(images/bullet-content.gif) 0 8px no-repeat;
	padding-left:15px;
}
.post ul li ul{
	font-size:12px;
	margin-bottom: 10px;
	line-height:24px;
	margin:0px;
}
.post ul li ul li {
	background: url(images/bullet-content2.gif) 0 8px no-repeat !important;
}
.post ol {
	margin-bottom: 10px;
	color:#ffffff;
	margin:-8px 0 20px 35px;
}
.post ol li {
	list-style-type:decimal;
	padding-left:0px;
}
.post ol li ol{
	margin:5px 0 5px 18px;
}
.post a {
	text-decoration:underline;
	color:#ffffff;
	font-weight: bold;
}
.post a:hover {
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}
.post a:hover .post .postmetadata a:hover {
	text-decoration:none;
	color:#666666;
	white-space:nowrap;
	font-weight: bold;
}
.post .postmetadata {
	margin:0 auto;
	width:89%;
	color:#ffffff;
	font-size:11px;
	line-height:18px;	
	margin-bottom:30px;
	padding:5px 20px;
	clear: both;
	
}
.entry {
	margin:10px auto;
	width:95%;
	clear:both;
}

.post .postmetadata a {
	color:#ffffff !important;
	text-decoration:underline;
	}
.post .postmetadata a:hover {
	color:#666666 !important;
	text-decoration:none;
	}
.tags {
	padding:0 15px;
	line-height:21px;
}	
.tags a {
	color:#ffffff !important;
	font-weight:bold;
	text-decoration:none;
}	
.tags a:hover {
	color:#666666 !important;
	font-weight:bold;
	text-decoration:underline !important;
}

.post img {
  margin:10px;
  border:none; 
}

/* Table 
---------------------------------------------------------------*/
table {
	border:none;
	border-collapse: collapse;
}
td, th  {
	border: none;
	padding:3px 4px;
}
th {
	font-weight:bold;
	background:#FFF6F0;
	color:#000;
}

/* Common Used Class 
---------------------------------------------------------------*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
abbr[title], acronym[title] {
	border-bottom:1px dotted #999999;
	cursor:help;
	font-style:italic;
}

/* Forms 
----------------------------------------------------------- */
fieldset {
	border: 1px solid #F3E3D7;
	padding: 10px;
	margin-bottom:15px;
}
legend {
  font-family:Verdana,Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
}
label {
  font-family:Verdana,Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
}
input[type="radio"], input[type="checkbox"] {
	margin-right:15px;
	vertical-align:bottom;
	}
input[type="button"], input[type="submit"] {
	margin:0 5px;
	}
textarea {
	width:100% !important;
}

/* Side bar
-------------------------------------------------------------*/
#sidebar h3 {
	color:#000;
	margin:10px 0 8px 0;
	font-size:16px;
	font-weight:bold;
}
.rightPan {
	background: url(images/gray-top-curve.gif) #EBEBEB top right no-repeat;
	margin-bottom: 20px;
	text-indent:15px;
}
.rightPan span.stc {
	background: url(images/gray-top-curve.gif) top left no-repeat;
	display: block;
	height: 5px;
	width: 10px;
	line-height:0;
}

.gbc {
	background: url(images/gray-bottom-curve.gif) bottom right no-repeat;
	height:15px;
	font-size: 0px;
	line-height:0;
}
.gbc span.sbc {
	background: url(images/gray-bottom-curve.gif) bottom left no-repeat;
	display: block;
	height:15px;
	width: 10px;
}

#sidebar ul {
	line-height:25px;
}
#sidebar ul li {
	background: url(images/bullet-sidebar.gif) 15px 11px no-repeat;
	padding-left: 12px;
	margin-left:5px;
}
#sidebar ul li ul {
	margin-bottom: 0px;
}
#sidebar ul li ul li {
	background: url(images/bullet-content.gif) 15px 10px no-repeat;
	margin-left:0px;
}
#sidebar a {
	color: #333;
}
#sidebar a:hover {
	color:#000;
	text-decoration:none;
}

/* Comments 
------------------------------------------------------------*/
.commetmain {
	border-bottom:1px dotted #999;
	clear:both;
	height:100%;
	margin-bottom:15px;
	overflow:hidden;
	padding:10px;
}
.commetmainalt {
	background:#FFF2E8;
	border-bottom:1px dotted #999;
	clear:both;
	height:100%;
	margin-bottom:15px;
	overflow:hidden;
	padding:10px;
}
.commet_left {
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:20%;
	padding-right:15px;
}
.comment-author {
	font-size:11px;
	padding-bottom:5px;
}
.comment-author strong, .comment-author strong a {
	font-size:14px;
	}
.commet_right {
	border-left:1px dotted #999;
	float:left;
	padding:5px 0 0 15px;
	width:70%;
	min-height:100px;
}
.thecomment, .comment-body {
	margin:0;
}
.avatar {
	display:block;
	margin:5px 0 0 0;
}
small {
	color:#999;
}

/* Comments Form
------------------------------------------------------------*/
.smlnavigation {
  display:block;
  width: 100%;
  height: 50px;
}

#commentform label {
	float:left;
	text-align:left;
	margin-bottom:15px;
	font-size:11px;
	width:110px;
	font-weight:bold;
}
.txtarea {
	width:75% !important;
	float:right;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666666;
	background:#ffffff;
  font-family:Verdana,Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}
.txtarea:hover {
	border:1px solid #c9c9c9;
	background:#ffffff;
}
.Cmtbutton:hover {
	border:none;
	color:#ffffff;
	background: url(images/form_btn_hover.jpg) top left no-repeat;
	cursor:pointer;
}
.Cmtbutton {
	border:none;
	clear:both;
	color:#ffffff;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:115px;
	padding:5px;
	height:46px;
	width:201px;
	margin-left:142px !important;
	background: url(images/form_btn.jpg) top left no-repeat;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #f6f6f6;
	color: #000000;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
	overflow:none !important;
	margin:0 !important;
}
form p {
	margin:10px 0 0 0 !important;
}
dl {
	margin-bottom:15px;
}

