/*----------------------------------------------------------------------------
++ EXTERNAL SOURCE: template_css.css
++ Structural Style Sheet
----------------------------------------------------------------------------*/

/* Global Resets
*****************************************/
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}
li,dd {
	margin-left: 1em;
}
.contentpane li {
	list-style-position: inside;
}
fieldset {
	padding: .5em;
}
img {
	border: 0;
}
a img {
	border: 0;
}
table {
	font-size: 1em;
/* This helps fix the relative font sizing problem with tables in IE */
}
.hidden {
	display: none;
}

/* Structural CSS
*****************************************/
body {
	line-height: 1.5;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#top {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
div#top h1 a {
	padding: 0;
	margin: 20px 0 0 24px;
	text-indent: -7887px;
	display: block;
	float: left;
}
div#top h1 {
	margin: 0;
	padding: 0;
}
.content {
	position: relative;
}
#pathway .content {
	padding: 0;
}
#footer-shelf .content {
	padding: 9px 0pt 18px 10px;
}
#pathway {
	margin-top: 15px;
	display: block;
	float: left;
	width: 100%;
}
#footer-shelf {
	float: left;
	width: 100%;
}
span.pathway {
	display: block;
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
}

/*This forces the very lite modules to have a dark text so easier to read*/
div.module-sfx.white-40,
div.module-sfx.white-50,
div.module-sfx.white-70,
div.module-sfx.white-90 {
	color: #333;
}

/*This forces the very dark modules to have white text so easier to read*/
div.module-sfx.black-40,
div.module-sfx.black-50,
div.module-sfx.black-60,
div.module-sfx.black-70,
#footer-shelf.black-40 div.moduletable,
#footer-shelf.black-50 div.moduletable,
#footer-shelf.black-60 div.moduletable,
#footer-shelf.black-70 div.moduletable {
	color: #fff;
}

/* Footer Section 
*****************************************/
#footer {
	margin: 0 auto;
	clear: both;
	height: 46px;
	font-size: 11px;
	padding: 15px 2px;
}
#nav-and-credits {
	overflow: auto;
}
#nav-and-credits .left,
#copyright .left {
	float: left;
	clear: right;
	padding-left: 10px;
}
#nav-and-credits .right,
#copyright .right {
	float: right;
	padding-right: 10px;
}
#copyright {
	overflow: auto;
}
#copyright .right a {
	text-decoration: underline;
}
#copyright .right a:hover {
	color: #fff;
}
a.w3c-valid-xhtml,
a.w3c-valid-css, 
a.footer-rss {
	padding-left: 30px;
	text-transform: uppercase;
}
#nav-and-credits a.w3c-valid-xhtml {
	background: url(../images/red-tick.gif) no-repeat 12px 3px;
	color: #CC3333;
}
#nav-and-credits a.w3c-valid-css {
	background: url(../images/blue-tick.gif) no-repeat 12px 3px;
	color: #A8D5FC;
}
#nav-and-credits a.footer-rss {
	background: url(../images/orange-tick.gif) no-repeat 12px 3px;
	color: #E68C05;
}

/* Footer Menu */
#footer ul#mainlevel-footer {
	margin: 0;
	padding: 0;
	width: 485px;
	height: 20px;
}
ul#mainlevel-footer li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
ul#mainlevel-footer li a:link, ul#mainlevel-footer li a:visited {
	text-decoration: none;
	font: normal 11px Arial, serif;
	padding: 2px 2.5px 2px 2.5px;
}
ul#mainlevel-footer li a:hover {
}

/* Collapsable and configurable columns
*****************************************/
#wrapper.scheme_2 #column-2 .content {
	padding: 20px;
}
#wrapper.scheme_2 #column-1 .content {
	padding: 10px 0 20px 0;
}

/**** Sidebar on the Left ****/
#wrapper.scheme_2 #column-1.first-in-scheme {
	float: left;
	width: 220px;
	display: inline;
}
#wrapper.scheme_2 #column-2.second-in-scheme {
	display: inline;
	float: right;
	width: 725px;
}

/**** Sidebar on the Right ****/
#wrapper.scheme_2 #column-1.second-in-scheme {
	width: 220px;
	float: right;
	display: inline;
}
#wrapper.scheme_2 #column-2.first-in-scheme {
	display: inline;
	float: left;
	width: 725px;
}

/**** No Sidebar ****/
#wrapper.scheme_1 #column-2 .content {
	padding: 10px 20px 20px 20px;
}
#wrapper.scheme_1 .first-in-scheme {
	width: 960px;
	margin: 0 auto;
	display: block;
}

/* Intelli Mods Code
*****************************************/
.content #span1 div.moduletable,
.content #span2 div.moduletable,
.content #span3 div.moduletable,
.content #span4 div.moduletable,
.content #span5 div.moduletable,
.content #span6 div.moduletable,
.content #span1 div.module,
.content #span2 div.module,
.content #span2 div.module,
.content #span3 div.module,
.content #span4 div.module,
.content #span5 div.module,
.content #span6 div.module {
	float: left;
	margin: 0 0.9%;
	display: inline;
}
#span1 div.module,
#span1 div.moduletable {
	width: 98%;
}
#span2 div.module,
#span2 div.moduletable {
	width: 48%;
}
#span3 div.module,
#span3 div.moduletable {
	width: 31.2%;
}
#span4 div.module,
#span4 div.moduletable {
	width: 23%;
}
#span5 div.module,
#span5 div.moduletable {
	width: 18%;
}
#span6 div.module,
#span6 div.moduletable {
	width: 14.6%;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*
.clearfix {
	display: inline-table;
}
*/
/* Hides From IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from IE Mac *//*----------------------------------------------------------------------------
++ EXTERNAL SOURCE: menu.css
++ Menu Style Sheet
----------------------------------------------------------------------------*/
#top{
	position: relative;
	z-index: 999;
}
#nav{
	float: right;
	margin: 37px 0 0 0;
	padding: 0;
	width: 700px;
}
#jjNav {
    height: auto;
    width: auto;
}
#jjNav ul#jjSuperfish {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
/*FIRST LEVEL*/
ul#jjSuperfish li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#jjSuperfish li.separator {
    font-weight: bold;
    line-height: 34px;
    cursor: default;
	display:block;
	padding:0 10px;	
}
ul#jjSuperfish li.separator span {
	position:relative;
}
ul#jjSuperfish li#sfhover a.active:hover {
	border:none; /*ie7*/
}
ul#jjSuperfish li a:link,
ul#jjSuperfish li a:visited,
ul#jjSuperfish li a:hover {
    overflow:hidden;
	font: bold 15px Arial, serif;
	display:block;
	padding: 5px 10px;
	text-decoration: none;
}
ul#jjSuperfish li a:link span,
ul#jjSuperfish li a:visited span,
ul#jjSuperfish li a:hover span {
    width: auto;
    padding: 0 10px;
	position:relative;
	cursor:pointer;/*opera*/
}
ul#jjSuperfish li#sfhover, 
ul#jjSuperfish li.sfHover,
ul#jjSuperfish li.jjNav-child-active,
ul#jjSuperfish li.jjNav-last-child-active,
ul#jjSuperfish li.jjNav-first-child-active,
ul#jjSuperfish li#sfhover.jjNav-child-active,
ul#jjSuperfish li#sfhover.jjNav-last-child-active,
ul#jjSuperfish li#sfhover.jjNav-first-child-active,
ul#jjSuperfish li.jjNav-first-active,
ul#jjSuperfish li.jjNav-last-active,
ul#jjSuperfish li.jjNav-active,
ul#jjSuperfish li#sfhover.jjNav-first-active,
ul#jjSuperfish li#sfhover.jjNav-last-active,
ul#jjSuperfish li#sfhover.jjNav-active,
ul#jjSuperfish li#sfhover.jjNav-child-active,
ul#jjSuperfish li#sfhover.jjNav-last-child-active,
ul#jjSuperfish li#sfhover.jjNav-first-child-active,
ul#jjSuperfish li#sfhover.jjNav-active{
    position: relative;
}
/*white arrow on with childs*/
ul#jjSuperfish li.jjNav-child a,
ul#jjSuperfish li.jjNav-first-child a, 
ul#jjSuperfish li.jjNav-last-child a {
display:block;
}
/*dark arrow ond hover and active with childs*/
ul#jjSuperfish li#sfhover.jjNav-child-active span, 
ul#jjSuperfish li#sfhover.jjNav-first-child-active span, 
ul#jjSuperfish li#sfhover.jjNav-last-child-active span, 
ul#jjSuperfish li#sfhover.jjNav-child span, 
ul#jjSuperfish li#sfhover.jjNav-first-child span, 
ul#jjSuperfish li#sfhover.jjNav-last-child span,
ul#jjSuperfish li.jjNav-child-active a.active span,
ul#jjSuperfish li.jjNav-first-child-active a.active span,
ul#jjSuperfish li.jjNav-last-child-active a.active span{
    background: url(../images/child.gif) no-repeat 50% 25px;
	display:block;
}
ul#jjSuperfish li#sfhover span {
	display:block;
}
/*NEXT LEVELS*/
ul#jjSuperfish ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0px;
    float: none;
    width: 200px;
    line-height: 30px;
}
ul#jjSuperfish li ul li ul {
    display: none;
    top: -1px;
    left: 200px;
}
ul#jjSuperfish li ul li {
  	margin: 0;
    line-height: 30px;
    display: block;
    width: 200px;
	float:left;
	background: transparent;
	cursor:pointer;/*opera*/
}
ul#jjSuperfish li#sfhover ul li a.active:hover,
ul#jjSuperfish li.sfHover ul li a.active:hover{
	text-decoration:none; /*reset txt decoration for submenus*/
}

ul#jjSuperfish li#sfhover ul li a:link, 
ul#jjSuperfish li#sfhover ul li a:visited, 
ul#jjSuperfish li.sfHover ul li a:link, 
ul#jjSuperfish li.sfHover ul li a:visited {
    display: block;
    background: transparent;
    line-height: 30px;
 	padding:0 10px;
    font-weight: normal;
    font-size: 13px;
}
ul#jjSuperfish li ul li#sfhover {
	background: transparent;
}
ul#jjSuperfish li#sfhover ul li.separator span,
ul#jjSuperfish li#sfhover ul li#sfhover.separator span,
ul#jjSuperfish li.sfHover ul li#sfhover.separator span,
ul#jjSuperfish li.sfHover ul li.separator span{
	line-height: 30px;
	background:none;
	width:180px;
	display:block;
}
ul#jjSuperfish li#sfhover ul li.separator,
ul#jjSuperfish li#sfhover ul li#sfhover.separator,
ul#jjSuperfish li.sfHover ul li#sfhover.separator,
ul#jjSuperfish li.sfHover ul li.separator{
	line-height: 30px;
	background:none;
	width:180px;
	display:block;
	font-weight:normal;
}
ul#jjSuperfish li.sfHover ul li {
	line-height: 30px;
	background:none;
}
/*arrows for subchilds*/
ul#jjSuperfish li.sfHover ul li.jjNav-first-subchild, 
ul#jjSuperfish li.sfHover ul li.jjNav-subchild, 
ul#jjSuperfish li.sfHover ul li.jjNav-last-subchild {
background: url(../images/subchild.gif) no-repeat 180px 50%;
}


/* Side Nav */

#column-1 .content #mainlevel {
	padding: 0;margin-top: -9px;
}
#column-1 .content ul#mainlevel li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#column-1 .content ul#mainlevel li a:link, 
#column-1 .content ul#mainlevel li a:visited {
	text-decoration: none;
	padding: 0;
	padding: 5px 0 5px 10px;
	display: block;
}
/*----------------------------------------------------------------------------
++ EXTERNAL SOURCE: customize.css
++ Customize Style Sheet
----------------------------------------------------------------------------*/

/* Base Typography
*****************************************/
body {
	font: normal 62.5%/190% Lucida Grande, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	padding: 6px 0;
        
}
h1 {
	font-size: 210%;
	line-height: 100%;
}
h2 {
	font-size: 185%;
	line-height: 100%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
pre {
	background: #1d1d1d;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	color: #fff;
}
pre p {
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 20px;
}
blockquote {
	padding: 15px 50px 15px 15px;
	margin: 0;
	background: #1d1d1d;
	border: 1px solid #000000;
	color: #fff;
}
p.color-grey,
p.color-pink,
p.color-orange,
p.color-blue,
p.color-green {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
}
p.color-green {
	border-top: 3px solid #98cb00;
	border-bottom: 3px solid #98cb00;
	background: #ffffff;
	color: #010101;
}
p.color-blue {
	border-top: 3px solid #7db6fb;
	border-bottom: 3px solid #7db6fb;
	background: #ecf2fe;
	color: #010101;
}
p.color-orange {
	border-top: 3px solid #f18b41;
	border-bottom: 3px solid #f18b41;
	background: #fdf6e4;
	color: #010101;
}
p.color-pink {
	border-top: 3px solid #d5688f;
	border-bottom: 3px solid #d5688f;
	background: #fae8e8;
	color: #010101;
}
p.color-grey {
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	background: #fafafa;
	color: #010101;
}
/* @group Notice Styles */
p.alert,
p.tips,
p.info {
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.alert {
	color: #cd3301;
	border-top: 3px solid #cd3301;
	border-bottom: 3px solid #cd3301;
	background: #fae8e8 url(../images/icon-typo-error.jpg) 10px 50% no-repeat;
}
p.tips {
	color: #2D5083;
	border-top: 3px solid #adcefb;
	border-bottom: 3px solid #adcefb;
	background: #ecf2fe url(../images/icon-typo-tips.jpg) 10px 50% no-repeat;
}
p.info {
	color: #ca6701;
	border-top: 3px solid #f2a378;
	border-bottom: 3px solid #f2a378;
	background: #fdf6e4 url(../images/icon-typo-info.jpg) 10px 50% no-repeat;
}
/* @end */



/* Lists Style
*****************************************/
#main ol {
	padding: 0;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	list-style-position: inside
}
ol li {
	padding: 2px 0 2px 5px;
}
.content ul ul,
.content ul ul ul,
.content ul ul ul ul {
	margin-left: 25px;
}
.content ol ol,
.content ol ol ol,
.content ol ol ol ol {
	margin-left: 25px;
}
ul.li-circle li {
	list-style-type: circle;
}
ul.li-disc li {
	list-style-type: disc;
}
ul.li-numbers li {
	list-style-type: decimal-leading-zero
}
ul.li-decimal li {
	list-style-type: decimal
}
ul.latestnews-sfx li,
ul.latestnews li,
ul.mostread li,
ul.mostread-sfx li {
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
ul.mostread li a:link,
ul.latestnews-sfx li a:link,
ul.mostread-sfx li a:link, 
ul.mostread li a:visited,
ul.latestnews-sfx li a:visited,
ul.mostread-sfx li a:visited {
	display: block;
}
/* Horizontal Rules
*****************************************/
hr {
	border: none;
	height: 1px;
	margin: 10px 0;
}
/* Links Styling
*****************************************/
a:link,a:visited {
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: underline;
}
a.category:link,a.category:visited {
	font-weight: bold;
}
.content .contentpaneopen a.readon:link,
.content .contentpaneopen a.readon:visited,
.content .contentpaneopen a.readon:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 4px 14px;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.content .contentpaneopen p.blog a.readon {
	margin: 20px 0;
	float: left;
}
li a.category {
	font-size: 0.9em;
}
li span.small {
	font-size: 0.9em;
}
li br {
	display: none;
}
/* Joomla Specific
*****************************************/
.contentheading {
	width: 100%;
}
td.contentheading,
div.componentheading {
	font-size: 1.7em;
	line-height: 1.6;
	font-weight: bold;
}
div.componentheading {
	margin-bottom: 5px;
}
table.contentpaneopen,
table.contentpane {
	font-size: 1.2em;
	line-height: 150%;
}
table.contentpaneopen p,
table.contentpane p {
	margin: 1.3em 0;
}
.moduletable .contentpaneopen,
.moduletable .contentpane {
	line-height: 135%;
}
div.content table.blog .contentpaneopen {
	padding: 4px;
}
/* Section Table Headers */
.sectiontableheader {
	background: url(../images/bg-sectiontableheader.jpg) repeat-x;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #111;
	color: #fff;
}
.sectiontableheader,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	text-indent: 5px;
	border-bottom: 1px solid #222222;
	padding: 4px 0;
}
.sectiontableheader {
	font-weight: bold;
}
.sectiontableentry1 {
	background: #1a1a1a;
	color: #cccccc;
	font-size: 11px;
}
.sectiontableentry2 {
	background: #1d1d1d;
	color: #cccccc;
	font-size: 11px;
}
table.poll-sfx td {
	font-size: 12px;
	padding: 2px 3px;
}
table.poll-sfx thead tr td {
	font-size: 12px;
}
span.small {
	font-size: 11px;
}
p.blog {
	font-size: 11px;
	padding: 16px 0 0 0;
}
td.createdate {
	padding: 4px 0pt 5px 0px;
	font-size: 0.95em;
}
td.modifydate {
	background: transparent url(../images/icon-lastupdated.jpg) 5px 50% no-repeat;
	text-indent: 25px;
	font-size: 10px;
	padding-left: 0px;
	margin-top: 10px;
}
table.contenttoc {
/*NOTE: Keeps the blog tables from crowding */
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}
td.buttonheading a {
	background: none;
}
.mosimage {
	padding: 0;
	margin: 2px 10px 6px 3px;
	border: 3px solid #343433;
	background: #fff;
}
.mosimage img {
	padding: 0;
	margin: 0!important;
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	background: #343433;
}

/* Article Index */
table.contenttoc {
	background: #fff;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
table.contenttoc td {
	padding: 0 7px;
}
table.contenttoc th {
	padding: 0 10px;
	font-size: 1em;
	background: #ccc;
}
.pagenav {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 1px;
	padding: 4px 10px;
	text-align: center;
	width: auto;
}
.article_seperator {
	display: block;
	margin: 2% 10%;
	width: 80%;
}
.blog_more {
	font-size: 1.1em;
}
th.pagenav_prev,
	th.pagenav_next {
	width: 79%;
}
th.pagenav_prev a:link,
th.pagenav_prev a:visited,
th.pagenav_next a:link,
th.pagenav_next a:visited {
	padding: 5px 14px;
	text-decoration: none;
	border: 1px solid #333;
}
th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	text-decoration: none;
	border: 1px solid #ababab;
}
.back_button {
	margin: 16px 10px;
}
.back_button a {
	padding: 5px 12px;
	text-decoration: none;
}
.back_button a:hover {
	text-decoration: none;
}

/* Send to a Friend Popup */
body.contentpane form table {
	margin: 20px;
	font-size: 12px;
}
body.contentpane form table .inputbox {
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px 7px;
	background: #eee;
}
/* Print Styling
*****************************************/
body.contentpane {
	background: #fff;
}
body.contentpane table.contentpaneopen {
	padding: 20px;
	background: #fff;
}
body.contentpane a span.small {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* Form Styling
*****************************************/
input,
textarea {
	border: none;
	padding: 2px 5px;
	color: #fff;
}
.button {
}
select,
select.inputbox {
	border: 1px solid #444444;
	background-color: #292929;
	color: #fff;
}
fieldset {
	border: 1px solid #444;
}
/* Modules
*****************************************/
.moduletable p,
.module p,
.moduletable-sfx p,
.module-sfx p {
	margin: 7px 0;
}
.module,
 .module-sfx,
 .module .contentpaneopen,
 .module-sfx .contentpaneopen {
	font-size: 1.1em;
}
div#column-1  .module,
div#column-1  .module-sfx {
	margin: 0px;
}
.module form {
margin: 0;
}
.module,
.module-sfx {
	margin: 10px 0;
	padding: 4px 10px 10px 10px;
}
#column-2 .module,
#column-2 .module-sfx {
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.moduletable-sfx .search-sfx {
	padding: 0;
}
div.content .module,
div#footer-shelf .moduletable,
div.content .module-sfx,
div#footer-shelf .moduletable-sfx,
div.content .module .contentpaneopen,
div#footer-shelf .moduletable .contentpaneopen,
div.content .module-sfx .contentpaneopen,
div#footer-shelf .moduletable-sfx .contentpaneopen {
	font-size: 110%;
}
div#footer-shelf .moduletable,
div#footer-shelf .moduletable-sfx,
div#footer-shelf .moduletable .contentpaneopen,
div#footer-shelf .moduletable-sfx .contentpaneopen {
	margin: 0;
}

/*Styling for boxes above and below content*/

#topbox{
margin: 5px 0;
}
#topbox .moduletable,
#topbox .moduletable-sfx {
padding: 0 10px 10px 10px;
}
#topbox .moduletable .article_seperator,
#topbox .moduletable-sfx .article_seperator {
display: none;
}
#botbox{
margin: 5px 0;
}
#botbox .moduletable,
#botbox .moduletable-sfx {
padding: 0 10px 10px 10px;
}
#botbox .moduletable .article_seperator,
#botbox .moduletable-sfx .article_seperator {
display: none;
}

/****Module Header Colors are set in the templates configuration****/
/****Module Headers Structural****/
div.moduletable h3,
div.moduletable-sfx h3,
div.module h3,
div.module-sfx h3 {
	padding-bottom: 3px;
	font-size: 1.5em;
	font-weight: bold;
}
div#footer-shelf div.moduletable h3,
div#footer-shelf div.moduletable-sfx h3,
div#column-2 div.module-sfx h3 {
	background: none;
	padding-bottom: 0;
}
/****Module Background Structural****/
p.lightbulb {
	background: transparent url(../images/inset-bulb.png) no-repeat 2.5% 40%;
	padding: 0px 0 0 60px;
}
div.darkbg h3 {
	background: none;
}
/* Flickr Module Styling */
.module-flickr h3 {
	text-indent: -44444px;
	background: url(../images/flickr.png) no-repeat left;
	height: 49px;
	width: 90px;
	margin: 0;
	overflow: hidden;
}
.module-flickr {
	margin-left: 5px;
	overflow: hidden;
}
.module-flickr a:link, .module-flickr a:visited {
	width: 40px;
	height: 40px;
	margin: 0pt 3px 23px 5px;
	float: left;
	border: 2px solid #eee;
	padding: 0;
	overflow: hidden;
}
.module-flickr a:hover {
	padding: 0;
}
.module-sfx .caps {
	text-transform: capitalize;
}
/* Simple Feed Modules */
.blog-rss {
	padding-right: 60px;
}
/* Footer module specific styling */
#footer-shelf .moduletable table.contentpaneopen {
	font-size: 1em;
}
div#column-1 div.search input {
	border: none;
	margin: 2px 0px 10px 3px;
	padding: 4px 23px 4px 10px;
}
#footer-shelf a.readon {
	font-weight: bold;
	padding: 6px 0;
	display: block;
	background: none;
	float: left;
	font-size: 1em;
	text-transform: lowercase;
}
/*About me module */
#about-profile {
	margin: 5px 0px 3px -6px;
	overflow: hidden;
}
.profile-pic {
	float: left;
	width: 62px;
	text-indent: -9999px;
	background: transparent url(../images/profile-pic.png) no-repeat 0% 49%;
	height: 70px;
	margin: 1px 5px 0pt 2px;
	display: inline;
}
#about-profile p {
	margin: 0;
	padding: 3px 0px 10px 70px;
}
/* Login Form Styling */
div#column-1 input.inputbox {
	width: 160px;
	padding: 2px 5px;
}
div#column-1 input#mod_login_remember {
	border: none;
	width: 12px;
	padding: 0;
	margin-left: 3px;
	background: none;
}
div#column-1 label {
	margin-top: 3px;
}
input.button {
	font-weight: bold;
	text-transform: lowercase;
}
div#column-1 input.button {
	width: 60px;
	height: 22px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
	margin: 6px 0;
/* hand-shaped cursor */
}
input#mod_login_username.inputbox,
input#mod_login_password.inputbox {
	margin: 5px 0 5px 0;
}
#sidebar div.moduletable-login label {
	font-size: 1em;
}
div#sidebar div.moduletable-login div input.button {
}
label#mod_login_remember {
	font-size: 11px;
}

/* Styling for the Polls Module */
div.module table.pollstableborder td.sectiontableentry1,
div.module table.pollstableborder td.sectiontableentry2 {
}
div.module table.poll thead td {
	padding: 5px;
}
div.module table.poll td {
	padding: 2px 3px 0px 5px;
	text-align: left;
	font-size: 1.1em;
}
div.module table.poll td label {
	width: 128px;
	display: block;
}
div.module table.poll td input {
	margin-top: 5px;
	border: none;
	background: none;
	padding: 0;
}
div.module table.poll td input.button {
	width: 60px;
	height: 19px;
	line-height: 19px;
	margin-top: 6px;
	border: 1px solid #e8315f;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
}
html:first-child div.module table.poll td label {
	width: 123px;
}
/* Polls Results */
div.content img.polls_color_1 {
	background: #f02;
	border: 1px solid #FF7FE4;
	height: 10px;
	margin-top: 2px;
}
div.content img.polls_color_2 {
	background: orange;
	border: 1px solid #FFDC7F;
	height: 10px;
	margin-top: 2px;
}
div.content img.polls_color_3 {
	background: #75c925;
	border: 1px solid #D2EF59;
	height: 10px;
	margin-top: 2px;
}
div.content img.polls_color_4 {
	background: #52c8ff;
	border: 1px solid #A4D8FD;
	height: 10px;
	margin-top: 2px;
}
div.content img.polls_color_5 {
	background: #ff6657;
	border: 1px solid #FF4F56;
	height: 10px;
	margin-top: 2px;
}
div.content table.pollstableborder {
	border: 1px solid #ccc;
	padding: 3px;
}
div.content table.pollstableborder td.sectiontableheader {
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	padding-left: 43px;
	width: 500px;
	background: #E1EAEF;
}
div.content table.pollstableborder td.sectiontableheader img {
	display: none;
}
td.smalldark {
	font-size: 0.8em;
}
/* Contact Page Styling */
div.contact_email input,
div.contact_email textarea {
	font-size: 13px;
	font-family: inherit;
}
div.contact_email input {
	padding: 2px 5px;
}
div.contact_email textarea {
	padding: 7px;
	overflow: auto;
}
div.contact_email label {
	margin-left: 20px;
}
.fleftimgtc {
	display: inline;
	float: left;
	margin: 9px 0px 0px 3px;
	padding-right: 12px;
}
/* Overriding styles for some of the preset styles to modify some layout elements */
.plain-green-1 #column-2 .content .module-sfx,
.plain-red-1 #column-2 .content .module-sfx,
.plain-blue-1 #column-2 .content .module-sfx {
	background: #dadac2;
}
.web2-red #column-1,
.web2-red #column-2,
.plain-red-1 #column-1, 
.plain-red-1 #column-2,
.plain-blue-1 #column-1, 
.plain-blue-1 #column-2,
.plain-green-1 #column-1, 
.plain-green-1 #column-2  {
	margin-top: 40px;
}
.web2-red #column-1,
.web2-red #column-2{
	margin-top: 26px;
}
.simple-3-brown #top {
	margin-top: 8px;
}
.elegant-brown-2 #column-1,
.elegant-brown-2 #column-2,
.classy-brown #column-1,
.classy-brown #column-2,
.classy-blue #column-2,
.classy-blue #column-1,
.sleek-blue-striped #column-2  {
	margin-top: 32px;
}
.elegant-brown-2 #wrapper,
.classy-brown #wrapper,
.classy-blue #wrapper{
	margin-top: 10px;
}
.mosimage_caption{
color: #ccc;
}
