/*
Theme Name: ejn
Theme URI: http://forum.enjoynirvana.com
Description: Theme for the new ejn site
Version: 1.0
Author: <a href="http://stella-projects.com">Andreas Muehe</a>
Author URI: 
*/

/* 
* We include our css-files from the actual site
* so we don't have to re-write everything.
*/

@import url('http://enjoynirvana.com/wp-content/themes/nookyn/css/design.css');
@import url('http://enjoynirvana.com/wp-content/themes/nookyn/css/links.css');
@import url('http://enjoynirvana.com/wp-content/themes/nookyn/css/misc.css');

/*
* The main styling for the forum starts here
*/

/* Links */
.c_left a, .c_right a { color: #000; text-decoration: underline; }
.c_left a:hover, .c_right a:hover { text-decoration: none; }

/* Boxes */
.c_left { float: left; width: 290px; }
.c_right { float: left; width: 610px; margin-left: 45px; }
	
/* Misc */
.content_forum { margin-top: -50px; }
fieldset { border: none; }
/*li.alt { color: #474a65; } Maybe at some later point */
.bbcrumb { margin-bottom: 3px; font-size: 11px; padding: 8px 0 8px 0; }
.admin { margin-bottom: 10px; font-size: 12px; }

.frontpageheatmap {
	
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	}

.threadpost .poststuff {
	
	font-size: 11px;
	padding-top: 6px;
	
	color: #afafaf;
	text-shadow: 1px 1px 1px #fff;
	}
	
.threadpost .poststuff a { color: #afafaf; }

.postlist ul {
	
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	}
	
.postlist li {
	
	padding: 10px;
	
	/*background-color: #CEE2E3;*/
	border-bottom: 1px solid #fff;
	
	margin-bottom: 5px;
	}
	
.post {
	
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	color: #222;
	}

ul.topicmeta {
	
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	}
	
ul.topicmeta li {
	
	font-size: 11px;
	
	padding: 8px 0 8px 0;
	margin-bottom: 1px;
	
	border-bottom: 1px dotted #666;
	}

.post_field {
	
	font-family: Georgia, Times, sans-serif;
	font-size: 15px;
	
	padding: 8px;
	border: 1px solid #333;
	
	color: #444;
	width: 590px;
	}
	
.f_usr_fcn {
	
	font-family: Georgia, Times, sans-serif;
	font-size: 16px;
	
	padding: 10px;
	border-bottom: 1px dashed #444;
	}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}


.login_field {
	
	padding: 6px;
	border: 1px solid #444;
	
	font-size: 14px;
	width: 200px;
	
	color: #535353;
	}
	
#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #D2E2FF; }

#latest th, #forumlist th, #favorites th {
	
	text-align: left;
	background-color: rgb(102, 102, 102);
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 5px 9px;
	color: rgb(255, 255, 255);
	}

#latest th a, #forumlist th a, #favorites th a {
	
	color: rgb(200, 200, 200);
	font-style: italic;
	}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	
	color: rgb(255, 255, 255);
	}

tr.bb-category td {
	
	background-color: #ddd;
	}

#latest, #forumlist, #favorites {
	
	background-color: #f7f7f7;
	margin-bottom: 3em;
	width: 100%;
	}

#discussions .nav {
	
	margin-top: -2em;
	margin-bottom: 1em;
	}

#front-page #main h2, #forum-page #main h2, #userlogin, #currentfavorites, #register, #passwordrecovery {
	
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
	}

#front-page #discussions ul { padding: 0 0 0 14px; }

ul#thread li { background-color: #f5f5f5; }

ul#profile-menu {
	
	
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	}

ul#profile-menu li {
	
	float: left;
	margin-right: 2px;
	}
	
ul#profile-menu li a {
	
	display: block;
	padding: 8px;
	
	color: #fff;
	text-decoration: none;
	
	background-color: #a35e94;
	}
	
#profile-menu li.current a, ul#profile-menu li a:hover {
	
	background-color: #000;
	}
	
#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}


