/* 
Theme Name: Feeling Gray
Theme URI: http://www.adityanaik.com/projects/themes/
Description: A theme developed by Aditya Naik
Version: 1.0
Author: Aditya Naik
Author URI: http://www.adityanaik.com
*/

/*
	General Styles
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	background:#282C2F url(images/back.jpg) 0% 0% repeat-x;
	font-family: Verdana, Arial, Serif;
	color: #ccc;
	margin-bottom:25px;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

li {
	display: inline;
}

blockquote {
	clear:left;
	padding:15px;
	padding-right:40px;
	background:url(images/quotes.png) top-right no-repeat;
}
code {
	font-size:1.2em;
	color:#FF3366;
	display:block;
	padding:10px;
	background-color:#3F464A;
}

.clear {
	clear:both;
}

.right {
	float: right;
}

.left {
	float: left;
}

a:hover {
	background-color:#3F464A;
}

a, 
a:hover, 
a:visited,
a:active {
	color: #FF6600;
	text-decoration: none;
}

/*
	Comment Styles
*/
.ddstyle {
	display:block;
	padding: 5px;
	clear:left;
}

.dtstyle {
	padding: 5px;
	font-size: 0.8em;
	border-bottom: 1px solid #3F464A;
}

#respond-form {
	min-height: 141px;
	height: auto !important;
	height: 141px;
	background-image: url(images/respond.png);
}

#new-topic {
	min-height: 141px;
	height: auto !important;
	height: 141px;
	background-image: url(images/new+topic.png);
}

#register {
	min-height: 145px;
	height: auto !important;
	height: 145px;
	background-image: url(images/register.png);
}


.alt {
	background-color:#3F464A;
}

.alt a:hover{
	background-color:#282C2F;
}

dt.alt {
	border-bottom: 1px solid #96BF55;
}

textarea {
	border:0;
	border-bottom: 1px solid #96BF55;
	background-color:#3F464A;
	font-family: Verdana, Arial, Serif;
	font-size:1em;
	padding:5px;
	width:400px;
	color: #ccc;
}

.inputtext {
	margin: 0 0 10px 0;
	border:0;
	border-bottom: 1px solid #96BF55;
	background-color:#3F464A;
	font-family: Verdana, Arial, Serif;
	font-size:1em;
	padding: 5px;
	color: #ccc;
}

.error {
	border-bottom: 2px solid #c00;
}


/* 
	Layout Styles
*/

.container {
	width:100%;
}

.container1 {
	font-size: 0.8em;
	width: 960px;
	padding: 10px 0 0 10px;
	clear: both;
}

.container2 {
	width: 700px;
}

.container3 {
	width: 450px;
	padding:0 10px;
}

.container2-right {
	width: 220px;
	float: right;
}

.container1-right {
	width: 220px;
	float: right;
}

#topcontent, {
	clear: both;
}

/* 
	Topbar Styles
*/

#topbar {
	font-size: 0.7em;
	color: #999999;
	width: 100%;
}

#skip {
	float: right;
	text-decoration: underline;
}

#topmenu li{
	padding-right: 10px;
}

/* 
	General Post Styles
*/

.post {
	text-align: justify;
	margin-bottom: 10px;
}

.container3 .post p{
	margin: 10px 0;
}

.container3 .post img{
	float:right;
	margin:5px 0 5px 5px;
	padding:5px;
	border: 1px solid #96BF55;
	background-color:#3F464A;
}

/* 
	heading 
*/

h3 {
	font-size:1.7em;
	font-family: Arial;
}

h3 a{
	text-align: left;
	display:block;
	padding: 0 0 5px 0;
}

/*
	Widget
*/

.section h3 {
	color: #CC0033;
	clear:left;
}


.section strong {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia;
	text-align: left;
	color:#999999;
}

.section {
	padding-left: 40px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position:top left;
}

.section ul{
	margin-bottom:10px;
}

.section li {
	display: block;
	padding: 5px 0 5px 20px ;
	border-bottom:1px dotted #ccc;
}

#topcontent .section li {
	background: url(images/grayarrowstar.png) no-repeat left 5px;
}

/*
	Google Ads
*/

#google-ads {
	min-height: 157px;
	height: auto !important;
	height: 157px;
}

#topcontent #google-ads {
	background-image: url(images/advertisement.png);  
}

/*
	Search
*/

#search{
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#topcontent #search {
	background-image: url(images/search.png);  
}

#searchresults{
	min-height: 242px;
	height: auto !important;
	height: 242px;
	background-image: url(images/search+results.png);  
}

#search #s,
#search #q{
	margin: 0 0 10px 0;
	width:170px;
	border:0;
	border-bottom: 1px solid #96BF55;
	background-color:#3F464A;
	font-family: Verdana, Arial, Serif;
	font-size:1em;
	padding: 5px;
	color: #ccc;
}

/*
	Hot Tags
*/

#hottags{
	min-height: 78px;
	height: auto !important;
	height: 78px;
}

#topcontent #hottags {
	background-image: url(images/tags.png);  
}

#viewdiv{
	min-height: 94px;
	height: auto !important;
	height: 94px;
	background-image: url(images/views.png);  
}

#discussions{
	min-height: 197px;
	height: auto !important;
	height: 197px;
	background-image: url(images/discussions.png);  
}

#forums{
	min-height: 124px;
	height: auto !important;
	height: 124px;
	background-image: url(images/forums.png);  
}

/*
	Footer
*/

#footer {
	position: fixed;
	width:100%;
	top: auto;
	bottom: 0;
	text-align:center;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	height: 15px;
	margin: auto 0;
	background-color: #fff;
	color: #000;
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}

/*
	Header Style
*/

#header {
	border-bottom: 1px solid #fff;
}

/*
	Navigation Styles
*/

#nav {
	float: right;
	position: relative;
	top: 100px;
	color:#fff;
}
#nav a{
	margin-left: 15px;
}
#nav a:hover {
	background-color:#282C2F;
}

/*
	Theme Page
*/

#datetrial {
	background-image: url(images/datewidget.jpg);
}

.alt #datetrial {
	background-image: url(images/graydatewidget.jpg);
}

#datetrial {
	width:48px;
	height:61px;
	float: right;
	margin:0;
	padding:0;
	margin-left: 10px;
}

#datetrial a{
	padding:0;
	margin:0;
}

#datetrial .month a{
	color:#FFCC00;
}

#datetrial a:hover {
	background-color:transparent;
}

#datetrial .month {
	display:block;
	font-weight: bold;
	height:auto !important;
	height:9px;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 7px;
	text-align:center;
}

#datetrial .date {
	padding-top: 7px;
	display:block;
	font-weight: bold;
	height: auto !important;
	height:24px;
	font-family: 'Lucida Sans';
	font-size: 24px;
	text-align:center;
}

#datetrial .date a{
}

.container3 .section {
	clear:left;
}

#discussions li {
	display: block;
	padding:0;
	margin:0;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}

#discussions ul {
	display: block;
	padding:0;
	margin:0;
}

.topic a{
	color: #F8F0B8;
}

.replies {
	float:right;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position:left 1px ;
	font-weight: bold;
	background-image:url(images/replies.png);
}

#discussions dd {
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

#discussions dd.sticky {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position:left 5px ;
	font-weight: bold;
	background-image:url(images/sticky.png);
}

#topicdiv {
	min-height: 95px;
	height: auto !important;
	height: 95px;
	background-image: url(images/topic.png);  
}

#discussions h3,
#favorites h3,
#profile h3,
#topicdiv h3{
	border-bottom: 1px solid #96BF55;
}

#profile.section p {
	margin-bottom:10px;
}

.bbcrumb a{
	color: #CCCC00;
}


#topicactions {
	min-height: 132px;
	height: auto !important;
	height: 132px;
	background-image: url(images/actions.png);  
}

#loginform {
	min-height: 99px;
	height: auto !important;
	height: 99px;
	background-image: url(images/login.png);  
}

#recover {
	min-height: 140px;
	height: auto !important;
	height: 140px;
	background-image: url(images/recover.png);  
}

#infobox {
	min-height: 171px;
	height: auto !important;
	height: 171px;
	background-image: url(images/meta%20data.png);  
}

#editpost {
	min-height: 154px;
	height: auto !important;
	height: 154px;
	background-image: url(images/edit%20post.png);  
}

#about {
	min-height: 107px;
	height: auto !important;
	height: 107px;
	background-image: url(images/about.png);  
}

#recover p,
#about p {
	margin-bottom:10px;
}

#favorites {
	min-height: 158px;
	height: auto !important;
	height: 158px;
	background-image: url(images/favorites.png);  
}

#profile {
	min-height: 122px;
	height: auto !important;
	height: 122px;
	background-image: url(images/profile.png);  
}

#commonlogin {
	position: relative;
	background: url('images/login-bkg-tile.png') no-repeat top center;
	color: #fff;
	margin: 5em auto;
	padding: 20px 50px 0;
	width: 325px;
	_width:  390px;
}

#commonlogin form {
	_width: 325px;
	_margin: 0 auto;
}

#commonlogin #login_error {
	background: #0e3350;
	border: 1px solid #2571ab;
	color: #ebcd4e;
	font-size: 11px;
	font-weight: bold;
	padding: .6em;
	text-align: center;
}

#commonlogin #login_error a {
	color: #ebcd4e;
	border-color: #ebcd4e;
}

#commonlogin #send {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	_width: 325px;
	_margin: 0 auto 15px;
}

#commonlogin h1 a {
	margin: 0 auto;
	height: 88px;
	width: 320px;
	display: block;
	border-bottom: none;
}

#commonlogin .hide {
	display: none;
}

#commonlogin .message {
	font-size: 10pt;
	text-align: center;
}

#commonlogin .register {
	font-size: 20px;
}

#register #commonlogin h2 { 
	border-bottom: 1px solid #1e6491;
	padding-bottom:  15px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	letter-spacing:  -1px;
	margin:  15px 0 0;
	_width: 325px;
	_padding: 15px 0;
	_margin:  10px auto 5px;
}

#commonlogin input {
	padding: 4px;
}

#commonlogin ul {
	background: url('images/login-bkg-bottom.png') no-repeat bottom center;
	list-style: none;
	margin: 0 -50px;
	_margin:  10px auto 0;
	padding: 10px 50px 25px;;
	_padding: 0 0 5px 30px;
}

#commonlogin ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commonlogin ul {display: inline-block;}


#commonlogin ul li {
	float: left;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}

#commonlogin ul li a {
	display: block;
	color: #CC0000;
	border: none;
	padding: 4px 1px 5px;
	width: 160px;
}

#register #commonlogin ul li a { 
	width: 106px;
}

#commonlogin ul li a:hover {
	background: #2E6E15;
	border: 1px solid #4B8037;
	padding: 3px 0 4px; 
	color: #fff;
}

#commonlogin .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#commonlogin p label { 
	font-size: 11px;
}

#commonlogin #submit {
	margin: 0;
	font-size: 15px;
}

.passreseth {
	border-bottom: .5em solid #4B8037;
	color: #fff;
	font: normal 30px/5px serif;
	margin: 5px 0;
}

body#registerpage , body#loginpage {
	background-color:#fff;
	background-image:none;
}

body#registerpage h1 a:hover, body#loginpage h1 a:hover {
	background-color:transparent;
}

h2.post-form{
	display:none;
}

.login small {
	font-size:1em;
}