/*##########	Base Styling	##########*/
p, form { margin: 0; padding: 0; }
ol, ul { margin: 0; padding: 0 0 0 15px; }
img { border: none; }
html, body { height: 100%; }
body {
	padding: 0;
	margin: 0;
	background-image: url('../images/bg.jpg');
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d8d8d8;
	line-height: 24px;
}
.bodyContainer {
	position: relative;
	width: 900px;
	min-height: 1100px;
	margin: 10px auto;
	border-style: solid;
	border-color: #d7d7d7;
	border-width: 0 1px;
}
a { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }
.clear { clear: both; height: 0; font-size: 1px; line-height: 0; }


/*##########	Header		##########*/
.headerContainer {
	position: relative;
	height: 104px;
}
.logoContainer {
	float: left;
	width: 300px;
	height: 104px;
	padding: 0;
}
.topKnob {
	float: left;
	width: 149px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	padding: 7px 0;
	border-style: solid;
	border-color: #d7d7d7;
	border-width: 0 1px 0 0;
}
.topKnob img {
	position: relative;
}
.menuContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menuContainer ul li img {
	position: relative;
}
.menuContainer ul li {
	float: left;
	width: 149px;
	height: 100px;
	background-image: url('../images/menu-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	padding: 0;
	border-style: solid;
	border-color: #d7d7d7;
	border-width: 0 0 0 1px;
}
.menuHome { border-width: 0 !important; }
.menuContainer ul li a {
	display: block;
	font-size: 16px;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px 0;
	margin: 36px 13px 10px 13px;
}
.menuContainer ul li a:hover {
	color: #fff;
}

/*
.menuHome img { left: 0; }
.menuPortfolio img { left: -150px; }
.menuPhotos img { left: -300px; }
.menuVideos img { left: -450px; }
.menuMusic img { left: -600px; }
.menuContact img { left: -750px; }
*/

/*##########	Mixer anim	##########*/
.mixerBox {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 500px;
	margin: 0 auto;
	z-index: 1;
	border-top: 1px solid #d7d7d7;
}
.mixerBox .mixerPlug1 {
	position: absolute;
	top: 183px;
	left: 7px;
}
.mixerBox .mixerPlug2 {
	position: absolute;
	top: 183px;
	left: 157px;
}
.mixerBox .mixerPlug3 {
	position: absolute;
	top: 183px;
	left: 307px;
}
.mixerBox .mixerPlug4 {
	position: absolute;
	top: 183px;
	left: 457px;
}
.mixerBox .mixerPlug5 {
	position: absolute;
	top: 183px;
	left: 607px;
}
.mixerLevel {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	height: 380px;
	overflow: hidden;
}
.mixerLevel img {
	position: relative;
}


/*##########	Slideshow	##########*/
.slideshow {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 500px;
	margin: 0 auto;
	z-index: 1;
	border-top: 1px solid #d7d7d7;
}


/*##########	Videos	##########*/
.videoHome {
	position: relative;
	overflow: hidden;
	width: 655px;
	height: 370px;
	margin: 0 auto;
	z-index: 1;
	border: 1px solid #d7d7d7;
	background-image: url('../images/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.video {
	position: relative;
	overflow: hidden;
	width: 860px;
	height: 484px;
	margin: 0 auto;
	z-index: 1;
	border: 1px solid #d7d7d7;
	background-image: url('../images/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


/*##########	Content column		##########*/
.contentColumn {
	position: relative;
	padding: 20px;
	text-align: justify;
	border-top: 1px solid #d7d7d7;
}
.imageRight {
	float: right;
	padding-left: 20px;
	top: 0;
	right: 0;
}
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Share Tech', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #d8d8d8;
	line-height: 28px;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #d8d8d8;
	line-height: 24px;
}
h2 a {
	color: #d8d8d8;
	text-decoration: none;
}


/*##########	Social Feeds		##########*/
.feedColumn {
	padding: 20px;
	text-align: justify;
	border-top: 1px solid #d7d7d7;
}
.feedColumn>div {
	float: left;
	padding-left: 20px;
	width: 273px;
	height: 350px;
}
.gtWidget {
	border: 1px solid #555;
	border-radius: 5px;
	padding: 5px;
	height: 338px;
	overflow: hidden;
}
.gtWidget .title {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.gtWidget .title div {
	float: right;
	font-size: 9px;
	font-weight: normal;
}
.gtWidget .title div a {
	color: #2ae73f;
	text-decoration: none;
}
.gtWidget .gtDate {
	float: left;
	width: 60px;
	margin: 0 10px 5px 0;
	padding: 5px;
	background-color: #222;
	font-size: 12px;
	text-align: center;
}
.gtWidget .gtDate div {
	font-size: 18px;
}
.gtWidget .gtEvent {
	float: left;
	width: 170px;
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 12px;
}
.gtWidget .gtEvent div {
	font-size: 18px;
}


/*##########	Gallery album list			##########*/
.albumListContainer {
}
.albumListContainer div {
	float: left;
}
.albumListContainer .listItem {
	width: 420px;
	margin: 0 20px 20px 0;
	text-align: left;
}
.albumListContainer .listImage {
	width: 160px;
	margin-right: 10px;
}
.albumListContainer .listText {
	width: 250px;
}
.albumListContainer .lastItem {
	margin-right: 0 !important;
}

/*##########	Gallery photo list		##########*/
.listContainer {
}
.listContainer > div {
	float: left;
}
.listContainer .listItem {
	width: 160px;
	margin: 0 15px 15px 0;
	text-align: center;
	line-height: 0;
}
.listContainer .listItem a {
	color: #d7d7d7;
}
.listContainer .lastItem {
	margin-right: 0 !important;
}
.listContainer .downloadItem {
	margin:0 15px 15px 0;
	text-align: center;
	line-height: 0;
}
.listContainer .downloadItem img {
}

/*##########	Testimonials			##########*/
.testimonialItem {
}
.testimonialItem div {
	float: left;
	padding: 10px;
}
.testimonialContent {
	background-color: #444;
	width: 700px;
	margin-right: 5px;
}
.testimonialFrom {
	width: 115px;
	background-color: #222;
	line-height: 18px;
}
.testimonialLocation {
	font-size: 11px;
}
.testimonialFrom i {
	font-size: 11px;
}


/*##########	Footer			##########*/
.footerContainer {
	border-top: 1px solid #d7d7d7;
}
.footerContent {
	position: relative;
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
}
.footerMenu {
	position: relative;
	font-size: 12px;
	color: #444;
	text-align: left;
}
.footerMenu a {
	font-size: 12px;
	color: #777;
	text-decoration: none;
	padding: 0 5px;
}
.footerMenu a:hover {
	text-decoration: underline;
}
.footerMenu a:first-child {
	padding: 0 5px 0 0;
}
.credits {
	position: relative;
	padding: 10px 5px 0 0;
	font-size: 11px;
	color: #555;
	text-align: left;
}
.credits a {
	color: #555;
	text-decoration: none;
}
.bottomLogo {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	width: 200px;
	text-align: right;
}
.bottomLogo img {
	margin: auto 0;
}


/*##########	Scroll to top		##########*/
.scrollToTop {
	position: fixed;
	bottom: 0;
	right: 50px;
	cursor: pointer;
	display: none;
	z-index: 999;
}
.browserIssue {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #777;
	font-size: 13px;
	color: #fff;
	text-align: center;
}


/*##########	Admin		##########*/
.menuContainerAdmin ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #d7d7d7;
}
.menuContainerAdmin ul li {
	float: left;
	width: 149px;
	background-color: #1d1d1d;
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 1px;
}
.menuContainerAdmin ul li.first {
	width: 150px;
	margin: 0;
}
.menuContainerAdmin ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.menuContainerAdmin ul li a:hover {
	background-color: #ddd;
	color: #222;
}
.addNew {
	margin-bottom: -6px;
}
.goBack {
	float: right;
	margin-top: -50px;
	padding: 2px 5px;
	background-color: #222;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #555;
	border-radius: 10px;
}
.goBack a {
	text-decoration: none;
	display: block;
}
.goBack img {
	margin-bottom: -4px;
}
.initText {
	float: left;
}
.moreInfo {
	float: left;
	background-image: url('../images/icon-plus-minus.png');
	background-position: 0 0;
	width: 13px;
	height: 13px;
	margin: 5px 0 0 5px;
	cursor: pointer;
}
.moreInfoBox {
	display: none;
}


/*##########	Fade overlay to be used on all admin button clicks	##########*/
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}


/*##########	Notification box	##########*/
#errorZone {
	position: relative;
}
.notificationTable {
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #646464;
	background-color: #f4f4f4;
	border: 1px solid #d8d8d8;
	margin: 5px 0;
	overflow: hidden;
}
.errorBand {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
	background-color: #c53628;
}
.successBand {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
	background-color: #63a536;
}
.notificationImage {
	position: absolute;
	top: 5px;
	left: 30px;
	width: 45px;
	height: 45px;
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
}
.imageError {
	background-position: -50px 0;
}
.imageSuccess {
	background-position: 0 0;
}
#detailCell {
	float: left;
	padding: 5px 0;
	margin: 0 0 0 90px;
	font-weight: bold;
	text-align: left;
	min-height: 55px;
}


/*##########	Form format	##########*/
.formTable {
	position: relative;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border: 0 none #cccccc;
}
.formTable div {
	float: left;
	padding: 3px 0;
	margin: 0;
	text-align: left;
}
.inputContainer {
	line-height: 16px;
}
.thumbContainer {
	position: absolute;
	width: 250px;
	top: 0;
	right: 0;
    margin: 0;
    padding: 10px !important;
	background-color: #eee;
	text-align: center !important;
    border: 1px solid #ddd;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	padding: 3px;
	background-color: #ffffff;
}

.label {
	width: 125px;
	text-align: left;
	line-height: 16px;
	margin-top: 3px !important;
}
.labelLarge {
	width: 150px;
	text-align: left;
	line-height: 16px;
	margin-top: 3px !important;
}
.labelHuge {
	width: 175px;
	text-align: left;
	line-height: 16px;
	margin-top: 3px !important;
}
.required { color: #555555; }

.textInputSmall {
	border: 1px solid #cccccc;
	width: 50px;
}
.textInput {
	border: 1px solid #cccccc;
	width: 150px;
}
.textInputLarge {
	border: 1px solid #cccccc;
	width: 255px;
}
.textInputHuge {
	border: 1px solid #cccccc;
	width: 450px;
}
.datePicker {
	border: 1px solid #cccccc;
	width: 150px;
}

.comboInput {
	border: 1px solid #cccccc;
	width: 158px;
}
.comboInputLarge {
	border: 1px solid #cccccc;
	width: 263px;
}

.textareaInputSmall {
	border: 1px solid #cccccc;
	line-height: 18px;
	width: 255px;
	height: 125px;
	padding: 3px;
}
.textareaInput {
	border: 1px solid #cccccc;
	line-height: 18px;
	width: 350px;
	height: 175px;
	padding: 3px;
}
.textareaRichInput {
	border: 1px solid #cccccc;
	width: 600px;
	height: 300px;
}
.inputRich {
	background-image: url("../images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.checkbox {
	vertical-align: middle;
	margin-left: 0;
	padding-left: 0;
	background-color: transparent;
}
.radioButton {
	margin-left: 0;
	padding-left: 0;
}

.buttonCell {
	width: 100%;
	text-align: right !important;
}
.buttonSmall {
	border: 1px solid #cccccc;
	width: 70px;
	height: 28px;
}
.buttonLarge {
	border: 1px solid #cccccc;
	font-size: 12px;
	width: 100px;
	height: 28px;
}
.buttonImage {
	border-style: none;
	background-color: transparent;
	padding: 0;
}

.formNote {
	margin: -5px 0 !important;
	font-size: 11px;
	line-height: 24px;
}


/*##########	Filter box styling		##########*/
.filterList {
	padding: 5px 10px;
	margin: 5px 0;
	text-align: right;
	background-color: #222;
	border: 1px solid #303030;
}
.filterCaption {
	font-size: 11px;
	font-style: italic;
}


/*##########	Data Grid / Photo Gallery Format	##########*/
.dataGrid {
	width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	font-size: 12px;
	line-height: 20px;
	border-style: solid;
	border-color: #303030;
	border-width: 1px 1px 0 0;
}
.dataGrid tr td {
	padding: 3px;
}
.dataGridHeader {
	background-color: #222;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
}
.dataGridRow { 
	background-color: #444;
}
.dataGridRowAlt {
	background-color: #4d4d4d;
}
.dataGridItem {
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
}
.dataGridItemTitle {
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
	width: 300px;
}
.dataGridItemCenter {
	text-align: center;
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
}
.dataGridInfo {
	text-align: center;
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
	width: 150px;
}
.dataGridStatus {
	text-align: center;
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
	width: 100px;
}
.dataGridSelector {
	text-align: center;
	border-style: solid;
	border-color: #303030;
	border-width: 0 0 1px 1px;
	width: 30px;
}
.arrow {
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
.icon {
	margin-bottom: -3px;
}
.note {
	font-size: 11px;
	line-height: 14px;
}
.warning {
	line-height: 22px;
	width: 605px;
}
.warning div { float: right; }



/*##########	Data Grid Sub Format	##########*/
.subContainer {
	display: none;
}
.dataGridSubCell {
	padding: 0 !important;
	margin: 0;
}
.dataGridSub {
	width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	font-size: 12px;
	line-height: 20px;
}
.dataGridRowSub {
	background-color: #555;
}
.dataGridRowAltSub {
	background-color: #5e5e5e;
}


/*##########	Sortable Format		##########*/
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sortable li {
	position: relative;
	background-color: #222;
	margin: 3px;
	padding: 2px;
	float: left;
	text-align: center;
	border: 1px solid #777;
	min-height: 120px;
}
#sortable li .image {
	position: relative;
	line-height: 0;
}
#sortable li .details {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	background-color: #444;
	display: none;
}
#sortable li .title {
	font-size: 11px;
	line-height: 18px;
}
#sortable li .showDetails {
	float: left;
	width: 10px;
	height: 6px;
	padding: 7px 10px;
	cursor: pointer;
	line-height: 0;
}
#sortable li .showDetails div {
	width: 10px;
	height: 6px;
	overflow: hidden;
	line-height: 0;
}
#sortable li .showDetails img {
	position: relative;
	top: 0;
	left: 0;
}
#sortable li .delete {
	float: right;
	font-size: 11px;
	line-height: 18px;
}
#sortable li .delete input {
	margin: -2px 2px 0 0;
}
#sortable li .iconMove {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	display: none;
}


/*##########	jQuery UI widgets font size	##########*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 14px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}