/*
Theme Name: Sugarcult
Theme URI: http://www.sugarcult.com
Description: Design credits to http://www.toothjuice.net & http://www.prmthn.net, Template development by http://www.pollensoft.com, this is my first WP Theme, so I used K2 as an example, credits to them.
Version: 1
Author: http://www.pollensoft.com
Author URI: http://pollensoft.com/
*/

#SpryDebugWindow {
	display: none !important;
}

body, td, p, div, iframe, frame, HTML {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: white;

	scrollbar-face-color:#333333; 
	scrollbar-track-color:#121212;
	scrollbar-arrow-color:#666666;
	scrollbar-shadow-color:#333333;
	scrollbar-dark-shadow-color:#333333;
	scrollbar-3dlight-color:#666666;
	scrollbar-highlight-color:#333333;

}

body {
	background-color: black;
	padding: 0px;
	margin: 0px;
}

body.content {
	background-image: url(images/wallbg.gif) !important;
	background-position: top !important;
	background-repeat: repeat-x !important;
}

HTML {
	overflow-x: hidden;
	overflow-y: auto;
}

body.side {
	background-image: url(images/body_bg.jpg);
	background-position: top;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #1e1e1e;
	border: 1px solid #2e2e2e;
}

#comments {
	/* display: none; */
	display: block;
	width: 800px;
}

#comments .note {
	width: 300px;
	color: #666666;
	font-size: smaller;
}

#comments ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	padding-left: 10px;
	padding-top: 10px;
}

label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	display: block;
}

#background {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	height: 2000px;
	width: 100%;
}

p { /* make IE and Firefox render paragraphs the same way */
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	
}

a {
	color: #F1E098;
}

img { border: 0px; }

h1 {
	width: 305px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	
	background-image: url(images/h1_background.gif);
	background-repeat: no-repeat;
	background-position: top center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;

	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	line-height: 60px;
}

h1 .left {
	background-image: url(images/h1_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

h1 .right {
	background-image: url(images/h1_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

h2 {
	color: #426E55;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	padding-right: 35px;
	background-image: url(images/h2_background.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
	white-space: nowrap;
}

h2 a {
	text-decoration: none;
	color: #426E55;
}

.author {
	color: #686868;
}

.author a {
	color: #686868;
	text-decoration: none;
}

#main {
	width: 950px;
	background-color: #000000;
}

#main_left {
	height: 1000px;
	background-image: url(images/bg_left.gif);
	background-position: right;
	background-repeat:repeat-y;
}

#main_right {
	height: 1000px;
	background-image: url(images/bg_right.gif);
	background-position: left;
	background-repeat:repeat-y;
}

#nav {
	color: #F1E098;
	text-align: left;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li.current_page_item a {
	color: white;
}

#nav a {
	color: #F1E098;
	display: inline;
	margin: 5px;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}

#nav a.first {
	margin-left: 0px;
}

#nav a:hover {
	color: white;
}

#news {
	height: 400px;
	width: 100%;
	overflow: auto;
}

#gallery {
	float: right;
	clear: both;
}

#footer {
	padding: 20px;
	padding-left: 0px;
	margin-top: -10px;
}

table.box {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	background:#121212;
}

table.box td {
	padding: 0px;
	margin: 0px;
}

table.box td.tl {
	background-image: url(images/box_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

table.box td.t {
	background-image: url(images/box_t.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 5px;
}

table.box td.tr {
	background-image: url(images/box_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

table.box td.r {
	background-image: url(images/box_r.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
}

table.box td.br {
	background-image: url(images/box_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.box td.b {
	background-image: url(images/box_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
}

table.box td.bl {
	background-image: url(images/box_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

table.box td.l {
	background-image: url(images/box_l.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 5px;
}

table.box td.inside {
	padding: 5px;
	text-align: left;
}

.gold {
	color: #F1E098;
}

.green {
	color: #426E55;
}

table.tour {
	border-collapse: separate;
	width: 100%;
}

table.tour th {
	color: #426E55;
	margin: 6px;
	padding: 10px;
	
	text-align: center;
	
	font-size: 14px;
}

table.tour td {
	margin: 6px;
	padding: 20px;
	text-align: center;
}

table.tour tr {
	background-color: black;
}

table.tour tr.row_on {
	background-color: #242424;
}

.green_wallpaper {
	background-image: url(images/green_wallpaper_bg.jpg);
}

.red_wallpaper {
	background-image: url(images/red_wallpaper.jpg);
}

.girl_background {
	background-image: url(images/girl-bg.jpg);
	height: 538px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: black;
}

.green_children a {
	color: #426E55;
	font-weight: bold;
	text-decoration: none;
}

.green_children a:hover {
	color: white;
}

.green_children li {
	list-style-type: none;
}

.green_text {
	color: #426d57;
	font-size: 15px;
	font-weight: bold;
}

.tower_background {
	position: relative;
	background-image: url(images/tower-bg.jpg);
	height: 538px;
}

#tower_content {
	position: relative;
	left: 160px;
	top: 107px;
	width: 650px;
	height: 380px;
	overflow: auto;
}

#thumbnails img {
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
}

#thumbnails img.selected {
	
}

#thumbnails {
	height: 70px;
	overflow: auto;
	width: 100%;
	clear: both;
	text-align: center;
}

#display {
	padding: 10px;
	width: 100%;
	text-align: center;
}

#displayTitle {
	padding: 5px;
}
