/*   
Theme Name: Law21: Neon
Theme URI: 
Description: Neon &mdash; a Thematic child theme specifically for Law21. Scaled-down and simple.
Author: Ian Stewart, followed by Jesse Collins & Tony Delitala
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Here comes MOXY's stuff */
.menu {width:440px;}
body {
    font-family: Georgia,"Georgia", "Times New Roman", Times, serif;
    background: #FFF;   
}

body, input, textarea {
font:14px/22px Georgia,serif;
}

#rss-links {
	list-style-type: none;
}
#rss-links li {
	height: 12px;
	padding: 4px 0;
}
#rss-links li a {height: 14px; display: block; padding: 0px 0 4px 24px; }

#rss-links li a:hover { color: #004898; height: 14px; display: block;  }

li#rss-posts-link a { 
	background: transparent url(images/rss_16.png) no-repeat 0 2px;
	}
li#rss-posts-link a:hover {
	background: transparent url(images/rss_16.png) no-repeat 0 -15px;
	color: #006bb5;
}

li#rss-learn-link a { 
	background: transparent url(images/rss_16.png) no-repeat 0 2px;
	}
li#rss-learn-link a:hover {
	background: transparent url(images/rss_16.png) no-repeat 0 -15px;
	color: #006bb5;
}
#subscribe-drawer p {
	font-size: .9em;
	color: #369;
	font-style: italic;
}
#subscribe-drawer p.small {
	
	font-size: .8em;
}

#socialmedia { margin-left: 16px; }
#socialmedia li {
	height: 32px;
	padding: 4px 0;
}

#socialmedia li a {height: 24px; display: block; padding: 8px 0 0 40px; }

#socialmedia li a:hover { color: #004898; height: 24px; display: block; }

li#twitter-link a { 
	background: transparent url(images/twitter_32.png) no-repeat;
	}
li#twitter-link a:hover {
	background: transparent url(images/twitter_32.png) no-repeat 0 -33px;
	color: #006bb5;
}
li#linkedin-link a { 
	background: transparent url(images/linkedin_32.png) no-repeat;
	}
li#linkedin-link a:hover {
	background: transparent url(images/linkedin_32.png) no-repeat 0 -33px;
	color: #006bb5;
}
li#delicious-link a { 
	background: transparent url(images/delicious_32.png) no-repeat;
	}
li#delicious-link a:hover {
	background: transparent url(images/delicious_32.png) no-repeat 0 -33px;
	color: #006bb5;
}
li#facebook-link a { 
	background: transparent url(images/facebook_32.png) no-repeat;
	}
li#facebook-link a:hover {
	background: transparent url(images/facebook_32.png) no-repeat 0 -33px;
	color: #006bb5;
}

#wrapper {
	background:#FFF url(images/body-bg.jpg) no-repeat fixed 50% 100px;
	width: 1000px;
	margin: 0 auto;
	
	   }

	   
body.home #wrapper { 
	padding: 0; 
	background:#FFF url(images/body-bg.jpg) no-repeat fixed 50% 320px;
	margin-top:0;
	}
#wrapper { padding: 0 0 0 0; }	   
#container { width: 592px; margin-bottom: 16px; border-right:1px solid #d5d2c9; padding-left: 20px; }	   
#fixed-header-wrapper {	 
    position: fixed;  
    background: transparent url(images/header-shadow.png) repeat-x scroll 50% bottom;
    height: 96px;
    width: 100%;
    margin: 0 auto;
    z-index: 50;
    border-top: 3px black solid;
}
#fixed-header {
	width: 100%;
	background: #0075B5 url(images/neon-header.jpg) no-repeat 50% top;
	height: 85px;
	border-top: 2px #000 solid;
}

#jordan-pic {
	/* border:4px solid #D5D2C9; */
    left:557px;
    position:absolute;
    top:37px;
}

a:link, a:visited {
    color:#2772B3;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

.learnmore {
	text-align:right;
}

.small {
	font-size: 11px;
}

/* =Header
-------------------------------------------------------------- */

#header {
    width: 100%;
    margin: 0 auto;
    height: 210px;
    padding-top: 100px;
    background: transparent url(images/key-shadow.png) repeat-x 0 bottom;
    }
#header-alt {
	width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    
}
   
#blog-title {
	background: transparent url(images/logo.gif) no-repeat 0 19px;
	width: 446px;
	height: 130px;
    text-indent: -9999px;
    margin: 0 0 0 28px;
    padding:105px 0 0 0;
    float: left;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
    display: block;
    width: 446px;
    height: 175px;
    margin: -139px 0 0 0;
}
#blog-description {
	background: transparent url(images/pic-caption.jpg) no-repeat 0 0;
	text-indent: -9999px;
    font-style:italic;
    padding:0;
    color:#fff;
    clear: none;
    float: left;
    height: 175px;
    width: 377px;
    margin: 18px 0 0 72px;
}

#branding {
	height: 210px;
	padding: 0 0 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:11px;
    background: #0075B5 url(images/key.jpg) no-repeat 50% top;
    margin-top:0;
    width: 100%;
    border-bottom: 3px solid #000;
    height: 22px;
}
.skip-link {
    display:none;
}
#menu-nav {
	
	width: 973px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 5px;
}
#menu-nav ul {
	list-style-type: none;
	display: inline;
}
#menu-nav ul li {
	list-style-type: none;
	float: left;
	display: inline;
}
#menu-nav ul li a {
	height: 75px;
	display: block;
	text-indent: -9999px;
}

#menu-nav ul li#butt-home a:link, #menu-nav ul li#butt-home a:visited  { width: 270px; background: transparent url(images/top-nav-sprite.png) no-repeat 0 0;  }
#menu-nav ul li#butt-about a:link, #menu-nav ul li#butt-about a:visited  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -270px 0; }
#menu-nav ul li#butt-consulting a:link, #menu-nav ul li#butt-consulting a:visited  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -443px 0; }
#menu-nav ul li#butt-subscribe a:link, #menu-nav ul li#butt-subscribe a:visited  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -616px 0; }

#menu-nav ul li#butt-contact a:link, #menu-nav ul li#butt-contact a:visited  { width: 184px;   background: transparent url(images/top-nav-sprite.png) no-repeat -789px 0; }


#menu-nav ul li#butt-home a:hover, #menu-nav ul li#butt-home a:active  { width: 270px;   background: transparent url(images/top-nav-sprite.png) no-repeat 0 -75px; }
#menu-nav ul li#butt-about a:hover, #menu-nav ul li#butt-about a:active  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -270px -75px; }
#menu-nav ul li#butt-consulting a:hover, #menu-nav ul li#butt-consulting a:active  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -443px -75px; }
#menu-nav ul li#butt-subscribe a:hover, #menu-nav ul li#butt-subscribe a:active  { width: 173px;   background: transparent url(images/top-nav-sprite.png) no-repeat -616px -75px; }
#menu-nav ul li#butt-contact a:hover, #menu-nav ul li#butt-contact a:active  { width: 184px;   background: transparent url(images/top-nav-sprite.png) no-repeat -789px -75px; }


/* =Content
-------------------------------------------------------------- */
#main-cont {
	
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	
}
#main {
    padding:20px 0 0 0;
    margin: 0px auto 0 auto;
}
#main-divitis {
	width: 940px;
	margin: 0 auto;
}
#content {
	margin-top:20px;
}    
.hentry {
    margin:9px 0 0 0;
    padding:44px 1px 36px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 0 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:24px;
    line-height:26px;
    padding:4px 0 0px 0;
    font-weight:bold;
    color:#000;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-meta {
    font-size:11px;
    color:#787878;
    font-family: helvetics, arial, sans-serif;
    font-weight: bold;
    padding-top: 3px;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.entry-instructions {
    font-size:11px;
    color:#787878;
    font-family: helvetics, arial, sans-serif;
    font-weight: bold;
}
.entry-instructions a {
    text-decoration:underline;
    color:#787878;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 0 1.5em;
}
.entry-content ul li {
   font-size: 1em;
   margin: 10px 0;
   line-height: 150%;
   }
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    background:#B5D1EA;
    color:#fff;
    margin:54px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
    background:#5898D0;
    border-color:#3B86C7;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:0;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
	color: #333;
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 45px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    padding:17px 20px 0 20px;
    width:460px;
    margin:0 auto;
}
#respond h3 {
    padding-top:18px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */
#sidebar-date {
	font-size:11px;
    color:#EFEFEF;
    font-family: helvetics, arial, sans-serif;
    font-weight: bold;
	text-align: right;
	padding: 0 20px 16px 0;
}

ul#sb-menulist {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 10px 0 0 0;
	
}
#sb-menulist li {
	display: inline;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 0 0 15px;

}
ul#sb-menulist li#sb-menu-home a {
	text-indent:-9999px;
	background: url(images/sb-menu.png) no-repeat;
	height: 22px;
	width: 50px;
	display: block;
}
ul#sb-menulist li#sb-menu-home a:hover, body.home ul#sb-menulist li#sb-menu-home a {
	background: url(images/sb-menu.png) no-repeat 0 -22px;
}

ul#sb-menulist li#sb-menu-about a {
	text-indent:-9999px;
	background: url(images/sb-menu.png) no-repeat -83px 0;
	height: 22px;
	width: 60px;
	display: block;
}
ul#sb-menulist li#sb-menu-about a:hover {
	background: url(images/sb-menu.png) no-repeat -83px -22px;
}
ul#sb-menulist li#sb-menu-contact a {
	text-indent:-9999px;
	background: url(images/sb-menu.png) no-repeat -171px 0;
	height: 22px;
	width: 80px;
	display: block;
}
ul#sb-menulist li#sb-menu-contact a:hover {
	background: url(images/sb-menu.png) no-repeat -171px -22px;
}
.aside ul {
    margin:0;
    list-style:none;
}
.main-aside {
	width: 310px;
}
.main-aside ul {
padding:0;

}
.aside-reverse {
	color: #efefef;
	width: 244px;
	margin: 0 0 0 10px;
	padding: 0 20px;
	background: #5185be url(images/sb-1-bg.jpg) no-repeat;
}
.aside-reverse a {
	color: #EFEFEF;
	font-style: italic;
	font-size: 11px;
}
.aside h3 {
    font-size:18px;
    font-weight:bold;
    line-height: 18px;
}
.aside-reverse h3 {
    font-size:16px;
    font-weight:bold;
    color: #EFEFEF;
}
.aside ul ul {
    list-style:square;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It sucks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside {
	padding-top: 17px;
}
#secondary ul.xoxo, #secondary ul.xoxo ul {
	padding: 0 0 0 14px;
	list-style-type: none;
}
.main-aside h3 {
    color:#01325B;
    padding:20px 0 10px 20px;
}
#about-stuff h3 {
	padding:20px 0 10px 0;
}
.main-aside ul ul {
    margin:0 0 18px 0;
}
.main-aside ul ul ul {
    margin:0;
}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:transparent;
    color:#fff;
    padding:10px 0 20px 0;
    border-top:2px dotted #666;
    margin: 10px 0 0 0;
}
#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}

/* =jquery tabs */
.ui-tabs-hide { display: none; }

/* tab content styles (for tab styles check jquery.tabs.css) */

.postList {
	padding:0;
	margin:0;
	width:253px;
}
.postList li {
	list-style:none;
	margin:0;
	border-bottom:1px dotted #b4ab9b;
}
.postList a {
	display:block;
	width:232px;
	padding:8px 10px;
	color:#01325B;
	text-decoration:none;
}
.postList a:hover {
	background-color:#EFEFEF;
}

.postList a .listMeta {
	color:#369;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
}



.postListSingle {
	padding:0;
	margin:0;
	width:253px;
}
.postListSingle li {
	list-style:none;
	margin:0;
	border-bottom:1px dotted #b4ab9b;
}
.postListSingle a {
	display:block;
	width:220px;
	padding:8px 10px 8px 24px;
	color:#369;
	text-decoration:none;
	background:url(images/bullet.gif) no-repeat 5px 50%;
}
.postListSingle a:hover {
	background: #EFEFEF;
}
/* =sidebar jquery stuff  */
#fragment-2 ul.fragment-height {
	height: 247px;
	overflow: hidden;
}

#fragment-2, #fragment-knowledge, #fragment-strategy  {
	text-align: center;
	margin: 0 0 0 -10px;
}
#fragment-2 ul li a, #fragment-5 ul li a {
	margin-left:-11px;
	}
.frag-butt-style {
	margin: 6px 0 0 -24px;
}
.frag-butt-style a {
	font-style: italic;
	font-size: 11px;
}
#fragment-3, #fragment-lawpractice, #fragment-technology {
	text-align: right;
}

#subscribe-drawer {
	background: transparent;
	margin-top: 20px;
}
#subscribe-drawer p.small {
	font-style: italic;
	padding-left: 50px;
	text-align: center;
}
/* the following rule eliminates the bullet from where the blogroll cat title's been removed using display:none in the markup */
.linkcat {
	list-style-type: none;
}
.linkcat ul.blogroll {
	margin: 0 20px 0 -10px;
}
p.collapse_buttons {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
text-align: center;
}

/* temporary! */
p.collapse_buttons {display: none;}
/* temporary */

.show_all_links, .show_all_links2 {
background:transparent url(images/tall-down-arrow.gif) no-repeat scroll right center;
padding-right:12px;
}
.show_recent_only, .show_recent_only2 {
background:transparent url(images/tall-up-arrow.gif) no-repeat scroll right center;
display:none;
padding:0 12px;
}

ul.blogroll {
	margin: 0 20px 0 0;
}
ul#row2 {
	margin: 10px 0 0 0;
}
/* =simplepie stuff */
.simplepie {
	margin:  0 10px 0  7px;
}

.simplepie p {
	margin: 0 0 8px 0;
}

.simplepie h3 {
	color:#01325B;
	margin:0;
    padding:6px 30px 6px 0;
}
.simplepie .feed-description {
	font-size: 11px;
	color: #2772B3;
	font-style: italic;
}
.simplepie h3 a {
	color:#01325B;
}
.simplepie h3 a:hover {
	color: #2772B3;
}
.simplepie h4 {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0 0;
}
.simplepie h4 a {
	text-decoration: underline;
}
.simplepie h4 a:hover {
    color:#01325B;
}
.simplepie h3 a {
}
.simplepie h3 a:hover {
}
.simplepie .source {
	padding: 0 0 0 6px;
}
.simplepie small {
	color:#666666;
    font-size:11px;
}
.simplepie .date {
	color:#666666;
    font-size:11px;
}
.simplepie .description {
	color:#444444;
    font-size:13px;
    margin: 0 0 4px 0;
}
.simplepie .continue { width: 260px; text-align: right; font-size: 11px; font-style: italic; margin-bottom: 50px; }

.simplepie ol li {
	margin: 10px 0;
}

#recent-comments ul li ul {
	list-style-type: none;
	margin: 0 26px;
	padding: 0;
}
#recent-comments ul li ul li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
}
a#survey-link:link, a#survey-link:visited  {
	display: block;
	
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	height: 84px;
	width: 284px;
}
a#survey-link:hover, a#survey-link:active {
	background: transparent url(images/readership-survey-over.gif) no-repeat;
}
#survey-says {
	background: transparent url(images/readership-survey.gif) no-repeat;
}

/* accordion stuff */
.accordion {
	width: 256px;
	color: #01325B;
	font-size: .9em;
	margin-left: -21px;
}
.accordion h2 {
	/* margin: 0 0 0 30px;
	padding: 10px 0 0 0; */
}
.accordion h3 {
	padding: 7px 15px 7px 40px;
	margin: 0 0 10px 0;
	color: #369;
	cursor: pointer;
	height: 19px;
    font-style: italic;
}
.accordion h3#edge-logo {
	width: 220px;
	height: 40px;
	text-indent: -9999px;
	background: transparent url(images/edge-small.gif) no-repeat 10px -53px;
	
}
.accordion h3#stem-logo {
	width: 220px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(images/stem-small.gif) no-repeat 10px -44px;
}
.accordion h3:hover {
	color: #663333;
}
.accordion h3#edge-logo.active {
	background-position: 10px 0px;
}
.accordion h3#stem-logo.active {
	background-position: 10px 0px;
}

.accordion div {
	margin:10px 0 0 30px;
    padding:0 0 0 20px;
	border-left: 1px dotted #00183A;
}

/* end accordion stuff */

#primary {
border:none;
margin-bottom:0;
padding:18px 0 0;
}
.menu {
	display: none;
}
#simple_upcoming_events ul, #twitter-4 ul {
	/* list-style-type: none; */
	margin-left:20px;
    width:250px;
}
#simple_upcoming_events ul, #twitter-3 ul {
	/* list-style-type: none; */
	margin-left:20px;
    width:250px;
}
#twitter-3 ul {

	margin-left: 20px;
}
#simple_upcoming_events ul li, #twitter-4 ul li, #text-4 ul li {
	padding: 4px 0;
}
#simple_upcoming_events ul li, #twitter-3 ul li, #text-3 ul li {
	padding: 4px 0;
}

#tertiary {
	padding-top: 0;
	margin-right: 20px;
}
body.slug-contact #tertiary {
	clear: both;
}



#secondary h4 {
	color:#888888;
font-size:16px;
font-style:italic;
font-weight:bold;
line-height:16px;
margin-bottom:6px;
margin-left:20px;
}
ul.pubs {
	margin-left: 0;
	list-style-type: square;
}
#secondary ul.xoxo ul.pubs li {
	margin-left: 22px;
	list-style-type: square;
}
#comments-list li.alt {
background:none repeat scroll 0 0 #5898D0;
}
#comments-list li.comment-author-jordan-furlong {
	color: #333;
	background: #EFEFEF url(images/seal-comment.gif) no-repeat 390px 0;
	}
#comments-list li.comment-author-jordan-furlong .comment-meta {
	color: #369;
}
#comments-list li.comment-author-jordan-furlong .comment-meta a {
	color: #0A84D7;
}
#comments-list li.comment-author-jordan-furlong .comment-meta a:hover {
	color: #FF4B33;
}


