/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	/*font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;*/
	font: 13px/1.5em "lucida grande",Arial,Tahoma, Verdana, sans-serif,  'Liberation Sans';
	letter-spacing:normal;
	color:#000;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	letter-spacing:1px;
}
.cufon{
	letter-spacing:-0.5px;
}
h1
{
	font-size: 20px;
	line-height:20px;
}
h2
{
	font-size: 18px;
	line-height:18px;
}
h3
{
	font-size: 16px;
	line-height:16px;
}

h4
{
	font-size: 14px;
	line-height:14px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 11px;
}
/* =Spacing
--------------------------------------------------------------------------------*/
ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
/*------------- skins ------------------*/
/* header */
#header{
	line-height:12px;
}
#header h1{
	color:#555555;
	font-size:18px;
	line-height:25px;
}
#textsearch{
	color:#666666;	
}
textarea{
	font: 12px/18px "lucida grande",Tahoma,Arial, Verdana, sans-serif,  'Liberation Sans';
	letter-spacing:normal;
	color:#333333;
}
.thumbnail-wrap h3,.thumbnail-wrap-2 h3,.meta-short h3{
	font-size:14px;
}
/* navigation */
#header{
	font-size:12px;
}
.menu li{
	text-transform:none;
	color:white;
}
.menu li a{
	color:white;
}
.menu li a:hover{
	color:#ccc;
}
.menu li li, .menu li li a{
	text-transform:none;
	color:red;
}
.menu li li a:hover{
	text-transform:none;
	color:#990000 !important;
}

.nav-selected{
	font-weight:bold;
}
.upload a{
	color:red !important;
	font-weight:bold;
	text-transform:uppercase;
}
.upload a:hover{
	color:#003300;
}
.upload li a{
	text-transform:capitalize;
	font-weight:normal !important;
}
.upload li a:hover{
	font-weight:normal !important;
	color:#003300 !important;
}
.content{
	line-height:20px !important;
}
/* end of header*/

/* page */
.nav-selected li{
	font-weight:normal;
}
.page h1{
	font-size:24px;
	line-height:24px;
}
.meta{
	font-size:10px;
	color:#666666;
	vertical-align:middle;
}
.comment-date{
	font-size:12px;
	color:#666666;
	padding-bottom:10px;
}
/* footer */
#footer-navigation a{
	color:#999;
}
/* */
.bold{
	font-weight:bold;
}
a{
	font-style:normal;
	color:#333333;
	text-decoration:none;
}
#info-video p a{
	text-decoration:underline;
}
a:hover{
	font-style:normal;
	text-decoration:none;
	color:red;
}
label{
	font-weight:bold;
}
.description-rising-photo, .description-rising-photo .meta{
	color:#fff !important;
}
.description-rising-photo a{
	color:#fff !important;
}