/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*************************
Two-column fluid layout with right sidebar on right
from /examples/2c-r.css CUSTOMIZED BELOW
div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}
div#content {
margin:0 200px 0 0;
}
div.sidebar {
float:right;
overflow:hidden;
width:180px;
}
div#secondary {
clear:right;
}
div#footer {
clear:both;
width:100%;
}
*********************/

/*div#menu*/
/*div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}
div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}
div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}
div#menu ul ul ul a {
font-style:italic;
}
div#menu ul li ul {
left:-999em;
position:absolute;
}
div#menu ul li:hover ul {
left:auto;
}*/

.entry-title,.entry-meta {
clear:both;
}

/*div#container,div#primary {
margin-top:2em;
}*/

/*form#commentform*/
form#commentform .form-label {
margin:1em 0 0;
}
form#commentform span.required {
background:#fff;
color:#c30;
}
form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
/*margin:1em 0 0 1em;*/
}
.alignleft,img.alignleft{
float:left;
/*margin:1em 1em 0 0;*/
}
.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/*div.gallery*/
div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}
p.wp-caption-text{
font-style:italic;
}
div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}
div.gallery dl.gallery-columns-1 {
width:100%;
}
div.gallery dl.gallery-columns-2 {
width:49%;
}
div.gallery dl.gallery-columns-3 {
width:33%;
}
div.gallery dl.gallery-columns-4 {
width:24%;
}
div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}
div#nav-below {
margin-top:1em;
}
div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}
div.navigation div.nav-next {
float:right;
text-align:right;
}
div.navigation div.nav-next,
div.navigation div.nav-previous {
	height:14px;
	overflow:hidden;
}

div.sidebar h3 {
font-size:1.2em;
}

/*div.sidebar*/
div.sidebar input#s {
width:7em;
}
/*div.sidebar li {
list-style:none;
margin:0 0 2em;
}*/
div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}
/*div.sidebar ul ul {
margin:0 0 0 1em;
}
div.sidebar ul ul li {
list-style:disc;
margin:0;
}
div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
list-style:circle;
}*/

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

/*div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}*/


/************** CUSTOMIZATION **************************************************/

* {
    margin:0;
    padding:0;
}
html {
    font-size: 100%;
}
body {
	font-size:75%;
	padding-bottom:200px;
/*	background:#fff url(../../../img/body_bg.gif) repeat-x;  gray gradient*/
/*	background:#fefffe url(../../../img/body_bg.jpg) repeat-x;   cool green gradient*/
	background:url(../../../img/body_bg2.gif) repeat-x;  /*CEH green gradient*/
/*	background:#AEC47F;  CEH green*/
/*	background:#d9d9d9;  flat gray*/
	font-family:arial,helvetica,sans-serif;
	color:#717073;
	color:#42482d;
}
div#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin:0px auto;
	padding:0 25px;
	text-align:left;
	background:url(../../../img/shadow.png) repeat-y;
}
a {
    color:#2E3192;
}
a:hover {
	color:#92AA41;
    text-decoration:none;
}
a:hover,
a:active { 
	outline: none; 
}
img {
    border:0;
}
p {
    margin-top:10px;
	font-size:1em;
	line-height:1.5em;
}
ul {
	list-style:none;
}
ul.accessibility {
	position: absolute;
	left: -1000em;
}
span[lang] {
	font-style:italic;
}
abbr {
	border:none;
}
acronym {
	padding-bottom:2px;
	border-bottom:1px dotted #999;
	cursor:help;
}
blockquote {
	margin:20px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.skip-link {
	position:absolute;
	left:40px;
	top:15px;
}
div.skip-link a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}
div.skip-link a:active,
div.skip-link a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color:#FEBE10;
    color:#2E3192;
	top: 0px;
	left: 5px;
	padding: 5px;
	border: 1px solid #92AA41;
	font-weight: bold;
	white-space:nowrap;
}


/*********************************** HEADINGS ****/

h1 {  /* logo */
	float:left;
    width:401px;
    height:90px;
    text-indent:-9999px;
    font-size:1%;
	line-height:1px;
    background-image:url(../../../img/gg_logo.gif);
}
h1 span a {
	display:block;
    width:401px;
    height:90px;
}
h2,
h3,
h4 {
    font-weight:normal;
}
h2.page-title {
	font-size:28px;
	line-height:28px;
}
body.archive h2.page-title {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:2px solid #92AA41;
}
h2.page-title span,
h2.page-title span a {
	color:#000;
	text-decoration:none;
}


/*********************************** TOP ****/

div#header {
    float:left;
    width:920px;
    height:99px;
    padding:25px 20px 0;
	border-top:10px solid #92AA41;
}
div#menu {
	display:none;
}
ul#navTop {
    float:right;
    margin-top:17px;
    margin-left:80px;
}
ul#navTop li {
    float:left;
	margin-right:7px;
	padding:5px 7px 5px 0;
	padding-right:7px;
	border-right:1px solid #FEBE10;
	line-height:14px;
}
ul#navTop li#navlogin {
	text-transform:lowercase;
}
ul#navTop li#facebook,
ul#navTop li#twitter {
	padding-top:0;
	padding-bottom:0;
}
ul#navTop li#twitter {
    float:left;
	margin-right:0;
	border-right:none;
}
ul#navTop li a {
	color:#717073;
	color:#42482d;
	text-decoration:none;
}
ul#navTop li#facebook a,
ul#navTop li#twitter a {
	display:block;
	width:24px;
	height:24px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1px;
	background-image:url(../../../img/facebook.png);
}
ul#navTop li#facebook a {
	background-image:url(../../../img/facebook.png);
}
ul#navTop li#twitter a {
	background-image:url(../../../img/twitter.png);
}



/*********************************** MAIN COLUMN ****/

div#container {
    float:left;
    width:960px;
	padding-bottom:15px;
}
div#mainCol {
    float:left;
    width:690px;
}

/*featured actions*/
div#slider {
	float:left;
	width:675px;
	height:430px;
	margin-right:5px;
}
div.sliderwrapper {
	position: relative; /*don't change*/
	overflow: hidden; /*don't change*/
}
div.sliderwrapper div.contentdiv {
	visibility: hidden; /*don't change*/
	position: absolute; /*don't change*/
	left: 0;  /*don't change*/
	top: 0;  /*don't change*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width:100%;
	height:100%;
}
div.pagination {
	position:absolute;
	top:530px;
	left:25px;
	width:635px;
	height:18px;
	margin-bottom:-18px;
	z-index:100;
	padding-top:2px;
	padding-right:24px;
	background:url(../../../img/pause.gif) no-repeat right top;
	text-align:right;
}
div.pagination:hover {
	background:url(../../../img/pause-O.gif) no-repeat right top;
}
div.pagination a.toc {
	margin-left:5px;
	padding:2px 4px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-color:#FEBE10;
}
div.pagination a.toc:hover {
	background-color:#92AA41;
	background-color:#FFF;
	text-decoration:none;
}
div.pagination a.selected {
	background-color:#92AA41;
	background-color:#FFF;
	text-decoration:none;
}
div.pagination a:focus {/*prevents img replacement causing dotted outlines on links*/ 
	-moz-outline-style:none;
}
div.pagination a.prev, 
div.pagination a.next {
	display:none;
}
img.actionImage {
	width:675px;
	height:430px;
}
div.positioning {
	position:relative;
	width:100%;
	height:100%;
}
.actionHeadingDiv {
	position:absolute;
	right:0px;
	top:17px;
	height:52px;
	overflow:hidden;
	padding:3px 10px 10px 40px;
	background:url(../../../img/featured_action_bg.gif) no-repeat;
}
h4.actionHeading {
	white-space:nowrap;
	margin-top:10px;
	font-weight:normal;
	font-size:28px;
	line-height:28px;
	color:#000;
}
p.takeActionLink {
	margin-top:2px;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
}
/* div#smooth_sldr div#smooth_sldr_body {
	width:631px;
} */
div#smooth_sldr {
	height:412px;
	margin:0 !important;
	border:1px solid #e9e8ea;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	background-color:#fdfdfd;
}
div#smooth_sldr h2 {
	position:absolute;
	right:0;
	top:17px;
	height:52px;
	padding:15px 10px 10px 40px;
	white-space:nowrap;
	font:normal 28px/28px arial,helvetica,sans-serif;
	color:#000;
	background:url(../../../img/featured_action_bg.gif) no-repeat;
}
div#smooth_sldr span {
	position:absolute;
	right:10px;
	top:63px;
	height:52px;
	font:normal 10px/10px arial,helvetica,sans-serif;
	color:#2E3192;
	text-decoration:underline;
	text-align:right;
	text-transform:uppercase;
}
div.sldrlink {
	display:none !important;
}

/*blogs*/

div#nav-above,
div#nav-below {
	padding:2px 17px;
}
div#nav-above {
	margin-bottom:25px;
}
body.home div#nav-above,
body.archive div#nav-above,
body.archive div#nav-below {
	display:none;
}
body.paged div#nav-above {
	display:block;
}
div#nav-above a,
div#nav-below a {
	text-decoration:none;
	font-size:.92em;
	font-weight:bold;
}
div.navigation {
	height:32px;
	background:url(../../../img/prev_next_bg.jpg) no-repeat;
}
div.navigation div.nav-previous,
div.navigation div.nav-next {
	width:100%;
}
div.navigation div.nav-next {
	margin-top:4px;
}
body.single div.navigation a span.meta-nav {
	display:none;
}
div#content {
    float:left;
	clear:both;
    width:655px;
	margin-right:15px;
	padding-left:20px;
   }
body.home div#content {
	padding-top:70px;
	background:url(../../../img/latest_blogs.gif) no-repeat;
   }
body.paged div#content {
	padding-top:0;
	background:none;
   }
/*blog entries*/
div.post {
	position:relative;
	margin-right:0px;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #f2f2f2;
}
body.home div.post {
	min-height:180px;
}
body.single div.post {
	padding-bottom:0;
	border-bottom:none;
}
div.post p {
	font-size:1.1em;
/*	clear:left;*/
}
.entry-title {
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:5px;
}
.entry-title a {
 	color:#717073;
	color:#42482d;
	text-decoration:none;
}
.entry-title a:hover {
 	color:#92AA41;
	text-decoration:underline;
}
.archive .entry-title {
	font-size:1.5em;
	line-height:1.2em;
/*	font-weight:normal;
	margin-bottom:5px;*/
}
.archive .entry-title a {
	color:#2E3192;
	text-decoration:underline;
}
.archive .entry-title a:hover {
	color:#92AA41;
	text-decoration:none;
}
img.alignright {
	margin: 5pt 0 5px 10px;
}
img.alignleft {
	margin: 5pt 10px 20px 0;
}
body.single img.alignleft,
body.single img.alignright {
	width:200px;
	height:200px;
}
body.home img.alignleft,
body.home img.alignright {
	width:100px;
	height:100px;
}
div.entry-date,
div.entry-date-author {
	margin-top:.86em;
	margin-bottom:20px;
	font-size:.8em;
	line-height:1em;
	text-transform:uppercase;
	color:#969598;
	color:#717957;
}
div.entry-date-author span.author {
	margin-left:6px;
	padding-left:8px;
	border-left:1px dotted #717073;
}
div.entry-date-author span.author a {
	text-decoration:none;
}
div.entry-meta {
	margin-top:15px;
}
body.home div.entry-content,
body.category-take-action {
 	padding-bottom:10px;
}
body.archive div.entry-content {
 	padding-bottom:30px;
}
body.category-take-action div.entry-content {
 	padding-bottom:0;
}
body.home div.entry-meta,
body.archive div.entry-meta {
	position:absolute;
	left:0;
	left:-20px;
	bottom:0;
	width:643px;
	margin-top:0;
	padding:3px 10px 8px 20px;
	border:1px solid #e9e8ea;
	border-top:1px solid #f2f2f2;
 	border-bottom:1px solid #c1c1c1; 
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	line-height:1.6em;
	background-color:#fdfdfd;
}
div.post a.more-link {
	margin-left:5px;
	font-size:.8em;
	text-transform:uppercase;
}

div.post ul,
div.post ol {
	font-size:1.1em;
	line-height:1.5em;
	margin-left:20px;
}
div.post ul li,
div.post ol li {
	margin-top:5px;
	padding-left:15px;
}

div.post ul.postLinks {
	width:550px;
	margin-top:10px;
	margin-left:0;
	font-size:.92em;
	line-height:1em;
}
div.post ul.postLinks li {
	display:inline;
	margin-top:0;
	margin-left:8px;
	padding-left:8px;
	border-left:1px dotted #aaa;
}
div.post ul.postLinks li.entry-meta-first {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
div.post ul.postLinks li.entry-meta-tags {
	display:none;
}
div.post ul.postLinks a {
	text-decoration:none;
}

/*shareThis*/
a.stbutton { 
	font-size:.8em;
	text-decoration:none;
	z-index:100;
}
body.home a.stbutton,
body.archive a.stbutton {
	position:absolute;
	left:575px;
	bottom:2px;
}
span.stbuttontext {
	position:relative;
	top:2px;
}


/*comments*/
div#comments {
	padding-top:20px;
}



/*********************************** SIDEBAR ****/

div.sidebar {
	float:left;
	width:270px;
}


/*default widget style: video, news, authors, archive*/
li.widget {
	position:relative;
	margin-top:10px;
	padding:15px 0 15px 15px;
	background-color:#e7e7e7;
	background-color:#dfe2d9;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius: 3px;
}
li.widget h3.widgettitle {
	margin-bottom:12px;
	font-size:28px;
	line-height:28px;
	color:#717073;
	color:#42482d;
}
li.widget h3.widgettitle a { 
	color:#717073;
	color:#42482d;
	text-decoration:none;
}
li.widget h3.widgettitle a:hover {
    color:#2E3192;
	text-decoration:underline;
}

/*widget list-items*/
li.widget li {
	margin-top:8px;
	padding-left:14px;
	background:url(../../../img/column_item_bg.png) no-repeat 0 .15em;
}
li#authors-2 li,  /*authors list items*/
li#archives-3 li,   /*archives list items*/
li#linkcat-2 li {   /*blogroll list items*/
	margin-top:4px;
}
li#categories-3 a,
li#rss-3 a,
li#linkcat-2 a,
li#authors-2 a,
li#archives-3 a {
	text-decoration:none;
}
li#categories-3 a:hover,
li#rss-3 a:hover,
li#linkcat-2 a:hover,
li#authors-2 a:hover,
li#archives-3 a:hover {
	text-decoration:underline;
}

	
/* rss subscribe*/
li#rss_links {
	margin-top:-25px;
	padding:0 20px 0 0;
	background-color:#FFF;
}
li#rss_links h3.widgettitle {
	display:inline;
	margin:0 12px 0 0;
	padding-top:3px;
	padding-left:25px;
	font-size:1.1em;
	text-transform:lowercase;
	line-height:1.1em;
	font-weight:bold;
	background:url(../../../img/rss.gif) no-repeat;
}
li#rss_links ul {
	display:inline;
}
li#rss_links li {
	display:inline;
	clear:none;
	margin-top:0;
	padding-left:0;
	text-transform:lowercase;
	background:none;
}
li#rss_links li:first-child {
	margin-right:6px;
	padding-right:6px;
	border-right:1px dotted #717073;
}


/*categories widget*/
li#categories-3 {
	background:url(../../../img/learn_more_bg.gif) no-repeat 0 bottom;
	padding:30px 20px 15px 40px;
	padding:30px 20px 30px 15px;
    color:#2E3192;
}
li#categories-3 h3.widgettitle {
	margin-left:-1px;
	margin-bottom:10px;
	padding-left:25px;
	background:url(../../../img/learn_more_hdg_bg.png) no-repeat 0 2px;
	color:#000;
}
li#categories-3 li {
	margin-top:4px;
	padding-left:15px;
	background:url(../../../img/category_bg.png) no-repeat 0 .25em;
}
li#categories-3 a:hover {
    color:#2E3192;
	text-decoration:underline;
}


/*featured news*/
li#daikos-video-widget-1 {
	margin-top:10px;
	padding:15px 20px 10px 15px;
	background-color:#e7e7e7;
}
li#daikos-video-widget-1 h3.widgettitle {
	margin-bottom:5px;
	font-size:28px;
	line-height:28px;
	color:#717073;
	color:#42482d;
}
li#daikos-video-widget-1 a {
	display:block;
	width:235px;
	margin-top:10px;
	margin-bottom:3px;
	text-decoration:none;
	color:#717073;
	color:#42482d;
}
p#featureNewsLink {
	display:inline;
	margin-right:30px;
	padding-right:12px;
	background:url(../../../img/featured_news_link.gif) no-repeat right 3px;
}
a.moreNews {
/*	display:inline;
	width:65px;*/
	padding-right:15px;
	background:url(../../../img/more_news.gif) no-repeat right 4px;
}


/*search*/
li#search  {
	border:1px solid #e9e8ea;
	border-right-width:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background-color:#fdfdfd;
}
li#search h3.widgettitle {
	display:none;
}
li#search input#s {
	width:140px;
	margin-right:10px;
}


/*authors, archives*/
li#authors-2,  
li#archives-3 {
	border:1px solid #e9e8ea;
	border-right-width:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background-color:#fdfdfd;
}

/*take action*/
li#sideblog--3 {
	padding-top:12px;
	background:#fdfdfd url(../../../img/action_heading.gif) no-repeat;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-left:1px solid #e9e8ea;
	border-bottom:1px solid #e9e8ea;
}
li#sideblog--3 h3.widgettitle {
	margin-left:30px;
	margin-bottom:30px;
	color:#000;
}
li#sideblog--3 .alignright {
	margin-top:-45px;
	width:90px;
	height:90px;
}
li#sideblog--3 li {
	margin-top:8px;
	padding:20px 20px 10px 8px;
	background:none;
	border-top:2px solid #FEBE10;
}
li#sideblog--3 li:first-child {
	padding-top:0;
	border-top:none;
}
li#sideblog--3 li span {
	display:block;
	width:130px;
	font-size:1.3em;
	line-height:1.2em;
	color:#717073;
	color:#42482d;
}
/*no meta-data for action alert posts*/
div.category-take-action div.entry-date,
div.category-take-action div.entry-meta {
	display:none;
}
/*no prev-next links for action alert posts*/
body.s-category-take-action #nav-above,
body.s-category-take-action #nav-below {
	display:none;
}
body.s-category-take-action .entry-content {
	min-height:100px;
}

/*newsfeed*/
li#rss-3 h3 a:first-child {
	position:relative;
	left:150px;
	margin-right:-20px;
}

/*subscribe widget*/
li#text-4 {
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #e9e8ea;
	border-right-width:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background-color:#fdfdfd;
}
li#text-4 h3.widgettitle {
	margin-bottom:-5px;
	font-size:.92em;
	color:#92ab45;
}
li#text-4 table {
	margin-left:-2px;
}
li#text-4 table#subscribeBottom {
	margin-bottom:5px;
}
li#text-4 tr.subscribeLabels td {
	height:1px;
	line-height:1px;
	font-size:1%;
	color:#fdfdfd;
}
li#text-4 input {
	padding:1px;
	border:1px solid #e9e8ea;
	font-size:10px;
	background-color:#FFF;
}
li#text-4 input#subscribeSubmit {
	height:20px;
	width:70px;
	padding:0;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:arial,helvetica,sans-serif;
	font-size:.86em;
	background-color:#92ab45;
	color:#FFF;
}
td#subscribeReq {
	padding:3px 0 0 5px;
	font-size:.86em;
	font-family:arial,helvetica,sans-serif;
	font-style:italic;
	color:#969598;
}

/*post email notification widget*/
li#post-notification {
	display:none;
}



/*********************************** FOOTER ****/

div#footer {
    clear:both;
    width:920px;
    height:11px;
    padding:8px 20px 8px;
    background-color:#92AA41;
}
div#footer ul {
	float:left;
	width:920px;
    font-size:10px;
    line-height:10px;
}
div#footer li {
    float:left;
    padding:0 10px;
    border-left:1px solid #FEBE10;
    color:#FFF;
}
div#footer li#copyright,
div#footer li#designCredit {
    padding-left:0;
    border-left:none;
}
div#footer li#designCredit {
	width:490px;
	text-align:right;
}
div#footer li a {
    color:#FFF;
    text-decoration:none;
}
div#footer li a:hover {
	color:#FEBE10;
    text-decoration:underline;
}



/*********************************** AUTHOR ARCHIVES ****/

body.archive div.archive-meta {
	margin-bottom:25px;
	padding:1.2em 2em;
	font-size:.92em;
	line-height:1.5em;
	font-style:italic;
	border:1px solid #e9e8ea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fdfdfd;
}



/*********************************** COMMENTS ****/

span#commentDisclaimer {
	display:block;
	margin-top:.5em;
	padding-bottom:1em;
}
