/*
Company:	Dreamliving
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, fieldset, address { margin:20px 0; }
form {
	margin: 0;
}

blockquote { margin-left: 40px; }



fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background: url(../images/bkg.jpg) no-repeat #183008;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
div#header {
	width: 850px;
	height: 275px;
}

div#sidebar {
	width: 186px;
	margin-left: 36px;
	margin-top: 10px;
	float: left;
	display: inline;
}

.sidecontent{
	margin-top: 10px;
	}

div#content {
	width: 502px;
	float: left;
	margin-left: 54px;
	color: #fff;
	font-size: 107%;
	display: inline;
}
div#admin {
	width: 700px;
	margin-left: 54px;
	color: #fff;
}
div#footer {
	font-size: 77%;
	margin: 50px 0;
	color: #717e68;
}

/* Photo Gallery */
div.photoGalleryElement {
	margin: 10px 0;
}
div.thumbContents {
	background: none !important;
	border: none !important;
}
div.thumbContents p {
	display: none;
}
/* @end */

/* @group Nav */
div#outer-wrapper ul.nav {
	list-style-type: none;
	margin-left: 0;
	font-size: 107%;
	text-transform: lowercase; 
	line-height: 18px;
}
div#outer-wrapper ul.nav li {
	margin-left: 0;
	margin-bottom: 5px;
}
div#outer-wrapper ul.nav li a:link, div#outer-wrapper ul.nav li a:visited {
	color: #d9a8f2;
	text-decoration: none;
}
div#outer-wrapper ul.nav li a:hover {
	color: #d9a8f2;
}
div#outer-wrapper ul.nav li.selectedPage a {
	color: #d9a8f2;
}
/* @end */

/* @group Headings */
h1 {
	color: #fff;
	font-size: 175%;
	font-weight: bold;
}
h2 {
	color: #fff;
	font-size: 133%;
	font-weight: bold;
}
h3 {
	color: #fff;
	font-size: 116%;
	font-weight: bold;
}
h4 {
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
div#outer-wrapper ul li {
	margin-bottom: 10px;
        list-style-type: none;
	margin-left: 0;
}
div#outer-wrapper ol {
	margin-left: 27px;
}

div#content ul li { list-style-type: disc;}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
div#outer-wrapper a:link, div#outer-wrapper a:visited {
	color: #d9a8f2;
	text-decoration: none;
}
div#outer-wrapper a:hover, div#outer-wrapper a:active {
	color: #d9a8f2;
}
div#footer a:link, div#footer a:visited, div#side-content a:link, div#side-content a:visited {
	text-decoration: none;
	color: #717e68;
}

div#footer a:hover {
	text-decoration: none;
	color: #d9a8f2;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Water Admin */

#content .regionBoundary{
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.inlineContentAdder .content {
	width: auto !important;
	}

.x-tree .x-panel-body {
background: transparent !important;
border: 1px solid !important;
}
.x-tree-node .x-tree-node-over {background: none !important;}

/* @end */

/* table css */

#adminPage table a {
	color: #333 !important;
}

