/*





Theme Name: Pyrmont V2



Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html



Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.



Version: 2.0.7



Author: motta



Author URI: http://imotta.cn/



Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post



*/











/* 



   Meyer's CSS Reset



   v1.0 | 20080212 



*/







html, body, div, span, applet, object, iframe,



h1, h2, h3, h4, h5, h6, p, blockquote, pre,



a, abbr, acronym, address, big, cite, code,



del, dfn, em, font, img, ins, kbd, q, s, samp,



small, strike, strong, tt, var,



b, u, i, center,



dl, dt, dd, ol, ul, li,



fieldset, form, label, legend,



table, caption, tbody, tfoot, thead, tr, th, td {



	margin: 0;



	padding: 0;



	border: 0;



	outline: 0;



	font-size: 100%;



	vertical-align: baseline;



	background: transparent;



}



body {



	line-height: 1;



}



ol, ul {



	list-style: none;



}



blockquote, q {



	quotes: none;



}



blockquote:before, blockquote:after,



q:before, q:after {



	content: '';



	content: none;



}







/* remember to define focus styles! */



:focus {



	outline: 0;



}







/* remember to highlight inserts somehow! */



ins {



	text-decoration: none;



}



del {



	text-decoration: line-through;



}







/* tables still need 'cellspacing="0"' in the markup */



table {



	border-collapse: collapse;



	border-spacing: 0;



}



/* css reset ends */







*{



	margin: 0;



	padding: 0;



}







body{



	



	font-family: Verdana, Arial, Helvetica, Sans-Serif;



	background-color: #121315;



}







a{



	text-decoration: none;



	outline-color: invert;



	outline-style: none;



	border: none;



}







a img{



	border: none;



}






.clear{



	clear: both;



}







div#page_wrap{
	width: 960px;
	margin: 0 auto;
	background: url(images/bg.gif) no-repeat #121315;
}
div#header{
	width: 940px;
	height: auto;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	float:left;
	display:inline;
	
	}
	div#header div.blog_title{
		float: left;
		margin-top: 50px;
		margin-left: 10px;
		}
		div#header div.blog_title h1 a{
			font-family: Verdana, Helvetica, "Trebuchet MS", sans-serif;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 36px;
			color: #fff;
			line-height: 45px;
			display: block;
			}
		div#header div.blog_title p.description{
			color: #333;
			margin-top: 10px;
			margin-left: 5px;
			}
	div#header div#search{
		border: none;
		float: right;
		position: relative;
		border:0;
		}
		div#header div#search form#searchform{
			position: absolute;
			top: 65px;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			background-color: #fff;
			}



			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #333;
				font-size: 12px;
				width: 165px;
				border: 0;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
div#main_navi{
	background: url(images/navi.gif) no-repeat;
	float: left;
	margin: 0;
	height: 37px;
	width: 960px;
	}



	div#main_navi ul.left{



		float: left;



		list-style-type: none;



		padding: 2px 0 0 10px;



		width: 750px;



		}



		div#main_navi ul li{



			position: relative;



			float: left;



			text-transform: uppercase;



			}



			div#main_navi ul.left li a{



				float: left;



				overflow: hidden;



				color: #FFF;



				font-size: 12px;



				line-height: 18px;



				margin: 0 15px 0 15px;



				padding: 8px 4px;



				}



			div#main_navi ul.left li a:hover{



				color: #ff5a00;



				}



	/*---------------------header dropdown menu 20090803---------------------------------------*/



			div#main_navi ul.left li ul{



				display: none;



				position: absolute;



				left: 0;



				width: 125px;



				margin-top: 33px;



				padding: 0 3px;



				height: auto;



				background-color: #111;



				border: 1px solid #2d2c2c;



				border-top: 0;



				-moz-border-radius-bottomleft: 5px;



				-moz-border-radius-bottomright: 5px;



				-webkit-border-bottom-left-radius: 5px;



				-webkit-border-bottom-right-radius: 5px;



				}



			div#main_navi ul.left li ul li{



				width: 125px;



				overflow: hidden;



				}



			div#main_navi ul.left li ul li a{



				font-size: 12px;



				padding: 3px 6px;



				margin: 0 2px;



				}



		/*---------------------header dropdown menu 20090803---------------------------------------*/



	div#main_navi ul.right{



		float: right;



		list-style-type: none;



		padding: 9px 10px 0 0;



		}



		div#main_navi ul.right li a{



				float: left;



				overflow: hidden;



				color: #fff;



				font-size: 12px;



				line-height: 20px;



				margin: 0 0 0 10px;



				text-transform: uppercase;



				}



			div#main_navi ul.right li.twitter a{



				background: url(images/twitter.gif) no-repeat 0 3px;



				padding-left: 21px;



				}



			div#main_navi ul.right li.twitter a:hover{



				color: #0af;



				}



			div#main_navi ul.right li.feed a{



				background: url(images/feed.gif) no-repeat 0 5px;



				padding-left: 15px;



				}



			div#main_navi ul.right li.feed a:hover{



				color: #ff5a00;



				}



/* END div#header */







div#main{
	width: 630px;
	float: left;
	display: inline;/* fix double margin */
	margin: 10px 14px 30px 10px;
	}



	div#main div.post{



		background-color: #FFFFFF;



		border: 1px solid #333333;



		color: #333;



		line-height: 22px;



		margin-bottom: 30px;



		}



	/* sticky post */



	div#main div.sticky{



		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */



		}



		div#main div.post div.date{



			background: url(images/date.gif) no-repeat;



			float: left;



			font-size: 12px;



			line-height: 14px;



			font-family: Verdana, "Trebuchet MS", Georgia, sans-serif;



			text-align: center;



			vertical-align: middle;



			color: #fff;



			height: 43px;



			width: 50px;



			margin-left: -10px;



			margin-top: 16px;



			padding-top: 4px;



			_position: relative;/* ie6 fix */



			margin-right: 12px;



			}



		div#main div.post div.title{



			margin-left: 50px;



			margin-bottom: 10px;



			margin-top: 16px;



			_margin-top: 0;/*ie6 fix*/



			*+margin-top: 0;/*ie7 fix*/



			}



			div#main div.post div.title h2{



				font-family: Verdana, Helvetica, "Trebuchet MS", sans-serif;



				font-size: 22px;



				font-weight: bold;



				letter-spacing: -1px;



				color: #222222;



				width: 560px;



				line-height: 30px;

				margin:0 0 0 0;
				float:left;
				display:inline;	

				}



				div#main div.post div.title h2 a{



					color: #222222;



					}



				div#main div.post div.title h2 a:hover{



					color: #444444;



					}



			div#main div.post div.title div.postmeta{



				font-size: 12px;



				color: #333;



				width: 560px;



				overflow: hidden;

				float:left;
				display:inline;

				}



				div#main div.post div.title div.postmeta a{



					color: #333;



					border-bottom: 1px solid #131313;



					text-decoration: none;



					}



				div#main div.post div.title div.postmeta a:hover{



					color: #ff5a00;



					border-bottom: 1px solid #ff5a00;



					text-decoration: none;



					}



		div#main div.post div.entry{



			padding: 10px 20px 0 20px;



			overflow: hidden;/* in case large img or video */



			_width: 150px;



			font-size: 12px;

	

			}



			div#main div.post div.no_result{



				padding: 20px;



				}



				div#main div.post div.no_result p.no_result{



					margin-bottom: 0;



					}



			div#main div.post div.entry a{



				font-weight:bold;



				color: #ff5a00;



				border: none;



				text-decoration: none;



				}



			div#main div.post div.entry a:hover{



				text-decoration: underline;



				}





			div#main div.post div.entry p{



				margin-bottom: 20px;



				}



			/* 20090629 add h1-h6 style in entry */



			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }



			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }



			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }



			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }



			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }



			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }



			



			div#main div.post div.entry ul,



			div#main div.post div.entry ol{



				padding-bottom: 24px;



				margin-left: 40px;



				margin-right: 40px;



				}



			div#main div.post div.entry ul{



				list-style-type: disc;



				}



			div#main div.post div.entry ol{



				list-style-type: decimal;



				}



				div#main div.post div.entry ul li,



				div#main div.post div.entry ol li{



					padding: 1px 0;



					list-style: inside;



					}



			div#main div.post div.entry blockquote{



				background: url(images/blockquote.gif) no-repeat;



				padding: 35px 20px 10px 50px;



				margin: 0 15px 24px 15px;



				background-color: #181818;



				border-top: 1px solid #2a2e2f;



				border-bottom: 1px solid #2a2e2f;



				color: #333;



				}



				div#main div.post div.entry blockquote p{



					margin-bottom: 8px;



					}



			div#main div.post div.entry code{



				font-family: Verdana, "Courier New", mono;



				background-color: #181818;



				border-left: 1px solid #2a2e2f;



				color: #197b30;



				padding: 5px 10px;



				display: block;



				}



			/* 20090629 add table layout */



			div#main div.post div.entry table{



				margin-bottom: 20px;



				border-collapse:collapse;



				border: 1px solid #2a2e2f;



				background-color: #181818;



				color: #333;



				}



				div#main div.post div.entry table td,



				div#main div.post div.entry table th{



					padding: 2px 5px;



					border: 1px solid #2a2e2f;



					}



	div#main div.navigation{



		font-size: 12px;



		}



		div#main div.navigation a{



			display: block;



			color: #ff5a00;



			border: 1px solid #1f2223;



			padding: 0 5px;



			background-color: #101010;



			line-height: 28px;



			}



			div#main div.navigation .left a:hover,



			div#main div.navigation .right a:hover{



				color: #ffffff;



				background-color: #121315;



				}



		div#main div.navigation .left{



			float: left;



			}



		div#main div.navigation .right{



			float: right;



			}



/* END div#main */







div#footer{



	color: #333;



	font-size: 12px;



	background: url(images/footer_bg.gif) repeat-x;



	}



	div#footer div.footer_wrapper{



		width: 960px;



		margin: 0 auto;



		padding: 18px 0;



		/* position: relative; */



		}



		div#footer div.footer_left{



			float: left;



			width: 600px;



			}



		



		div#footer div.footer_left a{



			color: #ccc;



			text-decoration: none;



			}



		div#footer div.footer_left a:hover{



			color: #fff;



			}



/* END div#footer */







div#sidebar{
	width: 300px !important;
	float: left;
	display: inline;/* fix double margin */
	margin: 10px 0 30px 3px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	background-color: #131313;
	border: 1px solid #1f2223;
	display:inline;
	}



	div#sidebar ul{



		background-color: #131313;



		}



		div#sidebar ul li h2{



			background: url(images/sidebar_title_bg.gif) no-repeat;



			background-position: left bottom;



			font-size: 16px;



			line-height: 30px;



			color: #ff5a00;



			background-color: #101010;



			padding: 5px 10px 5px 10px;



			font-weight: normal;



			}



		div#sidebar ul li ul{



			list-style-type: none;



			color: #eee;



			line-height: 20px;



			}



			div#sidebar ul li ul li{



				margin: 0 0 0 20px;



				background: url(images/sidebar_list_bg.gif) no-repeat;



				background-position: left bottom;



				}



			div#sidebar ul li ul li:hover{



				background-color: #0d0d0d;



				}



			div#sidebar ul li ul li a{



				background: none;



				display: inline;



				color: #ccc;



				line-height: 26px;



				text-decoration: none;



				}



			div#sidebar ul li ul li a:hover{



				color: #FFF;



				}



/* END div#sidebar */







/* modify div#sidebar for default widget */







div#sidebar ul li ul li.rc a{



	display: inline;



}







div#sidebar ul li.widget,



div#sidebar ul li.widget_archive,



div#sidebar ul li.widget_categories, 



div#sidebar ul li.widget_search, 



div#sidebar ul li.widget_tag_cloud div, 



div#sidebar ul li.widget_text{/* sidebar_list_bg fix */



	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;



}







div#sidebar ul li.widget h2 a{



	color: #ccc;



}







div#sidebar ul li.widget_archive select, 



div#sidebar ul li.widget_categories select{/* dropdown view */



	margin: 15px 26px;



}







/* calendar widget */



div#sidebar ul li.widget_calendar div#calendar_wrap{



	padding: 15px 26px;



	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;



}







#wp-calendar {



	color: #ccc;



	width: 95%;



	font-family: Verdana, Arial, sans-serif;



}







#wp-calendar caption {



	padding: 5px;



	letter-spacing: 2px;



}







#wp-calendar th, #wp-calendar td {



	padding: 5px;



	text-align: center;



}







#wp-calendar th{



	border-bottom: 1px solid #1f2223;



	border-top: 1px solid #1f2223;



}







#wp-calendar td {



	background: transparent;



}







#wp-calendar td, table#wp-calendar th {



	padding: 3px 0;



}







#wp-calendar a {



	color: #ff5a00;



}







#wp-calendar a:hover {



	text-decoration: underline;



}







#wp-calendar #prev{



	text-align: left;



	padding-left: 5px;



}







#wp-calendar #next{



	text-align: right;



	padding-right: 5px;



}







#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{



	border-top: 1px solid #1f2223;



}







#wp-calendar #prev a, #wp-calendar #next a{



	color: #999;



}







#wp-calendar td#today{



	color: #fff;



	background-color: #101010;



	font-weight: bold;



}







/* multi-level category */



div#sidebar ul li ul li ul li,



div#sidebar ul li ul li ul.children li{



	background: none;



}







div#sidebar ul li ul li ul li:hover,



div#sidebar ul li ul li ul.children li:hover{



	background: none;



}







/* widget rss */



.widget_rss a{



	color: #ccc;



}







/* widget search */



li.widget_search #search{/* 090627fix */



	padding: 10px 30px;



}







li.widget_search form#searchform{



	width: 200px;



	height: 25px;



	border: none;



	background-color: #fff;



	position: relative;



	}



	li.widget_search form#searchform .searchinput{



		position: absolute;



		top: 5px;



		left: 8px;



		color: #333;



		font-size: 12px;



		width: 165px;



		border: 0;



		}



	li.widget_search form#searchform .button{



		position: absolute;



		top: 0px;



		left: 175px;



		background: url(images/mag.gif) no-repeat;



		height: 25px;



		width: 25px;



		border: 0;



		cursor: pointer;



		}







/* tag cloud */



div#sidebar ul li.widget_tag_cloud div{



	padding: 10px 16px;



}







div#sidebar ul li.widget_tag_cloud div a{



	color: #ccc;



}







div#sidebar ul li.widget_tag_cloud div a:hover{



	color: #ff5a00;



}







/* textwidget */



.textwidget{



	margin: 10px 0 10px 0px;

	padding: 0 0 10px 0;



	line-height: 16px;



}







.textwidget p{



	margin-bottom: 10px;



	line-height: 16px;



}







.textwidget a, .textwidget p a{



	color: #ff5a00;



	text-decoration: none;



}







.textwidget a:hover, .textwidget p a:hover{



	text-decoration: underline;



}







/* END modify div#sidebar */







div#main div#comments{



	margin-bottom: 10px;



	}



	div#main div#comments h3{



		float: left;



		font-size: 16px;



		color: #ccc;



		line-height: 24px;



		font-weight: normal;



		}



	div#main div#comments .add_your_comment a{



		float: right;



		font-size: 16px;



		color: #ccc;



		line-height: 24px;



		font-weight: normal;



		}



	div#main div#comments .add_your_comment a:hover{



		color: #ff5a00;



		}



div#main ol.commentlist{



	font-size: 12px;



	color: #ccc;



	overflow: hidden;



	}



	div#main ol.commentlist li{



		margin-bottom: 15px;



		background-color: #101010;



		border: 1px solid #1f2223;



		-moz-border-radius: 2px;



		-webkit-border-radius: 2px;



		padding: 20px 20px 15px 20px;



		}



		div#main ol.commentlist li ul{



			list-style-type: none;



			margin-left: 60px;



			margin-top: 6px;



			}



			div#main ol.commentlist li ul.children li{



				background-color: #0d0d0d;



				border-left: 1px solid #181a1b;



				border-top: 0;



				border-bottom: 0;



				border-right: 0;



				}



		div#main ol.commentlist li div.vcard{



			float: left;



			}



		div#main ol.commentlist li div.vcard div.left{



			width: 56px;



			margin-right: 5px;



			}



			div#main ol li div.left img{



				border: 1px solid #000;



				display: block;



				height: 48px;



				width: 48px;



				}



			div#main ol li div.left div.reply a{



				background: url(images/reply.gif) no-repeat 0 0;



				display: block;



				height: 0;



				padding-top: 17px;



				width: 41px;



				overflow: hidden;



				margin-left: 5px;



				margin-top: 5px;



				}



			div#main ol li div.left div.reply a:hover{



				background-position: 0 -17px;



				}



		div#main ol.commentlist li div.right{



			float: left;



			line-height: 20px;



			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */



			}



			div#main ol.commentlist li div.right p a{



				color: #ccc;



				text-decoration: none;



				border-bottom: 1px solid #ccc;



				}



			div#main ol.commentlist li div.right p a:hover{



				color: #ff5a00;



				border-bottom: 1px solid #ff5a00;



				}



			div#main ol li div.right div.commentmetadata{



				font-size: 12px;



				color: #999;



				border-bottom: 1px solid #181a1b;



				padding-bottom: 3px;



				margin-bottom: 8px;



				}



				div#main ol li div.right div.commentmetadata a{



					color: #ccc;



					text-decoration: none;



					font-weight: bold;



					}



				div#main ol li div.right div.commentmetadata a:hover{



					color: #ff5a00;



					}



			div#main ol li div.right p{



				margin-bottom: 20px;



				}



div#main .comments_navi{



	font-size: 12px;



	}



	div#main .comments_navi .alignleft{



		float: left;



		}



	div#main .comments_navi .alignright{



		float: right;



		}



		div#main .comments_navi .alignleft a, 



		div#main .comments_navi .alignright a{



			display: block;



			color: #ccc;



			border: 1px solid #1f2223;



			padding: 0 5px;



			background-color: #101010;



			line-height: 28px;



			}



		div#main .comments_navi .alignleft a:hover, 



		div#main .comments_navi .alignright a:hover{



			color: #ff5a00;



			background-color: #000;



			}



div#main div#respond{



	background-color: #101010;



	border: 1px solid #181a1b;



	-moz-border-radius: 2px;



	-webkit-border-radius: 2px;



	color: #ccc;



	padding: 15px 20px;



	margin-top: 15px;



	}



	div#main div#respond div.h3_cancel_reply{



		margin-bottom: 5px;



		}



	div#main div#respond h3{



		font-size: 16px;



		color: #ccc;



		line-height: 24px;



		font-weight: normal;



		float: left;



		display: inline;/* fix double margin */



		}



		div#main div#respond span.cancel-comment-reply{



			float: right;



			display: inline;/* fix double margin */



			padding-top: 6px;



			}



		div#main div#respond span.cancel-comment-reply a{



			font-size: 12px;



			color: #999;



			text-decoration: none;



			}



		div#main div#respond span.cancel-comment-reply a:hover{



			color: #ff5a00;



			}



	div#main div#respond form#commentform{



		}



		div#main div#respond form#commentform p{



			font-size: 12px;



			color: #999;



			padding: 3px 0;



			}



			div#main div#respond form#commentform p a{



				color: #fff;



				border: 0;



				}



			div#main div#respond form#commentform p a:hover{



				border-bottom: 1px solid #fff;



				}



		div#main div#respond div.input_area{



			padding: 15px 30px;



			}



			div#main div#respond div .message_input{



				font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;



				background-color: #eee;



				border: 2px solid #000;



				color: #333;



				font-size: 12px;



				padding: 5px;



				height: 120px;



				width: 98%;



				}



		div#main div#respond div.user_info{



			font-size: 12px;



			line-height: 16px;



			display: block;



			padding: 0 30px;



			}



			div#main div#respond div.user_info div.single_field{



				display: inline;



				float: left;



				width: 33%;



				}



				label.desc{



					display: block;



					color: #999;



					padding-bottom: 4px;



					}



					label.desc abbr{



						color: #ff5a00;



						border: 0;



						}



				div#main div#respond div.user_info input.comment_input{



					background-color: #eee;



					color: #333;



					border: 2px solid #000;



					padding: 2px 3px;



					width: 90%;



					}



		div#main div#respond div.submit_button{



			margin: 15px 30px 0;



			}



			div#main div#respond form#commentform div.submit_button input.button{



				display: block;



				background: url(images/submit.gif) no-repeat 0 0;



				width: 76px;



				height: 28px;



				padding: 0;



				border: 0;



				/*text-indent: -9999px; 20090708 no text button*/



				color: #bbb;/*20090708 no text button*/



				font-size: 12px;/*20090708 no text button*/



				cursor: pointer;



				float: left;



				}



			div#main div#respond form#commentform div.submit_button input.button:active{



				background-position: 0 -28px;



				color: #fff;/*20090708 no text button*/



				}



			div.submit_button span.key{



				float: left;



				margin-left: 10px;



				padding-top: 6px;



				font-size: 12px;



				line-height: 16px;



				color: #333;



				}



.nocomments{



	color: #ccc;



	font-size: 16px;



}



/* END single page */







/*---------------- WordPress Generated Classes -------------------*/







.aligncenter,



div.aligncenter{



   display: block;



   margin-left: auto;



   margin-right: auto;



}







.alignleft{



	float: left;



	}



	



.alignright{



	float: right;



	}







img.alignleft{



	display: inline;



	margin-bottom: 2px;



	margin-right: 6px;



	padding: 3px;



	}







img.alignright{



	display: inline;



	margin-bottom: 2px;



	margin-left: 6px;



	padding: 3px;



	}







.wp-caption {



   border: 1px solid #1f2223;



   text-align: center;



   background-color: #0d0d0d;



   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: 12px;



   line-height: 17px;



   padding: 0 4px 5px;



   margin: 0;



   color: #ccc;



}







div#main div.post div.entry div.wp-caption p{



	margin-bottom: 3px;



	padding: 5px;



} 











/*------------------------ Archives Page ------------------------*/







ul.archiveslist{



	color: #ccc;



	font-size: 12px;



}







div#main div.post div.entry  ul.archiveslist li a{



	color: #333;



}







div#main div.post div.entry  ul.archiveslist li a:hover{



	color: #ff5a00;



}







/*------------------------ Links Page ------------------------*/







.linkpage{



	background-color: #131313;



	padding: 10px 15px;



}







.linkpage ul{



	list-style-type: none;



}







.linkpage ul li{



	float: left;



	margin-bottom: 10px;



}







.linkpage ul li ul li{



	float: left;



	width: 130px;



	text-align: center;



	margin: 5px 12px;



	line-height: 180%;



	background-color: #202020;



}







.linkpage ul li ul li a{



	color: #ccc;



	display: block;



	text-decoration:none;



	border: 1px solid #1f2223;



	font-size: 12px;



}







.linkpage ul li ul li a:hover{



	background-color: #0d0d0d;



	border: 1px solid #1f2223;



	color: #ff5a00;



}







.linkpage ul li h3{



	margin-bottom: 5px;



	margin-left: 12px;



}







/*------------------------ Strong ------------------------*/







div.strong{



	color: #fff;



	font-size: 18px;



	padding: 10px 0;



	margin-bottom: 25px;



}







div.strong .keyword{



	color: #ff5a00;



}







/*------------------------ Sticky Footer ------------------------*/



/*--------------- Code from www.cssstickyfooter.com -------------*/







html, body, #page_wrap{



	height: 100%;



}







body > #page_wrap{



	height: auto; min-height: 100%;



}







#container{



	padding-bottom: 203px;/* must be same height as the footer */

	text-align:left;



}







#footer{



	position: relative;



	margin-top: -48px; /* negative value of footer height */



	height: 48px;



	clear:both;



}



/*-----------------------------UG------------------------*/

.blog_title{width:100%; margin:0; float:left; display:inline;}

.blog_title .logo{width:310px; height:92px; background:url(logo-ug.png)no-repeat; float:left; display:inline;}.chave STRONG{color:#FF0000; font-szie:15px}



#fb-like{width:100px; height:30px; text-align:right; margin:0; float:right: display:inline}



.postauthor {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 10px 0;
    height:100px;
    }

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }

#frame likebox {background:#FFF !important; border: 2px solid #dddddd; z-index: 10; overflow: hidden; position: relative; top:-1px; esquerda:-2px;} 
#frame likebox-iframe {background:#FFF !important; left:-5px; overflow: posiÃ§Ã£o; ocultos: relative; top:-1px;}

/* Starbattle*/
DIV.dados{font-family:Arial; font-size:12px; color:#999;}
DIV.dados input, DIV.dados select{font-family:Arial; font-size:12px; color:#333; margin:5px 0 0 0}
DIV.login input, DIV.login select{font-family:Arial; font-size:12px; color:#333; margin:5px 0 0 0}
DIV.dados span, DIV.login span{font-family:Arial; font-size:12px; color:#999; margin:5px 0 0 0}
DIV.dados legend, DIV.login legend{font-family:Arial; font-size:12px; color:#999; margin:5px 0 0 0}
.dados .equipe{font:bold 14px Arial; color:#C1FFFF;}
DIV.dados FORM FIELDSET, DIV.login FORM FIELDSET{font-weight:bold;border:2px solid #999;width:auto}
DIV.login FORM FIELDSET{margin-top:10px}
DIV.campoItem{float:left; clear:both;padding:10px}
DIV.campoItem SPAN{display:block; font-weight:bold}
DIV.campoItem INPUT{border:1px solid #999;width:350px}
DIV.campoItem INPUT.senha{border:1px solid #999;width:150px}
DIV.campoItem INPUT.botao{width:auto}
DIV.campoItem SPAN STRONG{color:#FFF}
.listaUsuarios{width:600px; margin:0; float:left; display:inline;}
.listaUsuarios .titulo{font:bold 14px Arial; color:#0084FF}
.listaEquipes{width:600px; margin:25px 0 0 0; float:left; display:inline;}
.listaEquipes .titulo{font:bold 14px Arial; color:#FFF}
.listaUsuarios UL, .listaEquipes UL{list-style:none}			
.comEquipe{font-weight:bold; color:#FFF!important}

.dados .usuario{font:bold 14px Arial; color:#c1ffff;}
.logout{font:bold 14px Arial; color:#c1ffff; margin:0 0 10px 0; float:right; display:inline}
.equipe .sair{font:normal 12px Arial; color:#c1ffff;}

#listaUsuarios{width:640px; margin:30px 0 0 0; clear:left; float:left; display:inline}
#listaUsuarios .topo{width:640px; height:35px; background:#003766; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #39b3da}
#listaUsuarios .topo p{font:bold 14px Arial; color:#c1ffff; margin:10px 0 0 10px; float:left; display:inline;}

#listaUsuarios .menu{width:640px; height:35px; background:#01213a; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #02294a}
#listaUsuarios .menu .nick{width:160px; height:35px; text-align:left; margin:0; clear:left; float:left; display:inline}
#listaUsuarios .menu .nick p{margin:10px 0 0 20px; float:left; display:inline}
#listaUsuarios .menu .idioma{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .menu .equipe{width:250px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .menu .status{width:110px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .menu .contato{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .menu p{font:normal 12px Arial; color:#C1FFFF; margin:10px auto 0 auto;}

#listaUsuarios .usuario{width:640px; height:35px; background:#00192f; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}
#listaUsuarios .usuario .nick{width:160px; height:35px; text-align:left; margin:0; clear:left; float:left; display:inline}
#listaUsuarios .usuario .nick p{font:normal 12px Arial; color:#00D683; margin:10px 0 0 20px;}
#listaUsuarios .usuario .idioma{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .usuario .idioma p{font:normal 12px Arial; color:#00D683; margin:10px auto 0 auto;}
#listaUsuarios .usuario .equipe{width:250px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .usuario .equipe p{font:normal 12px Arial; color:#6ea6ca; margin:10px auto 0 auto;}
#listaUsuarios .usuario .equipe a{font:normal 12px Arial; color:#47c5ff}
#listaUsuarios .usuario .equipe a:hover{font:normal 12px Arial; color:#C1FFFF}
#listaUsuarios .usuario .status{width:110px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .usuario .status p{font:normal 12px Arial; color:#6ea6ca; margin:10px auto 0 auto;}
#listaUsuarios .usuario .status a{font:normal 12px Arial; color:#47c5ff}
#listaUsuarios .usuario .contato{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaUsuarios .usuario .contato p{font:normal 12px Arial; color:#6ea6ca; margin:10px auto 0 auto;}

#listaEquipes {width:640px; margin:30px 0 0 0; clear:left; float:left; display:inline;}
#listaEquipes .topo{width:640px; height:35px; background:#003766; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #39b3da}
#listaEquipes .topo p{font:bold 14px Arial; color:#c1ffff; margin:10px 0 0 10px; float:left; display:inline;}

#listaEquipes .menu{width:640px; height:35px; background:#01213a; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #02294a}
#listaEquipes .menu .nomeEquipe{width:200px; height:35px; text-align:left; margin:0 0 0 0; clear:left; float:left; display:inline}
#listaEquipes .menu .nomeEquipe p{margin:10px 0 0 10px; float:left; display:inline}
#listaEquipes .menu .integrantes{width:340px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaEquipes .menu .lider{width:100px; height:35px; text-align:center; margin:0; float:left; display:inline}
#listaEquipes .menu p{font:normal 12px Arial; color:#C1FFFF; margin:10px auto 0 auto;}

#listaEquipes .equipe{width:640px; height:auto; background:#00192f; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}
#listaEquipes .equipe .nomeEquipe{width:200px; height:auto; text-align:center; margin:0; overflow:hidden; clear:left; float:left; display:inline}
#listaEquipes .equipe .nomeEquipe p{font:normal 12px Arial; color:#00D683; margin:10px auto 0 auto;}
#listaEquipes .equipe .nomeEquipe a{font:normal 12px Arial; color:#47c5ff; margin:10px 0 0 10px; float:left; display:inline}
#listaEquipes .equipe .nomeEquipe a:hover{font:normal 12px Arial; color:#C1FFFF; margin:10px 0 0 10px; float:left; display:inline}
#listaEquipes .equipe .integrantes{width:340px; height:35px; text-align:center; margin:10px 0 0 0; float:left; display:inline}
#listaEquipes .equipe .integrantes p{font:normal 12px Arial; color:#6ea6ca; margin:10px auto 0 auto;}
#listaEquipes .equipe .lider{width:100px; height:35px; text-align:center; margin:10px 0 0 0; float:left; display:inline}
#listaEquipes .equipe .lider p{font:normal 12px Arial; color:#6ea6ca; margin:10px auto 0 auto;}
#listaEquipes .equipe .lider a{font:bold 12px Arial; color:#47c5ff}
#listaEquipes .equipe .lider a:hover{font:bold 12px Arial; color:#C1FFFF}

.moldura {
background: url("/blog/wp-content/themes/pyrmont-v2/images/logo-avatar-star-battel.png") no-repeat scroll 0 0 transparent;
height: 37px;
width: 41px;
margin:0 0 10px 10px;
float: left;
display: inline;
}
.moldura img{vertical-align:middle;margin: 2px 0 0 -1px}

.modal #mask, .modal #maskEquipe {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
.modal .window, .modal .windowEquipe {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border:2px solid #47C5FF;
}
 
.modal #conteudoForm, .modal #conteudoReplayForm, .modal #conteudoEquipe {
  width:450px; 
  height:203px;
  padding:10px;
  background-color:#00192f;
}

.modal #conteudoForm legend, .modal #conteudoReplayForm legend {
  font:bold 14px Arial; 
  color:#47c5ff;
  margin:0 0 0 20px;
  float:left;
}

.modal #conteudoForm .close, .modal #conteudoReplayForm .close, .modal #conteudoEquipe .close {
  font:bold 14px Arial; 
  color:#47c5ff;
  margin:0px;	
}

.modal #conteudoForm input, .modal #conteudoReplayForm input {
  width:100px;	
  font:normal 14px Arial; 
  color:#000;
  margin-top:10px;
}
.modal p{width:450px; font:normal 14px Arial; color:#47c5ff; text-align:left; margin:5px 0; clear:left; float:left; display:inline}
.modal #nomeEquipe, SPAN.equipeForm{font:normal 14px Arial; color:#00D683;}
.modal #siglaEquipe{font:normal 14px Arial; color:#00D683;}
.modal #integrantesEquipe{font:normal 14px Arial; color:#00D683;}
.modal #liderEquipe{font:bold 14px Arial; color:#C1FFFF;}
.modal .moldura {width:41px; height:37px; background: url("/blog/wp-content/themes/pyrmont-v2/images/logo-avatar-star-battel.png") no-repeat scroll 0 0 transparent; margin:0 0 10px 0; float:left; display:inline;}
.modal .moldura img{vertical-align:middle;margin: 2px 0 0 -1px}

.modal #mask, .modal #maskEquipe {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

/* Balao de Informacao */
#balaoInformacao{
	position:absolute;
	display: none;
	z-index:1
}

#balaoInformacao DIV.esquerda {
	background:url('/imagens/star-battle/sprite-balao.png') no-repeat scroll 0 0 transparent;
	float:left;
	height:30px;
	width:5px
}

#balaoInformacao DIV.centro {
	background:url('/imagens/star-battle/bg-balao.png') repeat-x scroll -13px 0 transparent;
	float:left;
	height:35px		
}

#balaoInformacao DIV.direita {
	background:url('/imagens/star-battle/sprite-balao.png') no-repeat scroll -6px 0px transparent;
	float:left;
	height:30px;
	width:5px
}

#balaoInformacao DIV DIV#valorLegenda {
	background:url('/imagens/star-battle/sprite-balao.png') no-repeat scroll -11px 0 transparent;
	float:left;
	padding:9px 5px 0;
	height:35px;
	font-size:11px
}

.informacao{
	position:relative;
	cursor:pointer
}
/* Balao de Informacao */

/*Login Torneio*/
#login-torneio{width:908px; height:200px; background:#00192f; margin:20px 0 20px 15px; float:left; display:inline; padding:2px; border:2px solid #02294a}
#login-torneio p{font:bold 14px Arial; color:#47C5FF; margin:10px 0 0 10px; float:left; display:inline}
#login-torneio .texto{font:bold 14px Arial; color:#C1FFFF;}
#login-torneio .texto .usuario{font:bold 14px Arial; color:#47C5FF;}
#login-torneio .deslogar{font:bold 14px Arial; color:#C1FFFF; margin:10px 10px 0 0; float:right; display:inline}
#login-torneio .regras{width:150px; margin:30px 0 0 10px; clear:left; float:left; display:inline}
#login-torneio .regras p{font:bold 14px Arial; color:#C1FFFF; margin:0; float:left; display:inline}
#login-torneio .regras .brasil{margin:10px 0 0 20px; clear:left; float:left; display:inline}
#login-torneio .regras .espanhol{margin:10px 0 0 40px; float:left; display:inline}
#login-torneio .forum{width:150px; margin:30px 0 0 10px; float:left; display:inline}
#login-torneio .forum a{font:bold 14px Arial; color:#C1FFFF; text-decoration:underline; margin:0; float:left; display:inline}
#login-torneio .organizadores{width:150px; margin:15px 0 0 10px; clear:left; float:left; display:inline}
#login-torneio .organizadores .admin{font:bold 14px Arial; color:#C1FFFF; margin:0; float:left; display:inline}
#login-torneio .organizadores .usuarios{font:normal 14px Arial; color:#47C5FF; margin:10px 0 0 0; float:left; display:inline}
#login-torneio .organizadores ul{width:600px; margin:15px 0 0 0; float:left; display:inline}
#login-torneio .organizadores ul .email{margin:5px 0 0 0; clear:left; float:left; display:inline}
#login-torneio .organizadores ul .texto{font:normal 14px Arial; color:#47C5FF; margin:3px 0 0 10px; float:left; display:inline}
#login-torneio .deslogado{width:900px; height:100px; text-align:left; margin:5px 0 0 0; float:left; display:inline}
#login-torneio .deslogado legend{font:bold 14px Arial; color:#C1FFFF;}
#login-torneio .deslogado .email{font:bold 12px Arial; color:#47C5FF; margin:0; clear:left; float:left; display:inline}
#login-torneio .deslogado .senha{font:bold 12px Arial; color:#47C5FF; margin:0; clear:left; float:left; display:inline}
#login-torneio .deslogado span input{margin:0; clear:left; float:left; display:inline}
#login-torneio .deslogado .botao{width:70px; height:20px; font:normal 12px Arial; color:#C1FFFF; background:#003766; cursor:pointer; cursor:hand; margin:0; clear:left; float:left; display:inline; border:2px solid #02294a }
#login-torneio .deslogado .obrigatorio{font:bold 10px Arial; color:#47C5FF; margin:0; clear:left; float:left; display:inline}

/* Tabela de Classificação */
#tabela-classificacao{width:500px; margin:0; clear:left; float:left; display:inline;}
#tabela-classificacao .topo{width:500px; height:35px; background:#003766; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #39b3da}
#tabela-classificacao .topo p{font:bold 14px Arial; color:#c1ffff; margin:10px auto 0 auto;}
#tabela-classificacao .menu{width:500px; height:35px; background:#01213a; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #02294a}
#tabela-classificacao .menu .classificacao{width:80px; height:35px; text-align:left; margin:0; clear:left; float:left; display:inline}
#tabela-classificacao .menu .classificacao p{font:normal 12px Arial; color:#C1FFFF; margin:10px 0 0 20px;}
#tabela-classificacao .menu .equipe{width:120px; height:35px; text-align:left; margin:0 0 0 10px; float:left; display:inline}
#tabela-classificacao .menu .jogos{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .menu .vitorias{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .menu .derrotas{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .menu .kills{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .menu p{font:normal 12px Arial; color:#C1FFFF; margin:10px auto 0 auto;}
	
#tabela-classificacao .usuario{width:500px; height:auto; background:#00192f; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}
#tabela-classificacao .usuario .posicao{width:80px; height:auto; text-align:center; margin:0; clear:left; float:left; display:inline}
#tabela-classificacao .usuario .posicao p{width:80px; font:normal 12px Arial; color:#47C5FF; margin:15px 0 0 0;}
#tabela-classificacao .usuario .informacao{width:130px; height:auto; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .usuario .informacao p{margin:7px auto 0 auto;}
#tabela-classificacao .usuario .informacao .nome-equipe{margin:10px 0 0 10px; float:left; display:inline}
#tabela-classificacao .usuario .informacao a{font:normal 12px Arial; color:#00D683;}
#tabela-classificacao .usuario .informacao .moldura {
background: url("/blog/wp-content/themes/pyrmont-v2/images/logo-avatar-star-battel.png") no-repeat scroll 0 0 transparent;
height: 37px;
width: 41px;
margin:0 0 5px 10px;
float: left;
display: inline;
}
#tabela-classificacao .usuario .informacao .moldura img{vertical-align:middle;margin: 2px 0 0 -1px}
#tabela-classificacao .usuario .jogos{width:70px; height:auto; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .usuario .jogos p{font:normal 12px Arial; color:#47C5FF; margin:15px auto 0 auto;}
#tabela-classificacao .usuario .vitorias{width:70px; height:auto; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .usuario .vitorias p{font:normal 12px Arial; color:#47C5FF; margin:15px auto 0 auto;}
#tabela-classificacao .usuario .derrotas{width:70px; height:auto; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .usuario .derrotas p{font:normal 12px Arial; color:#47C5FF; margin:15px auto 0 auto;}
#tabela-classificacao .usuario .kills{width:70px; height:auto; text-align:center; margin:0; float:left; display:inline}
#tabela-classificacao .usuario .kills p{font:normal 12px Arial; color:#47C5FF; margin:15px auto 0 auto;}

/* Tabela de Killers */
#tabela-killers{width:400px; margin:0; float:left; display:inline;}
#tabela-killers .topo{width:400px; height:35px; background:#003766; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #39b3da}
#tabela-killers .topo p{font:bold 14px Arial; color:#c1ffff; margin:10px auto 0 auto;}
#tabela-killers .menu{width:400px; height:35px; background:#01213a; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #02294a}
#tabela-killers .menu .classificacao{width:60px; height:35px; text-align:left; margin:0; clear:left; float:left; display:inline}
#tabela-killers .menu .classificacao p{font:normal 12px Arial; color:#C1FFFF; margin:10px 0 0 10px;}
#tabela-killers .menu .nome{width:80px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .menu .equipe{width:90px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .menu .kills{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .menu .jogos{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .menu .contato{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .menu p{font:normal 12px Arial; color:#C1FFFF; margin:10px auto 0 auto;}
	
#tabela-killers .usuario{width:400px; height:35px; background:#00192f; position:relative; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}
#tabela-killers .usuario .posicao{width:60px; height:35px; text-align:center; margin:0; clear:left; float:left; display:inline}
#tabela-killers .usuario .posicao p{width:60px; font:normal 12px Arial; color:#47C5FF; margin:10px 0 0 0;}
#tabela-killers .usuario .nome{width:80px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .usuario .nome p{font:normal 12px Arial; color:#00D683; margin:10px auto 0 auto;}
#tabela-killers .usuario .lider p{font:bold 12px Arial; color:#C1FFFF; margin:10px auto 0 auto;}
#tabela-killers .usuario .nome .caveira{position:absolute; top:3px; left:15px;}
#tabela-killers .usuario .informacao{width:90px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .usuario .informacao p{font:normal 12px Arial; color:#47C5FF; margin:10px auto 0 auto;}
#tabela-killers .usuario .kills{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .usuario .kills p{font:normal 12px Arial; color:#47C5FF; margin:10px auto 0 auto;}
#tabela-killers .usuario .jogos{width:50px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .usuario .jogos p{font:normal 12px Arial; color:#47C5FF; margin:10px auto 0 auto;}
#tabela-killers .usuario .contato{width:70px; height:35px; text-align:center; margin:0; float:left; display:inline}
#tabela-killers .usuario .contato p{font:normal 12px Arial; color:#47C5FF; margin:10px auto 0 auto;}
#tabela-killers .usuario .contato img{margin:0 5px 0 0}

/* Tabela de Jogos */
#tabela-jogos{width:500px; margin:20px 0 0 0; clear:left; float:left; display:inline;}
#tabela-jogos .topo{width:500px; height:35px; background:#003766; margin:0; text-align:center; clear:left; float:left; display:inline; border-bottom:2px solid #39b3da}
#tabela-jogos .topo p{font:bold 14px Arial; color:#c1ffff; margin:10px auto 0 auto;}
#tabela-jogos .ida{width:500px; background:#00192f; text-align:center; margin:0; padding:0 0 20px 0; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}

#tabela-jogos .ida li{width:230px; height:35px; margin:5px 0 0 60px; float:left; display:inline; border:1px solid #02294a}
#tabela-jogos .ida li .lado1{width:70px; font:normal 14px Verdana; color:#47C5FF; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .ida li .versus{width:30px; margin:7px 0 0 0; float:left; display:inline}
#tabela-jogos .ida li .lado2{width:70px; font:normal 14px Verdana; color:#47C5FF; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .ida li .vitoria{width:30px; font:normal 14px Verdana; color:#0d5a05; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .ida li .derrota{width:30px; font:normal 14px Verdana; color:#e42410; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .ida .replay{width:70px; text-align:center; margin:5px 0 0 0; float:left; display:inline}
#tabela-jogos .ida .replay img{margin:7px 0 0 0;}
#tabela-jogos .ida .ao-vivo{width:70px; text-align:center; margin:5px 0 0 0; float:left; display:inline}
#tabela-jogos .ida .ao-vivo img{margin:7px 0 0 0;}

#tabela-jogos .volta{width:500px; background:#00192f; text-align:center; margin:0; padding:0 0 20px 0; clear:left; float:left; display:inline; border-bottom:1px solid #02294a}

#tabela-jogos .volta li{width:230px; height:35px; margin:5px 0 0 60px; float:left; display:inline; border:1px solid #02294a}
#tabela-jogos .volta li .lado1{width:70px; font:normal 14px Verdana; color:#47C5FF; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .volta li .versus{width:30px; margin:7px 0 0 0; float:left; display:inline}
#tabela-jogos .volta li .lado2{width:70px; font:normal 14px Verdana; color:#47C5FF; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .volta li .vitoria{width:30px; font:normal 14px Verdana; color:#0d5a05; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .volta li .derrota{width:30px; font:normal 14px Verdana; color:#e42410; margin:10px 0 0 0; float:left; display:inline}
#tabela-jogos .volta .replay{width:70px; text-align:center; margin:5px 0 0 0; float:left; display:inline}
#tabela-jogos .volta .replay img{margin:7px 0 0 0;}
#tabela-jogos .volta .ao-vivo{width:70px; text-align:center; margin:5px 0 0 0; float:left; display:inline}
#tabela-jogos .volta .ao-vivo img{margin:7px 0 0 0;}
