/*
Theme Name:     Manic Gaming
Description:    Based on the Twenty Ten theme 
Author:         Mike Berg, We Heart Games
Author URI:     http: //weheartgames.com/
Template:       twentyten
*/

@import url("../twentyten/style.css");

/* @override 
	http://www.manicgaming.com/wp-content/themes/manic/style.css
*/

/* @group Layout */

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header-bg{
	background: url(images/bg-page.png) repeat-x 0 top;
}

a:focus{
	outline: none;
}

input:focus{
	outline: none;
}

#wrapper{
	padding: 0;
	margin: 0 auto;
	width: 960px;
	background-color: transparent;
}

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

#masthead{
	height: 160px;
}

.homelogo{
	margin-left: 35px;
}

.letsplay{
	position: absolute;
	margin: 25px 0 0 470px; 
}

#container{
	width: 590px;
	margin: 0;
	padding: 0 20px;
}

#content{
	width: 570px;
}

#main{
	margin: 0;
	background: url(images/bg-content.png) repeat-y;
}

#colophon{
	border: none;
	margin-top: 0;
	background: url(images/bg-footer.png) no-repeat;
}

/* @end */

/* @group Type */

#content{
	font-size: 13px;
}

#content img{
	max-width: 590px;
}

#content p{
	margin-bottom: 12px;
}

a:visited{
	color: #06C;
}

/* @end */



/* @group Navbar */

#access{
	width: 960px;
	height: 55px;
	background-color: transparent;
	text-transform: lowercase;
}

#access .menu li a{
	height: 50px;
	line-height: 70px;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 22px;
	color: white;
	text-shadow: #909090 0 -1px 0;
}

#access .menu li a:hover{
	background-color: transparent;
}

#access ul ul.children li a{
	display: none;
}

.search{
	float: right;
	width: 303px;
}

.search input#searchsubmit{
	display: none;
}

.search input#s{
	width: 202px;
	height: 42px;
	border: none;
	-webkit-box-shadow: none;
	background: url(images/searchbar.png) no-repeat;
	margin: 5px 0 0 0;
	padding: 0 15px;
	color: white;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #909090 0 -1px 0;
}

/* @end */

/* @group Sidebar */

li.widget_text h3.widget-title, li.widget_sp_image h3.widget-title{
	display: none;
}

#primary{
	width: 306px;
}

.widget_text{
	padding-left: 20px;
}

ul.xoxo{
	width: 270px;
	
}

ul.xoxo h3.widget-title{
	width: 260px;
	height: 40px;
	color: #ff6600;
	background-image: url(images/bg-sidebar-title.jpg);
	font: normal normal 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: lowercase;
	padding-top: 20px;
	padding-left: 10px;
}

ul.xoxo ul{
	width: 270px;
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
	background: url(images/bg-sidebar-bottom.jpg) no-repeat left bottom;
}

ul.xoxo ul li{
	background: url(images/bg-sidebar-mid.jpg) repeat-y;
	padding: 10px 20px;
}

/* @end */

/* @group Footer */

#copyright {
	float: left;
}

#credit{
	float: right;
}

/* @end */

/* @group Contact */

input#recaptcha_response_field{
	left: 0;
	height: 20px;
}

form.ddfm div.credits{
	display: none;
}

/* @end */

/* @group Gallery */

dt.gallery-icon{
}

/* @end */

