@import"css/layout.css";@import"css/ipad.css";@import"css/mobile.css";@import"css/iphone.css";@import"css/admin.css";

/*Skin Global*/
Body{
	margin:0px;
	padding:0px;
}
Body, .Normal, .NormalTextBox, td, p, .Normal, .NormalDisabled, .NormalBold{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#444;
	font-size:14px;
}
#Body {
	background-attachment: scroll !important;
	background-position: left top !important;
	background-repeat: repeat-x !important;
	background-color: #009DE0;
}
p{
	padding:5px 0;
	margin:0px;
}
li,ul li{
	list-style:disc;
}
ol li{
	list-style:decimal;
}
.Head{
	color:#42486e;
	font:bold 1.2em Arial, Helvetica, sans-serif;
}
.SubHead{
	color:#000;
}
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active{
	font:bold small Arial, Helvetica, sans-serif;
	color:#333;
}
A.CommandButton:hover{
	color:#2184E2;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height:1em;
	margin:0px;
	padding:5px 0;
}
h1{font-size:28px;}
h2{font-size:20px;}
h3{font-size:18px;} 
h4{font-size:16px;}   
h5{
	font-size:16px;
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
}
h6{
	font-size:14px;
	color:#a5a4a4;
	margin:0 0 7px;
}
a:link,a:active,a:visited{
	border:0;
	text-decoration:underline;
	outline:none;
	color:#333;
}
a:hover{
	color:#333;
	text-decoration:none;
}

/*Skin Layout Design*/
#DNN6{
	position:relative;
	z-index:1;
	padding:0px;
}
.bg-wrapper{}

#dnnmenu {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

#dnncontent{
	margin:0 20px;
}
#dnnfooter{
	text-align:center;
	padding:5px 0;
	color:#787878;
	overflow: hidden;
	margin: 0 20px;
	height: 32px;
	line-height: 32px;
}

.SkinObject{
	font-size:13px;
	color:#787878;
	font-family: Arial, Helvetica, sans-serif;
}
#dnnfooter a{padding:0 7px;}
#dnnfooter .copyright {
	float: right;
	color: #333;
	font-size: 12px;
	margin-right: 10px;
}
#dnnfooter #dnn_dnnCopyright_lblCopyright {
	color: #333;
	font-size: 12px;
}
#dnnfooter .footer-links {
	float: left;
	margin-left: 10px;
	height: 32px;
}
#dnnfooter  .footer-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:12px;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 5px;
}
#dnnfooter  .footer-links a:hover {
	text-decoration:underline;
	color: #009DE0;
}
#dnnfooter  .footer-links span{
	color:#dadbdb;
	font-weight:normal;
	font-size: 12px;
}
#dnnfooter a.powered {
	color:#009DE0;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
#dnnfooter a.powered:hover {
	text-decoration:underline;
	color:#787878;
}
.searchbox{
	position:relative;
	z-index:200;
	float:right;
	width:265px;
	background:url(images/searchbg.jpg) 0 0 no-repeat;
	height:34px;
	margin-right: 2px;
	display:none;
}
.searchbox .SkinObject{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ccc;
}
.searchbox #dnn_dnnSEARCH_txtSearch{
	position:absolute;
	left:10px;
	top:5px;
	z-index:2000;
	width:225px;
	background:transparent;
	border:none;
	color:#ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	height:25px;
	line-height:25px;
	outline:none;
}
.searchbox a:link,
.searchbox a:active,
.searchbox a:visited{
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right:2px;
	top:5px;
	z-index:2000;
	background:url(images/search.jpg) 0 0 no-repeat;/*ICON*/
}
.searchbox a:hover{background:url(images/search-over.jpg) no-repeat}/*ICON*/

p.rmore a{
	background:url(images/li.gif) left center no-repeat;
	padding-left:15px;
}

.contact{
	margin:0px;
	padding:0px;
	list-style:none;
}
.contact li{
	list-style:none;
	padding:1px 0  0 24px;
}

.w49{width:49%}

#dnn_FooterPane ul.dnnActionMenuBody  a {
    color: #328DDE;
    display: block;
    line-height: 16px;
    min-height: 16px;
    font-weight:normal;
    text-decoration:underline;
}

#dnn_FooterPane ul.dnnActionMenuBody  a:hover {
    color: #1B4D79;
    text-decoration:none;
}

/*--------------------------
EASYDNN Admin Action Edit
--------------------------*/
#EDN_BlogTwo.news .admin_action.edit, #EDN_BlogTwo.news .edn_article_action.edit {
	padding: 10px 10px 10px 16px;
	display: block;
}

/*--------------------------
Login Buttons
--------------------------*/

div.dnnLogin a.dnnPrimaryAction {
	border-color: #0D569E; /*dark blue*/
	background:#3792ED;
	background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
	
	-webkit-box-shadow:  	0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow:  			0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	
	color:#efefef;
	text-shadow: 0px -1px 0px #185B93;
	text-decoration: none;
}

div.dnnLogin a.dnnPrimaryAction:hover {
	border-color:#0D569E;
	background: #6cb6f3; /* Old browsers */
	background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
	color:#fff;
	text-decoration: none;
}

div.dnnLogin a.dnnPrimaryAction:active {
	border-color:#0D569E;
	background: #1f66be; /* Old browsers */
	background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
	
	-webkit-box-shadow:  	inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  			inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	
	color:#fff;
	text-decoration: none;
}

div.dnnLogin a.dnnSecondaryAction {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
	-webkit-box-shadow:  	0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:  			0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	
	text-shadow: 0px 1px 0px #ffffff;
	color:#555;
	text-decoration: none;
}

div.dnnLogin a.dnnSecondaryAction:hover {
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
	
	color:#555;
	text-decoration: none;
}
div.dnnLogin a.dnnSecondaryAction:active {
	border-color:#999;
	
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
	-webkit-box-shadow:  	inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  			inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	
	text-decoration: none;
}

/*------------------------------------------------*/
/* SITEDESQ CONTROL BAR */
/* add this in skin.css to replace the DNN logo with sitedesq logo*/
/* add the sitedesq image into the image folder of the skin. */
/* Image dimensions 88px x 38px */
/*------------------------------------------------*/  

.ServiceIcon .professional {
	border-bottom: 0px !important;
}

.ServiceIcon {
	border-bottom: 0px !important;
	position: relative;
	float: left;
	margin-right: 14px !important;
	width: 88px !important;
	height: 44px !important;
	background: url(images/sitedesq-icon.png) no-repeat 0px 2px !important;
}

#ControlBar_conrolbar_logo {
	display: none !important;
}

.subNav dl li:hover a {
    color: #fefefe !important; /*white*/
}

#ControlActionMenu > li ul li:hover a {
    color: #fefefe !important; /*white*/
}

#ControlEditPageMenu > li ul li:hover a {
    color: #fefefe !important; /*white*/
}

a.controlBar_CloseAddModules:hover
{
    color: #fefefe !important; /*white*/
}

