/* =================================

CSS Document for NBBL HTML 
Author: Rick Beddie
Email: rick@psdtodnn.com
www.psdtodnn.com

---------------------------------

1. General Settings
2. HTML Layout CSS
3. Header
4. Navigation (Not used in DNN skin)
5. Search
6. Footer
7. Content Layout
8. Content Style
9. Sub Menu Styling

================================= */

/* -- 1. General Settings -- */

*{
outline:none;
}

.clear{
height:0px;
clear:both;
}

.left{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.right{
float:right;
margin-left:10px;
margin-bottom:10px;
}

body{
margin:0;
padding:0;
width:100%;
height:100%;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#5392b3;
border-top:5px solid #e8e8e8;
}

A:link{
text-decoration:none;
color:#5392b3;
}

A:visited{
text-decoration:none;
color:#5392b3;
}

A:hover{
text-decoration:underline;
color:#5392b3;
}

A:active{
text-decoration:underline;
color:#5392b3;
}

a.normaltitle{
font-size:16px;
color: #333;
}

p{
margin-top:0;
line-height:16px;
}

h1, h1 .Head{
margin-top:0;
color:#3a3e33;
font-size:18px;
font-weight:bold;
}

h2 a{
margin-top:0;
color:#3a3e33 !important;
font-size:16px;font-weight:bold;}

h2, h2 .Head{
color:#3a3e33;
font-size:16px;
font-weight:bold;
margin-top:0;
}

h2.title, h3.title{
margin-top:0;
}

h3, h3 .Head{
color:#3a3e33;
font-size:14px;
font-weight:bold;
}

ul{

}

ul li{
line-height:16px;
}

ol{

}

ol li{
line-height:16px;
}

BLOCKQUOTE, PRE{
font-family:"Lucida Console", monospace;
}

HR{
color:#444444;
height:1pt;
text-align:left;
}

/* -- 2. HTML Layout CSS -- */

#nbblwrapper{
width:940px;
background:#fff;
margin:0 auto;
padding:0 10px;
text-align:left;

}

/* -- 3. Header -- */

#header{
height:128px;
}
#header .banner1 .logo{
margin:15px 0 0 15px;
position:absolute;
}

#header .banner1 .banner{
}

/* -- 4. Navigation (Not used in DNN skin) -- */

#nbblnav{
padding:0 10px 15px 10px;
background:url(images/nav-bground.png) scroll no-repeat top center;
height:29px;
}

#navitems{
float:left;
}

/* -- 5. Search -- */

#nbblsearch{
float:right;
padding:0 10px;
background:url(images/nav-seperator.gif) scroll no-repeat left;
height:29px;
}

#nbblsearch input.NormalTextBox{
font-size:11px;
}

#nbblsearch a.searchstyle{
position:relative;
top:5px;
}

.breadbar{
padding: 0 0 10px 10px;	
	}

/* -- 6. Footer -- */

.footer{
border-top:1px solid #cccccc;
padding:7px 0;
margin-top:15px;
}

.footer-left{
float:left;
width:700px;
}

.footer-right{
float:right;
width:200px;
text-align:right;
}
.footer-right a{
color:#3a3e33;
}
/* -- 7. Content Layout -- */

#contentarea{
padding:0 20px 0 0;
}

#contentleft{
width:738px;
float:left;
}

#contentlefttop{
padding-bottom:10px;
}

#contentright{
width:192px;
float:right;
}

.LeftPane{
width:220px;
float:left;
padding:1px 1px 0 0;
}

.ContentPane{
float:right;
width:669px;
padding:1px 1px 0 1px;
}

#pane5 .padd{
padding:0 10px;
}

#insideleft{
width:192px;
float:left;
margin-right:10px;
}

#insidecontent{
width:536px;
float:left;
margin-right:10px;
}

#insideright{
width:192px;
float:left;
}

/* -- 8. Content Style -- */

#insideright div.pink{
padding:10px;
background-color:#fec7e2;
margin-bottom:10px;
}

#insideright .pink h1, #insideright .pink h2, #insideright .pink h3, #insideright .pink h1 .Head, #insideright .pink h2 .Head, #insideright .pink h3 .Head{
color:#000000;
}

#insideright p, #insideright .Normal p{
font-size:10px;
line-height:14px;
}

#breadcrumb{
padding-bottom:10px;
}

h1.pink, h2.pink, h3.pink{
margin-top:0;
background:#ff27a7 url(images/bg_subheading.gif) scroll repeat-x top;
line-height:27px;
padding:0 10px;
}

h1.pink .Head, h2.pink .Head, h3.pink .Head{
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}

ul.nobullet{
margin-left:0;
margin-top:0;
padding:0 0 0 8px;
}

ul.nobullet li{
list-style:none;
margin:0;
padding:0;
font-size:10px;
}

div.greenlist{margin-bottom:10px; position:relative;}
div.greenlist .t {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.greenlist .t .l, div.greenlist .t .r{display:block; position:absolute; z-index:-1; height:6px;}
div.greenlist .t .l {left:0px; width:98%; margin-right:6px; background:url(images/green-rounded-r.png) left top;}
div.greenlist .t .r {right:0px; width:6px; background:url(images/green-rounded.png) right top;}
div.greenlist .b {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.greenlist .b .l, div.greenlist .b .r{display:block; position:absolute; z-index:-1; height:6px;}
div.greenlist .b .l {left:0px; width:98%; margin-right:6px; background:url(images/green-rounded-r.png) left bottom;}
div.greenlist .b .r {right:0px; width:6px; background:url(images/green-rounded.png) right bottom;}
div.greenlist .content{padding:5px 15px 15px 15px; background:#cfd556;}

div.greylist{margin-bottom:10px; position:relative;}
div.greylist .t {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.greylist .t .l, div.greylist .t .r{display:block; position:absolute; z-index:-1; height:6px;}
div.greylist .t .l {left:0px; width:98%; margin-right:6px; background:url(images/grey-rounded-r.png) left top;}
div.greylist .t .r {right:0px; width:6px; background:url(images/grey-rounded.png) right top;}
div.greylist .b {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.greylist .b .l, div.greylist .b .r{display:block; position:absolute; z-index:-1; height:6px;}
div.greylist .b .l {left:0px; width:98%; margin-right:6px; background:url(images/grey-rounded-r.png) left bottom;}
div.greylist .b .r {right:0px; width:6px; background:url(images/grey-rounded.png) right bottom;}
div.greylist .content{padding:5px 15px 15px 15px; background:#ececec;}

.greenlist ul, .greylist ul{margin:0; padding:0;}
.greenlist ul li{border-bottom:1px solid #b7bb64;}
.greylist ul li{border-bottom:1px solid #cacaca;}
.greenlist ul li, .greylist ul li, .greenlist ul li a:hover, .greylist ul li a:hover{color:#5392b3;}
.greenlist ul li, .greylist ul li, .greenlist ul li a, .greylist ul li a{
margin:0;
padding:5px 0;
list-style:none;
color:#3a3e33;
text-decoration:none;
}

div.H1header{margin-bottom:10px; position:relative;}
div.H1header .t {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.H1header .t .l, div.H1header .t .r{display:block; position:absolute; z-index:-1; height:6px;}
div.H1header .t .l {left:0px; width:99.5%; margin-right:6px; background:url(images/grey-rounded-r.png) left;}
div.H1header .t .r {right:0px; width:6px; background:url(images/grey-rounded.png) right;}
div.H1header .b {position:relative; z-index:0; height: 5px; padding:0 1px;}
div.H1header .b .l, div.H1header .b .r{display:block; position:absolute; z-index:-1; height:6px;}
div.H1header .b .l {left:0px; width:99.5%; margin-right:6px; background:url(images/grey-rounded-r.png) left bottom;}
div.H1header .b .r {right:0px; width:6px; background:url(images/grey-rounded.png) right bottom;}
div.H1header H1{padding:3px 15px 3px 10px; margin:0; background:#ececec;}

/* -- 9. Sub Menu Styling -- */



ul.submenu li.last{
background:none;
}



/* -- 13. SOLPARTMENU Styling -- */

.MainMenu_MenuContainer{
padding:0 0 0 7px;
width:10px;
height:29px;
}

.MainMenu_MenuItem {
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px solid #c7cdd0;
border-top:1px solid #c7cdd0;
font-weight:bold;
color:#000000;
font-size:11px;
cursor:pointer;
}

.MainMenu_MenuIcon{
border:none;
padding-right:0;
background-color:#c7cdd0;
cursor:pointer;
text-align:center;
width:15px;
}

.MainMenu_SubMenu{
filter:none;
background-color:#c7cdd0;
border:none;
color:#000000;
font-weight:bold;
font-size:11px;
z-index:1002;
text-align:left;
cursor:pointer;
padding:3px;
}

.MainMenu_MenuBreak {
background-color:transparent;
border-top:none;
border-bottom:none;
}

.MainMenu_MenuArrow{
font-family:arial;
cursor: pointer;
border:none;
font-size:11px;
}

.RootItem{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#000000;
font-weight:bold;
text-decoration:none;
font-size:11px;
line-height:29px;
}

.RootItemSelect{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-size:11px;
color:#0075b2;
font-weight:bold;
background-color:transparent;
}

.RootItemActive{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-weight:bold;
text-decoration:none;
font-size:11px;
color:#0075b2;
}

.SubItemSelect{
font-family:Arial, Helvetica, sans-serif;
background-color:#b9bec1;
color:#000000;
font-weight:bold;
font-size:11px;
}

img.seperate{
padding:0 7px;
}

/* -- 14. Dotnetnuke CSS -- */

.ControlPanel{
padding-bottom:10px;
background:url(images/control-shadow.gif) scroll repeat-x bottom;
}

.ControlPanel, .PagingTable{
width:100%;
background-color:#FFFFFF;
border:none;
}

.SkinObject{
font-weight:bold;
font-size:11px;
color:#003366;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

A.SkinObject:link{
text-decoration:underline;
color:#304070;
}

A.SkinObject:visited{
text-decoration:underline;
color:#304070;
}

A.SkinObject:hover{
text-decoration:underline;
color:#304070;
}

A.SkinObject:active{
text-decoration:underline;
color:#304070;
}

.Head{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#444444;

}

.SubHead{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#3a3e33;
}

.SubSubHead{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#3a3e33;
}

.Normal, .NormalDisabled{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#3a3e33;
line-height:14px;
}

.NormalDisabled{
color:Silver;
}

.NormalBold{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

.NormalRed{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#CC0000;
}

.NormalTextBox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}

.Help{
border:1px solid #000;
padding:2px;
font-weight:normal;
font-size:11px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
background-color:#ffff99;
}

.CommandButton{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}

A.CommandButton:link{
text-decoration:underline;
color:#304070;
}

A.CommandButton:visited{
text-decoration:underline;
color:#304070;
}

A.CommandButton:hover{
text-decoration:underline;
color:#304070;
}

A.CommandButton:active{
text-decoration:underline;
color:#304070;
}

.StandardButton{
padding-right:5px;
padding-left:5px;
font-weight:normal;
font-size:11px;
background:#dddddd;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

DT{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#444444;
}

TFOOT, THEAD{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#444444;
}

TH{
vertical-align:baseline;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#444444;
}

.ModuleTitle_MenuContainer{
border:none;
}

.ModuleTitle_MenuBar{
cursor:pointer;
background-color:Transparent;
background-color:#0000FF;
}

.ModuleTitle_MenuItem{
cursor:pointer;
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:none;
background-color:#EEEEEE;
text-align:left;
}

.ModuleTitle_MenuIcon{
cursor:pointer;
background-color:#EEEEEE;
border:none;
text-align:center;
width:15px;
height:21px;
text-align:center;
}

.ModuleTitle_SubMenu{
z-index:1000;
cursor:pointer;
background-color:#EEEEEE;
border:none;
}

.ModuleTitle_MenuBreak{
border:none;
background-color:#FFFFFF;
height:1px;
}

.ModuleTitle_MenuItemSel{
cursor:pointer;
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
font-style:normal;
background-color:#C1D2EE;
}

.ModuleTitle_MenuArrow{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
cursor:pointer;
border:none;
}

.ModuleTitle_RootMenuArrow{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
cursor:pointer;
}

.HeadBg{
background-color:#CCCCCC;
}

.TabBg{
background-color:black;
}

.SelectedTab{
font-weight:bold;
font-size:11px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

A.SelectedTab:link{
text-decoration:underline;
color:#304070;
}

A.SelectedTab:visited{
text-decoration:underline;
color:#304070;
}

A.SelectedTab:hover{
text-decoration:underline;
color:#304070;
}

A.SelectedTab:active{
text-decoration:underline;
color:#304070;
}

.OtherTabs{
font-weight:bold;
font-size:11px;
color:white;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

A.OtherTabs:link{
text-decoration:underline;
color:#304070;
}

A.OtherTabs:visited{
text-decoration:underline;
color:#304070;
}

A.OtherTabs:hover{
text-decoration:underline;
color:#304070;
}

A.OtherTabs:active{
text-decoration:underline;
color:#304070;
}

.DNNEmptyPane{
width:0px;
display:none;
}

.DNNAlignleft{
text-align:left;
}

.DNNAlignright{
text-align:right;
}

.DNNAligncenter{
text-align:center;
}

.DNNAligncenter table{
margin:0 auto;
}

#nbblwrapper .LabelEditTextClass{
color:#000000;
}

#nbblwrapper .LabelEditOverClass{
color:#000000;
}

#nbblwrapper .LabelEditOverClassML{
color:#000000;
}

/* -- Skin DNN elements -- */

#nbblcopyright{
padding-top:12px;
}

.nbblcopyright{
font-weight:normal;
color:#000;
}

/* -- NewsArticles -- */

.Newsarticles{
border-bottom:1px solid #CCC;
padding:14px 0 14px 0;
}

.Newsarticles .image img{
width:120px;
margin-left:14px;
float:right;
}

.Newsarticles .date{
padding-top:2px;
color:#666;
}

.Newsarticles .summary{
padding-top:7px;
}

.article .articleImage img{
width:100px;	
}
