/* @override http://www.ilovecyberia.com/cms/wp-content/themes/cyberia/style.css */

/* 
  
    Theme Name: Cyberia
	Theme URL: http://www.ilovecyberia.com
	Description: Cyberias very own WP theme
	Author: JamFactory
	Author URI: http://www.jam-factory.com/
    
*/

body, html { background: #0b0507 url(images/bg/soilbackground.jpg) repeat;
color: #dbaa8e;
font-family: Georgia, Times, Serif;
margin: 0;
}

/* @group CSS from HTML site */
/* @group Layout */

#container {
font-size: 1.3em;
text-align: center;
}

#outer-header {
background: #4e8cd9 url(images/bg/header.jpg) top center repeat-x;
width: 100%;
}

#header {
height:380px;
}

#main-content {
width:1000px;
margin: 0 auto;
}

.content-left {
width:500px;
float: left;
position:relative;
top:0px;
left:0px;
text-align:left;
}

.content-right {
text-align: left;
width:500px;
float: right;
position:relative;
top:0px;
right:0px;
}

#sub-nav {
height: 65px;
background: url(images/bg/subnav.png) top left no-repeat;
text-align: left;
}

.sub-nav-links {
	position: relative;
	top: 10px;
	left: 275px;

}

	#sub-nav ul { list-style-type: none; }
	
	#sub-nav li { display: inline; float: left; margin-right: 10px; }

#outer-sub-footer {
width: 100%;
background: #988b78 url(images/bg/subfooter.jpg) top center repeat-x;
}

#sub-footer {
width:1000px;
height: 436px;
margin: 0 auto;
}

#footer {
width: 1000px;
margin: 0 auto;
height:40px;
color: #d19573;
text-align: center;
}

.footer-text {
	position: relative;
	top:  10px;
}

.title-right {
height:65px;
}

.title {
height:65px;
}

.text {
}

.text-right {
}

.media {
	width: 500px;
	height: 475px;
	background: url(images/bg/youtube.png) top center no-repeat;
}

.media p {
	height: 0px;
width: 0px;
padding: 0px;
margin: 0px;
}

.picture {
	width: 500px;
	height: 475px;
	background: url(images/bg/picture.png) top center no-repeat;
}

.media-holder {
	width: 480px;
	height: 360px;
	position: relative;
	top: 49px;
	left: 1px;
	overflow: hidden;
	background: url(images/bg/loading.jpg) center no-repeat;
}
.media-holder p {
	height: 0px;
width: 0px;
padding: 0px;
margin: 0px;
}

.sub-media {
	width: 500px;
	height: 120px;
}

 ul#buylist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
}

ul#buylist li { 
float: left;
width: 250px;
height: 436px;
padding: 0;
display: inline;
}

.sub-entry {
	height: 100px;
}
.sub-entry a:link {
	text-decoration: none;
	color: #2c2823;
}
#clearall {
	clear: both;
	height: 30px;
}

img {
	border: none;
}

.divider {
	height: 50px;
	clear: both;
	background: url(images/divider.png) center no-repeat;

}

.content-container {
	text-align: left;
}

.big {
	font-size: 1.5em;
	font-weight: bold;
}

.bannercode {
	width: 400px;
	height: 80px;
	font-size: 1.0em;
}

/* @end */


/* @group Styling */

p {
margin:0 0 15px 0;
line-height: 1.5em;
 }
 
  a, a:link, a:visited {
 color: #e7cfc2;
 text-decoration: underline;
 }
 a:hover {
 color: #dc5103;
 }
 
a.footer-link {
color: #e7cfc2;
text-decoration: none;
}

a:hover.footer-link {
color: #dc5103;
}

 a.scrollover {
      /* Default Colour/Styles here */
      color: #e7cfc2;
      text-decoration: none;
   }
    a:hover.scrollover {
      /* Default Colour/Styles here */
      color: #dc5103;
      text-decoration: none;
   }

.stafinput {
	width: 300px;
	padding: 3px;
	margin: 5px 0px;
	background: #c0724e url(images/bg/wood.jpg) top center repeat;
	font-size: 1.0em;
	font-weight: bold;
}

.stafbox {
	width: 300px;
	padding: 3px;
	height: 50px;
	margin: 5px 0px 10px 0px;
	background: #c0724e url(images/bg/wood.jpg) top center repeat;
	font-size: 1.0em;
	font-weight: bold;
}

.submit {
	background: #c0724e;
	font-size: 1.0em;
	color: white;
}

/* @end */

/* @end */

.blog-left {
width:452px;
float: left;
position:relative;
top:0px;
left:0px;
text-align:left;
}

.blog-right {
text-align: left;
width:548px;
float: right;
position:relative;
top:0px;
right:0px;
}

.youtube {
	width: 452px;
	height: 475px;
	background: url(images/bg/youtube.png) top left no-repeat;
}

.youtube p {
	height: 0px;
width: 0px;
padding: 0px;
margin: 0px;
}

.youtube-video {
	width: 432px;
	height: 360px;
	position: relative;
	top: 49px;
	left: 1px;
	overflow: hidden;
	background: url(images/bg/youtubeloading.jpg) center no-repeat;
}
.youtube-video p {
	height: 0px;
width: 0px;
padding: 0px;
margin: 0px;
}

.date
{
font-size: 26px;
float: right;
text-transform: uppercase;
padding: 0px -10px 55px 0;
margin-top: 5px;
margin-right: 0px;
text-align: center;
color: #FFFFFF;
background: url(imagefiles/date.png) -2px 0 no-repeat;
width: 78px;
}

.postwrap
{
overflow:hidden;
width: 100%;
text-align: left;
}

.entry
{
overflow: hidden;
}


* { margin: 0; padding: 0; outline: none; }


img { border: none; }

#wrapper { margin: 0 auto; font-size: 2em;
text-align: center;}

#top { width: 700px; height: 54px; }

	a.logo { float: left; }

	.top-search { float: right; padding-top: 15px; }

		.input-search-text { height: 19px; float: left; border: none; padding: 5px 0 0px 5px; margin: 0 10px 0 0; }

#headerimage { width: 700px; height: 183px; background: url(imagefiles/greeny.png) no-repeat; }

	#headerimage span { text-indent: -9999px; float: left; }
	
#nav { width: 700px; height: 42px; }

	#nav ul { list-style-type: none; }
	
	#nav li { display: inline; float: left; }
	
	#nav li a { float: left; height: 29px; padding: 13px 15px 0 15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; text-transform: uppercase; color: #FFF; letter-spacing: -1px; }
	
	#nav li a:hover { background: #88C625; }
	
#content { width: 700px; margin: 15px 0 15px 0; }

.post { padding: 10px 0 10px 0; width:1000px;
margin: 0 auto;}

.post h2 a { color: #88C625; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; text-decoration: none; }

.post h2 a:hover { color: #E9EF1A; }

.post blockquote { background: url(imagefiles/commentballoon.gif) #2c2c2c no-repeat; border: 1px solid #272727; padding: 15px 15px 15px 55px; margin: 15px 10px 15px 40px; font-style: italic; color: #666; }

.meta-data { padding: 5px 10px 5px 10px; border-top: 1px dotted #626262; margin: 15px 0 0 0; }

.in { width: 700px; margin: 0 auto; padding: 15px 10px 15px 10px; }

#sidebar { background: #222222; margin: 20px 0 0 0; padding: 0 0 10px 0; float: left; width: 100%; }

	#sidebar h2 { font-size: 18px; color: #88C625; font-weight: normal; padding: 0 0 5px 10px; }

	#sidebar ul { list-style-type: none; }
	
		#sidebar li { width: 310px; border-top: 1px solid #999999; }
		
		#sidebar li a { display: block; width: 300px; padding: 5px 0 5px 10px; color: #FFF; font-size: 14px; }
		
		#sidebar li a:hover { background: #88C625; }

	#sidebar .archives { width: 340px; float: left; }
	
	#sidebar .categories { width: 340px; float: left; margin-right: 20px; }
	
#site_content {position: absolute;left: -10000px;}

.vvqbox {
	float: left;
	}
	
.vvqyoutube {
	padding: 49px 10px 60px 1px;
	background: url(images/bg/youtube.png) top left no-repeat;
}

.archivelink a:link {
	color: black;
}