/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* Base */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#1a1a1a;
	background: url('../images/bg.png');
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#666;
}
h1 {
	font-size:24px;
	font-weight: 100;
	color:#333
}
h2 {
	color:#454545;
	font-size:18px;
	font-weight:100;
	margin-bottom:10px;
}
h3 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}
h5 {
	font-size:12px;
	margin-bottom:15px;
}
h6 {
	font-size:11px;
	margin-bottom:15px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
	clear:both;
	line-height:1.6;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
/* misc */
.cl {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	line-height:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fn {
	float:none!important;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.tc {
	text-align:center;
}
.hd {
	display: none;
}
.strong {
	font-weight:bold!important;
}
/* Main Elements */
.wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	color:#fff;
	background: #404040 url('../images/header_bg.jpg') 0 0 repeat-x;
	height: 45px;
	width: 100%;
}
#header a {
	color:#fff;
	text-decoration:underline;
}
#header a:hover {
	color:#fff;
	text-decoration:none;
}
#header #logo {
	padding: 0;
	margin: 0px;
	background: url('../images/kimcee.png') top center no-repeat;
	width: 195px;
	height: 41px;
	float: left;
	display: inline;
}

#header #links {
	float: right;
	width: 550px;
	display: inline;
	height: 30px;
	padding: 10px 5px 5px 5px;
	margin-right: 25px;
}

#header #links p {
	text-align: right;
}

.footer {
	background:#464545;
	height: 130px;
	border-top:1px solid #545454;
	padding:10px 25px;
	color:#989898;
}

.footer-text {
	padding: 15px 0px 25px 50px;
	margin: 15px 0 0 0;
	background: url('../images/footer_blu_logo.jpg') top left no-repeat;
}

.footer p {
	font-size: 10px;
}

.footer a {
	color:#0095da;
	text-decoration: none;
}
.footer a:hover {
	color:#fff;
	text-decoration:none;
}
#page-wrapper {
	width: 100%;
	margin: 0px auto;
}
#page-content {
	margin-left:220px;
	padding:25px 35px 25px 25px;
	color:#333;
}
#page-header {
	padding-bottom: 10px;
	margin-bottom:25px;
	margin-left:1%;
	margin-right:1%;
}

/* Navigation */
#nav {
	font-size:16px;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
	width:78%;
	height:62px;
}
#nav li {
	display:block;
	float:right;
	padding:19px 21px;
	text-align: left;
	position:relative;
	height:24px;
	font-size:16px;
}
#nav li:hover {
	background:#2d2d2d;
	border-right:1px solid #606060;
	border-left:1px solid #606060;
	border-top:0;
	border-bottom:0;
	padding:19px 20px;
}
#nav li a {
	color:#fff;
	padding:22px 10px 22px 40px;
	text-shadow: 0 -1px 1px #000000;
	font-size:16px;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:none;
}
#nav li a.help {
	background: url('../img/icons/nav/help.png') no-repeat 0 -38px;
}
#nav li a.settings {
	background: url('../img/icons/nav/settings.png') no-repeat 0 -38px;
}
#nav li a.users {
	background: url('../img/icons/nav/users.png') no-repeat 0 -38px;
}
#nav li a.content {
	background: url('../img/icons/nav/content.png') no-repeat 0 -38px;
}
#nav li a.dashboard {
	background: url('../img/icons/nav/dashboard.png') no-repeat 0 -38px;
}
#nav li:hover > a {
	background-position: 0 16px;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
}
#nav ul a:hover {
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* drop down widths */
#nav li.dashboard ul {
	width: 172px;
}
#nav li.dashboard ul li ul {
	left:172px;
}
#nav li.content ul {
	width: 151px;
}
#nav li.content ul li ul {
	left: 151px;
}
#nav li.users ul {
	width: 134px;
}
#nav li.users ul li ul {
	left:134px;
}
#nav li.settings ul {
	width: 153px;
}
#nav li.settings ul li ul {
	left: 153px;
}
#nav li.help ul {
	width: 124px;
}
#nav li.help ul li ul {
	left: 124px;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	/*	width: 174px; */
	position: absolute;
	top: 62px;
	left: -1px;
	background: #2d2d2d;
	border:1px solid #606060;
	z-index:10;
	border-top:none;
	padding-bottom:5px;
}
#nav ul li {
	float: none;
	padding: 6px 0 1px;
	margin: 0;
}
#nav ul li:hover {
	padding: 6px 0 1px;
}
#nav ul li:hover {
	background:#478db4;
	border:0;
}
#nav ul a {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 15px;
	text-shadow:none;
	padding-left:15px;
	vertical-align:top;
}
#nav ul li:hover > a {
	text-shadow:none;
	vertical-align:top;
}
/* level 3+ list */
#nav ul ul {
	/*	left: 174px; */
	top: 0;
	border-top:1px solid #606060;
}
/* rounded corners of first and last link */

#nav ul li:last-child > a {

}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* sidebar */
#sidebarbg { background: #404040; width: 225px; height: 100%; position: fixed; top: 0; left: 0; z-index: -1; }
#sidebar {
	float:left;
	width:225px;
	color:#333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #404040;
}

#sidebar-padding {
	padding: 15px;
}
#sidebar #stats {
	width: 225px;
	height: 85px;
	background: url('../images/stats_bg.jpg') top center no-repeat;
	margin: 0 0 10px 0;
}

#sidebar #stats .stats {
	padding: 30px 15px 15px 15px;
	
}

#sidebar a {
	color:#0291d3;
}
#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
}
#sidebar ul li {
	border-top:1px solid #606060;
	border-bottom:1px solid #313131;
	padding:0px;
	width:175px;
}
#sidebar ul li a {
	padding:5px 25px 5px 10px;
	text-decoration:none;
	color: #999;
	display: block;
}
#sidebar ul li a:hover {
	color:#fff;
	background: #585858;
}
.ul-header {
	font-weight:bold;
	font-size:14px;
	display:block;
	width:175px;
	padding:6px 6px 6px 20px;
	color:#fff;
	margin-top:10px;
	cursor: pointer;
	background: url('../images/icons/small/toggle_open.png') 0 6px no-repeat;
}
.ul-header.close {
	background: url('../images/icons/small/toggle_close.png') 0 6px no-repeat;
}
.ul-header a {
	font-weight:bold;
	font-size:14px;
	color:#eee;
	text-decoration:none;
}
.toggle {
	display:block;
}
/* Live Search (Sidebar) */
.searchform {
	display:inline-block;
	margin-bottom:15px;
	padding:0;
}
.searchform input {
	font:12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background:#FFFFFF url(../img/search-bg.gif) no-repeat 10px center;
	border:1px solid #c7c6c6;
	outline:medium none;
	padding:7px 6px 6px 28px;
	width:119px;
	float:left;
	margin:0;
}
.searchform .searchfield:focus, .searchform .searchfield:focus > input.searchbutton {
	border:1px solid #d0e1f7;
}
.searchform .searchbutton {
	background:#d6d6d6 url(../img/go-bg.gif) repeat-x top;
	border:1px solid #a9a8a8;
	color:#888888;
	font-size:12px;
	font-weight:bold;
	height:29px;
	width:30px;
	float:left;
	margin:0;
	padding:0;
}
/* Page Blocks */
.box {
	background:#fff;
	border:1px solid #9d9d9d;
	margin-bottom:15px;
	padding:15px;
	border-top:0;
}
.box a {
	color:#1f92ff;
	text-decoration:none;
}
.box a:hover {
	color:#1f92ff;
	text-decoration:underline;
}
.box.stats {
	padding:30px 15px;
}
.box.table {
	padding:0;
}
.box-header {
	border:1px solid #9d9d9d;
	font-weight:bold;
	font-size:14px;
	background:#e4e5e6;/* url('../img/boxheader.gif') repeat-x top; */
	padding:10px 15px;
	color:#333333;
	text-shadow: 1px 1px 1px #fff;
}
.box-header .fr a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding:0 5px;
}
.box-header .fr a:hover {
	color:#1f92ff;
}
.box h2 {
	color:#454545;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.box h3 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
.box h4 {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}
.box ul {
	padding-bottom:15px;
	padding-left:30px;
}
.box ul li {
	margin-bottom:5px;
	padding-left:5px;
}
.box ol {
	list-style-position:inside;
	padding-bottom:15px;
	padding-left:15px;
}
.box ol li {
	margin-bottom:5px;
}
/* notifications */
.notification.success {
	background:#effeb9 url('../images/icons/notifications/success.png') no-repeat 10px 10px;
	border-color:#98c700;
}
.notification.error {
	background:#fccac3 url('../images/icons/notifications/error.png') no-repeat 10px 10px;
	border-color:#ea5338;
}
.notification.warning {
	background:#ffeaa7 url('../images/icons/notifications/warning.png') no-repeat 10px 10px;
	border-color:#f9b418;
}
.notification.info {
	background:#d1e4f3 url('../images/icons/notifications/info.png') no-repeat 10px 10px;
	border-color:#4d8fcc;
}
.notification.tip {
	background:#feeac9 url('../images/icons/notifications/tip.png') no-repeat 10px 10px;
	border-color:#d38e49;
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:17px 17px 17px 55px;
	margin-bottom:15px;
}
.notification .close {
	background:url("../images/icons/small/close.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:right;
	height:16px;
	margin-top:2px;
	opacity:0.7;
	width:16px;
}
.notification .close:hover {
	opacity:1;
}
/* Forms */
form label {
	padding-top:5px;
	margin-right: 8px;
	display: block;
	color:#454545;
	font-size:13px;
	font-weight:bold;
	float:left;
}
form p {
	margin-bottom:10px;
	padding-bottom:20px;
}
form div.row {
	clear:both;
	padding:4px 0;
	margin-bottom:15px;
}
form .row label {
	width:150px;
}
form .row .checkbox, form .row .radio {
	width:auto;
}
form input, form textarea, form select {
	border:1px solid #c7c6c6;
	padding:4px;
	margin:0;
}
form input.error {
	border:1px solid #FCCAC3;
}
form input.error:focus {
	border:1px solid #EA5338;
}
form input[type=checkbox], form input[type=radio] {
	float:left;
	border:none;
	background:none;
	margin:0;
	padding:0;
	margin-top:3px;
}
form input[type=checkbox]:focus, form input[type=radio]:focus {
	border:none;
	background:none;
}
form label.checkbox, form label.radio {
	font-weight:normal;
	margin:0;
	padding:0 20px 0 6px;
	vertical-align:bottom;
}
form input:focus, form textarea:focus, form select:focus {
	border:1px solid #d0e1f7;
	;
}
form optgroup {
	background:#f7f7f7;
}
fieldset {
	margin-bottom:15px;
}
/* Buttons */
.button, a.activate, .submit {
	cursor:pointer !important;
	display: block;
	font:14px/100% Arial, Helvetica, sans-serif;
	margin:0 2px;
	padding:0.5em 2em 0.55em;
	text-align:center;
	text-decoration:none;
	vertical-align:baseline;
	background:#868686 url('../img/btn-bg-dark.gif') repeat-x bottom;
	color:#E9E9E9 !important;
	text-decoration: none !important;
	width: auto;
}

.button:hover, a.activate:hover, .submit:hover {
	background:#585858 url('../img/btn-bg-dark-hover.gif') repeat-x bottom;
	color:#AFAFAF !important;
	text-decoration: none !important;
}
.button:active, a.activate:active {
	background:#585858 url('../img/btn-bg-dark-active.gif') repeat-x bottom;
	color:#AFAFAF !important;
	position:relative;
	top:1px;
	text-decoration: none !important;
}

.mover { float: left; }

.medium {
	font-size:12px;
	padding:0.4em 1.5em 0.42em;
}
.small {
	font-size:11px;
	padding:0.2em 1em 0.275em;
}
/* Dialog Box */
.message {
	font-size:12px;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
}
.message.new {
	background:#feeac9;
	border:1px solid #d38e49;
}
.message h4 {
	border-bottom:1px solid #AAAAAA;
	padding-bottom:5px;
}
small {
	font-size:10px;
}
/* Login Page */
#login-wrapper {
	margin:0 auto;
	width:400px;
	margin-top:150px;
}
div#login-wrapper div.notification {
	padding:15px 15px 15px 50px;
}
.box-header.login {
	font-size:19px;
	padding:10px 15px;
}
form.login label {
	width:145px;
}
form.login input {
	width:200px;
}




























/* Button Settings */

.buttons, #buttons {
	margin: 0px;
	padding: 0;
}

.buttons a.activate, #buttons a.activate {
	background: #333333;
}
	
.buttons a, #buttons a {
	background: #84adbe;
	color: #FFFFFF;
	border: 0px solid #000000;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	font-size: 10px;
}

.buttons a:hover, #buttons a:hover {
	background: #CCCCCC;
	color: #000000;
	border: 0px solid #84adbe;
}



.themeblock { 
	width: 90%; 
	height: auto;
	padding: 10px; 
	margin: 10px;
	border: 1px solid #ccc;
}

.themeblock:hover {
	border: 1px solid #000;
}

.themeblock .halfimage {
	width: 250px; 
	padding: 0px 10px 0px 0px;
	float: left; 
	border-right: 1px solid #ccc;
	
}

.themeblock .halfbody {
	width: 299px; 
	margin: 0px 0px 0px 10px;
	float: left; 
}

a.themeimagelink, .mainthemeimg {
	display: block;
	width: 230px;
	height: 140px;
	overflow: hidden;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin: 10px auto;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.themeimg {
	width: 230px;
	height: auto;
}

.mainthemeimg {
	height: auto;
}

.themeblock:hover a.themeimagelink, .mainthemeimg {
	opacity:1.0;
	filter:alpha(opacity=100);
}



#notify, .notify {
	border: 3px solid #bbca53;
	background: #c7f9a6;
	padding: 10px;
	color: #196869;
	font-weight: 500;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
}


label {
	float: left;
	width: 170px;
	padding-right: 15px;
	display: inline;
}

input {
	width: 300px;
}

.clear {
	width: 100% !important;
	height: 10px !important;
	clear: both !important;
	display: block !important;
}

div.group, div.radios {
	float: left;
	display: inline;
	width: 350px;
}

.radio {
	width: 20px !important;
	float: none; 
	margin: 0px 0px 0px 0px !important;
}

.textarea {
	width: 98%;
	height: 400px;
	font-family: arial; 
	font-size: 12px;
}

.largetextarea {
	width: 98%;
	height: 650px;
	font-family: arial; 
	font-size: 12px;
}

.smalltextarea {
	width: 300px;
	height: 75px;
	font-family: arial; 
	font-size: 12px;
}

#code {
	font-family: courier;
	background: #f8f8f8;
}

.tall { width: 565px; height: 325px; }

/* jQuery collapsable Div */

.msg_list {
	margin: 10px 0;
	padding: 0px;
	border: 1px #999999 solid;
}
.msg_head {
	padding: 5px 10px 10px 5px;
	cursor: pointer;
	position: relative;
	background-color: #b2beca;
	margin: 0; 
	font-weight: bold;
	font-size: 14px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#fff;
}

.msg_body #input {
}


/* Sort Styles */

.responsespace {
	height: 50px;
}

#response {
	padding:10px;
	background-color:#9F9;
	border:2px solid #396;
	margin-bottom:20px;
}


ul.list, ul.ulplaylist, ul.list li ul, ul.list li ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.list li, ul.list li ul li {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.dark {
	background: #333;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}
.one {
	width: 55%;
	height: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.two {
	width: 10%;
	height: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.three {
	width: 30%;
	height: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.order {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

.order:hover, .order ul li:hover, .order ul li ul li:hover {
	background: #eee;
}

.order ul li, .order ul li ul li {
	background: #fff;
}

.order span.orderTitle {
}


.photolist {
	text-align: center;
	width: 100px;
	height: 175px;
	margin: 10px;
	float: left;
	display: inline;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}

.sort {
	height: 100px;
}

.photolist p {
	text-align: center;
}

.product_list {
	cursor: pointer;
}

.product_top {
	cursor: pointer;
}



.addnewpage, .addnewrow, .addnewwidget {
	cursor: pointer;
	margin: 5px 0px 10px 0px;
	width: 100px;
}
.newpage, .newalbum, .viewplaylist, .newrow, .newwidget {
	display: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 5px 0px 15px 0px;
	background: #f3f3f3;
	width: 583px;
}




.plugins {
	margin: 5px 10px;
	background: #e6e6e6;
	border: 1px solid #ddd;
	padding: 10px 10px 0px 10px;
}

.Off {
	background: #fccac3;
	border: 1px solid #ff0000;
}


/* Tables */
table {
	border-collapse:separate;
	border-spacing:0px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
table {
	width:100%;
}
thead td, thead th {
	background-color:#E6E6E6;
}
tr td, thead th {
	border-left:0px solid #CCCCCC;
	color:#616161;
	padding:8px;
}
tr td {
	vertical-align:middle;
}
thead td, thead th {
	font-weight:bold;
	padding:8px;
}
th, td {
	border-bottom:0px solid #DEDEDE;
}
tbody th {
	padding:0 8px;
	text-align:left;
}


/* Install */
.install {
	width: 750px;
	margin: 50px auto;
}

.install .fields {
	width: 100%;
}

.install .install_input { width: 230px; }

.box h1 { margin-bottom: 10px; }



/* Login Page */
#login-page {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:3001;
	background: url('../images/bg.png');
}

#login-page #login-wrapper {
	margin:0 auto !important;
	width:400px !important;
	margin-top:150px !important;
}
#login-page div#login-wrapper div.notification {
	padding:15px 15px 15px 50px !important;
}

#login-page .box-header.login {
	font-size:19px !important;
	padding:10px 15px !important;
	color: #fff !important;
}

#login-page .box-header-bg {
	background: url('../images/header_bg.jpg') top left repeat-x !important;
}

#login-page .box-header {
	border:1px solid #9d9d9d !important;
	font-size:14px !important;
	background: url('../images/kimcee.jpg') top left no-repeat !important;
	padding: 0px 15px !important;
	height: 18px;
	text-shadow: 1px 1px 1px #555;
	color: #ccc;
}

.box-header .fr a {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	padding:0 5px;
}
.box-header .fr a:hover {
	color:#fff;
}

#login-page form label { float: left; text-align: right !important; width: 85px; }
#login-page form input.small { float: left; width: 200px; padding: 5px !important; }
#login-page form input.submit { float: left; width: auto !important; }
#login-page .logo { float: left; width: 100px !important; height: 40px; background: url('../images/kimcee.png') 0 0 no-repeat; }
#login-page .box { padding: 25px 25px 15px 25px !important; }

div.severewarning { z-index: 2; background: #000; width: 100%; height: 100%; position: fixed; top: 0; left: 0; }
div.severemessage { z-index: 4; background: #fff; width: 300px; position: fixed; top: 50%; left: 50%; margin: -200px 0px 0px -170px; border: 10px solid #ccc; padding: 25px; }
div.severebody ul { padding: 0px; margin: 0px 25px 15px 25px; }
div.severewarning .submit { border: 0px; }



.tipsy { padding: 5px; font-size: 12px; line-height: 16px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 10px; background-color: #000; color: #ccc; max-width: 200px; }
.tipsy-inner a { color: #fff; font-weight: bold;  }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; margin-left: 15px; }

