/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

@import url(additional.css);

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	font-weight: normal;
	height: 100%;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	margin-bottom: 20px;
	}

#f1a #feature.none, #f1d #feature.none {
	margin-bottom: 0;
	padding: 10px 20px;
	background: #DFDFDF;
	clear: both;
	border-bottom: 1px dashed white;
}

#f1a #feature.bleed {
	margin: 0;
}


#generatedContent-1, #postCodeGeneratedContent-1 {
	width: 200px;
	float: left;
	margin-right: 20px;

	}

#generatedContent-2 {
	width: 230px;
	float: right;
	}

#f1c #contentBlock-1 {
	float: left;
	width: 940px;
	margin-left: 20px;
}

#f1d #contentBlock-1 {
	float: right;
	width: 740px;
	margin-right: 20px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2a #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2b #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2d #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

/* @end Layout */

/* @group Header */

#header {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	}

#f1d .contentWrap {
	padding-top: 20px;
	background: #F0F4F1 url(images/wrapper-bkg.gif) repeat-y 200px; 
	float: left;
	width: 980px;
}

#f1c .contentWrap {
	padding-top: 20px;
	background: #F0F4F1; 
	float: left;
	width: 980px;
}

#masthead {
	float: left;
	margin: 20px 20px 0 20px;
	padding: 0;
	height: 160px;
	width: 180px;
	overflow: hidden;
	background: url(images/sak-logo.gif) no-repeat;
	}

#masthead a {
	display: block;
	padding-top: 220px;
	}

#busyNogginID {
	float: right;
	width: 32px;
	height: 38px;
	overflow: hidden;
	background: url(images/logo_face_blue.gif) no-repeat;
	}

#busyNogginID a {
	display: block;
	padding-top: 100px;
	}

/* @group Global Menu */

#globalMenu {
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 5px 0;
	font-size: 1.25em;
	background: #CDDBDA;
	height: 20px;
	float: left;
	width: 980px;
	}
	

#globalMenu li {
	display: inline;
	float: left;
	padding: 0 5px 0 0;
	margin: 0 0 0 20px;
	}

#globalMenu li.last {
	border: none;
	}

#globalMenu a {
	height: 17px;
	display: inline;
	float: left;
	color: #fff;
	font-weight: bold;
}

#globalMenu a:hover {
	color: #2092af;
	}

#globalMenu li.active a {
	color: #2092af;
}


/* @end Global Menu */

/* @end Header */

/* @group Footer */

#footer {
	padding-top: 10px;
	line-height: 1.2;
}

#footerCopyright {
	float: left;
	color: #999999;
}


#footer-address { 
	width: 340px;
	float: left;
	text-align: center;
	color: #999999 !important;
	margin-left: 200px;
	line-height: 1.2;
}


a#footerHomeLink {
	display: block;
	float: right;
	color: #999999;
	padding-left: 6px
}

a#footerHomeLink:hover {
	color: black;
	}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#localMenu ul {
	margin-top: 5px;
	}

#localMenu ul li {
	margin-bottom: 3px;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
	}

#localMenu li a {
	color: #111111;
	font-weight: bold;
	}

#localMenu li a:hover, #localMenu li.current li a:hover {
	color: #2092af;
	}

#localMenu li.current a {
	color: #2092af;
	}

#localMenu li.current li a, #localMenu li ul li a {
	color: #111111;
	font-weight: normal;
	text-size: .9em;
	}

#localMenu li.current {
	}

/* @end Local Menu */






/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	font-size: 14px;
	}
	
#f1a .moduleHeaderNoTitle {
	font-size: 1px;
}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	font-size: 1px;
	overflow: hidden;
	}


.moduleFooter span {
	display: block;
	height: 15px;
	}

#f1a .moduleFooter {
	height: 5px;
}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	clear: both;
	}

#feature .columnGroup {
	margin-bottom: 0;
}	

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	clear: both;
	background: #f0f4f1;
	}

.moduleFeature {
	margin-bottom: 15px;
	}
	
	
.dualModuleGroup .module-2, .tripleModuleGroup .module-3, .tripleModuleGroup .module-2  {
	border-left: 4px dotted white;
	padding-left: 10px;
}

.tripleModuleGroup .module-2 {
	margin-left: -10px;
}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/* @end */

/* @header img */

#header-img {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 760px;
	height: 140px;
}

#header-img-part1 {
	float: left;
	height: 140px;
	width: 108px;
}
	
#header-img-part2 {
	float: left;
	height: 140px;
	width: 156px;
}

#header-img-part3 {
	float: left;
	height: 140px;
	width: 142px;
}


#header-img-part4 {
	float: left;
	height: 140px;
	width: 152px;
	background: #F8DB00;
	vertical-align: middle;
}

p.headertext {
	padding: 18px 10px 18px 12px;
	color: #ffffff;
/*	color: #3E658C; */
	font-size: 10pt !important;
	margin: 0px;
	vertical-align: middle;
}

#header-img-part5 {
	float: right;
	height: 140px;
	width: 194px;
}

/* @services */

#services {
	width: 760px;
	height: 40px;
	float: left;
}

#services input{
	font-size: 10px !important;
	color: #222222;
	border: none;
	margin: 0;
}

div.loginheader {
	font-weight: bold;
	float:left;
	margin-left: 390px;
	height: 1em;
	margin-top: 4px;
	display: inline;
	font-size: 12px !important;
}

#services div {
}

#services div.toolsmenu {
	margin-left: 350px;
	float: left;
	margin-top: 14px;
	display: inline;
	height: 20px;
	width: 410px;
	line-height: 1.4em;
}

.member {
	margin-right: 8px;
}

#services div.toolsmenu a, #services div.toolsmenu a:link, #services div.toolsmenu a:visited,
div.loginheader a, div.loginheader a:link, div.loginheader a:visited {
	font-size: 1.2em;
	color: #CDDBDA;
	text-decoration: none;
}
#services div.toolsmenu a:hover, div.loginheader a:hover {
	color: #2092AF;
}

form#search {
	width: 162px;
	float: right;
	margin-left: 8px;
}

#search input#sword {
	width: 120px;
	/*background: url(images/search-bkg.gif) 0 0 no-repeat;*/
	padding: 0 6px 0 6px;
	font-size: 13px;
	height: 20px;
	margin-bottom: 3px;
	background: #CDDBDA;
	border: 1px solid CDDBDA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	vertical-align: top;
}

#search input.button {
	width: 26px;
	height: 20px;
	cursor: pointer;
	margin-left: 2px;
	display: inline;
}


.memberNet {
	float: left;
	padding-top: 2px
}

.hide {
	display: none;
}


.head-story-img {
	float: left;
	margin-right: 20px;
}

.head-story-image {
	float: left;
}


.head-story-image img {
	float: left;
	margin-right: 20px;
}

.head-story-text {
	padding: 0;

}

.head-story-text p {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}


.news-content p {
	font-size: 0.95em !important;
	color:#ffffff;
	line-height: 1.3em !important;
	padding-right: 10px;
	margin: 3px 0 0 0;
}

.left-image {
	width: 140px;
	height: 175px;
	float: left;
}

.news-1 {
	padding: 15px 4px 15px 15px;
	float: left;
	background: #0084A8;
	width: 154px;
	height: 145px;
	overflow: hidden;
}

.news-content h2 {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #333333;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.news-date {
	font-size: 7.5pt;
	color: #333333;
}

.news-content span.more-link a {
	padding-right: 15px;
	background: url(images/les-mer-white.gif) no-repeat right 3px;
	font-size: 8pt;
	color: #333333;
}

.news-2 {
	padding: 15px 4px 15px 15px;
	width: 154px;
	height: 145px;
	float: left;
	background: #00A1CA;
}


.news-3 {
	padding: 15px 5px 15px 15px;
	width: 154px;
	height: 145px;
	float: left;
	background: #00A1CA;
}




.recipe-left {
	vertical-align: top;
	width: 640px;
}

.recipe-left-left {
	width: 180px;
	margin-right: 10px;
}

.recipe-right {
	width: 300px;
}

.recipe-inner-table {
	width: 620px;
}

td.recipe, td.category, td.title, .tx-recipe-pi1-listrow td {
	padding: 8px 0;
}

td.title {
	font-size: 14px;
	font-weight: bold;
	color: #2092af;
}

td.categoryHeader {
	font-size: 14px;
}






/* @ Workspace preview  styling */

#typo3-previewInfo {
	right: 20px; 
	border: 1px solid #000 !important; 
	padding: 3px 3px !important; 
	background: ##D40201 !important;
	opacity: 0.5;
	font: 10px Verdana !important; 
	color: #000; 
	font-weight: bold; 
	z-index: 10001;
}
