/*
Theme Name: GalaxyOne
Theme URI: http://websparkz.com/projects/galaxyone
Description: A clean web 2.0 theme designed for a Video Game related blog.
Version: 1.0
Author: Glyn Humphrey
Author URI:  http://websparkz.com/
Tags: blue, custom header, fixed width, three columns, widgets
*/



html
{
	height:100%;
}

body
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
    background:#c8c8c8 url('images/body_bg.jpg') top left repeat-x;
	color:#333;
	
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5
{
	padding:0;
	margin:0;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

#page
{
	width:995px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}

#page .top
{
	background:#fff url('images/page_top_bg.jpg') top left repeat-y;
	height:5px;
}

#page .content
{	
	background:#fff url('images/page_content_bg.jpg') top left repeat-y;
	padding:0 5px;
}

#page .bottom
{
	background:#fff url('images/page_bottom_bg.jpg') top left repeat-y;
	height:10px;
}







#topbox
{
	width:980px;
	height:275px;
}

#topbox .usermsg
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	padding-left:20px;
	margin-left:10px;
	float:left;
	
	background:url('images/user.png') center left no-repeat;
}

#topbox .usermsg a
{
	color:#09f;
	text-decoration:none;
}

#topbox .tabs
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	float:right;
	margin-right:5px;
}

#topbox .tabs ul
{
	margin:0;
	padding:0;
	
	list-style:none;
}

#topbox .tabs ul li
{
	margin:0 5px 0 0;
	padding:0;
	
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	font-weight:bold;
}

#topbox .tabs ul li a
{
	display:block;
	width:80px;
	height:30px;
	text-decoration:none;
	color:#000;
}

#topbox .tabs ul li.selected
{
	background:url('images/tab.jpg') center left no-repeat;
}

#topbox .tabs ul li.selected a
{
	color:#fff;
}

#topbox .bigbox
{
	clear:both;
	width:980px;
	height:240px;
	padding-top:5px;
	
	background:#000 url('images/bigbox_bg.jpg') top left no-repeat;
}

#topbox .categories
{
	height:30px;
	line-height:30px;
	width:970px;
	margin:0 5px 5px 5px;
	overflow:hidden;
	text-align:center;
	
	background:url('images/categories_bg.jpg') top left no-repeat;
}

#topbox .categories ul
{
	margin:0 auto;
	padding:0;
	
	list-style:none;
}

#topbox .categories ul li
{
	margin:0 15px 0 15px;
	padding:0;
	
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	font-weight:bold;
}

#topbox .categories ul li a
{
	color:#fff;
	text-decoration:none;
}

#newsglider .scroller
{
	/* slider container */
	width:980px;
	height:210px;
	overflow:hidden;
	color:#fff;
}

#newsglider .scroller div.content 
{	
	width: 10000px;
}


#newsglider .scroller div.section
{
	/* slider panel */		
	float:left;
	width:970px;
	height:200px;
	overflow:hidden;
	padding:0 5px;
}

.section .image
{
	background-color:#fff;
	width:640px;
	height:200px;
	float:left;
	margin-right:10px;
}

.section .text
{
	width:300px;
	height:145px;
	float:left;
	overflow:hidden;
	padding:10px;
}

.section .text h2
{
	margin:0;
	padding:0 0 7px 0;
	font-size:14px;
}

.section .text p
{
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
	line-height:18px;
}

.section .nav
{
	width:300px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:right;
	font-size:12px;
	padding:0 10px;
	
	background:url('images/section_nav_bg.jpg') left center no-repeat;
}

.section .nav a
{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:30px;
	line-height:30px;
}

.link_readmore
{
	background:url('images/icons/page_white_go.png') left center no-repeat;
	padding-left:20px;
}

.link_next
{
	background:url('images/icons/control_fastforward.png') right center no-repeat;
	padding-right:20px;
}

.link_prev
{
	background:url('images/icons/control_rewind.png') left center no-repeat;
	padding-left:20px;
}













/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
