/* Start of CMSMS style sheet 'DanzStage - Layout' */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/
html {height: 100%;}
body {
/* default text for entire site */
	font-family: Helvetica, MArial, Arial, sans-serif;
/* default text color for entire site */
	color: #A1A1A1;
/* you can set your own image and background color here */
	background-color: #000;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
}

/* Mask helper  for browsers ZOOM, Rezise and Decrease, Header Backgrounds */
#header {
        height: 250px;
        min-height:100%;
        position:relative;
}

#danzstage_header {
	width: 100%;
        height: 250px;
}

#container{
   min-height:100%;
   position:relative;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 0 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
        margin-bottom: 1.3em;
        text-align:left;
        font-size: 85%;
	line-height: 1.3em;
}
td {
        text-align:left;
        font-size: 85%;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5 {
	line-height: 1.0em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
                min-height: 768px;
	height: auto!important;
                height: 100%;
	z-index: 1;
}

#logo_large a {
/* adjust according your image size */
        height: 128px;
        width: 332px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 90px;
	margin-left: 310px;
/* you can set your own image here, note size adjustments */
	background: url(images/DanzStage/Logo-Large.png) no-repeat center top;
        background-size: 78% auto;
}

#logo_small a {
/* adjust according your image size */
            height: 41px;
            width: 106px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin: 20px 0 157px 140px;
/* you can set your own image here, note size adjustments */
	background: url(images/DanzStage/Logo-Small.png) no-repeat center top;
}
/*------------- Header - Title -------------- */
#title div.tweet {
	padding: 0 0;
	margin:85px 15px 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 140px;
	width: 700px;
	text-align: left;
}
#title a, li, ul, ol, h1{
	margin: 0px;
	padding:0px;
	background: none;
	list-style: none;
}

/* ------------ Header - Search ------------ */
div#search {
	width: 100px;
	height: 28px;
        margin-left: 180px;
	margin-top: 31px;
	margin-right: 20px;
background-color:#000000;
}
div#search label {
        font-size: 85%;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 96px;
	height: 6px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #A1A1A1;
/* padding of text */
	padding: 7px 0px 0px 7px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.6em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(images/DanzStage/field.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 39px;
	height: 12px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: 0em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(images/DanzStage/submit.png) no-repeat left top;
}
/* ------------ Content ------------ */
#content {
	width: 100%;
	font-size: 1em;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
}
#bar {
	width: 100%;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background:  url(uploads/NCleanBlue/version.png) no-repeat left top;
}
/* IE6 fixes */
* html div#version {
	top: 250px;
}
/* End IE6 fixes */
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 20%;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-main {
        margin: 0 0;
}
/* ------------ Main (Right) ------------ */
#main {
	width: 80%;
}
.main-main {
        width: 60%;
        float: left;
        padding-right: 0px;
        padding-left: 2%;
        padding-top: 0px;
        margin-top: -7px;
}

.main-right {
        width: 270px;
        float: left;
        padding-left: 2%;
        padding-top: 0px;
        margin-top: -7px;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #FFFF00;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0;
}
div#main ol{
	list-style: decimal;
	padding: 0;
        margin-bottom: .5em;
        font-size: 85%;
	line-height: 1.3em;
}
div#main ul,
#footer ul {
	list-style: circle;
	padding: 0;
        margin-bottom: .5em;
        font-size: 85%;
	line-height: 1.3em;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 0px 0px 0px 0px;
	margin: 0 0 .5em 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	width: 100%;
	text-align: center;
	background-color: #000;   
	bottom: 0;
	height: 41px;
	clear: both;
	bottom:0px;
}
#footer {
	color: #DFDFDF;
	font-size: 0.65em;
	height: 41px;
                width: 100%;
	margin-bottom: 0px;
	background: url(images/DanzStage/Background-Footer.png) repeat-x center;
}
#footer .block {
	width: 350px;
	margin: 0 130px 0px 130px;
	padding-top: 22px;
}

#footer .block a{
	padding-right: 25px;
}

/* ------------ Footer Links ------------ */
#footer ul {
	width: 100%;
	text-align: left;
	margin-left: 0px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: none;
}
/* ------------ END LAYOUT ---------------*/

/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
        margin-left:10px;
        float: top;
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0 .5em;
        font-size: 85%;
}
.NewsSummaryLink a:hover,
.NewsSummaryLink a:active{
	color: #FFFF00;
}

.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */
/* ------------ Promotion Module ------------ */
#promotion {
        padding: 0;
        margin: -18px 0 0 2%; 
        float: left; 
        width: 274px;
}
.bgTop { 
        padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px; 
        width: 274px; 
        height: 26px; 
        background: url(uploads/images/bg-home-top.png) repeat-y; 
} 
.bgMiddle { 
        padding: 0px;
        margin: 0px; 
        background: url(uploads/images/bg-home-middle.png) repeat-y; 
} 
.bgBottom { 
        padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px; 
        width: 274px; 
        height: 26px; 
        background:url(uploads/images/bg-home-bottom.png) repeat-y; 
} 
/* ------------ End News Module ------------ */
/* End of 'DanzStage - Layout' */

