/* @override http://www.fencing.se/2006/css/screen.css */
/* fencing.se 2006 */

html,body {
	margin:0;
	padding:0;
	color:#222;
	background: #fff /*url("/2006/pix/bg.gif") fixed top */;
}
body {
	padding:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	color: #666; 
	background: #FFF;
}

a img.thumb {
	/* display:inline;
	margin:0 3px 3px 0;
	padding:0; */
	padding:0px;
	margin:0 3px 3px 0;
	border:2px solid #ccc;
}
a.selected img.thumb {
	border:2px solid red;
	padding:0px;
	margin:0 3px 3px 0;
}
a:hover img.thumb {
	border:2px solid green;
}

a.selected {
	color:#c00;
	font-weight:bold;
}

a:link {
	border: 0;
	text-decoration: none;
	color: #0050AE;
}

a:visited  {
	border: 0;
	color: #999;
	text-decoration: none;
}

a:link.active, a:visited.active {
	border:0;
	font-weight:bold;
	text-decoration:none;
	color:black;
}


p {
	padding:0;
	margin:0 0 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	margin-top:0;
	font-weight:normal;
}

h1, h1 a {
	font-weight:normal;
	font-size:24px;
	margin-bottom:0.5em;
	padding:0;
}

h2, h2 a:link, h2 a:link, h2 a:visited {
	font-weight:normal;
	font-size:18px;
	margin-top:0.5em;
	margin-bottom:0.3em;
	padding:0;
	color: #999;
	border: 0;
}
h2.blog, h2.blog a:link, h2.blog a:link, h2.blog a:visited {
	margin-bottom: 0;
}

h4 {

}
.ingress {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0em 0em 1em 0em;
	font-weight:normal;
}


#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:white;
	width: 960px;
	}
#frame {
	margin: 100px auto;
	padding: 0px 0;
	text-align: left;
	background:transparent;
	width: 960px;
/*	position: relative;
	float:left; */
	}
#logo {
	background: #fff;
	height: 93px;
	padding: 0;
	border:0;
	margin: 0 auto;
	width:960px;
	}

#logo span {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 116px;
	height: 71px;
	background: transparent;
	}


#banner {
	position: absolute;
	top: 17px;
	left: 300px;
	width: 460px;
	height: 80px;
	background: transparent;
	}
#subnav {
	width: 138px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
	background-color: transparent;
	color:#333;
	font-size:10px;
}
#localnav {
	width: 200px;
	float: left;
	margin: 0px 10px 0 0;
	padding: 0 10px 0 0;
	border-right:1px dotted #ccc;
	background-color:white;
	font-size:10px;
}
#localnav .modul {
	background:none;
}
#sidebar .modul {
	background:none;
}
#localnav ul {
	margin:0px 0 0px 0;
	padding:0 0 0 0px;
	list-style-type:none;
	}
#localnav ul ul {
	padding-left:10px;
}

#localnav ul li {
	margin:0;
	padding: 3px; 
	/* border-bottom:1px dotted #ccc; */
	line-height: 1.2em; 
	}
#localnav ul li a {
	border:0;
	color: #999;
	text-decoration: none;
	background: transparent;
	padding-left: 0px;
} 
#localnav ul li a:hover {
	border:0;
	color: black;
	text-decoration: none;
	background: transparent;
	padding-left: 0px;
} 
#localnav ul li a.active {
	border:0;
	color: black;
	text-decoration: none;
	background: transparent;
	padding-left: 0px;
} 
#localnav ul ul li a {
	border:0;
	color: #999;
	text-decoration: none;
	background: transparent;
	padding-left:0;
} 
#localnav li li {
	margin:0 0 0 5px;
	background-image:none;
}

#content h3 {
	color: black;
	font-weight:normal;
	font-size: 14px;
	padding: 5px 0 6px 0;
	margin:0;
}

#sidebar {
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background-color:white;
	border-left:1px dotted #ccc;
}

#content {
	width: 470px;
	float: left;
	margin: 0 14px 0 14px;
	padding: 0px;
	background-color: white;
	color:#666;
}
.contentHalf {
	width: 250px;
	float: left;
	margin:20px 10px 10px 20px;
	padding:0;
}

#toprow {
	background-color:#333;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	border-bottom:0px solid #999;
}
.selector {
	padding:10px 10px 5px 10px;
	margin:0;
}
.column {
	width: 170px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
	background-color: transparent;
}
.column_right {
	width: 300px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: transparent;
}

.horzspace
{
	width: 100%;
	clear: both;
	height: 0px;
	background:transparent;
	border-bottom:1px solid white;
	margin: 0 0 10px 0;
	padding:0px 0 0 0;
}


 #footer {
 	clear:both;
	/* border-top:2px solid #c00; */
	padding: 8px 0;
	margin: 10px 0 10px 0;
	font-size:10px;
	background-color:transparent;
	text-align:left;
	border-top:1px dotted #ccc;
 }
  #footer p {
	text-align:left;
	font-size:10px;
 }

 .faktaruta {
	width: 140px;
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
	border:1px solid #ccc;
	color:#333;
	font-size:9px;
}
.faktaruta p {
	color:#333;
	font-size:9px;
}
.faktaruta ul {
	margin:0 0 10px 10px;
	padding:0;
}
 #sidebar, #sidebar p {
	color:#333;
	font-size:10px;
}
#sidebar h2 {
	font-weight:bold;
	font-size:10px;
	color:#000;
	margin-bottom:0.5em;
	padding:0;
}
.textField {
	width:120px;
}

#sidebar ul {
	list-style-image:url(/pix/link_gray.gif);
	padding:0 0 10px 20px;
	margin:0;
}
#sidebar ul li {
	list-style-image:url(/pix/link_black.gif);
}

.field300 {
	width:300px;
}
.hint {
	font-style:italic;
}

.innerTable td {
	padding: 2px;
	}
img {
	border:0;
}

.menu {
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 0;
	background: url( /pix/menu3.gif ) repeat-x #333;
/*	height: 18px;*/
	border-top: none;
	border-bottom: solid 1px #333;
}

.menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

.menu li a:link, .menu li a:visited {
	text-align: center;
	float: left;
	display: block;
	height: 12px;
	padding: 3px 7px 1px 7px;
	margin: 0;
	background: url( /pix/menu3.gif ) repeat-x #333;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-right: solid 1px #666;
	border-bottom: solid 1px #333;
}

.menu li a.selected:link, .menu li a.selected:visited {
	background: #fff;
	color: #000;
	font-weight: bold;
	border-right: solid 1px #666;
	border-bottom: solid 1px #fff;
}

.menu li a:hover {
	text-decoration:none;
	background:#fff;
	color:black;
	border-bottom: solid 1px #fff;
}

.menu li a:active {
	background: #fff;
	color: #000;
	font-weight:bold;
	border-bottom: solid 1px #fff;
}



.alert {
	color:red;
	font-size:12px;
	font-weight:bold;
}
p.box {
	background:yellow !important;
	color:black !important;
	display:block;
	padding:8px;
}

.linje {
	background-color:#ccc;
	margin:20px 0 10px 0;
	padding:0;
}
.linje h2, .linje h3, .column h3, .column_right h3 {
	color:#666;
	background-color:white;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 2px 0 0;
}

select {
	font-size:10px;
}

.bigImg {
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #999;
	/* width:460px; */
}
.stdImg {
	margin:10px 0 10px 10px;
	border:1px solid #ccc;
	padding:3px;
	float:right;
	/* width:200px; */
}

.bildModul {
	float:right;
	width:200px;
	margin:0 0 5px 10px;
}
.bildtext {
	margin:0 0 10px 0;
	padding:0;
	font-size:9px;
}
.bildModul .bildtext {
	text-align:left;
}

.legend {
	text-align:left;
	vertical-align:top;
	padding:0 10px 0 0;
	margin:0;
	width:120px;
}

.fancylink {
/*
	background: url(/2006/pix/arrow.gif) no-repeat 0 0px;
		color:#000;
        padding-left: 12px;
		border:0;
		text-decoration:none;
*/
}

body#hem #hem_tab a,
body#nyheter #nyheter_tab a,
body#tavling #tavling_tab a,
body#klubbar #klubbar_tab a,
body#artiklar #artiklar_tab a,
body#kalender #kalender_tab a,
body#press #press_tab a,
body#help #help_tab a,
body#skola #skola_tab a,
body#kontakt #kontakt_tab a {
	/*border-bottom: 4px solid #333;
	padding-bottom: 2px; */
	color: #000;
	background:#ccc;
}



#sitemap {
	font-size: 12px;
	font-weight: bold;
	margin:0 0 0 10px;
	padding:0;
	}
	
#sitemap ul ul {
	font-size: 10px;
	font-weight: normal;
	margin:0 0 0 10px;
	padding:0;
	}

#content table {
	border: 0px solid black;
	padding:0;
	margin:0px 0 0 0;
	width:100%;
	background:transparent;
	}
td {
	/* padding:0;
	margin:0;
	border-top:1px solid #ccc;
	background-image:url(/2006/pix/bgmodul.gif) repeat-x; */
	vertical-align:top;
	/* background: url(/2006/pix/bgmodul.gif) repeat-x; */
	border-top:1px solid #ccc;
	background-color: #fff;
	color: #000000;
	padding:3px;
}
.legend {
	font-size:9px;
	color:#999;
	padding:2px;
}
.tdHead {
	background:#999 url("/2006/pix/modulbg.gif") repeat-x top left;
	color: white;
	font-weight:normal;
	font-size: 10px;
	padding: 5px 0 6px 5px;
	margin:0;
}
hr {
	margin:10px 0 10px 0;
	padding:0;
	height:1px;
	background:white;
	border-top:1px solid #ccc;
	clear:both;
}
.modul {
	/* background: url(/2006/pix/modul_bg.jpg) repeat-x; */
	padding:0;
	margin:0 0 5px 0;
	border-top:2px solid #eee;
	clear:both;
}
.modul p {
	background:transparent;
	padding:0px;
	margin:0;
}
#content .modul p {
	margin-bottom: 1em;
}

.modul h3 {
/*	background:#666 url("/2006/pix/modulbg.gif") repeat-x top left; */
	color: white;
	color:#333;
	font-weight:normal;
	font-size: 16px;
	padding: 5px 0 6px 0px;
	margin:0;
}
.modul h3 a {
	color:#333;
}

.articleThumb {
	float:right;
	width:100px;
	margin:5px 0 5px 10px;
	padding:3px;
	border:1px solid #999;
}
/* Ny meny ? */
.transparentlight    { 
	background-image: url(/2006/pix/menu/bg2.gif); 
	position: fixed; 
	z-index: 7; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 60px
}

.transparentdark    { 
	background-image: url(/2006/pix/menu/bg_dark.png); 
	position: fixed; 
	z-index: 7; 
	top: 60px; 
	left: 0px; 
	width: 100%; 
	height: 23px
}

.transparentshadow    { 
	background-image: url(/2006/pix/menu/shadow.png); 
	position: fixed; 
	z-index: 7; 
	top: 83px; 
	left: 0px; 
	width: 100%; 
	height: 10px
}

#sitetitle  {
	z-index : 110;
	width : 90%;
	position : fixed;
	height : 36px;
	top : 0px;
	left : 19px;
	text-align:left;
}
#subtitle  {
	z-index : 110;
	width : 90%;
	position : fixed;
	height : 36px;
	top : 17px;
	left : 19px;
	text-align:left;
}

#menu {
	font: 11px/100% Verdana, Geneva, Helvetica, sans-serif ;
	position: fixed; 
	z-index: 10; 
	top: 60px; 
	left: 14px; 
	width: 100%; 
	height: 18px;
}

#menu ul {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	white-space: nowrap;
} 

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#menu a {
	color: #333;
	height: 17px;
	padding: 6px 8px 0 6px;
	margin: 0;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	border-bottom: none;
	background-color: #e8e8e8;
}  

#menu a:link {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}
#menu a.active {
	color: #fff;
	text-decoration: none;
	background:#666;
	border-bottom: none;
}

#menu a:hover, #menu a:active, #menuselected {
	color: #fff;
	background: #666;
	border-bottom: none;
}
#menuselected {
	color: #fff;
	background: #666;
	height: 17px;
	padding: 6px 8px 0 6px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: none;
}

#menu small { 
	color: #fff; 
	font: 10px Verdana, Helvetica, Verdana, sans-serif;
}
#menu img { 
	vertical-align:-20%;
}
#menu a img:hover {
	border:none;
	text-decoration: none;
}


/* stilar för den dynamiska menyn */
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav li { /* all list items */
	float: left;
	position: relative;
	background-image: url(/2006/pix/nav3.gif);
	background-repeat:repeat-x; 

}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background-image:none;
	background-color:#CCCCCC;
	top: 23px;
	left: 0;
}
#nav li ul li { /* second level li */
	background-image:none;
}

#nav li.over ul, #nav li:hover ul { /* lists nested under hovered list items */
	display: block;
	width: 200px;
	/*background-image: url(/2006/pix/nav.gif); */
	background-color:#eee;
	padding: 5px;
}

#nav li.over ul li, #nav li:hover ul li { /* lists nested under hovered list items */
	clear: left;
}

#nav li.over ul li a {
	display: block;
	width: 200px;
	background-image:none;
}

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}

.modul p.blogdate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	margin: 0 0 .8em 0;
}


#content img.a {
	border:0;
}
#searchModule {
	position: absolute;
	top: -50px;
	right: 25px;
	z-index:200;
}

	#searchModule form {
		margin: 0; padding: 0;
	}

	#searchModule a {
		background-color: transparent;
	}


ul#nav li ul li a {
	display: block;
	width: 185px;
}
.comments {
	background:#eee;
	padding:10px;
	margin:10px 0 10px 0;
}
/* Lokal navigation */

.open {
	background: url(/2006/pix/icons/a_down.gif) no-repeat 0 0px;
		color:#000;
        padding-left: 16px;
		border:0;
		text-decoration:none;
}
.closed {
	background: url(/2006/pix/icons/a_right.gif) no-repeat 0 0px;
		color:#666;
        padding-left: 16px;
		border:0;
		text-decoration:none;
}

#homeLink {
	width: 700px;
	height: 50px;
	z-index: 20;
	position: absolute;
	top: -95px;
	left: -400px;
}
.vinjett a:link, .vinjett a:visited {
	color:#999;
	margin-bottom:0;
}


.begoodSearchMarkedWord {
	background-color: yellow;
}



	#frmCreateUser div, #frmConfirmEmail div {
		padding: 1em 0 0 0;
	}
	
		#frmCreateUser label, #frmConfirmEmail label {
			float: left;
			margin: 0 1em 0 0;
			width: 12em;
			text-align: right;
			font-weight: bold;
		}

		#frmLogin label {
			clear: both;
		}

		#frmCreateUser input.text, #frmConfirmEmail input.text {
			width: 15em;
		} 

		input.submit {
			margin: 0 0 0 11em;
		}

		#frmLogin label {
			font-weight: bold;
		}	
			#frmLogin div {
				margin: 0 0 .5em 0;		
			}
			#frmLogin div input.text {
				display: block;
			}
			#frmLogin input.submit {
				margin: 0;
			}

.errmsg {
	border: 2px solid #EF5D0E;
	background-color: #FFAC8F;
	padding: 1em;
	font-weight:bold;
	color: black;
}

.okmsg {
	border: 2px solid green;
	background-color: #9EDF7D;
	padding: 1em;
	font-weight:bold;
	color: black;
}

.infomsg {
	border: 2px solid #ccc;
	background-color: #eee;
	padding: 1em;
	font-weight:bold;
	color: black;
}



/* stilar för kalendern */
#content table tr.Odd td {
	background-color: #eee;
}
#content table td.dateStart, #content table td.dateEnd {
	white-space: nowrap;
}
#content table.calendar td {
border: 0;
}
#content table.calendar {
	margin: 2em 0 1em 0;
	padding: .2em;
	/* margin: 0; */
	border: 0;

}
#content .calendar th {
	text-align:left;
}


label span {
display: none;
background-color:#FFFF99;
}




/*
#forumet #localnav {
display: none;
}

#forumet #content {
width: 690px;

}
*/

table.forum th, table.forum td {
	padding: 5px;
}


#sidebar ul.calendar  {
margin: 0;
padding: 0;
}
ul.calendar li.date {
font-style: normal;
list-style-type: none;
margin: 0;
}
ul.calendar li {
margin-left: 15px;
}


.articleComments {
	margin-top: 1.5em;
}

dl.articleComments{
	margin-top: 0;
}

.articleComments dd{
	margin: 0 0 1em 0;
}

.articleComments label {
display: block;
}

.articleComments p {
	margin: 0;
}

.articleComments input.submit {
margin: 0;
}

.articleComments fieldset {
padding: 15px;
background-color:#eee;
border:1px solid #ddd;
}

li.articleComment-posted {
background-color: yellow;
}

ul.articleComments {
margin: 1em 0 0 0; padding: 0;
list-style-type: none;
}

ul.articleComments .articleComments-meta {
font-weight: bold;
}

ul.articleComments li {
border-top: 1px solid #ccc;
margin-top: 1em;
padding-top: 1em;
}

.articleComments-website {
	display: none;
}

.articleComments-email {
	display: none;
}
ul.files { list-style-type: none; margin: 1em 0 0 0; padding: 0; }
ul.files li { background-image: url(/begood/pix/silkicons/page_white.gif); background-repeat: no-repeat; padding: 0 0 5px 20px; }
ul.files li.doc,ul.files li.docx,ul.files li.dot,ul.files li.dotx { background-image: url(/begood/pix/silkicons/page_white_word.gif); }
ul.files li.xls,ul.files li.xlsx,ul.files li.xlt,ul.files li.xltx { background-image: url(/begood/pix/silkicons/page_white_excel.gif); }
ul.files li.eps,ul.files li.gif,ul.files li.jpg,ul.files li.jpeg,ul.files li.psd,ul.files li.tif,ul.files li.tiff { background-image: url(/begood/pix/silkicons/picture.gif); }
ul.files li.avi,ul.files li.mpg,ul.files li.mpeg,ul.files li.mov,ul.files li.qt { background-image: url(/begood/pix/silkicons/film.gif); }
ul.files li.aiff,ul.files li.mp3,ul.files li.wav { background-image: url(/begood/pix/silkicons/music.gif); }
ul.files li.pdf { background-image: url(/begood/pix/silkicons/page_white_acrobat.gif); }
ul.files li.ppt,ul.files li.pptx,ul.files li.pot,ul.files li.potx { background-image: url(/begood/pix/silkicons/page_white_powerpoint.gif);}
ul.files li.swf { background-image: url(/begood/pix/silkicons/page_white_flash.gif); }
ul.files li.txt { background-image: url(/begood/pix/silkicons/page_white_text.gif); }
ul.files li.sit,ul.files li.sea,ul.files li.hqx,ul.files li.rar,ul.files li.zip { background-image: url(/begood/pix/silkicons/page_white_compressed.gif); }

.modul p.rss { 
	background: url(../pix/icons/rss.gif) no-repeat; 
	padding-left:20px;
	margin-top:10px;
}

/* Added 2009 */
form strong {display:block;margin-bottom:0.1em;}
form input[name=showperson] {margin-left:10px;}
form.frmMedlemInstallningar fieldset {
    border:none;
    border-top:1px solid #ccc;
    margin-top:1.25em;
    padding:0 1em;
}
form.frmMedlemInstallningar fieldset p {
	margin-left:-1em;
	margin-right:-1em;
}
form.frmMedlemInstallningar fieldset p span {
	margin-left:0;
	margin-right:0;
}
form.frmMedlemInstallningar fieldset legend {
    font-weight:900;
    padding:0 1em;
}
form select {height:2.25em}

form.member-search label, form.member-search input {
	display:inline-block;
	margin-bottom:0.5em;
}
form.member-search label {
	width:5em;
}

div.vcard {
	display:block;
	margin:0 !important;
	padding:0.5em 0;
	overflow:hidden;
}
div.vcard .image-container, div.vcard img, div.vcard p, div.vcard dl, div.vcard div.text {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
div.vcard .image-container {
	width:60px;
}
div.vcard img {
	margin-right:10px;
}
div.vcard div.text {
	width:410px;
}
table.members {
	border-collapse:collapse;
}
table.members td.licence {
	width:120px;
}
table.members td.image-container {
	padding-right:10px;
}

form.calendar-date-select input.date,
form.calendar-date-select button {
	display:inline;
	float:left;	
}
form.calendar-date-select input.date {
	width:5em;
	margin-right:0.25em
}

form.checkout p,
form.frmMedlemInstallningar p {
	clear:both;
	display:block;
}
form.checkout p.inline,
form.frmMedlemInstallningar p.inline {
	clear:none;
	display:inline-block;
	float:left;
	margin-right:0.25em;
}

.related-articles {
	border:1px solid #666;
	display:inline;
	float:right;
	padding:5px;
	margin:0 0 15px 10px;
	width:175px;
}
ul.related-article-list,
ul.related-article-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awesome, .awesome:visited {
	background: #222 url(/pix/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff !important; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; margin-bottom:5px;}
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: green; }
	.green.awesome:hover						{ background-color: green; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

	ul.thumbnails li { 
		display: inline-block;
		vertical-align: top;
		margin:0;
		margin-right: 10px;
		padding: 0;
		*float:left;
	}
	ul.thumbnails {
		padding:0;
		clear:both;
		*margin-left: -40px;
	}
.utilities{
	position: relative;
}
.vote-wrapper {
	background: url(/pix/star_tom.png) 0 0 repeat-x transparent scroll;
	width: 125px;
	height: 22px;
	position: relative;
	padding: 0;
	margin: 0 0 5px 0;
	clear: both;
}

.vote-bar {
	background: url(/pix/star.png) 0 0 repeat-x transparent scroll;
	height: 22px;
	width: 1px;
	position: absolute;
	left: 0;
	top:0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.score {
	position: absolute;
	left: 130px;
	top: 3px;
}
.media-wrapper {
	margin: 0 0 20px 0; 
}
