/* 
Theme Name: YourFolio
Description: A Personal Blog & Portfolio Theme
Author: Maximus
Author URI: http://themeforest.net?ref=Maximus
*/


* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Was 62.5% = 10px because global is 16px */
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -70px;
	min-width: 970px;
}

#header_wrap, #project_wrap, #content_wrap, #footer_wrap {
	font-size: 1em;
	width: 100%;
	position: relative;
}

#header, #project, #content, #footer, #footer-tall {
	width: 960px;
	margin: 0px auto;
	font-size: 1.1em;
}

#header_wrap {
	padding-top: 0px;
}

#header {
	padding: 30px 0px 30px 5px;
	position: relative;
}

#project {
        font-size: 1.2em; /* mPower Added */
	position: relative;
	z-index: 101;
}

#content_wrap {
        font-size: 1.1em; /* mPower Added */
	padding: 35px 0px;
}

#home #content_wrap {
	padding: 75px 0px 35px;
}

#sidebar {
	width: 250px;
	float: right;
        font-size: 0.95em;
}

#main {
        line-height: 19px;
	width: 665px;
	float: left;
}

#main-wide {
        line-height: 19px;
        width: 100%;
}

#footer_wrap, .push {
	/* height: 69px; */
	min-width: 970px;
        padding: 10px 0px 15px 0px;
}

.push {
        padding: 28px 0px;
}

#footer {
	padding: 0px;
}

#footer-tall {
	padding: 10px 0px 0px 0px;
}

.logoarea {
	float: left;
}

h1.logo {
	width: auto;
	font-size: 2.85em;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative;
	z-index: 100;
}

h1.logo a {
	text-decoration: none;
        background: url(images/mpower_logo.gif) top left no-repeat;
        width: 200px;
        height: 80px;
        display: block;
}

h1.logo a span {
        display: none;
}

p.description {
	text-transform: uppercase;
	letter-spacing: 1px;
        display: none;
}

ul.main_nav {
	width: 650px;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 0px;
	text-transform: uppercase;
	float: right;
        z-index: 105;
        margin: 0px;
        padding: 0px;
        line-height: 1em;
}

body#home ul.main_nav {
	top: 40px;
}

ul.main_nav li {
        font-weight: bold;
	display: inline;
	list-style: none;
	padding: 0px;
        margin: 0px 4px;
	position: relative;
}

ul.main_nav li a {
	padding: 5px 7px;
        margin: 0px;
	text-decoration: none;
	position: relative;
        z-index: 105;
}

#navigation ul {
        width: auto; /* Was 220px; */
        white-space: nowrap;
        margin: 0px;
        padding: 5px;
        position: absolute;
        top: -999em;
        right: 4px;
        left: auto;
        z-index: 104;
        text-align: left;
}

#navigation ul.right-align {
        width: auto; /* Was 250px; */
        white-space: nowrap;
        margin: 0px;
        padding: 5px;
        position: absolute;
        top: -999em;
        right: 0px;
        left: auto;
        text-align: left;
        z-index: 104;
}

#navigation li:hover ul,
#navigation li.sfHover ul {
        top: 22px;
        z-index: 104;
}

#navigation ul li {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 1px 0px;
}

ul.main_nav a:hover, 
#navigation li:hover a, 
#navigation li.sfHover a { 
        padding: 5px 7px; 
        margin: 0px;
}

ul.main_nav li.cat-item-13 a:hover, 
#navigation li.cat-item-13:hover a, 
#navigation li.cat-item-13 sfHover a,
ul.main_nav li.page-item-97 a:hover, 
#navigation li.page-item-97:hover a, 
#navigation li.page-item-97 sfHover a { 
        padding: 5px 7px 9px 7px; 
}

#navigation ul li a {
        display: block;
}

ul.main_nav li.cat-item-13 ul a:hover, 
#navigation li.cat-item-13:hover ul a, 
#navigation li.cat-item-13 sfHover ul a,
ul.main_nav li.cat-item-46 ul a:hover, 
#navigation li.cat-item-46:hover ul a, 
#navigation li.cat-item-46 sfHover ul a { 
        padding: 5px 7px 15px 36px; 
}

/*ul.main_nav li a:hover, 
#navigation li:hover a, 
#navigation li.sfHover a {
	padding: 5px 7px;
        font-size: 1em;
}*/

#navigation li ul img {
	vertical-align: middle;
        padding: 0px 5px 0px 0px
}

.info {
	width: 350px;
	float: left;
	padding: 35px 0px;
	min-height: 185px;
	line-height: 22px;
	font-size: 1em;
        position: absolute;
}

.info h2 {
	font-size: 1.95em;
	font-weight: normal;
	margin-bottom: 20px;
}

a.nextproject {
	width: 110px;
	height: 32px;
	display: block;
	float: left;
	padding: 5px 0px 0px 32px;
	font-size: 0.90em;
	margin-top: 0px;
        position: absolute;
        bottom: 10px;
}

.info a.view {
	display: block;
	width: 170px;
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px; /* Was 25px 0px 0px 25px; */
        font-size: 1em;
        position: absolute;
        bottom: 20px;
        right: 10px;
}

.project_screen {
	height: 350px;
	width: 565px;
	float: right;
	margin: -35px 0px -35px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

h3.pagetitle {
	width: 100%;
	font-size: 2.25em;
	font-weight: normal;
	padding: 20px 0px;
}

.pagetitle span {
	display: block;
	width: 960px;
	margin: 0px auto;
}

.text_left {
	width: auto;
	float: left;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.text_right {
	width: auto;
	float: right;
	text-align: right;
	margin-bottom: 25px;
}

.crop_image {
	width: 665px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #DADADA;
	margin: 20px 0;
}

.no-crop {
	width: 665px;
	overflow: hidden;
	border: 1px solid #DADADA;
	margin: 20px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	background: none;
}

#sidebar hr {
	margin-bottom: 25px;
}

.cat img,
.author img {
        display: none;
}

.get-image img {
        padding: 1px;
        border: 1px solid #e0e0e0;
        display: inline;
}

.get-image {
        margin: 20px 10px 10px 0px;
        float: left;
        clear: left;
}

.cat {
        width: 490px;
        float: right;
}

.post,
.postauthor {
	/*clear: both;*/
	margin: 20px 5px 20px 0px;
}

.post img {
        padding: 1px;
        border: 1px solid #e0e0e0;
}

.post img.avatar,
.postauthor img.avatar {
        float: left;
        margin: 0px 10px 10px 0px;
        padding: 1px;
        border: 1px solid #e0e0e0;
}

.postauthor h4 {
        font-size: 1.5em;
        font-weight: bold;
        color: #1b8df2;
}

.post h2.posttitle, h4.title {
	font-size: 1.5em;
	font-weight: bold;
	/* width: auto;
	float: left; */
}

.post p.comments {
	width: auto;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

.post p.skill-level {
        width: 100%;
        clear: both;
}

.post .entry {
	/*clear: both;*/
	padding-top: 10px;
	line-height: 19px;
}

.post .entry h1, .post .entry h2, .post .entry h3,
.post .entry h4, .post .entry h5, .post .entry h6 {
	font-weight: bold;
	margin-bottom: 20px;
}

.post .entry h1 {
	font-size: 1.75em;
}
.post .entry h2 {
	font-size: 1.5em;
}
.post .entry h3 {
	font-size: 1.25em;
}
.post .entry h4 {
	font-size: 1em;
}
.post .entry h5 {
	font-size: 0.75em;
}
.post .entry h6 {
	font-size: 0.5em;
}

.post .entry p {
	margin-bottom: 20px;
}

.post .entry blockquote {
	padding: 10px 25px;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	border-left: 1px solid #CCCCCC;
        overflow: auto;
}

.post .entry blockquote p {
	margin: 10px 0;
}

.post .entry cite {
	font-style: italic;
	margin-left: 25px;
}

.post .entry img.alignleft,
.portfolio-post .entry img.alignleft {
	margin-right: 20px;
	float:left;
}

.post .entry img.alignright,
.portfolio-post .entry img.alignright {
	margin-left: 20px;
	float:right;
}

.post .entry img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .entry ul, .post .entry ol {
	margin: 0px 0px 20px 25px;
}

.post .entry ul li {
	list-style: disc outside;
}

.post .entry ol li {
	list-style: decimal outside;
}

.post .entry img.portfolio {
        padding: 1px;
}

.post .entry a.more-link {
        clear: left;
        float: right;
        display: block;
        width: 97px;
        height: 21px;
        background: url(images/readmore.gif) top left no-repeat;
        color: #ffffff;
        margin-top: 8px;
        padding: 1px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        font-size: 0.85em;
}

.post .entry a.more-link:hover {
        background: url(images/readmore.gif) bottom left no-repeat;
        text-decoration: none;
}

.post .entry a.download {
        display: block;
        width: 200px;
        height: 26px;
        background: url(images/download_btn.gif) top left no-repeat;
        color: #ffffff;
        margin-top: 8px;
        padding: 4px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
}

.post .entry a.download:hover {
        background: url(images/download_btn.gif) bottom left no-repeat;
        text-decoration: none;
}

.pfolio .entry strong {
       font-family: Georgia, Times, "Times New Roman", serif;
       font-style: italic;
       font-size: 1.15em;
       color: #03346c;
}

.pfolio .entry {
	clear: both;
	padding-top: 30px;
	line-height: 19px;
}

h4.title {
	width: auto;
	float: none;
	margin-bottom: 25px;
}

.navigation {
	margin-top: 25px;
}

.navigation a {
	display: block;
	width: auto;
	font-size: 1.5em;
	text-decoration: none;
	padding: 5px 15px;
}

.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

.commentarea {
	margin-top: 25px;
}

.commentlist {
	margin-bottom: 25px;
}

.comment .name {
	width: 170px;
	float: left;
	padding-top: 20px;
	font-size: 0.9em;
}

.comment .name a {
	font-size: 1.2em;
}

.comment .text {
	width: 354px;
	margin-left: -1px;
	padding: 20px;
	float: left;
	line-height: 19px;
}

.commentarea p {
	margin-bottom: 10px;
}

.module {
	margin-bottom: 25px;
	line-height: 16px;
	width:250px;
}

.module h4 {
	font-size: 1.35em;
}

#sidebar .module {

}

#sidebar .module h4 {
	font-size: 1.2em;
}

#sidebar ul {
        font-size: 1.1em;
}

#sidebar ul.blogroll {
        font-style: italic;
        font-size: 1em;
}

#sidebar ul.blogroll a {
        font-weight: bold;
        font-size: 1.1em;
        font-style: normal;
        display: block;
}

#sidebar li {
        background: url('images/bullet.gif') 0px 6px no-repeat; /* was: /wp-content/uploads/2010/01/arrow.gif */
        margin: 6px 0px;
        padding: 0px 0px 0px 12px;
}

#sidebar li.current-cat,
#sidebar li a.active_category {
        font-weight: bold;
        font-style: italic;
}

.flickr a img {
	margin: 0 6px 6px 0;
}

.about .thumb {
	float: left;
	margin-right: 20px;
}

.about h4 {
	margin-bottom: 15px;
}

.list {
	line-height: 19px /* Was 1.5em */;
}

.list ul {
	list-style: none;
	padding: 10px;
	font-size: 1em;
}

.list h4 {
	padding: 10px;
	font-weight: bold;
}

.list img.alignright {
	margin-left: 10px;
	float:right;
}

.list img.alignleft {
	margin-right: 10px;
	float:left;
}

input.text {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	float: none;
	margin-bottom: 20px;
	display: block;
	width: 200px;
}

textarea.text {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	width: 545px !important;
	height: 150px !important;
	margin-bottom: 20px;
}

input.submit {
/*	display: block;
	width: auto;
	padding: 3px 7px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
        font-weight: bold;
*/

        width: 97px;
        height: 22px;
        background: url(images/readmore.gif) top left no-repeat;
        color: #ffffff;
        margin-top: 8px;
        padding: 0px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.85em;
        border: none;
	cursor: pointer;
}

#searchform {
	padding: 7px 5px 7px 12px;
}

#searchform input#s {
	border: none;
	width: 200px;
	float: left;
	padding: 2px 0px;
	font-size: 1.1em;
}

#searchform input#searchsubmit {
	float: right;
	margin: 2px 8px 0px 0px;
}

#home #categories {
	display: none;
}

#footer p.credits,
#footer-tall p.credits {
	/* width: 600px;
	float: left; */
}

#footer a.feed,
#footer-tall a.feed {
	display: block;
	width: 150px;
	height: 16px;
	padding-left: 25px;
	float: right;
	background-repeat: no-repeat;
}

#member-of {
        width: auto;
        float: right;
        margin-top: -50px; /* Was -28px */
        color: #949494;
        font-weight: bold;
}

#member-of p {
       background: url(images/member-of-bkg.gif) 0px 6px repeat-x;
       text-align: center;
       text-transform: uppercase;
       font-size: 0.85em;
}

#member-of span {
       background: #e1e1e1;
       padding: 0px 5px;
}

#member-of ul {
       list-style: none;
       margin: 0px;
       padding: 0px;
}

#member-of li {
       display: inline;
       margin: 0px;
       padding: 0px;
}

#home .singles {
	display: none;
}

*+html hr {
	margin-top: -7px;
	margin-bottom: -21px;
}

.autohide {
	display:none;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 250px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}

/** MPOWER EDITS **/

#topnav {
	width: 960px;
        padding: 2px 0px 3px 0px;
	margin: 0px auto;
	font-size: 1.1em;
        font-weight: bold;
}
        
.outlinks {
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
}

.inlinks {
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;
}

.inlinks-wide {
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: right;
}

#topnav ul li {
        display: inline;
	list-style: none;
	padding: 0px 8px;
        color: #FFFFFF;
}

#topnav a {
        text-decoration: none;
}

#main-widgets {
       width: 960px;
       display: block;
       margin: 0px auto;
}

#main-widgets .mwidgets {
       padding: 0px 15px;
}

#main-widgets .mwidgets {
       float: left;
}

#main-widgets .mwidgets a#modlink {
       position:absolute;
       bottom: 0px;
       text-align: center;
       display: block;
       width: 100%;
}

#main-widgets .list {
       line-height: 16px;
}

#main-widgets .list ul {
	list-style: none;
	padding: 0px;
	font-size: 1em;
}

#main-widgets .list ul li {
        width: 250px;
	padding: 5px 10px;
        background: url('images/bullet.gif') 0px 10px no-repeat;
}

#main-widgets .list ul li.content {
	list-style: none;
	padding: 0px;
	font-size: 1em;
        background: none;
}

#main-widgets .list ul li.slider {
        background: none;
}

#main-widgets .mwidgets a.title {
       font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 1.1em;
       font-style: italic;
       font-weight: bold;
}

#main-widgets .list ul li.slider a.title {
       font-size: 1.2em;
       font-weight: bold;
}

#main-widgets .list ul li.slider p {
       margin: 6px 0px;
}


#main-widgets .list ul li.slider img {
       margin: 2px;
       padding: 1px;
       border: 1px solid #DADADA;
}

#main-widgets .list ul li.slider img.noborder {
       border: none;
}

#main-widgets .mwidgets a.more-link {
        clear: left;
        float: right;
        display: block;
        width: 97px;
        height: 20px;
        background: url(images/readmore.gif) top left no-repeat;
        color: #ffffff;
        margin-top: 8px;
        padding: 2px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        font-size: 0.85em;
}

#main-widgets .mwidgets a.more-link:hover {
        background: url(images/readmore.gif) bottom left no-repeat;
        text-decoration: none;
}

#mwidget1 {
       margin-right: 15px;
}

#mwidget2 {
       margin: 0px 15px;
}

#mwidget3 {
       margin-left: 15px;
}

#footer-widgets {
       width: 100%;
       text-transform: none;
}

#footer-widgets .module,
#footer-widgets .fwidgets {
       width: 300px;
}

#footer-widgets .fwidgets {
       float: left;
}

#fwidget1 {
       margin-right: 15px;
}

#fwidget2 {
       margin: 0px 15px;
}

#fwidget3 {
       margin-left: 15px;
}

.portfolio-list {
       display: block;
       width: 300px;
       height: 250px;
       margin: 25px 10px 25px 10px;
       padding: 0px;
       float: left;
       font-size: 1em;
       line-height: 19px; /* Was 1.5em */
}

.portfolio-list p {
       margin: 0px 0px 6px 0px;
}

h2.portthumb {
       font-size: 1.2em;
       margin: 5px 0px;
       padding: 0px;
}

#clientlist_wrap {
       width: 960px;
       display: block;
       clear: both;
       margin: 0px;
       padding: 25px 0px 0px 0px;
}

#clientlist,
#servicelist {
       width: 100%;
       border: none;
       margin: 0px;
       padding: 0px;
       font-size: 1em;
}

#contact {
       width: 100%;
       border: none;
       margin: 0px;
       padding: 0px;
       font-size: 1em;
}

#clientlist td,
#contact td {
       vertical-align: top;
       padding: 10px;
}

#contact td table td {
       vertical-align: middle;
       padding: 5px;
       margin: 0px;
       line-height: 1em;
}

#clientlist p {
       font-weight: bold;
       font-style: italic;
       margin: 6px 0px;
       padding: 0px;
}

#clientlist ul {
       list-style: square;
       margin-left: 16px;
}

.clientlist h4 {
       font-size: 1.1em;
}

#servicelist td {
       vertical-align: top;
       padding: 10px 50px 10px 0px;
       width: 50%;
}

#servicelist em strong {
       font-family: Georgia, Times, "Times New Roman", serif;
       font-style: italic;
       font-size: 1em;
       color: #6e6e6e;
}

#servicelist strong {
       font-family: Georgia, Times, "Times New Roman", serif;
       font-style: italic;
       font-size: 1.1em;
       color: #03346c;
}

#contact h4 {
       font-family: Georgia, Times, "Times New Roman", serif;
       font-style: italic;
       font-size: 1.1em;
       color: #03346c;
       margin: 0px;
       padding: 0px;
}

.resources-type {
       width: 50%;
       float: left;
       font-weight: bold;
       font-style: italic;
}

.resources-level {
       width: 50%;
       float: left;
       text-align: right;
       font-weight: bold;
       font-style: italic;
}

.post-info {
       font-size: 0.85em;
       font-weight: bold;
       font-style: italic;
       color: #a2a5a4;
}

.post-info span {
       color: #6e6e6e;
}

.excerpt {
       padding: 10px 0px 0px 0px;
}

.role {
       font-size: 1.15em;
       font-weight: bold;
       font-style: italic;
       text-transform: capitalize;
}

.company {
       font-style: italic;
}

ul#connect-page {
       list-style: none;
       margin: 0px;
       padding: 0px;
}

ul#connect-page li {
       list-style: none;
       font-size: 1.4em;
       font-weight: bold;
       background: none;
       padding: 0px 0px 10px 0px;
}

ul#connect-page li img {
       position: relative;
       top: 5px;
       border: none;
}

div.alignleft {
       float: left;
       margin: 10px 0px;
       padding: 0px;
       text-align: left;
}

div.alignright {
       float: right;
       margin: 10px 0px;
       padding: 0px;
       text-align: right;
}

.half {
       width: 50%;
}

/*** Menu Images **/

#navigation li ul li.cat-item-8 a,
#navigation li ul li.cat-item-8 a:hover {
        background: url(/wp-content/uploads/2010/01/calendar_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-14 a,
#navigation li ul li.cat-item-14 a:hover {
        background: url(/wp-content/uploads/2010/01/tutorials_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-15 a,
#navigation li ul li.cat-item-15 a:hover {
        background: url(/wp-content/uploads/2010/01/videos_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-16 a,
#navigation li ul li.cat-item-16 a:hover {
        background: url(/wp-content/uploads/2010/01/askquestion_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.page-item-122 a,
#navigation li ul li.page-item-122 a:hover {
        background: url(/wp-content/uploads/2010/01/nmworkshop_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.page-item-38 a,
#navigation li ul li.page-item-38 a:hover {
        background: url(/wp-content/uploads/2010/01/twittalk_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-94 a,
#navigation li ul li.cat-item-94 a:hover {
        background: url(/wp-content/uploads/2010/01/biztools_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-96 a,
#navigation li ul li.cat-item-96 a:hover {
        background: url(/wp-content/uploads/2010/01/custdev_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-95 a,
#navigation li ul li.cat-item-95 a:hover {
        background: url(/wp-content/uploads/2010/01/marketingstrat_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-97 a,
#navigation li ul li.cat-item-97 a:hover {
        background: url(/wp-content/uploads/2010/01/operations_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-93 a,
#navigation li ul li.cat-item-93 a:hover {
        background: url(/wp-content/uploads/2010/01/socialmedia_20.gif) 7px 4px no-repeat;
}

#navigation li ul li.cat-item-92 a,
#navigation li ul li.cat-item-92 a:hover {
        background: url(/wp-content/uploads/2010/01/webdev_20.gif) 7px 4px no-repeat;
}

img.noborder {
        border: none;
}

#footer #nav,
#footer-tall #nav {
        list-style-type: none;
        margin: 0px;
        padding: 6px 0px;
        font-size: 1.2em;
}

#footer #nav li,
#footer-tall #nav li {
        display: inline;
        padding: 0px 10px 0px 0px;
        margin: 0px;
}

#footer #nav ul.children,
#footer-tall #nav ul.children {
        display: none;
}

#footer #nav a,
#footer-tall #nav a {
        color: #949494;
}

#footer #nav a.active_category,
#footer #nav li.current-cat a,
#footer #nav li.current_page_item a,
#footer-tall #nav a.active_category,
#footer-tall #nav li.current-cat a,
#footer-tall #nav li.current_page_item a {
        font-weight: bold;
        color: #1b8df2;
}

.emailThis {
        display: none;
}

.hilite1 {
        background: #ff8a00;
        border: 1px solid #dc7802;
        color: #FFFFFF;
        padding: 3px 0px 10px 0px;
}

.hilite1 input.submit {
        background: url(images/subscribe.gif) top left no-repeat;
}

#sidebar .hilite1 h4 {
        border-bottom: none;
        color: #FFFFFF;
        text-align: center;
        padding: 3px 0px;
        margin: 0px 0px 6px 0px;
        font-size: 1.5em;
        line-height: 1.3em;
}

.newsroom img {
        display: none;
}

.feed {
        margin-top: 8px;
}

.tags-wrap {
        border:1px solid #bbb;
        margin: 10px 0px 0px 0px;
        padding: 0px;
}

.tags {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: block;
        clear: both;
        background: #fff url(images/box.gif) top left repeat-x;
        padding: 10px;
        font-weight: bold;
}

.tags a {
        font-weight: normal;
}

.notice-wrap {
        border:1px solid #bbb;
        padding: 0px;
        margin: 10px 0px;
        clear: both;
}

.post-notice {
        border:1px solid #fff;
        background-color: #fefeba;
        padding: 10px;
        margin: 0px;
        font-weight: bold;
        font-size: 0.9em;
}

.share {
        list-style: none;
        margin: 10px 0px;
        padding: 0px;
}

.share li {
        display: block;
        width: 150px;
        margin: 0px;
        padding: 0px;
        float: left;
}

/* ---- Related Posts ---- */

.related {
        font-size: 1.1em;
        font-weight: bold;
        background: #fff url(images/box.gif) top left repeat-x;
        border:1px solid #bbb;
        display: block;
        clear: both;
        padding: 10px 10px;
        margin: 10px 0px;
        overflow: auto;
}

#wp_thumbie {
        margin: 0pt;
        padding: 0pt;
        clear: both;
}

.related .header
#wp_thumbie h3 {
        font-size: 1.1em;
        font-weight: bold;
}

#wp_thumbie h3 {
        padding: 0px 0px 10px 0px;
        font-size: 0.9em;
}

.wp_thumbie_ul_list {
        list-style: none;
}

#wp_thumbie_li {
	list-style-type:none;
	background: none;
	padding: 0px;
	margin: 5px 0px;
        width: 305px;
        display: block;
        float: left;
        text-align: left;
	}

#wp_thumbie_thumb {
        margin-right: 5px;
}

.wp_thumbie_title {
        font-size: 0.9em;
        margin-left: 5px;
        font-weight: bold;
}

/* -------- Fonts -------- */

.post h2.posttitle, h4.title, h1.logo, .module h4, h3.pagetitle         { font-family: Helvetica, Arial, sans-serif; }
.module h4                                                              { font-family: Verdana, Arial, Helvetica, sans-serif; }
textarea.text                                                           { font-family: Verdana, Arial, Helvetica, sans-serif; }