/*
Theme Name: LOL Summit
Theme URI: http://www.lolsummit.com 
Description: Heavily modified theme by OneAnswer.  Framework based on Twitter/Twordder Theme by <a href="http://johndturner.com">johndturner.com</a>
Version: 1.0
Author: OneAnswer
*/
/* Base */
/* base.css, part of YUI's CSS Foundation */

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym { 
	cursor: help;
	border-bottom: 1px dashed #333; 
}

pre, code { 	
    display: block; 	
    margin: 25px 0; 
    padding: 15px; 
	border-left: 3px solid #abb0b0; 
    background: #e0e5e5;
	font-size: 1.5em;
    } 
p > code { 	
	font-size: 1.0em;
	line-height: 1.2em;
    }   
pre code { 
	border: none; 
}
strong {
	font-weight: bold;
	letter-spacing: 0;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}


/* End - Base */

/* Wordpress Generated Classes - DO NOT CHANGE */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

div.aligncenter img{
   padding:0 10px;
   border: 1px solid #ddd;
}

.alignleft {
   float: left;
}

img.alignleft{
   margin:0 10px;
 
   background-color:#fff;
}

.alignright {
   float: right;
}

img.alignright{
   margin:0 10px;
   border: 1px solid #ddd;
   padding:3px;
   background-color:#fff;
}

.alignnone {

}

img.alignnone  {
 
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 - Wordpress Generated Classes - DO NOT CHANGE */


/* General */

body {
    line-height: 1;
	color: #3f3f3f;


font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;margin:0;
	color: #000000;

}
html, body {
	background: url(http://www.lolsummit.com/images/2009/08/bg.gif) repeat fixed center 0;

	height: 100%;margin:0;
	color: #000000;

	
}

a {
	color: <?php echo (empty($tw_links)) ? ' #ccc' : $tw_links; ?> ! important;
	text-decoration:none;
}

a:hover {
	color: <?php echo (empty($tw_links)) ? ' #ccc' : $tw_links; ?>  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
    border-<?php echo $borderPos; ?>:<?php echo (empty($tw_sidebar_border)) ? ' C0C0C0' : $tw_sidebar_border; ?> 1px solid ! important;
}

#sidebar-overlay{

	background-color:<?php echo (empty($tw_sidebar)) ? ' C0C0C0' : $tw_sidebar; ?> ;
       opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	-moz-opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	filter: alpha(opacity=<?php echo (empty($tw_background_opacity)) ?  100 : $tw_background_opacity; ?>);
}

#nav-overlay{

       opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	-moz-opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	filter: alpha(opacity=<?php echo (empty($tw_background_opacity)) ?  100 : $tw_background_opacity; ?>);
}

#footer-overlay{

       opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	-moz-opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	filter: alpha(opacity=<?php echo (empty($tw_background_opacity)) ?  100 : $tw_background_opacity; ?>);
}

#main-overlay{

       opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	-moz-opacity: <?php echo (empty($tw_background_opacity)) ?  100 * 0.01 : $tw_background_opacity * 0.01; ?>;
	filter: alpha(opacity=<?php echo (empty($tw_background_opacity)) ?  100 : $tw_background_opacity; ?>);
}


#hd {

}

#bd {
	margin-top:25px;
}

#ft{
     margin-top:15px;
     margin-bottom:20px;
     padding-top:10px;
     padding-bottom:10px;
     font-size:100%;
     text-align:center;	
	
}

#footer-content, .footer-wrapper{
    position:relative;
    padding:7px;
}


#ft p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:0;
}

.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.clear{
	clear:both;
}

.relative{
    position:relative;
}

hr{
     border:none;
	border-top: #ccc 1px dashed;
}

h1 {
	font-size:167%; 
}

blockquote{
	border-left:1px dashed #ccc;
	background:#F5F5F5 none repeat scroll 0 0;
	padding:5px;
}




/* End - General */

/* Custom */
.page {
	padding-top:15px !important;
}
#nav-wrapper{
	float:right;
       position:relative;
	padding:3px;

}

#nav-padding{
      	margin-top:15px;
}

.main-wrapper{
		padding: 3px;position:relative ;

 width:100%; height:100%;
}




#content{
	position:relative;
    
}




.main-wrapper-wide{
	background-color:#fff; 
	padding: 3px;
}


.sidebar-wrapper{
	position:relative;
	padding-top:3px;
}




/* YUI adjustments */
	.yui-t1 .yui-b {float:left;width:12.30769em;*width:12.00em;}
	.yui-t1 #yui-main .yui-b{margin-left:12.30769em;*margin-left:12.00em;}

	.yui-t2 .yui-b {float:left;width:13.8461em;*width:13.50em;}
	.yui-t2 #yui-main .yui-b {margin-left:13.8461em;*margin-left:13.50em;}

	.yui-t3 .yui-b {float:left;width:23.0769em;*width:22.50em;}
	.yui-t3 #yui-main .yui-b {margin-left:23.0769em;*margin-left:22.50em;}

	.yui-t4 .yui-b {float:right;width:13.8456em;*width:13.50em;}
	.yui-t4 #yui-main .yui-b {margin-right:13.8456em;*margin-right:13.50em;}

	.yui-t5 .yui-b {float:right;width:18.4615em;*width:18.00em;}
	.yui-t5 #yui-main .yui-b {margin-right:18.4615em;*margin-right:18.00em;}

	.yui-t6 .yui-b {float:right;width:23.0769em;*width:22.50em;}
	.yui-t6 #yui-main .yui-b {margin-right:23.0769em;*margin-right:22.50em;}






/* YUI Menu */


#navmenu{
    position:relative ! important;
    z-index: 99 ! important;
}

.yuimenubar{
	background-color: transparent;
}
.yuimenubaritem {
    background-color: transparent ! important;
}
.yuimenubaritem-selected {
    color: #000;
}
.yuimenubaritemlabel {
	border:none;
	padding-right:20px;
}

.yuimenubaritemlabel-selected {
	color: black;
}
.yuimenu{
	border:0;
}
.bd{
	background-color: transparent;
}
.yuimenuitem {
    background-color: #fff;
}
.yuimenuitem-selected {

}
.yuimenuitemlabel {
 padding:5px;
 font-weight:bold;
}

.yuimenubarnav ul ul .yuimenuitemlabel {
 padding-right:20px;
}

.yuimenuitemlabel-selected {
	color:#000;
}

.yuimenubar .first-of-type{
	padding:0px;
}
.yuimenubaritem-hassubmenu {
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/menu/assets/menubaritem_submenuindicator.png) no-repeat scroll left top;
}

/*.yuimenuitem-hassubmenu {
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/menu/assets/menuitem_submenuindicator_selected.png) no-repeat scroll right;
}*/


/* End - YUI Menu */

/* Post */

.narrowcolumn{
 padding: 0 15px 15px 15px;
}

.narrowcolumn small, .widecolumn small{
   color:#666;
}

.widecolumn{
 padding: 0 15px 15px 15px;
}

.widecolumn h2,.widecolumn h3,.narrowcolumn h2,.narrowcolumn h3 {
	margin-top:15px;
}

.postmetadata{
	 display:none;input[type=button]
}

.post{
	padding:10px 0 0 0;
	border-bottom:1px #ccc dashed;
	margin-bottom:10px;
}

.navigation{
	padding:10px 0 0 0;
}

.widecolumn .navigation{
	padding:10px 0 30px 0 ;
	margin: 0 0 20px 0;
	 border-bottom:1px #ccc dashed;
}

.widecolumn .entry{
	 padding-top:10px;
	 border-top:1px #ccc dashed;
}

.entry{
	margin-top:10px;
}
.more-link{
	display:block;
	float:right;
}
/* Sidebar */
#sidebar{
    margin:3px;
    padding:0 5px 10px;
    position:relative;
}
#sidebar h2{
	margin:15px 0 5px 0;
}

#sidebar  li {
	list-style:none;
	padding:0px;
	margin-bottom:10px;
}

#sidebar  ul{
	padding:0px;
	margin:10px 5px 10px 5px;
}

#sidebar ul li ul li{
	list-style:circle;
	padding:0px;
	margin-bottom:2px;
}
#sidebar ul li ul{
	margin-left:20px;
}




/* Facebook Connect */


.fb_profile_pic_rendered{
}
.fbc_profile_header{
	font-size:85%;
}
.fbc_connect_button_area {
	float:none;
}

.fb_profile_pic_rendered{
	float:none;
}
/* End - Facebook Connect */

#ymp-btn-buy{
   display:none !important;
}

#ymp-getplayer{
  display:none !important;
}

#ymp-yahoo-logo{
  display:none !important;
}

/* Overlays */

#sidebar-overlay{
	position:absolute;
	width: 100%;
	bottom:0;
	top:0;
	left:0;

}

#nav-overlay{
	position:absolute;
	width: 100%;
	bottom:0;
	top:0;
	left:0;
	background-color: #fff ;

}

#footer-overlay{
	position:absolute;
	width: 100%;
	bottom:0;
	top:0;
	left:0;
	background-color: #fff ;

}

#main-overlay{
	position:absolute;
	background-color:#fff;
	width: 100%;
	bottom:0;
	top:0;
	left:0;

}

#header{
    background: url(http://www.lolsummit.com/images/2009/08/LOL-SUMMIT1.png) no-repeat;
    height: 142px;
    width:597px;
	padding:0 0 0 18px;
}
#header h1 {
    padding-top:10;
    margin: 0;
}
.logo {
    display: none;
}
#header h1, #header #desc {
    display: none;
}
#header{
   padding:0px;
}
.logo {
    display: inline;
    height: 142px;
    width:597px;
}
	<style type="text/css"> 
	#custom-doc {
		margin:auto;text-align:left; /* leave unchanged */
		width: 50em;/* non-IE */
		*width:48.75em;/* IE */
		min-width:650px;/* optional but recommended */
	}

a {
	color: #000 ! important;
	text-decoration:none;
}

a:hover {
	color: #000  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
    border-left:#fff 1px solid ! important;
}

#sidebar-overlay{

	background-color:#fff ;
       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#nav-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#footer-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#main-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}






/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 0px 0;
	color: #000;
}
h1 {
	font-size: 3.4em;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #dbdbdb;
}
h2 {
	font-size: 2.8em;
	margin-top: 20px;
}
h3 {
	font-size: 2.5em;
	margin: 30px 0 20px 0;
}
h4 {
	font-size: 2.2em;
}
h5 {
	font-size: 1.9em;
}
h6 {
	font-size: 1.6em;
}
/* General Classes */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
/* Content */

#content {
	padding-right: 20px;
}
#content p {
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 15px 0 15px 0;
}
#content ol, #content ul {
	margin: 0 0 0 20px;
	font-size: 1.5em;
	line-height: 1.7em;
}
#content ol ol, #content ul ul {
	font-size: 1.0em;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	list-style: none;
	background: url(images/li_square.png) no-repeat 0 9px;
	padding-left: 16px;
}
#content dl {
	font-size: 1.5em;
	line-height: 1.5em;
}	
#content dl dt { 
	margin-top: 15px;
	font-weight: bold; 
}	
#content dl dd { 
	margin: 0; 
}
#content blockquote {
	font-size: 0.8em;
	line-height: 1.0em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
#content .post_nav {
	width: 13em;
}
p.button {
	margin: 0;
	padding: 0;
}

.button a:link, .button a:visited {
	background: #a61a1a url(images/more_bg_hover.png) no-repeat 85% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 2.0em 0.5em 1.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button a:hover {
	background: #a61a1a url(images/more_bg.png) no-repeat 85% 50%;
	color: #f38e8e;
	text-decoration:none;
}
.button a:active {
	color: #fff;
	text-decoration:none;
}
.button_l a:link, .button_l a:visited {
	background: #a61a1a url(images/more_bg_hover_l.png) no-repeat 15% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.0em 0.5em 2.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button_l a:hover {
	color: #f38e8e;
	background: #a61a1a url(images/more_bg_l.png) no-repeat 15% 50%;
	text-decoration:none;
}
.button_l a:active {
	color: #fff;
	text-decoration:none;
}
.b_push a {
	margin-left: 5px;
}
#content .entry {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#content .single_entry {
	padding-bottom: 10px;
}
#content .entry_meta ul {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	display: inline;
}
#content .entry_meta li {
	display: inline;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #a51a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 8px;
	margin-right: 7px;
	border-right: 1px solid #c5c5c5;
	background: none;
	padding-left: 0;
}

#content .entry_meta li.comments {
	border-right: none;
}
#content .entry_meta li.date {
	border-right: none;
	color: #3f3f3f;
}
#content .entry_meta li.tags {
	border-right: none;
	color: #3f3f3f;
text-transform:lowercase;
}
#content .single_meta {
	background: #f1f3f3;
	border-top: 1px solid #dddfdf;
	border-bottom: 1px solid #dddfdf;
	padding-top: 10px;
}
#content .single_meta ul {
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 2.6em;
}
#content .single_meta li {
	display: inline;
	background: none;
	padding-left: 0;
}
#content .single_author {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#content .single_author li {
	padding-left: 20px; 
	background: url(images/li_author.png) no-repeat 0 50%;
	list-style: none;
}
#content .social_bookmarks {
	float: right;

	margin-right: 10px;
}
#content .social_bookmarks li {
	padding-left: 10px;
	float: right;
	list-style: none;
}
#content .related_posts {
	background: url(images/mouse_icon.jpg) no-repeat 20px 5.5em;
	padding-bottom: 20px;
}
#content .related_posts h3 {
	margin-bottom: 15px;
}
#content .related_posts ul {
	margin: 0 0 0 105px;
	font-size: 1.3em;
	line-height: 1.8em;
}
#content .related_posts li {
	position: relative;
	width: 280px;
	margin-right: 20px;
	float: left;
	list-style: none;
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
	border-top: 1px solid #e8e8e8;
}
#content .related_posts li.no_posts {
	border: none;
}
#content .related_posts li a {
	display: block;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #e8e8e8;
}
#content .related_posts li a:hover {
	background-color: #F5F5F5;
}
#content #comments {
	background: #f1f3f3;
	padding: 15px;
	border-top: 1px solid #dde0e0;
	border-bottom: 1px solid #dde0e0;
}
#content #comments ol.comment_list {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 100%;
}
#content #comments ol.comment_list li {
	list-style: none;
}

#content #comments .comment_author {
	float: left;
	padding-top: 1px;
	width: 100px;
	margin-bottom: 30px;
}
#content #comments .comment_author p {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.0em;
	color: #5f6565;
}
#content #comments .single_comment {
	position: relative;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #e0e5e5;
	width: 280px;
	float: right;
	margin-bottom: 30px;
}
#content .comment_list { 
	padding-bottom: 40px;
}
#content .comment_arrow {
	position: absolute;
	top: 15px;
	left: -32px;
}
#content #comments .single_comment p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content #comments .comment_author span {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #a6a6a6;
}
#content .trackbacks {
	background: url(images/trackback_icon.jpg) no-repeat 20px 5.5em;
	padding-bottom: 25px;
}
#content .trackbacks h3 {
	margin-bottom: 15px;
}
#content .trackbacks ul {
	margin: 0 0 0 105px;
	font-size: 1.3em;
	line-height: 1.8em;
}
#content .trackbacks li {
	width: 280px;
	margin-right: 20px;
	float: left;
	list-style: none;
	background: none;
	padding-left: 0;
}
#content #about_author {
	background: #f1f3f3;
	border-top: 1px solid #dddfdf;
	border-bottom: 1px solid #dddfdf;
	padding: 10px;
	margin-bottom: 20px;
}
#content #about_author img {
	float: left;
}
#content #about_author h4 {
	font-size: 1.5em;
	color: #000;
	margin: 0;
}
#content #about_author p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 10px 0;
}
#content .author_text {
	padding-left: 110px;
	padding-right: 80px;
}
#content .aligncenter, #content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	float: left;
	padding: 10px 20px 20px 0;
}
#content .alignright {
	float: right;
	padding: 10px 0 20px 20px;
}
#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content .wp-caption p.wp-caption-text {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 5px;
	margin: 0;
}
/* Form */
#content .single_entry .comment_form {
	position: relative;
}
#content .single_entry .comment_form ul {
	margin: 0;
	font-size: inherit;
}
#content .single_entry .comment_form li {
	list-style: none;
	background: none;
	padding-left: 0;
}
#content .single_entry .comment_form ul.single_author {
	width: 100px;
}
#content .single_entry #comment_form {
	width: 323px;
	float: right;
}
#content .single_entry .input {
	width: 280px;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #e0e5e5;
	color: #5f6565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	display: block;
	margin: 5px 0;
}
#content .single_entry .textarea {
padding-top: 20px;
	padding-left: 35px;
	width: 300;
}
#content .single_entry .textarea_arrow {
	position: absolute;
	top: 70px;
	left: 95px;
}
#content .single_entry #submit {
	background: #06b2ff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	float: right;
	border: none;
	
}
#content .single_entry #submit:hover {
	color: white;
	background-color: #014e71;
	text-decoration:none;
	cursor: pointer;
}
.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	margin-left: 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #ddd;
}
.wp-pagenavi .pages {
	float: left;
}