﻿/* 
===============================================
Skin styles for DotNetNuke Copyright RedCactus
===============================================
*/

html,body{ padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; width: 100%; height: 100%; letter-spacing: 0; }
h1, h2, h3, h4 { color: #0a3141; margin: 0 0 10px 0; padding: 0; letter-spacing: 0; text-transform: capitalize; line-height: normal; font-weight: bold; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; border-bottom: 1px dashed #7F5C48; }
h4 { font-size: 1.5em; border-bottom: 1px dashed #ffffff; }
img { border: none; }
.clear { clear: both; }
blockquote{ border: none; font-style:normal; }

/* CSS Start */

#site-wraper{width: 100%;
}

/*headear*/
#header-wraper{margin: 0 auto; background-image:url('images/Bg-header-gradient.jpg');
}
#header{width:1000px; margin:0 auto; height:120px;
}
.logo{float:left; width:525px; width	:120px;
}
.headermenu	{float:right ; 
}

/*content */
#content-wraper{width:1000px; background-color:#ffffff; margin:0 auto; padding-top:25px;
}
.contentpane{
}

/*footer*/
#footer-wraper{ width:100%; background:url('images/bg-footer-gradient.jpg') repeat-x; min-height:175px;
}
.footermenu{ width:1000px; margin:0 auto; padding-top:40px; padding-left: 50px;
}
.footer{width:1000px; margin:0 auto;  
}


.main_dnnmenu_rootitem {padding:0 0.5em; color:#385656; font-weight:bold
}
.main_dnnmenu_rootitem li ul {  margin-top:5px; background-color:#009FFF; color:black; min-width:200px; -webkit-border-top-right-radius: 50px; -webkit-border-bottom-left-radius: 50px; -moz-border-radius-topright: 50px; -moz-border-radius-bottomleft: 50px; border-top-right-radius: 50px; border-bottom-left-radius: 50px; }

.main_dnnmenu_rootitem li ul ul {  background-color:#009FFF; color:black; min-width:200px; -webkit-border-top-right-radius: 50px; -webkit-border-bottom-left-radius: 50px; -moz-border-radius-topright: 50px; -moz-border-radius-bottomleft: 50px; border-top-right-radius: 50px; border-bottom-left-radius: 50px; }

.dnn_dnnUSER_registerLink a{padding:0 0.5em; color:#385656; font-weight:bold
}

#dnn_dnnLOGIN_loginLink a{padding:0 0.5em; color:#385656; font-weight:bold
}

.dnn_dnnLOGIN_loginLink a{ background-color:#009FFF; color:black; min-width:200px; -webkit-border-top-right-radius: 50px; -webkit-border-bottom-left-radius: 50px; -moz-border-radius-topright: 50px; -moz-border-radius-bottomleft: 50px; border-top-right-radius: 50px; border-bottom-left-radius: 50px;
}
