/* ---- RESET - Resets default browser CSS.  --------------- */

html {
  background:url('/images/website_elements/background.png');
  margin:0;
  padding:0;
  border:0;
  overflow-y: scroll;
}
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,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
textarea {
 max-width: 865px;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/* END Reset */


/* ----------   LAYOUT   ---------------- */

html {}

body {}

/* Images */
img {border: 1px solid #CCCCCC; padding: 5px; !important}

#mainWrapper {
    display: inline;
    float: left;
    width: 100%;
}

.wideWrap {
    display: inline;
    float: left;
    width: 100%;
	margin-bottom: 15px;
}

.wideWrap.top {
    width: 100%;
}

.wideWrap.rowA {}
.wideWrap.rowB {}
.wideWrap.rowC {}
.wideWrap.menu {}
.wideWrap.breadcrumb {}
.wideWrap.mainrow {}
.wideWrap.rowD {}
.wideWrap.rowE {}
.wideWrap.rowF {}
.wideWrap.footer {}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
	margin: 0px !important;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#rowA {}
#rowB {}
#rowC {}
#rowD {}
#rowE {}
#rowF {}
#rowG {}

#rowA-1, #rowA-2, #rowA-3, #rowA-4,#rowB-1, #rowB-2, #rowB-3, #rowB-4, #rowC-1, #rowC-2, #rowC-3, #rowC-4, #rowD-1, #rowD-2, #rowD-3, #rowD-4, #rowE-1, #rowE-2, #rowE-3, #rowE-4, #rowF-1, #rowF-2, #rowF-3, #rowF-4, #rowG-1, #rowG-2, #rowG-3, #rowG-4, #footer {float:left;}

#rowA-1 {}
#rowA-2 {}
#rowA-3 {}
#rowA-4 {}
#rowB-1 {}
#rowB-2 {}
#rowB-3 {}
#rowB-4 {}
#rowC-1 {}
#rowC-2 {}
#rowC-3 {}
#rowC-4 {}
#rowD-1 {}
#rowD-2 {}
#rowD-3 {}
#rowD-4 {}
#rowE-1 {}
#rowE-2 {}
#rowE-3 {}
#rowE-4 {}
#rowF-1 {}
#rowF-2 {}
#rowF-3 {}
#rowF-4 {}
#rowG-1 {}
#rowG-2 {}
#rowG-3 {}
#rowG-4 {}
#footer {}

#NavWrapper {
    display: inline;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 0;
    width: 100%;
}

#Nav {
    /*float: left;*/
    /*padding: 30px 0;*/
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 3px;
    padding: 0 4px;
}

ul.menu a {
    color: #666666;
    font-size: 18px;
    text-decoration: none;
}

ul.menu a:hover {
    /*text-decoration: underline;*/
}

ul.menu li.active {
    /*text-decoration: underline;*/
}


ul.menusideMenu {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin-left: 23px;
}

ul.menusideMenu li.active {
    text-decoration: underline;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#breadcrumbLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {
	width: 100%;
}

#left-col {
	float: left;

}

#left-col-cont {
}

#left-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: left;
	margin: 0px !important;
	width: auto !important;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 15px; 
	webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	padding: 10px;
}

#right-col {
	float: right;
	width: 313px !important;
	margin-left: 10px !important;
}

#right-col-cont .moduletable {
	/*padding-bottom: 30px;*/
	margin-bottom: 20px;
}

#right-col-cont {
}

#adverttop {
}

#advertBottom {
    /*margin: 10px 0 0;*/
}

#footWrapper{
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 15px; 
	webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
    margin: 0px auto !important;
    padding: 10px;
    width: 940px;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-1, .column-2, .column-3 {
    padding: 10px 5px;
}
.column-2 {
    margin-left: 40%;
    width: 55%;
}
.column-3 {
    width: 30%;
}



/* END LAYOUT */	
	

/* ----------   TYPOGRAPHY  ---------------- */

body {
	color: #333333;
	font-size: 14px; 
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
    color: #007DC3;
    text-decoration: none;
    border-bottom: none;
}

a:hover {
    text-decoration: underline;
}

.readmore a {
    text-decoration: underline;
}

p {
	margin: 8px 0;
	font-size:16px;
	line-height:22px;
}

h1, .componentheading {
    color: #444444;
    font-size: 48px;
    line-height: 56px;
}

h2, .contentheading, h2 a {
    color: #444444;
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 44px;
}

h3,.moduletable h3 {
    color: #444444;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 32px;
}

/*.moduletable h3 {
    padding-left: 5px;
}*/

h4 {
    color: #444444;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 5px;
}

h5 {color: #ffffff;background: #333333;padding: 2px 0 2px 4px}
h6 {color: #ffffff;background: #999999;padding: 2px 0 2px 4px}

.breadcrumbs {font-size: 12px;font-style: italic; margin-left: 0;}

/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

ul {
    margin-left: 14px;
}

ul.actions {
    margin-left: 0;
}
	
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}

 #system-message dd.error ul {
    margin-left: 0;
	background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

div#sliders.pane-sliders div.panel h3#basic-details.title {
    padding: 2px 5px;
}


div.pane-slider {
    padding: 10px;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}

/* END MISC ELEMENTS */


/* ----------   DEVELOPER  ---------------- */


.moduletable.greybox {
    background: none repeat scroll 0 0 #dddddd;
    color: #FFFFFF;
    height: 100%;
    padding: 5px;
    width: auto;
}

.custom.greybox {
	padding: 5px;
	min-height: 140px;

}

.custom.greybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.greybox2 {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #FFFFFF;
    height: auto;
    padding: 0 3px;
    width: auto;
}

.greybox2 p {
    color: #666666;
    margin: 0;
    padding: 0;
}

p.righleftheight {height: 206px; }

.moduletablegreybox {
    background: none repeat scroll 0 0 #DDDDDD;
    min-height: 140px;
    padding: 5px;
    width: auto;
}

.moduletablegreybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}

/* END DEVELOPER */


/* MODULES */

.box {
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 15px; 
	webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	padding: 10px;
}
.imgzero img {border:none;padding:0px;}
.moduletable-contactme {
	width: 940px;
}
.moduletable-slideshow {
    height: 300px;
    width: 617px;
}

.moduletable-blog {
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 15px; 
	webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc; 
    height: 300px;
    padding: 10px;
    width: 617px;
}

.registration {
    padding: 10px;
    width: 920px;
}

.registration .recaptchatable {
	border: none !important;
}

.registration #member-registration dd #dynamic_recaptcha_1 {
	clear: both;
}

.moduletable-menu {
	float: left;
}

.moduletable-menu div#maximenuck ul.maximenuck li.maximenuck.level1 {
	margin: 0 25px 0 0;
}

.moduletable-search {
	float: right;
}

.moduletable-search #pixsearch_ng_panel {
	padding: 10px 0 0 0;
}

.moduletable-login {
	float: right;
	font-size: 0px;
	margin-top: 20px;
}

.moduletable-logo {
	background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 0 #CCCCCC;
	margin-top: 20px;
    width: 321px;	
}

.moduletable-logo a {
	border: none;	
}

.moduletable-logo img{
	margin-top: -20px;
}

/* END MODULES */


/* BANNER */

#corner-banner {
	/*position: absolute;*/
	position: fixed;
	left: -50px;
	top: 50px;
	display: block;
	width: 215px;
	background: #EE572D;
	text-align:center;
	font-size:11px;
	line-height:13px;
	padding:3px 3px 4px 3px;
	text-shadow: 1px 1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	z-index: 1000;
	font-weight: bold;
       
	-moz-transform: rotate(-45deg);  /* FF3.5+ */
	-o-transform: rotate(-45deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-45deg);  /* Saf3.1+, Chrome */
	transform: rotate(-45deg);  /* CSS3 (for when it gets supported) */
       
	box-shadow: rgba(0,0,0, 0.2) 0px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 2px 2px; 
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 2px 2px;    
	-o-box-shadow: rgba(0,0,0, 0.2) 0px 2px 2px;    
}

#corner-banner em {letter-spacing:1px;font-style:normal;color:#fff;text-transform:uppercase;line-height:16px;display:block;}

/* END BANNER */

/* BLOG */

.yoo-zoo.blog-expo {
	width: 617px;
	background: #fff;
}

/* END YOO ZOO */

.cookbook-default {
	width: 940px !important;
}

.blog-default {
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 15px; 
	webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc; 
    height: 300px;
    padding: 10px;
    width: 617px !important;

}