/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.2
Author: Nick
Author URI: http://www.ndesign-studio.com/

Ported to Drupal 5.0 by Chrisada Sookdhis
http://ichris.ws

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% "Verdana", Tahoma;
	color: #dfdfdf;
	background-color: #000;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 15px 0px 2px;
	/*border-bottom: 1px dotted #CCCCCC;*/
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #DFDFDF;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {	
	margin: 0px auto;
	width: 984px;	
	background-color: #000;
	background: #000 url(images/page-bg.jpg) no-repeat top left;
}
#header {	
	height: 247px;
	/*border-bottom: 3px solid #59780a;*/
	position: relative;
}
#headerimg {
	background: #000 url(img/latex.jpg) no-repeat top center;
	height: 247px;
	position: relative;
	/*padding: 30px 0px 0px 40px;	*/
	padding: 0px;
}

#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}

.nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.nav li {
	float: left;
	margin-left: 5px;
}
.nav li a.active{
	color: #000000;
}
.nav li a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
.nav li a:hover {
	color: #000000;
}
#content {
	float: none;
	width: 650px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 190px;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	/*float:right;*/	
	width: 438px;
	margin-left: 100px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
	font-family: Verdana,arial,Sans-Serif;
	font-size: 10pt;
}
.pager {
	clear: both;
	padding: 10px 0px;
}
.pager-list a, .pager a:visited {
	color: #59770e;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .even {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2 em;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
form {
	font: 100% Arial, Helvetica, sans-serif;
}

form label{
	color: #dfdfdf;
	font-size: 9pt;
}
form input[type="text"] {
	background:#fff;
	border: 1px solid #7C0607;
	padding: 3px;
	margin-top: 3px;
}
form textarea{
	height: 115px;
	background:#fff;
	border: 1px solid #7C0607;
	padding: 2px;
	margin-top: 3px;
}
form textarea:focus, form input[type="text"]:focus {
	background: #ffffff;
}
form input[type="image"] {
	padding: 0px;
	margin: 0px;
	border: none;
}

/*sidebar */
#sidebar-right {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar-right h2, #sidebar-right .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar-right a, #sidebar-right a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar-right a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar-right ul {
	margin: 0;
	padding: 0;
}
#sidebar-right ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar-right ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar-right ul li ul li{
	padding: 2px 0 2px 20px;
	/*border-bottom: 1px solid #dceeb7;*/
}
/*sidebar list level3 */
#sidebar-right ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*search form */
#search-theme-form {
	margin: 15px 0 0;
}
#search-theme-form input[type="text"] {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin: 0 2px 0 0;
	color: #000000;
	font-weight: normal;
}
#search-theme-form input[type="submit"] {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	margin: -2px 0 0 0;
	width: 67px;
	height: 26px;
	vertical-align: middle;
	float: none;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.center {
	text-align: center;
	width: 550px;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#block-comment-0 li {
	background: url(images/mini-recent-comments.gif) no-repeat left top;
	padding-left: 20px !important;
}


#block-user-2 a, #block-user-3  {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 20px !important;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em ! important;
  border: none ! important;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul.menu li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul.menu li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul.menu li.leaf a, ul.menu li.expanded a, ul.menu li.collapsed a {
  display: block;
}
.node-unpublished {
	background-color: #fff;
}
.lesson-list {
	margin-top: 15px;
	padding-bottom: 10px;
}
div.form-row {
	clear:left;
	min-height:30px;
	text-align:left;
}
div.form-row label {
	clear:left;
	float:left;
	width:140px;
}
div.form-note {
	visibility:hidden;
}
div.form-error {
	color:yellow;
	display:none;
	font-size: 8pt;
}
.register-input-narrow {
	width:150px;
}
table.appointments {
	width: 300px;
	color: #000;
}
table.appointments td {
	padding: 10px;
}
table.appointments td.even {
	background-color: #e7e7e7;
}
table.appointments td.odd {
	background-color: #f3f3f3;
}
table.appointments td.apptaken {
	background-color: #ffcecd;
	color: #d95255;
	padding: 10px;
	border-bottom: 1px solid #d95255;
}
table.appointments td.apptakenuser {
	background-color: #dffcdd;
	color: #212121;
	padding: 10px;
	border-bottom: 1px solid #62de54;
}
.contentarea {
	border: 1px solid #640607;
	width: 580px;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 10px;
	float: none;
	clear: none;
}
.contentarea h2, .contentarea h2 a, .regformcontent h2 {
	color: #dfdfdf;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}
.contentarea h2 a:hover {
	text-decoration: underline;
}
.regformcontent {	
	background: #000 url(images/regform-top-bg.jpg) no-repeat top left;
}
.regforminsidecontent {
	padding: 10px 90px 10px 90px;
	background: #000 url(images/content-redborder-bg.gif) repeat-y top left;
	width: 630px;
}
.formcontentbottom {
	background: #000 url(images/content-bg-bottom.gif) no-repeat bottom left;
	height: 4px;
	font-size: 1px;
}
.regformdesc {
	width: 320px;
	padding-left: 90px;
}
fieldset {
	border: none;
	margin: 0px;
}
legend {
	color: #dfdfdf;
	font-weight: bold;
}
.footer {
	text-align: center;	
}
.error-note, .warning-note, .valid-note {
	/*background: transparent url(/files/error-icon.gif) no-repeat left center;*/
	/*padding: 5px 5px 0px 25px;*/
	color: yellow;
	width: 340px;
}
.fieldrow {
	padding-top: 10px;
}
.fieldsetsubtitle {
	font-weight: bold;
	padding: 0px;
}
.globalerrormessage {
	color: #c00;
	border: 2px solid #c00;
	padding: 10px;
	width: 320px;
}
