/* CSS by Tim Householder */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:""; }
abbr,acronym { border:0; }
html { font-size: 12px; }
/* RESET END */

html {
	height: 100%;
}
body {
	
	text-align: center;
	font-family: Arial, sans-serif;
	color: #5f5f5f;
	background-color: #FFFFFF;
	height: 100%;
}
a {
	text-decoration:none;
 	color:#000000;
}
a:hover {
	color: #767676;
	text-decoration:none;
}

/*** UTILS ***/
.clear { 
	clear: both;
}
.inline {
	display: inline;
}
.strong {
	font-weight: bold;
}
.hilite {
	font-weight: bold;
	color: #FFE045;
}
.colorMeBlue {
	color: #1fbaff;
}
.colorMeLightBlue {
	color: #29AAE1;
}

.imagepadright {
	padding: 5px;
	border:1px solid silver;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 10px;
}
.c { text-align: center !important; }
.l { text-align: left !important; }
.r { text-align: right !important; }


#page-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto 0 auto;
}
#header {
	clear: both;
	width: 1000px;
	height: 78px;
	position: relative;
}
#header h1 {
	width: 494px;
	height: 78px;
}
#header h1 a {
	display: block;
	text-indent: -9000px;
	outline: none;
	background: url(http://organicmodernestate.com/images/home-button.png) no-repeat left top;
	height: 78px;
}
ul#nav {
	position: absolute;
	top: 37px;
	right: 0px;
	width: 320px;
	height: 26px;
}
ul#nav li {
	float: left;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
ul#nav li a {
	display: block;
	text-indent: -9000px;
	outline: none;
	margin: 0px;
	padding: 0px;
}
ul#nav li#gallery { width: 85px; }
ul#nav li#gallery a { width: 85px; height: 26px; background: url(../images/gallery-button.png) no-repeat left top; }
ul#nav li#gallery a:hover, ul#nav li#gallery a.selected { background: url(../images/gallery-button.png) no-repeat left bottom; }

ul#nav li#video { width: 68px; }
ul#nav li#video a { width: 68px; height: 26px; background: url(../images/video-button.png) no-repeat left top; }
ul#nav li#video a:hover, ul#nav li#video a.selected { background: url(../images/video-button.png) no-repeat left bottom; }

ul#nav li#profile { width: 84px; }
ul#nav li#profile a { width: 84px; height: 26px; background: url(../images/profile-button.png) no-repeat left top; }
ul#nav li#profile a:hover, ul#nav li#profile a.selected { background: url(../images/profile-button.png) no-repeat left bottom; }

ul#nav li#location { width: 83px; }
ul#nav li#location a { width: 83px; height: 26px; background: url(../images/location-button.png) no-repeat left top; }
ul#nav li#location a:hover, ul#nav li#location a.selected { background: url(../images/location-button.png) no-repeat left bottom; }

#main-content {
	width: 1000px;
	height: 600px;
	position: relative;
}
#content-env {
	width: 1000px;
	height: 600px;
	display: none;
	position: absolute;
}
#footer {
	position: relative;
	width: 1000px;
	height: 102px;
	background: url(../images/company-info-bar.png) no-repeat left top;
}
#footer a#ttk-logo-link {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 55px;
	width: 169px;
	outline: none;
	text-indent: -9000px;
}
#footer a#ttk-site-link {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 24px;
	width: 150px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/ttk-web-button.png) no-repeat left top;
}
#footer a#ttk-site-link:hover {
	background: url(../images/ttk-web-button.png) no-repeat left bottom;
}
#nuvue {
	position: relative;
	display: block;
	width:1000px;
	height: 19px;
	margin-bottom: 20px;
}
#nuvue a {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 200px;
	height: 19px;
	background: url(../images/nuvue-button.png) no-repeat left top;
	text-indent: -9000px;
	outline: none;
}
#nuvue a:hover {
	background: url(../images/nuvue-button.png) no-repeat left bottom;
}

#slides {
	display: none;
}
a.slidesjs-navigation {
	position: absolute;
	width: 41px;
	height: 47px;
	z-index: 999999;
	top: 277px;
	display: block;
	text-indent: -9000px;
	outline: none;
}
a.slidesjs-previous {
	left: 0px;
	background: url(../images/gallery-nav.png) no-repeat left top;
}
a.slidesjs-previous:hover {
	background: url(../images/gallery-nav.png) no-repeat left bottom;
}
a.slidesjs-next {
	right: 0px;
	background: url(../images/gallery-nav.png) no-repeat right top;
}
a.slidesjs-next:hover {
	background: url(../images/gallery-nav.png) no-repeat right bottom;
}


/*** FORM STYLING ***/
.entry-form {
	margin-top: 20px;
}

.entry-form input, .entry-form textarea {
	margin-bottom: 10px;
	margin-right: 6px;
	padding: 0px 3px;
}
.entry-form input {
	height: 20px;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 3px;
}
.errorMsg {
	color: red;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
#message {
	color: #1fbaff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*** TABLE STYLING ***/
table {
	font-size: 12px;
	text-align: left;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
}
tr.odd td {
	background-color: #ebebeb;
}
table.admin-display-table th {
	background-color: #777777;
	color: #FFFFFF;
	padding: 3px 6px;
}
table.admin-display-table td {
	border-bottom: 1px solid silver;
	vertical-align: top;
	padding: 6px 6px;
}
