/*
Theme Name: Techstars 2009
Theme URI: http://www.sliceoflime.com
Description: Boulder Rocks!
Version: 1.0
Author: Slice of Lime
Author URI: http://sliceoflime.com/
*/



/* ---------------------------------------------------------------------------------------------------------------
 browser reset
------------------------------------------------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

table 			{ border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: top; }

/* Remove border on linked images. */
a img 			{ border: none; }

/* Remove outline from FireFox on <a> */
a:active		{ outline-color: invert; outline-style: none; outline-width: medium; }
*:focus			{
	outline-style: none;
	bottom: 20px;
}



/* ---------------------------------------------------------------------------------------------------------------
 Typography
------------------------------------------------------------------------------------------------------------------ */


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 88%;
	color: #333; 
	background: #f5f3e9;
	font-family: Helvetica, Arial, sans-serif;
	color: #333; 
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
}


/* Headings
-------------------------------------------------------------- */

h2,h4,h5,h6 { color: #22b24c; margin-bottom: .3em; }

h1 { font-size: 2em; font-weight: bold; margin-bottom: 0.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; margin-bottom: .3em; }
h4 { font-size: 1em; line-height: 1.25; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; font-size: .9em; }
p img       { float: left; margin: 0 3px 0 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #67c2e7; }
a           { color: #6e91a3; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; white-space: nowrap; }
th,td       { padding: 2px 2px 2px 0; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* ---------------------------------------------------------------------------------------------------------------
 Popup (Mentors)
------------------------------------------------------------------------------------------------------------------ */
div.mpop
{
	display:block;
	width:170px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	font-size:0.8em;
	z-index:-100;
	position:absolute;
	margin-left:4px;	
}

div.mpop div.mentor_wrap
{
	border-top:2px solid #4c4b15;
	border-left:2px solid #4c4b15;
	border-right:2px solid #4c4b15;
	background:#e8eac8;
	padding:6px;
}

div.mpop img.popup_bottom
{
	border:none;
	display:block;
}

div.mpop div.mentor
{
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	font-weight:bold;
	font-size:1.2em;
}


/* ---------------------------------------------------------------------------------------------------------------
 Layout
------------------------------------------------------------------------------------------------------------------ */

#header, #content, #footer, #blog_signup, #home_masthead, #home_content, #home_mentors {
	width: 100%;
	min-width: 950px;
}

.wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.col_1, .col_1b, .col_2 { float: left; }
.col_1 { width: 560px; height: 300px auto; margin-right: 25px; }
.col_1b { width: 795; }
.col_2 {
	width: 210px;
}

#blog_signup { 
	background: #414141 url(images/layout/sub_back.gif) left bottom repeat-x;  
	color: #fff; 
	font-size: .9em;
}

#blog_signup .wrapper { 
	background: transparent url(images/layout/connect-back.png) left bottom no-repeat; 
	padding-top: 1.5em;
}

#blog_signup .subscribe_col { float: right; width: 250px; padding: 0 15px; }
#blog_signup .title 		{ font-size: 1.1em; font-weight: normal; margin-bottom: .5em; }
#blog_signup .feedburner 	{ font-size: .8em; }
#blog_signup form 			{ margin: .5em 0; }
#blog_signup form input 	{ margin: 0 .3em 0 0; padding: 2px; }

#blog_signup #connect {	width: 427px; float: right; }

#blog_signup #connect h1 { font-size: 1.4em; margin: 0 0 10px; }

#blog_signup #connect ul	{ list-style: none; margin: 5px 0 15px; }
#blog_signup #connect ul li	{ display: inline; font-size: 1.1em; margin: 0 20px 0 0; }

#blog_signup #connect ul li	a,
#blog_signup #connect ul li	a:link,
#blog_signup #connect ul li	a:visited	{ color: #fff; text-decoration: underline; padding: 12px 0 12px 46px; display: -moz-inline-box; display: inline-block; }
#blog_signup #connect ul li	a:hover		{ color: #67C2E7; }

#blog_signup #connect ul li.rss a		{ background: transparent url(images/icons/icn-rss-large.gif) top left no-repeat; }
#blog_signup #connect ul li.facebook a	{ background: transparent url(images/icons/facebook.png) top left no-repeat; }
#blog_signup #connect ul li.twitter a	{ background: transparent url(images/icons/twitter.png) top left no-repeat; }

#header {
	border-bottom: 1px solid #fff;
	margin-bottom: 3em;
	background-color: #6e91a3;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/layout/header_back.gif);
}

#header ul 						{ list-style: none; }
#header ul li 					{ display: inline; }
#header ul li a,
#header ul li a:visited,
#header ul li a:hover 			{ color: #fff; }

#logo 							{
	position: absolute;
	top: 4px;
	left: -10px;
	text-decoration: none;
	width: 406px;
	height: 192px;
}
#logo .logo_icon { 
	position: absolute; 
	top: 0; 
	left: 25px; 
	width: 130px; 
	height: 90px; 
}

#logo a { display: -moz-inline-box; display: inline-block; }

#logo .apps_info { 
	position: absolute; 
	display: block; 
	top: 0; 
	right: 20px; 
	width: 170px; 
	height: 100px; 
}

#subscribe_btn, #toolbar, #nav	{ float: right; clear: right; }
#subscribe_btn					{ text-decoration: none; }

#toolbar {
	font-size: .9em;
	font-weight: normal; 
	text-transform: lowercase;
	margin: 0.75em 0 .5em;
	padding: 0;
}

#toolbar li 		{ padding: 0 5px; border-right: 1px solid #fff; }
#toolbar li.last 	{ border-right: none; }

#toolbar li a,
#toolbar li a:link,
#toolbar li a:visited { text-decoration: underline; }

#header #toolbar li a:hover { color: #27363E; }

#nav {
	margin: .5em 0 0 0;
}

#nav li { 
	float: left;
	margin-right: 1px;
}

#nav li span { 
	background: transparent url(images/layout/navtab_left.gif) left top no-repeat;
	padding: .8em 1em .5em 1em;
	display: block;
}

#nav li a {
	display: block;
	background: #27363e url(images/layout/navtab_right.gif) right top no-repeat;
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
}

#nav li a:hover, #nav li.current a { background-color: #000; }

#footer			{ padding-bottom: 0; }
#footer ul 		{ list-style: none; }
#footer ul + ul 		{ padding-top: 1.5em; }
#footer ul li 	{ display: inline; float: left; margin: 0 20px 0 0; }
#footer h3 		{ 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #666768; 
	clear: left; 
	font-size: .9em; 
	padding: 2em 0 .5em 2em;	
}

#footer #silver_sponsors li,
#footer #bronze_sponsors li { margin-right: 20px; }

#footer #silver_sponsors li.second_row { clear: both; }

#footer #silver_sponsors li.small,
#footer #bronze_sponsors li.small { margin: 5px 50px 0 0; }

.iLoveBoston { clear:both; float:left; margin:10px 0 0 20px; padding:0; line-height:0; }
.boulder_rocks { float: right; margin: 0; padding: 0; line-height: 0; }


/* home page 
------------------------------------*/

#flash_content { width: 360px; height: 210px; overflow: hidden; margin-bottom: .3em; }

p.credits { font-size: .8em; }

#content .col_1 {
	width: 670px;
	padding-right: 40px;
	padding-top: 0;
	background: url(images/layout/h1_stripe.gif) right top no-repeat;
}

#content .col_1 .iphone-badge { float: right; margin-bottom: 20px; }
#content .col_1 h1 {
	font-size: 2.5em;
	clear: both;
}
#content .col_1 p { font-size: 1.1em; line-height: 1.3; margin-bottom: 2.5em; }

.happenings {
	background: url(images/layout/happening1.jpg) left top no-repeat;
	min-height: 500px;
}

.happenings h3 { text-indent: -9999px; overflow: hidden; }
.happenings ul {
	margin: 52px 0 0 -5px;
	width: 180px;
	list-style: none;
	float: left;
	display: inline;
}

.happenings ul li {
	margin-bottom: 1.2em;
	padding-left: 25px;
	padding-top: 3px;
	font-size: 0.86em;
}

.happenings2 {
	background: url(images/layout/happenings-es.jpg) left top no-repeat;
	min-height: 500px;
}

.happenings2 h3 { text-indent: -9999px; overflow: hidden; }
.happenings2 ul {
	margin: 52px 0 0 -5px;
	width: 180px;
	list-style: none;
	float: left;
	display: inline;
}

.happenings2 ul li {
	margin-bottom: 1.2em;
	padding-left: 25px;
	padding-top: 3px;
	font-size: 0.86em;
}

#flash_happenings { float: right; margin: 4px 12px 0 0; }

.happening_cta { 
	float: right; 
	clear: right; 
	text-align: right; 
	width: 150px; 
	margin: 40px 0 0 0;
	padding: 10px 0;
	font-size: .9em;
	background: url(images/layout/spotlight_arrow.gif) left top no-repeat;
}

#home_mentors .wrapper 					{ background: url(images/layout/mentors_back_top.jpg) center top no-repeat; }
#home_mentors h2 						{ text-indent: -9999px; overflow: hidden; }
#home_mentors .view_all 				{ float: right; margin: 1em 4.5em 0 0; }
#home_mentors ul 						{ list-style: none; clear: right; margin: 4em 4em 0 4em; }
#home_mentors li 						{ display: inline; float: left; margin: 0 .3em .3em 0; }
#home_mentors ul li img.mentor_image 	{ border: 1px solid #000; }

#home_mentors .home_mentors_footer {
	background: url(images/layout/mentors_back_bottom.jpg) center top no-repeat;
	display: block;
	width: 100%;
	height: 149px;
	position: relative;
}

#home_mentors .home_mentors_footer a {
	position: absolute;
	top: 50px;
	right: 85px;
	width: 180px;
	height: 95px;
	text-indent: -9999px;
	overflow: hidden;
}




/* ---------------------------------------------------------------------------------------------------------------
 Inside Pages
------------------------------------------------------------------------------------------------------------------ */


.sidebar {
	float: left;
	width: 210px;
	margin: 0 0 0 20px;
	display: inline;
	/*
	background: #e8eac8;
	padding: 15px;
	*/
}

.blog_sidebar {
	margin-top: 50px;
}

.sidebar h2 {
	padding-bottom: .5em;
	border-bottom: 1px solid #7c7b76;
}

.sidebar h3 {
	font-size: .9em;
	margin-top: 1em;
	line-height: 1.3;
}

.sidebar .feed_links { display: block; }

.mainColumn2 {
	float: left;
	width: 720px;
}

.mainColumn2 h1 {
	padding: 15px;
	font-weight: normal;
	font-size: 2.3em;
	margin: 0;
}



.feedburnerFeedBlock ul, .monthList ul, .stars { 
	list-style: none; 
	margin-left: 0;
	margin-bottom: 1.5em;
	font-size: .9em;
	display: block;
}

.feedburnerFeedBlock ul li, .monthList ul li, .stars li { 
	background: url(images/layout/bullet_star.gif) left top no-repeat;
	padding-left: 25px;
	margin-bottom: 1.5em;
}

.monthList ul li, .stars li { padding: 5px 0 5px 25px; margin-bottom: 1em; }

.feedburnerFeedBlock ul li .headline {
	font-weight: bold;
}

.feedburnerFeedBlock ul li p.date {
	margin: .3em 0;
	font-style: italic;
}

#creditfooter {
	margin-bottom: 2em;
}


.blog_wrapper {
	background: url(images/pageContentBack.jpg) left top repeat-y;
	display: block;
	margin-bottom: 2em;
}

.blog_wrapper h1 { padding-left: 0; }

.blog_wrap_wrap, .single_line {
	padding-bottom: 1.5em;
	padding-left: 40px;
	padding-top: 50px;
	display: block;
	background: url(images/pageTitleBack.jpg) left top no-repeat;
}

.blog_side {
	float: left;
	width: 150px;
	background: url(images/authorPaperWhite.jpg) left top no-repeat;
	padding: 50px 0 100px 11px;
	margin-right: 15px;
}


.blog_entry {
	float: left;
	width: 450px;
	overflow: hidden;
	margin-top: 2em;
}

.blog_entry p {
	line-height: 1.3;
}

.authorPhoto {
	border: 1px solid #7c7b76;
	margin-bottom: .3em;
}

.blogMetaData {
	list-style: none;
	margin-left: 0;
	font-size: .7em;
	color: #565553;
}

.blogMetaData li {
	margin-bottom: .3em;
}

.postBottom {
	display: block;
	width: 100%;
	height: 69px;
	background: url(images/pageBottomBack.jpg) left top no-repeat;
	padding: 0;
	margin: 0;
}

p.blog_nav, #prevNextNav { font-size: 1.2em; text-align: center; margin: inherit auto; }
#prevNextNav a { padding: 0 5px; }

.single_line {
	padding-right: 50px;
}

.single_line p {
	line-height: 1.4;
}

/* WIDE COLUMN */

.mainColumn-wide {
	float: left;
	width: 950px;
}

.mainColumn-wide .blog_wrapper {
	background: url(images/authorPaperWhite-wide.jpg) left top repeat-y;
}

.mainColumn-wide .single_line {
	background: url(images/pageTitleBack-wide.jpg) left top no-repeat;
}

.mainColumn-wide .postBottom {
	background: url(images/pageBottomBack-wide.jpg) left bottom no-repeat;
}

.quotes {
	background: url(images/quotePaperBottom.jpg) left bottom no-repeat;
	padding-bottom: 91px;
}

.authorQuote {
	background: url(images/quotePaperTop.jpg) left top no-repeat;
	padding: 55px 15px 1em 20px;
	line-height: 1.5;
}

.author, .authorTitle {
	font-size: .8em;
	font-style: italic;
	margin-bottom: .5em;
	padding: 0 15px 0 20px;
}

#mentorList, .schedule {
	display: table;
	font-size: .9em;
	margin-top: 1em;
}

#mentorList td, .schedule td 	{ padding: .5em 15px; border-bottom: 1px solid #dfddd4; vertical-align: middle; }
#mentorList td img 				{ border: 1px solid #7c7b76; }
#mentorList td.mentorType 		{ border: none; padding: 6em 15px 1em 15px; }

.schedule th {
	text-align: left;
	background: #27363e;
	color: #fff;
	padding: 5px 15px;
}

.schedule td.theCompany { white-space: nowrap; text-align:center;}
.mentorIndividual 		{ display: block; border: 1px solid #7c7b76; margin: 2em 0; }


#graduationYear {
	background: url(images/bulletGraduation.gif) left top no-repeat;
	color: #0DB14B;
	float: right;
	font-size: 150%;
	font-weight: bold;
	margin-right: 35px;
	margin-top: 10px;
	padding: 15px 0px 10px 40px;
}

#jobListing { margin-top: 2em; }	
.topshelf 	{ list-style: none; margin: 0; }

.topshelf li {
	background: url(images/layout/bullet_star.gif) left top no-repeat;
	padding: 5px 0 5px 25px;
	margin-bottom: .5em;

}

.topshelf-credit { font-size: .7em; font-style: italic; }


.aboutMentor {
	float: left;
	padding: 1em 0;
	width: 100%;
}

.aboutMentor .mentorIndividual {
 margin: 0 1em 0 0;
 }
 
 
#mentors_city_selector { width: 200px; }

 .line { margin-top: 2em; }
 
 .divider { margin-bottom: 1.5em; }
 
 #trackviaForm input, #trackviaForm textarea { padding: 5px; margin-top: .5em; }
 
 
 #embed_video {
	font-size: .8em;
	margin-bottom: 2em;
	background: #e8eac8;
	border: 1px solid;
	padding: 5px;
}

#embed_video form input { width: 95%; clear: both; margin-top: .3em; }

#embed_video form { padding: 10px; }


/* ------------------------
 iPhone App Support
------------------------------- */
.app-support {	
	margin: 0 0 25px; }

.app-group {
	width: 410px;
	float: left; }
	
.app-group .icon {
	padding: 0 15px 10px 0; }


/* ------------------------
 Cities Update 12/09
------------------------------- */
.tech-cities { margin: 10px 0 20px; }

ul.cities {
	list-style: none;
	line-height: 1; 
	margin: 18px 20px 0 0; }

ul.cities li {
	display: inline; 
	font-size: 1.4em;
	background: transparent url(images/layout/icn-greenstar.gif) left top no-repeat;
	margin:0 8px 0 0;
	padding:0 0 0 32px; 
	line-height: 1; }
	
ul.cities li.nostar,
.sidebar ul.cities li.nostar {
	background: none; 
	padding: 0; }

.sidebar .tech-cities {	margin: 0 0 25px; }
	
.sidebar h2.techcity {	
	background: url(images/now-in-these-cities-2.gif) top left no-repeat;
	border: none;
	text-indent: -9999px; }	

.sidebar ul.cities {
	list-style: none;
	line-height: 1; 
	margin: 5px 0 0; }
	
.sidebar ul.cities li { 
	display: inline; 
	font-size: 15px;
	background: transparent url(images/icons/icn-greenstar-sm.gif) left center no-repeat;
	margin:0 4px 0 0;
	padding:0 0 0 20px; 
	line-height: 1; }	

/* ---------------------------------------------------------------------------------------------------------------
 Clearfix
------------------------------------------------------------------------------------------------------------------ */

/* Clearing floats without extra markup [ http://www.positioniseverything.net/easyclearing.html ] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix			{display: inline-block;}
* html .clearfix	{height: 1%;}
.clearfix 			{display: block;}

/* Regular clearing apply to column that should drop below previous ones. */
.clear 				{ clear:both; }

.floatleft {float: left; }

.floatright {float: right; }

.StepIcon {
vertical-align: middle;
background-color: #993333;
color: #ffffff;
font-size: 24px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
width: 30px;
height: 30px;
float: left;
display: block;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-right: 5px;
}

.stepTitle 
{
margin-top: 4px;
font-size: 16px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
vertical-align: middle;
padding-bottom: 1px;
width: 640px;
float: left;
height: 30px auto;
}
.stepTitleb
{
margin-top: 4px;
font-size: 16px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
vertical-align: middle;
padding-bottom: 1px;
float: left;
height: 30px auto;
width: 99%;
display: block;
}
.stepNfo  
{
font-size: 12px;
font-weight: normal;
}
.TitleApply{
font-size: 24px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 10px;
}

.bxstep 
{
  width: 650px;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.txtPd {
  display: block;
  margin-top: 6px;
}
.tblData
{
margin-top: 9px;
margin-left: 9px;
}
.txtFrm
{
border: 1px solid #808080;
padding: 2px;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #fff;
width: 280px;
}
.txtFrm2
{
border: 1px solid #808080;
padding: 2px;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #fff;
width: 605px;
height: 50px;
}
.centermeAndPad
{
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.errMsg
{
width: 650px !important;
border: 1px solid #808080  !important;
background-color: #FFFFC4  !important;
text-align: left  !important;
float: left  !important;
padding-top: 10px  !important;
padding-left: 10px  !important;
padding-bottom: 10px  !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height: auto !important;
}
.errMsg2
{
width: 643px;
border: 1px solid #808080;
background-color: #FFFFC4;
text-align: left;
float: left;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.hideme
{
display: none;
}
.thxlyr
{
	width: 700px;
	background-image: url('thx_mid.jpg');  
	height: auto;	
	float: left;
}
.lbThx
{
font-size: 26px;
color: #993333;
}
.xpad
{
width: 610px;
margin-top: 10px;
margin-left: 50px;
float: left;
}
.xfloatL
{
float: left;
}
.xfloatL2
{
float: left;
height: 64px auto;
width: 600px;
margin-bottom: 22px;
}
.imgfloatleft
{
float: left;
height: 64px;
margin-right: 10px;
margin-bottom: 10px;
}
.cHeader
{
margin-left: 18px;
float: left;	
}
.fixapply
{
display:block; 
position:fixed; 
}
.nlink
{
text-decoration: none;
}
.bxstep2
{
  width: 320px;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 120px;
  float: left;
}
.bxstep2b
{
  width: 200px;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 10px;
  height: 252px;
  margin-bottom: 10px;
  float: left;
}
.bxstep3
{
  width: 720px;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.ecol00
{
float: left;	
width: 410px;
}
.ecol01
{
float: left;	
}
.epad3
{
margin: 5px;	
width: 99%;
}
.rightme
{
	width: 98%;
	text-align: right;	
	margin-right: 7px;
}
.rightoutme
{
float:	right;
}
.pr5
{
margin-right: 5px;	
}
.rightme2
{
	width: 95%;
	text-align: right;	
	padding-right: 7px;
}
.stem0
{
font-size: 44px;	
}
.btncast
{
  color: #fff;
  background-color: #27363E;
  border: 1px solid #27363E;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px;
}
.btncast:hover
{
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}