body{
	background: #3F3F3F url(images/ribbon.png) repeat-x left 70px;
	margin:  0;
	padding: 0;
	height:  100%;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    color: #CCC;
    
}

a{
    color: #1F5BFF; 
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4 , h5{
    color: #FFF;
    text-shadow: 1px 1px 1px #3F3F3F;
}


form{
	line-height: 2em;
}

p{
	max-width:500px;
    line-height: 1.3em;
}

input{
	color: black;
}

div.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	margin: 0 auto;
}

.main-content{
	padding: 10px;	
	background: black url(images/body-chrome-gradient.png) repeat-x top left;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.header{
	margin-top: 25px;
	background: black url(images/body-chrome-gradient-up.png) repeat-x bottom left;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	height: 45px;
	overflow: visible;
	position: relative;
    clear: both;
}
.logo{
	display: block;
	position: absolute;
	top: -27px;
	left: 10px;
	background: url(images/logo.png) no-repeat;
	width: 320px;
	height: 50px;
}
.ribbon{
	background: url(images/ribbon.png) repeat-x left -20px;
	position: relative;
	height: 54px;
	z-index: 2;
	vertical-align:  middle;
	border: 1px solid #739396;
	margin: 0 -5px;
	border-top: 0;
	border-bottom: 0;
    line-height: 35px;
}
.ribbon h1{
	padding: 7px 8px;
	text-transform: capitalize;
	color: #FFF;
	font-family: helvetica;
	margin: 0;
	text-shadow: 1px 1px 1px #52686B;
}
.spacer{
	clear: both;
	height: 5px;
}

/**
 * Navigation style
 */
.user-nav{
    float: right;
    text-align: right;
    font-size: 12px;
    padding-right: 30px;
    margin-right: 10px;
    background: url(images/user.png) no-repeat right bottom;
    line-height: 35px;
    height: 30px;
}
.user-nav a{
    padding: 1px;
    margin: 0 2px;
    font-weight: bold;
    color: #FFF;
}

.header h1{
	margin: 5px;
}
.header .nav{
	z-index: 3;
	position: absolute;
	bottom: 8px;
	left:  25px;
}
.header .nav a{
	/*
	background: #2E2F41;
	*/
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	-moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
	line-height: 16px;
	padding: 1px 6px;
	margin: 0 2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #EFEFEF;
}
.header .nav a:hover, .header .nav a.selected{
	/*background: #3F3F3F;*/
	border-bottom: solid 3px #FF5A00;
	color: orange;
	text-shadow: 1px 1px 1px #FF5A00;
}
.header .nav a.selected{
	color: #425FC9;
}
.header form.search{
	background: url(images/search-bg.png) no-repeat;
	width: 185px;
	height: 25px;
	position: absolute;
	bottom: 10px;
	right: 8px;
	padding:  0;
	float: right;
}
.header form.search input{
	float: left;
	padding: 3px;
	display: inline-block;
	line-height: 25px;
	background: transparent;
	border:  0;
	clear: none;
	width: 155px;
}
.header form.search input.search-button{
	height: 20px;
	width:  18px;
	cursor: pointer;
	text-indent: 100px;
	margin: 2px;
}

.tag li{
	list-style-image: url(images/tag_sm.png);
	line-height: 20px;
}

a.tag{
	background: url(images/tag_sm.png) no-repeat left center;
	height: 20px;
	margin: 3px;
	padding-left: 20px;
}
/**
 *tag style
 */

.tags{
	text-align: center;
}

form.tag{
	display: inline;
	border-bottom: 1px dotted gray;
	margin: 2px;
}
form.tag input.tag-name{
	background: transparent;
	color: white;
	border: none;
	padding: 2px;
	margin: 0;
	cursor: pointer;
}
form.tag input.tag-name:hover{
	background: gray;
	color: black;	
}


/**
 * pagination
 */

.pagination {
	font-size: 11px;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color:#2F2F2F;
	color: #fff;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #fff;
}
.pagination a:hover, div.pagination a:active {
	background-color:#ec5210;
	color: #fff;
}
.pagination a.selected {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #313131;
	color: #EC5210;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #868686;
}

/**
 * Messages
 */
.message .close{
    float: right; 
    margin-top: -5px;
    cursor: pointer;
}
.error, .notice, .auth, .message{
    color: black;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	-moz-border-radius: 18px;
    -webkit-border-radius: 18px;
	background-position: 10px center;
    font-size: 12px;
}
.error, .auth {
	color: #2E2D2D;
	background-color: #D15E66; 
	background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIX7-C1GYI/AAAAAAAADco/5XubUJ34o2c/warning_32.png);
}
.notice, .message{
	background-color: #FEE;
	background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIXsMD87MI/AAAAAAAADcA/hx_l4F3pcLQ/lightbulb_32.png);
}
.auth {
	background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIXuytpYfI/AAAAAAAADcI/I4Tm0W5gDQk/lock_32.png);
}

/**
 * Side Bar Style
 */
.sidebar{
	border-left: 1px solid #CCC;
    height: 100%;
    font-size: 14px;
    float: right;
    text-align:  left;
    width: 250px;
    padding: 0 0 8px 8px;
}
.sidebar h3{
    margin-left: -8px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    padding: 2px 8px;
    font-size: 1.2em;
}

/**
 * Form Style
 */
form.form-skin div{
    clear: both;
    font-size: 12px;
    line-height: 12px;
    padding:  5px;
}
form.form-skin div label{
    font-weight: bold;
    padding: 4px 0;
}
form.form-skin div input{
    display: block;
}
form.form-skin div input[type='submit']{
    float: right;
    margin-top:8px;
}
form.form-skin fieldset{
    display: inline-block;
    background: #3F3F3F;
    border: 1px solid #1F1F1F;
    padding: 5px 3px;
    min-width: 225px;
    margin-bottom: 10px;
}
form.form-skin fieldset legend{
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #1F1F1F;
    line-height: 16px;
}
form.form-skin div.checkbox input{
    float: left;
    margin: 0 2px;
}
/**
 * Table Style
 */
.table-skin{
    border: 1px solid #3F3F3F;
    font-size: 12px;
}
.table-skin td, .table-skin th{
    padding: 2px 4px;
}
.table-skin thead tr{
    background: #000;
}
.table-skin tr.odd{
    background: #1F1F1F;
}
.table-skin tbody tr:hover{
    background: #2F2F2F;
}
.table-skin tr.even{
    background: #000;
}

/**
 * Misc
 */
 
.footer{
	color: #1F1F1F;
	text-indent: 20px;
}

.ac_results{color: #1C1C1C;}

a.favorite{
    padding-left: 20px;
    background: url(images/heart_16.png) no-repeat left center;
}

ul.info li{
    display: list-item;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
	margin: 0;
}

li.download{
	list-style-image: url(images/download-20.png);
}
li.favorite{
    list-style-image: url(images/heart_16.png);
}
li.comment{
    list-style-image: url(images/comment.png);
}
li.date{
    list-style-image: url(images/calendar.png);
}

