/* @override 
	http://gurustudev.com/~pat/ignitetulsa/wp/wp-content/themes/ignitetulsa/style.css
	http://ignitetulsa.org/wp/wp-content/themes/ignitetulsa/style.css
*/

/*
Theme Name: Ignite Tulsa
Theme URI: http://gurustugroup.com
Description: Theme for client
Author: the GuRuStu Group team
Version: 0.1
*/

/* 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, sub, sup, 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-color: 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;
}

div.screen-reader-text{
	display: none !important;
}

/* @group Basic Link Styling */

a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #f01720;
}

/* @end */

/* @group Main layout styling */
html{
	background: #000;
}

body{
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
#top{
	width: 100%;
	min-width: 974px;
	background: #202020 url(img/main_bg.gif) no-repeat center top;
	position: relative;
	padding-top: 29px;
	
}

#top_bar,
#bottom_bar{
	position: absolute;
	left: 0;
	width: 100%;
	background: url(img/bar_grad.png) repeat-y center center;
}
#top_bar{
	background-color: #0b323f;
	height: 146px;
	top: 347px;
}
#bottom_bar{
	background-color: #484848;
	height: 253px;
	top: 520px;
}
.wrap{
	width: 974px;
	margin: 0 auto;
}

#top .wrap{
	background: #fff url(img/right_rep.gif) repeat-y right center;
	min-height: 900px;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}

/* @end */

/* @group Header */

#header{
	height: 275px;
	background: url(img/right_ends.png) no-repeat right -133px;
}

h1#logo a{
	display: block;
	height: 166px;
	width: 200px;
	position: absolute;
	background: url(img/logo_highres.gif) no-repeat left top;
	text-indent: -40em;
	overflow: hidden;
	top: 65px;
	left: 57px;
}
h1#logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}

#site-description{
	position: absolute;
	background: url(img/tagline.gif) no-repeat left top;
	display: block;
	width: 276px;
	height: 55px;
	overflow: hidden;
	text-indent: -30em;
	top: 175px;
	left: 310px;
}

#header .social_links{
	position: absolute;
	right: 79px;
	top: 20px;
	width: 237px;
	height: 32px;
	margin-top: 1px;
}

#header .social_links li{
	width: 32px;
	float: left;
	margin-left: 12px;
}

#header .social_links li a{
	display: block;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -50em;
}
#header .social_links li a:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}
#header .social_links li.fb a{
	background-image: url(img/social_icons/facebook-32x32.png);
}
#header .social_links li.yt a{
	background-image: url(img/social_icons/youtube-32x32.png);
}
#header .social_links li.fl a{
	background-image: url(img/social_icons/flickr-32x32.png);
}
#header .social_links li.tw a{
	background-image: url(img/social_icons/twitter-32x32.png);
}
#header .social_links li.feed{
	margin-right: 0;
}
#header .social_links li.feed a{
	background-image: url(img/social_icons/feed-32x32.png);
	
}

/* @end */

#header a.ticket{
	position: absolute;
	right: 75px;
	background: url(img/ticket.gif) no-repeat left top;
	display: block;
	top: 67px;
	width: 238px;
	height: 93px;
	overflow: hidden;
	text-indent: -40em;
}
#header a.ticket:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}

/* @group Sponsors */

#sponsors{
	overflow: hidden;
	min-height: 200px;
}
#sponsors ul{

}
#sponsors ul li{
	position: absolute;
	width: 262px;
	background: #fff;
}

#sponsors ul li a{
	display: block;
}

#sponsors ul li a img{
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}

/* @end */

/* @group Event Info */

#event_info{
	height: 148px;
	background-color: #00bfff;
	background-image: url(img/event-slope-3.png);
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(0,136,204)),
	    color-stop(1, rgb(0,191,255))
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    rgb(0,136,204) 0%,
	    rgb(0,191,255) 100%
	);
	margin-right: 60px;
	position: relative;
}
#event_info .ramp{
	width: 60px;
	height: 189px;
	position: absolute;
	right: -60px;
	top: 0;
	background-color: transparent;
	background-image: url(img/ramp.png);
	background-repeat: no-repeat;
}
#event_info a.cal-link{
	display: block;
	position: absolute;
	width: 197px;
	right: 36px;
	top: 1px;
	height: 129px;
	z-index: 500;
	overflow: hidden;
	text-indent: -40em;
	/*border: 3px solid #fcf4e9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
#event_info a.cal-link:hover{
	background-color: rgba(253,247,234,0.51);
}
#event_info .info{
	overflow: hidden;
}
#event_info .info p{
	display: block;
	float: left;
	width: 139px;
	height: 128px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 21px;
	margin-top: 10px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	line-height: 19px;
	font-weight: bold;
	font-size: 19px;
	background-image: url(img/trans_30.png);
}

#event_info .info p strong{
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 97px;
	font-weight: bold;
}
#event_info .info p.talks strong{
	background: url(img/18.png) no-repeat 6px 1px;
}
#event_info .info p.num-5 strong{
	background: url(img/5.png) no-repeat 9px 3px;
}
#event_info .info p.num-20 strong{
	background: url(img/20.png) no-repeat 8px 3px;
}
#event_info .info p.talks strong,
#event_info .info p.infin strong,
#event_info .info p.num-5 strong,
#event_info .info p.num-20 strong{
	overflow: hidden;
	text-indent: -40em;
	height: 128px;
}

#event_info .info p.infin strong{
	background: url(img/infini.png) no-repeat 8px 2px;
	text-indent: -40em;
	overflow: hidden;
}
#event_info .info p a.submit{
	display: block;
	font-size: 5em;
	line-height: 97px;
	overflow: hidden;
	text-indent: -30em;
	background: url(img/submit_btn.png) no-repeat center center;
}
#event_info .info p.submit{
	background-image: url(img/submit_txt.png);
	text-indent: -40em;
}
#event_info .info p a:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}
#event_info .info p.talks a{
	display: block;
	height: 122px;
	border: 3px solid transparent;
}
#event_info .info p.talks a:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #fff;
	opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}
#event_info .info p.talks a:hover strong{
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}
/* @group Page Specific Event Info Styling */

/* @group PRess Page */
body.page-id-9 #event_info{
	background-color: #611CE6;
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #4c12b9),
	    color-stop(1, #611CE6)
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    #4c12b9 0%,
	    #611CE6 100%
	);
}
body.page-id-9 #event_info .ramp{
	background-position: -120px;
}
body.page-id-9 #top_bar{
	background-color: #2a0969;
}
/* @end */

/* @group Sponsorship Page */
body.page-id-6 #event_info{
	background-color: #13BD09;
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #0d9605),
	    color-stop(1, #13BD09)
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    #0d9605 0%,
	    #13BD09 100%
	);
}
body.page-id-6 #event_info .ramp{
	background-position: -60px;
}
body.page-id-6 #top_bar{
	background-color: #0F350D;
}
/* @end */

/* @group Video Page */
body.page-id-12 #event_info{
	background-color: #FFA819;
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #e08b00),
	    color-stop(1, #FFA819)
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    #e08b00 0%,
	    #FFA819 100%
	);
}
body.page-id-12 #event_info .ramp{
	background-position: -180px;
}
body.page-id-12 #top_bar{
	background-color: #6C4400;
}
/* @end */

/* @group Contact Page */
body.page-id-20 #event_info{
	background-color: #666666;
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #515151),
	    color-stop(1, #666666)
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    #515151 0%,
	    #666666 100%
	);
}
body.page-id-20 #event_info .ramp{
	background-position: -300px;
}
body.page-id-20 #top_bar{
	background-color: #242424;
}
/* @end */

/* @group Home Page */
body.home #event_info{
	/*background-color: #00c0ff;*/
}
/* @end */

/* @group Blog Pages */
body.single-post #event_info,
body.blog #event_info{
	background-color: #f24500;
	background-image: url(img/event-slope-3.png), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #f24500),
	    color-stop(1, #ff4f00)
	);
	background-image: url(img/event-slope-3.png), -moz-linear-gradient(
	    center bottom,
	    #f24500 0%,
	    #ff4f00 100%
	);
}
body.single-post #event_info .ramp,
body.blog #event_info .ramp{
	background-position: -240px;
}
body.single-post #top_bar,
body.blog #top_bar{
	background-color: #6C1E00;
}
/* @end */




/* @end */

#event_info div.date{
	background: url(img/date.png) no-repeat left top;
	position: absolute;
	right: 17px;
	top: -112px;
	width: 231px;
	height: 288px;
	padding-right: 6px;
	z-index: 300;
}
#event_info div.date a{
	display: block;
	text-decoration: none;
	color: #515151;
}
#event_info div.date a:hover{
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}
#event_info div.date span{
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 12px;
	/*background: url(img/september.png) no-repeat 46px 50px;
	text-indent: -40em;*/
	overflow: hidden;
}

#event_info div.date strong{
	display: block;
	font-size: 90px;
	text-align: center;
	line-height: 190px;
	margin-bottom: -23px;
	/*background: url(img/16.png) no-repeat center center;
	text-indent: -40em;*/
  overflow: hidden;
}

#event_info div.date strong span{
	font-size: 28px;
	display: none;
}

#event_info div.date em{
	position: absolute;
	top: 98px;
	right: 18px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

#event_info div.date a.location{
	display: block;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	width: 187px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #797979;
	color: #555;
	font-weight: normal;
	font-style: normal;
}
#event_info div.date a.location:hover{
	border-bottom: none;
}

/* @end */

/* @group Navigation */

.navigation{
	padding: 5px 10px;
	background-color: #f8f8f8;
	border: 1px solid #eeedee;
	border-bottom-style: none;
	border-top-color: #dadada;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 28px;
	overflow: hidden;
	zoom: 1;
}

#nav-below.navigation {
	margin-top: -10px;
}

.navigation .nav-previous{
	float: left;
}
.navigation .nav-next{
	float: right;
}

.navigation a{
	display: block;
	margin: 5px 0;
}
/* @end */

/* @group Inside styling */

#posts{
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-top: 40px;
	position: relative;
	z-index: 120px;
	clear: left;
}
#extra-top{
	color: #575757;
	padding-bottom: 20px;
	font-size: 16px;
}
#extra-top h2.extra-title{
	font-weight: normal;
}

#extra-top h2.extra-title span{
	font-weight: bold;
}
#extra-top .archive-meta{
	font-size: 12px;
	color: #767676;
}

#extra-top .archive-meta p{
	margin: 10px 0;
}

#posts{
	font-size: 14px;
	margin-bottom: -30px;
}
.entry-title{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 10px;
}
.page .entry-title a:visited,
.page .entry-title a:link{
	color: #202020;
}
.page .entry-title a{
	text-decoration: none;
}

.post{
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e3e3e3;
}

#post-list .post:last-child{
	border-bottom: none;
}

.entry-utility,
.entry-meta{
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
	margin-bottom: 5px;
}

/* @group Sidebar */


#sidebar{
	float: right;
	padding-right: 60px;
	padding-top: 39px;
	width: 262px;
	position: relative;
	z-index: 110;
}
#sidebar .widget-title{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

#sidebar .widget-container{
	margin-bottom: 20px;
}
.widget_nav_menu{
	margin-right: -60px;
	padding-right: 60px;
	background: url(img/nav_side.png) no-repeat right 1px;
	margin-bottom: 20px;
}
.widget_nav_menu .menu-main-menu-container{
	border: 1px solid #D6D6D6;
	border-right: 0;
	padding: 7px 17px 7px 7px;
	height: 277px;
	width: 237;
	background: url(img/nav_bg.gif) no-repeat 7px 7px;
}
.widget_nav_menu .menu-main-menu-container ul{
	height: 275px;
	overflow: hidden;
	padding-right: 5px;
}

.widget_nav_menu .menu-main-menu-container ul li{
	background: #fff;
	margin-bottom: 2px;
	border-left: 8px solid #666666;
}

.widget_nav_menu .menu-main-menu-container ul li a{
	display: block;
	height: 43px;
	line-height: 47px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
	margin-left: 8px;
	font-size: 22px;
}
.widget_nav_menu .menu-main-menu-container ul li a:hover{
	background-color: #f2f2f2;
}

.widget_nav_menu .menu-main-menu-container ul li.current-menu-item a{
	color: #fff;
	background-color: #888;
}

/* @group Page Specific */

.widget_nav_menu .menu-main-menu-container ul li.menu-item-5{
	border-color: #00c0ff;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-5 a{
	background-color:  #00c0ff;
}

.widget_nav_menu .menu-main-menu-container ul li.menu-item-8{
	border-color: #0fbd06;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-8 a{
	background-color: #0fbd06;
}

.widget_nav_menu .menu-main-menu-container ul li.menu-item-11{
	border-color: #601be6;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-11 a{
	background-color: #601be6;
}

.widget_nav_menu .menu-main-menu-container ul li.menu-item-14{
	border-color: #ffa817;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-14 a{
	background-color: #ffa817;
}

.widget_nav_menu .menu-main-menu-container ul li.menu-item-17{
	border-color: #ff4f00;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-17 a{
	background-color: #ff4f00;
}

.widget_nav_menu .menu-main-menu-container ul li.menu-item-22{
	border-color: #666;
}
.widget_nav_menu .menu-main-menu-container ul li.current-menu-item.menu-item-22 a{
	background-color: #666;
}

/* @end */

/* @end */

/* @group Basic WordPress Blog Styles */


/* @group Images */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* @end */

/* @group Pullquotes */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */

/* @group Entry Styling */

.entry-summary,
.entry-content{
	font-size: 1em;
	line-height: 1.5em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 0.9em;
}

.entry-content h1{
	font-size: 26px;
}
.entry-content h2{
	font-size: 21px;
	display: ;
}
.entry-content h3{
	font-size: 19px;
}
.entry-content h4{
	font-size: 17px;
}
.entry-content h5{
	font-size: 15px;
}
.entry-content h1 + h2{
	margin-top: 0.1em;
}

.entry-content p{
	margin: 10px 0;
}

/* Text elements */
.entry-content ul {
	list-style: square;
	margin: 0 0 10px 1.5em;
}
.entry-content ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
.entry-content ol ol {
	list-style:upper-alpha;
}
.entry-content ol ol ol {
	list-style:lower-roman;
}
.entry-content ol ol ol ol {
	list-style:lower-alpha;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom:0;
}
.entry-content dl {
	margin:0 0 24px 0;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 18px;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite,
.entry-content em,
i {
	font-style: italic;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content ins {
	background: #ffc;
	text-decoration: none;
}
.entry-content blockquote {
	font-style: italic;
	padding: 0 3em;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i {
	font-style: normal;
}
.entry-content pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content sup,
.entry-content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content input[type="text"],
.entry-content textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.entry-content table{
	width: 100%;
	border: 1px solid #dbd7ce;
}
#posts .entry-content table thead tr{
	background-color: #74655d;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#posts .entry-content table thead tr td{
	padding-bottom: 5px;
	padding-top: 10px;
}
.entry-content table tbody tr{
	border-top: 1px solid #f6f2e8;
}

.entry-content table tr:nth-child(odd){
	background-color: #f7f2e8;
}

.entry-content table tr td{
	padding: 8px;
}

/* @end */



/* @end */


/* @group Footer */
#footer{
	width: 100%;
	min-width: 974px;
	margin-top: -80px;
	margin-bottom: 40px;
	position: relative;
	background: url(img/footer_rep.gif) repeat-x center top;
	font-size: 12px;
	color: #4d4d4d;
	z-index: 100;
	clear: both;
}
#footer .wrap{
	background:	url(img/right_rep.gif) repeat-y right center;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
#footer .wrap .extra{
	background: url(img/right_ends.png) no-repeat right top;
}
#footer .wrap .content{
	margin-right: 60px;
	height: 76px;
	background: url(img/footer_wrap_rep.gif) repeat-x center 37px;
	padding-top: 57px;
	position: relative;
}

#footer .copy{
	float: left;
	height: 76px;
	line-height: 76px;
	padding-left: 30px;
}
#footer .hosted,
#footer .website{
	text-align: center;
	position: absolute;
	top: 70px;
	line-height: 12px;
}
#footer .hosted a,
#footer .website a{
	display: block;
	text-indent: -40em;
	overflow: hidden;
}
#footer .hosted a:hover,
#footer .website a:hover{
	opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1;
}
#footer .hosted{
	right: 200px;
}
#footer .hosted a{
	background-image: url(img/isocentric.gif);
	height: 31px;
	width: 196px;
	margin-top: 2px;
}
#footer .website{
	right: 42px;
}
#footer .website a{
	background-image: url(img/gurustu.gif);
	width: 113px;
	height: 37px;
}


/* @end */

/* @group Twitter */

#twitter{

}

#twitter h3{
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #00baf8;
	text-align: center;
	padding-right: 10px;
}
#twitter ul.tweet_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	height: 287px;
	line-height: 15px;
	color: #5d5d5d;
	border: 1px solid #8bc6e1;
	overflow: hidden;
	margin-right: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#twitter .tweet_list .awesome,
#twitter .tweet_list .epic{
	text-transform: uppercase;
}

#twitter .tweet_list li{
	padding-right: 10px;
	border-bottom: 1px solid #c5e9f5;
	padding: 10px;
}

#twitter .tweet_list .tweet_avatar{
	padding-right: .5em;
	float: left;
}

#twitter .tweet_list .tweet_avatar img{
	vertical-align: middle;
	margin-right
}

/* @end */

/* @group Commenting */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #434343;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	padding: 3px 0;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* @end */




