body {
	background:url(../images/bg.gif) repeat-x; 
	background-color:#dfdfdf;
	color: #333;
	font-size: 12px;
	padding: 0 0 40px;
}
/* anchors
----------------------------------------------- */
img {
	border:0;
	focus:none;
}
/* anchors
----------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color:#333;
}
a:active
{
outline: none;
}

a:focus
{
outline: none;
}

.bold
{
font-weight:bold;
}
/* Floats
----------------------------------------------- */
.right
{
float:right;
text-align:right;
}
.left
{
float:left;
text-align:left;
}
.center
{
text-align:center;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
	margin-top:25px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* Header
----------------------------------------------- */
.header {
	background:#0081C7;
	margin-bottom:0;
	margin-top:10px;
	height:100px;
}

/* Hightlight
----------------------------------------------- */
.highlight {
	margin-bottom:20px;
	background:#f7f7f7;
	padding:10px;
}
.highlight  h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#0081C7;
	margin:-10px -10px 0 -10px;
	padding:10px 12px;
}
.highlight  h1 {
	margin-bottom:5px;
	margin-top:0px;
}
.highlight  h2 a,
.highlight  h2 a.visible {
	color:#fff;
	background:#0081C7 url("../images/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
/* Login
----------------------------------------------- */
.login-head {
	text-align:right;
	font-weight:normal;
	font-size:0.9em;
	float:right;
	color:#fff;
	margin-bottom:0;
	margin-top:30px;
	height:50px;
	width:500px;
	padding-right:40px;
}
.login-head p {
	text-align:right;
	padding-top:3px;
	margin:0;
}
.login-head a {
	text-align:right;
	color:#fff;
}

.logged-head {
	text-align:right;
	font-weight:bold;
	float:right;
	color:#fff;
	margin-bottom:0;
	margin-top:40px;
	height:50px;
	width:500px;
	padding-right:40px;
}
.logged-head p {
	text-align:right;
	padding-top:3px;
	margin:0;
}
.logged-head a {
	text-align:right;
	color:#fff;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:bold;
	padding-bottom:.5em;
	padding-top:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#f7f7f7;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	overflow:hidden;
}
.box ul {
	padding:0px;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#0081C7;
	margin:-10px -10px 0 -10px;
	padding:10px 12px;
}
.box h1 {
	margin-bottom:5px;
	margin-top:0px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#0081C7 url("../images/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}
.block {
	padding-top:10px;
	overflow:hidden;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #E7EBE5;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	color:#fff;
	background:#0081C7;
	padding:8px 12px;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #E7EBE5;
	border-bottom:1px solid #E7EBE5;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #E7EBE5;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #E7EBE5;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #e7ebe5;
	padding:10px;
	position:relative;
	background:#f7f7f7;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #e7ebe5;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
/* messages
----------------------------------------------- */
.messages {
	padding:0;
}
.messages h2 {
	margin:0;
}
#messages {
	padding-top:0;
}
.message {
	border-top: 1px solid #e7ebe5;
	overflow:hidden;
	border-bottom:1px solid #e7ebe5;
	word-wrap: break-word;
}
.box .message {
	border-top:3px solid #fff;
	padding:10px;
}

.message a.image {
	margin-right:4px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	border: 4px solid #e7ebe5;
	margin-bottom:20px;
}

.message a.image img {
	float:left; 
}
.message p {
	margin-left:80px;
	margin-top:0px;

}
.message a {
	font-weight:bold;

}
.inbox  {
	text-align:center;

}
.inboximage {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 4px solid #e7ebe5;
	margin:auto;
}
/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top: 1px solid #e7ebe5;
	overflow:hidden;
	height:120px;
	border-bottom:1px solid #e7ebe5;
	word-wrap: break-word;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin:0;
	font-size:1.4em;
	color:#0081C7;
	
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1em;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
	color:#0081C7;
}
.article a.image {
	margin-right:4px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	border: 4px solid #e7ebe5;
}

.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;

}
/* site information
----------------------------------------------- */
#site_info .box {
	color:#fff;
	background:#0081C7;
	margin-bottom:10px;
	overflow:auto;
	padding:20px;
}
#site_info a {
	color:#fff;
	font-weight:bold;
}
#site_info a:hover {
	color:#000;
}

/* Pagination
----------------------------------------------- */
.pagination {
	margin-bottom:20px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
/*Set to "right" to right align pagination interface*/
	font-size: 12px;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding: 1px;
	margin: 0;
}
.pagination a, .pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #e7ebe5;
	text-decoration: none;
	background:#f7f7f0;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #e7ebe5;
	color: #000;
	background-color: #fff;
}
.pagination li.currentpage {
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid #0081C7;
	background-color: #0081C7;
	color: #FFF;
}
.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}
.pagination li.nextpage {
	font-weight: bold;
}
* html .pagination li.currentpage, * html .pagination li.disablepage {
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}
/* Icons
----------------------------------------------- */
.iconholder { 
	float:right;
} 
.icon { 
	background-color: #0081C7;
} 

/* Photo Hover
----------------------------------------------- */
#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}
/* Account options
----------------------------------------------- */
.account {
	border-top: 1px solid #e7ebe5;
	overflow:hidden;
	border-bottom:1px solid #e7ebe5;
	word-wrap: break-word;
	padding:0;
}
.account h3 {
	margin:0;
	padding:0;
}

.box .account {
	border-top:3px solid #fff;
	padding:10px;
}

.account .image {
	margin-right:10px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background:#fff;
	float: left;
	border: 1px solid #e7ebe5;
}
/* Profile
----------------------------------------------- */
.pics {
	float:left; 
	margin-right:5px; 
	margin-bottom:5px; 
	height:92px; 
	overflow:hidden; 
	display:inline;
}
.profilebox {
	border-top: 1px solid #e7ebe5;
	overflow:hidden;
	border-bottom:1px solid #e7ebe5;
	word-wrap: break-word;
}
.box .profilebox {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.profilebox h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.profilebox h3 {
	margin:0;
	font-size:1.4em;
	color:#0081C7;
	
}
.profilebox h4 {
	font-size:1em;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
	color:#0081C7;
}
.tags a {
	font-weight:normal;
}
.votebutton { 
	text-transform:uppercase;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	background-color: #0081C7;
	height:20px;
	width:150px;
	padding:15px;
	margin:auto;
} 
.votebutton a { 
	color:#fff;
} 
.vote { 
	text-align:center;
} 
.vote h4 { 
	padding-bottom:10px;
	margin:0px;
} 