/*
Theme Name: Caslione
Theme URI: http://wordpress.org/
Description: Caslione theme for Wordpress.
Version: 1.0
Author: Itteco Software
Author URI: http://www.itteco.com/
Tags: blue, fixed width, three and two columns, widgets
*/

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;	
	background: #e5ecee url(images/body-bck.png) repeat-x top;
	color: #464e50;
	margin: 0;
	padding: 40px 0;
}
p, form, h1, h2, h3, h4, ol, ul, li, dl, dt, dd, td, th, img  {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, li {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
}

a:link, a:active, a:visited {
	color: #338dc9;
	text-decoration: underline;
}
a:hover {
	color: #0167da;
	text-decoration: none;
}
a:visited {

}



#container {
	width: 988px;
	margin: 0 auto;
}
#cover {
	background-color: white;
	border: 1px solid #b8ccd2;
}

#header {
	height: 281px;
	background: #cbd8e0 url(images/header-bck.jpg) no-repeat 0 0;
}
#header h1, #header p, #header div {
	position: absolute;
	display: block;
}
#header h1 {
	padding-left: 34px;
	padding-top: 41px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	display: block;
	width: 460px;
	height: 111px;
	text-indent: -9999px;
	overflow: hidden;
}
#header p {
	width: 319px;
	height: 19px;
	text-indent: -9999px;
	margin-top: 151px;
	margin-left: 34px;
	display: none;
}
#header div {
	margin-left: 556px;
	padding-top: 34px;
}



#menu {
	background-color: #00475d;
	border-top: 1px solid white;
	height: 34px;
	color: white;
	overflow: hidden;
}
#menu ul {
	padding-left: 21px;
}
#menu li, #book li {
	display: inline;
	float: left;
}

#menu a:link, #menu a:visited, #menu a:active {
	display: block;
	height: 34px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
	overflow: hidden;
	background-image: url(images/buttons/menu.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#menu a:hover {
	background-color: #306a7b;
}
#menu .selected a {
	background-color: white !important;
	color: #00475d;
}

.menu-home 						{background-position: 0 0; width: 75px;}
a.menu-home:hover 			{background-position: 0 -34px;}
.selected a.menu-home 		{background-position: 0 -68px !important;}

.menu-expertise 				{background-position: -75px 0; width: 94px;}
a.menu-expertise:hover 		{background-position: -75px -34px;}
.selected a.menu-expertise {background-position: -75px -68px !important;}

.menu-solutions				{background-position: -169px 0; width: 96px;}
a.menu-solutions:hover 		{background-position: -169px -34px;}
.selected a.menu-solutions {background-position: -169px -68px !important;}

.menu-seminars	 				{background-position: -265px 0; width: 96px;}
a.menu-seminars:hover 		{background-position: -265px -34px;}
.selected a.menu-seminars	{background-position: -265px -68px !important;}

.menu-books	 					{background-position: -361px 0; width: 77px;}
a.menu-books:hover 			{background-position: -361px -34px;}
.selected a.menu-books		{background-position: -361px -68px !important;}

.menu-media	 					{background-position: -438px 0; width: 77px;}
a.menu-media:hover 			{background-position: -438px -34px;}
.selected a.menu-media		{background-position: -438px -68px !important;}

.menu-testimonials	 				{background-position: -669px 0; width: 115px;}
a.menu-testimonials:hover 			{background-position: -669px -34px;}
.selected a.menu-testimonials		{background-position: -669px -68px !important;}

.menu-blog	 					{background-position: -515px 0; width: 67px;}
a.menu-blog:hover 			{background-position: -515px -34px;}
.selected a.menu-blog		{background-position: -515px -68px !important;}

.menu-contacts	 				{background-position: -582px 0; width: 87px;}
a.menu-contacts:hover 		{background-position: -582px -34px;}
.selected a.menu-contacts	{background-position: -582px -68px !important;}


#submenu-body {
	height: 33px;
	margin-left: 35px;
	overflow: hidden;
	border-bottom: 1px solid #d9e3e7;
}
#submenu {
	padding-top: 9px;
}
#submenu li {
	display: inline;
	float: left;
	margin-right: 20px;	
}
#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
	margin: 0 5px;
}
#submenu a:hover {
	text-decoration: underline;
}
#submenu .current_page_item a, #submenu .current_page_parent a {
	color: #04485d !important;
	font-weight: bold;
}



#book {
	height: 256px;
	padding: 34px;
	border-bottom: 1px solid #7098a4;
	background: url(images/book-bck.png) repeat-x bottom; 
	overflow: hidden;
}
#book div {
	float: left;
	display: block;
	height: 257px;
	width: 230px;
}
#book h2 {
	font-size: 1.8em;
	color: black;
	padding: 10px 0 5px 0;
}
#book h3 {
	font-size: 1.5em;
	color: #70969f;
	padding-bottom: 15px;
}
#book p {
	line-height: 140%;
	padding-right: 40px;
	margin-bottom: 25px;
}


#book ul {
	overflow: hidden;
	padding-top: 5px;
}
#book li {
	margin-right: 20px;
}
#book li a:link, #book li a:visited, #book li a:active {
	display: block;
	height: 35px;
	color: #63858d;
	text-decoration: none;
	text-align: center;
	font-size: 1.15em;
	line-height: 2.3em;
	overflow: hidden;
	background-image: url(images/buttons/book.png);
	background-repeat: no-repeat;
	text-indent: 24px;
	overflow: hidden;
}
#book li a:hover {
	color: #0167da;
}

.book-about 				{background-position: 0 0; width: 156px;}
a.book-about:hover 		{background-position: 0 -35px;}

.book-authors 				{background-position: -156px 0; width: 174px;}
a.book-authors:hover 	{background-position: -156px -35px;}

.book-reviews 				{background-position: -330px 0; width: 118px;}
a.book-reviews:hover 	{background-position: -330px -35px;}

.book-buy 					{background-position: -448px 0; width: 118px;}
a.book-buy:hover 			{background-position: -448px -35px;}





#main {
	overflow: auto;
	width: 100%;
	background: url(images/sidebar-bck.png) repeat-y right;
	border-bottom: 3px solid white;
	border-top: 3px solid white;
}


/* ------------------------------------------------------------------------------------------------------- */
/* footer */

#footer {
	background: #f4f7f8;	
	border: 1px solid #b8ccd2;	
	margin-top: 30px;
	color: #6f8287;
}
#footer-cover {
	border: 3px solid white;
	padding: 10px 0 10px 32px;
}
#footer-links {
	width: 100%;
	overflow: auto;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #5b859f;	
}
#footer a:hover {
	color: #0167da;
}
#footer li {
	float: left;
	display: inline;
	font-size: .85em;
}
#footer li ul {
	display: block;
	width: 185px;
}
#footer li li {
	font-size: 1.3em;
	display: block;
	float: none;
	padding-bottom: 4px;
}
#footer li li li {
	font-size: 1em;
	padding-left: 4px;
}
#footer h3 {
	font-weight: bold;
	border-bottom: 1px solid #d8e3e6;
	padding-bottom: 7px; 	
	margin-bottom: 8px;
}
#footer h4 {
	font-size: 1em;
	padding-bottom: 3px;
}
#copyright {
	margin-top: 30px;
	color: #6f8287;
	font-size: .9em;
	padding-left: 35px;
}




/* ------------------------------------------------------------------------------------------------------- */
/* layout */


#content {
	float: left;
	width: 630px;
	padding: 25px 0 25px 35px;
}
#sidebar {
	float: right;
	width: 260px;
	padding: 30px 20px 25px 20px;
}


#blog {
	overflow: auto;
	width: 100%;
	overflow-y: hidden;
}
#blog-content {
	float: left;
	width: 600px;
}
#page-content {
	float: left;
	width: 600px;
	padding-top: 20px;
}
#blog-sidebar {
	float: right;
	width: 170px;
}


#blog-content h2 {
	border-bottom: 1px solid #d8e3e6;
	color: #81bad0;
	font-size: 2em;
	padding-bottom: 5px;
}

h2.inside {
	padding-top: 20px !important;
	display: block;
	width: 99% !important;
}
.separator {
	margin-top: 40px !important;
	border-top: 1px dotted #b8ccd2;
}


/* ------------------------------------------------------------------------------------------------------- */
/* page*/


#page-content h2 {
	color: #87181c;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 25px;
}
#page-content h3 {
	color: #00475d;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 30px;
}

#page-content .entry {
	line-height: 1.8em;
	margin-bottom: 25px;
}
#page-content .entry p {
	margin: 5px 0 10px 0;
}

/* ------------------------------------------------------------------------------------------------------- */
/* post */

.post {
	margin: 40px 0 60px 0;
}
.post h3 {
	color: #87181c;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 3px;
}
.post h3 a:link, .post h3 a:visited, .post h3 a:active {
	color: #87181c;
	text-decoration: none;
}
.post h3 a:hover {
	color: #be2125;
	text-decoration: underline; 
}
.post small {
	font-size: 1.1em;
	color: #88979b;
	margin-bottom: 18px;
	display: block;
}
.post small span {
	color: #657073;
}
.post small a:link, .post small a:visited, .post small a:active,
.post .post-footer  a:link, .post .post-footer  a:visited, .post .post-footer  a:active {
	color: #88979b;
}
.post small a:hover, .post .post-footer  a:hover {
	color: #0167da;
}
.post .entry {
	line-height: 1.8em;
	margin-bottom: 25px;
}
.post .entry p {
	margin: 5px 0 10px 0;
}
.post .post-footer {
	background: #f4f7f8;
	border: 1px solid #e5ecee;
	font-size: 1.1em;
	color: #88979b;
	padding: 3px 5px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
	width: 100%;
}
.post .post-footer-rating {
	float: right;
	display: block;
	width: 50px;
	padding-top: 3px;
	margin-left: 5px;
}
.post .post-footer-comments {
	float: right;
	margin-left: 10px;
}
.post .post-footer-edit {
	float: right;
	margin-left: 10px;
}

.post-footer-single {
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto !important;
}
.post .post-footer-rating-single {
	float: left;
	margin-top: 4px;
	width: 100px;

}
.post p.tags {
	margin-top: 30px;
	margin-bottom: 20px;
}
.post p.postmetadata {
	font-size: 1.1em;
	border: 1px solid #e5ecee;
	padding: 12px;
	margin-top: 15px;
	color: #6f8287;
	line-height: 1.4em;
}




/* ------------------------------------------------------------------------------------------------------- */
/* comments */
h4#comments {
	color: #00475d;
	font-size: 1.6em;
}
ol.commentlist {
	padding-top: 5px;
}
ol.commentlist li {
	font-size: 1em;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 5px;
}
ol.commentlist li.even {
	background-color: #f4f7f8;
}
ol.commentlist .avatar {
	float: right;
	border: 1px solid #e5ecee;
	padding: 3px;
	margin: 0 3px 7px;
	background-color: white;
	margin-top: -3px;
}
ol.commentlist .comment-author {
	font-size: 1.2em;
	padding-top: 3px;
}
ol.commentlist .comment-meta {
	padding: 3px 0 12px 0;
}
ol.commentlist .comment-meta a:link, ol.commentlist .comment-meta a:visited, ol.commentlist .comment-meta a:active {
	color: #88979b;
}
ol.commentlist .comment-meta a:hover {
	color: #0167da;
}


ol.commentlist p {
	padding-bottom: 8px;
	line-height: 1.3em;
}

#respond {
	margin-top: 40px;
}
#respond h4 {
	color: #00475d;
	font-size: 1.6em;
	padding-bottom: 6px;		
	margin-bottom: 10px;
}



#commentform {
	padding-left: 10px;
}
#commentform p {
	overflow: auto;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 7px;
}
#commentform label {
	float: left;
	display: block;
	width: 65px;
	padding-top: 4px;
}
#commentform input {
	width: 200px;
	padding: 3px;
	font-size: 1.1em;
	float: left;
	margin-right: 5px;
}
#commentform span.required {
	color: #be2125;
	font-weight: bold;
}
#commentform span.note {
	color: #a4afb2;
	float: left;
	padding-top: 4px;	
}
#commentform textarea  {
	padding: 3px;
	font-size: 1.1em;
	width: 500px;
	height: 150px;
	overflow: auto;
	float: left;
}
#captcha-image {
	display: block;
	width: 250px;
	height: 55px;	
	margin-left: 65px;
}
#commentform #submit {
	margin-left: 65px;
	margin-top: 20px;
	width: 120px;
}
.sociable_tagline {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
}	











/* ------------------------------------------------------------------------------------------------------- */
/* sidebar blog */

#blog-sidebar ul li {
	margin-bottom: 50px;
}
#blog-sidebar ul ul li {
	margin-bottom: 0;
}

#blog-sidebar h2 {
	color: #00475d;
	font-size: 1.4em;
	padding-bottom: 5px;	
	margin-bottom: 5px;
}
#blog-sidebar ul ul li {
	font-size: .9em;
	padding-bottom: 6px;
}
.widget_recent_entries li {
	/*font-size: 1em;*/
}
.widget_recent_entries span {
	display: block;
	font-size: .9em;
	color: #88979b;
}
#get_recent_comments_wrap li {
	background: url(images/icon-comment.gif) no-repeat 0 2px;
	padding-left: 20px;
	color: #88979b;
	font-size: .85em !important;
	line-height: 1.25em;
   color: #88979b;
}
#get_recent_comments_wrap span {
	display: block;
}
#get_recent_comments_wrap .info {
	display: block;
}
#get_recent_comments_wrap.info a:link, #get_recent_comments_wrap .info a:visited, #get_recent_comments_wrap .info a:active {
	color: #5f6667;
}
#get_recent_comments_wrap .info a:hover {
	color: #0167da;
}


/* ------------------------------------------------------------------------------------------------------- */
/* sidebar */


#sidebar li {
	width: 256px;
	margin-bottom: 45px;
}

#sidebar li li {
	margin-bottom: 0;
	width: auto;
}

#sidebar h2 {
	color: #00475d;
	font-size: 1.4em;
	padding-bottom: 5px;	
	margin-bottom: 5px;
}



/* quotes */
li.widget_stray_quotes  {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #dae4e8;
	padding: 12px 15px;
	width: 224px !important;
}
li.widget_stray_quotes h2 {
	display: none;
}
li.widget_stray_quotes p {
	font-size: 1.05em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
li.widget_stray_quotes em {
	display: none;
}
li.widget_stray_quotes small {
	display: block;
	color: #70969f;
	padding-top: 5px;
	text-align: right;
	font-size: .86em;
}

#stray_widgets-420023671 h2,
#stray_widgets-420302981 h2 
 {
	display: block !important;
	font-size: 1em;
	font-weight: bold;
}



/* search */
.widget_search #searchform {
	height: 30px;
}
.widget_search label {
	display: none;	
}
.widget_search #s {
	font-size: 1em;
	padding: 4px 3px;
	position: absolute;
	width: 246px;
}
.widget_search #searchsubmit {
	position: absolute;
	margin: 5px 0 0 230px;
	width: 18px;
	height: 18px;
	display: block;
	padding: 0;
	background: url(images/icon-search.png) white no-repeat;
	text-indent: -9999px;
	line-height: 0px;
	border: none;
	overflow: hidden;
}




.widget_categories li, ul.icon-list li, .widget_recent_entries li {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	border: 1px solid #dae4e8;
	margin-bottom: 3px !important;
	padding: 6px;
	color: #88979b;
	font-size: .95em;
	width: auto !important;	
}
.widget_categories a:link, .widget_categories a:visited, .widget_categories a:active,
ul.icon-list li a:link, ul.icon-list li a:visited, ul.icon-list li a:active
{
	color: #88979b;
	text-decoration: none;
}
.widget_categories li:hover, ul.icon-list li:hover, .widget_recent_entries a:hover {
	border-color: #94c5e4;
}

.widget_categories li a:hover, .widget_categories li:hover a,
ul.icon-list li a:hover, ul.icon-list li:hover a
{
	color: #0167da;
}

.widget_categories li a:hover, ul.icon-list li a:hover {
	text-decoration: underline;
	color: #0167da;
}





ul.icon-list {
	width: 256px;
}




.icon-list .youtube, .icon-list .twitter, .icon-list .slideshare {
	/*width: 127px !important;*/
	padding-left: 65px;
}
.icon-list .youtube {
	background: url(images/icon-youtube.png) white no-repeat 6px 4px;
}
.icon-list .twitter {
	background: url(images/icon-twitter.png) white no-repeat 6px 8px;
}
.icon-list .slideshare {
	background: url(images/icon-slideshare.png) white no-repeat 6px 8px;
}

.icon-list .rss {
	background: url(images/icon-rss.png) white no-repeat 7px 7px;
	/*width: 220px !important;*/
	padding-left: 28px;
}


ul.addthis {
	margin-top: 10px;
	width: 256px;
	height: 16px;
}
ul.addthis li {
	padding: 0;
	float: left !important;
	display: inline !important;
	width: 125px !important;
}
ul.addthis li div {
	width: 125px;
	height: 16px;
}

ul.addthis .first-child {
	margin-right: 5px;
}
ul.addthis a {
	display: block;
}

#rss-feed {
	display: block;
	background-image: url(images/rss.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 47px;
	height: 22px;
	float: right;
	text-indent: -9999px;
}
a#rss-feed:hover {
	background-position: bottom;
}



.widget_recent_entries h2 {
	background: url(images/titles.png) no-repeat 0 -90px;
	text-indent: -9999px;
}
.widget_get_recent_comments h2 {
	background: url(images/titles.png) no-repeat 0 -120px;
	text-indent: -9999px;
}

.EC_Widget_display h2 {
	background: url(images/titles.png) no-repeat 0 -150px;
	text-indent: -9999px;
}
#events-calendar-list ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#events-calendar-list li, #no-events-in-list {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	border: 1px solid #dae4e8;
	margin-bottom: 3px !important;
	padding: 6px;
	color: #88979b;
	font-size: .95em;
	width: auto !important;		
}
#events-calendar-list li:hover {
	color: #0167da !important;
	text-decoration: none;
	border-color: #94c5e4;	
	background-color: white !important;
	padding: 6px !important;
}
#events-calendar-list li:hover a {
	color: #0167da !important;	
}
#tooltip {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white !important;
	border: 1px solid #dae4e8 !important;
	margin-bottom: 3px !important;
	padding: 6px 8px !important;
	width: 238px !important;
	color :#00475d;
	margin-left: -20px;
}
#tooltip h3 {
	font-size: 1.2em !important;
	color: #5f6667 !important;
}
#tooltip h3 strong {
	color: #245a6b !important;
}
#no-events-in-list {
	font-size: 1em;

}
#no-events-in-list strong {
	font-weight: normal;
	color: #54747e;
}



.widget_tag_cloud h2 {
	background: url(images/titles.png) no-repeat 0 -60px;
	text-indent: -9999px;
}
.widget_categories h2 {
	background: url(images/titles.png) no-repeat 0 -30px;
	text-indent: -9999px;
}
.widget_polls {
	overflow: hidden;
}
.widget_polls h2 {
	background: url(images/titles.png) no-repeat 0 -300px;
	text-indent: -9999px;
}
.widget_polls h3 {
	font-size: 1em;
	font-weight: bold;
	color: #00475d;
	margin-bottom: 8px;
}
.widget_polls li small {
	color: #a4afb2;
}
.widget_polls .Buttons {
	font-size: 1em;
}
.widget_polls .wp-polls-ul {
	margin-bottom: 5px;
}

.widget_polls .wp-polls-ul li {
	font-size: 1em;	
}
.widget_polls .wp-polls-ul li input {
	position: absolute;
}
.widget_polls .wp-polls-ul li label {
	margin-left: 23px;
	display: block;
	padding-top: 3px;
}
.widget_polls .poll-vote {
	margin-bottom: 10px;
}
.widget_polls p {
	font-size: .9em;
	margin-bottom: 5px;
}
.widget_polls .wp-polls-loading {
	position: absolute;
	height: 23px;
	width: 150px;
	margin-top: -26px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left !important;
	font-size: .9em;
	color: #a4afb2;
	background-color: #f4f7f8;
}


#blog-content h2.blog {
	background: url(images/titles.png) no-repeat 0 0;
	text-indent: -9999px;
}

.widget_search h2 {
	background: url(images/titles.png) no-repeat 0 -180px;
	text-indent: -9999px;
}
#stayconnected h2 {
	background: url(images/titles.png) no-repeat 0 -210px;
	text-indent: -9999px;
}
#getmorechaotics h2 {
	background: url(images/titles.png) no-repeat 0 -240px;
	text-indent: -9999px;
}

#chaoticsthebook h2 {
	display: none;
}



.page h2 {
	width: 530px;
}
.entry li li {
	font-size: 1em;
}
.entry h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 15px 0 4px 0;
}
.entry ul {
	margin: 2px 0;
}
.entry li {
	list-style: disc;
	margin-left: 20px;
	padding: 2px 0;
}
.entry li li {
	list-style: circle;
}

.entry .border {
	border: 1px solid #d8e3e6;
	padding: 5px;
}
.entry .imageright {
	margin: 0 0 10px 25px;
}
.entry .imageleft {
	margin: 0 25px 10px 0;
}



.navigation-bottom {
	border-top: 1px solid #d8e3e6;
	padding-top: 8px;
}
.navigation {
	overflow: auto;
	width: 100%;
	font-size: 1.3em;
	overflow-x: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 30px 15px 0;
}
img.alignright {
	margin: 0 0 15px 30px	
}
.image-border {
	padding: 5px;
	border: 1px solid #d8e3e6;
}

.pdf {
	background: url(images/icon-pdf.png) no-repeat 0 0;
	padding: 0 0 10px 22px;
}
ul.pressrelease li {
	padding-bottom: 20px !important;
}
ul.pressrelease em {
	color: #54747e;
}

.quotelist {
	margin-left: 0;
	list-style: none;
}
.quotelist li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

.quotelist dd {
	display: block;
}
.quotelist dt {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfdce0;	
	background: url(images/quote-left.gif) no-repeat top left;
	margin-bottom: -1px;
}
.quotelist dt span {
	display: block;
	background: url(images/quote-right.gif) no-repeat bottom right;
	padding: 20px 35px;
}
.quotelist dd {
	margin: 0;
	padding: 0;
	background: url(images/quote-bottom.gif) no-repeat 20px 0;
	padding: 12px 0 0 50px;
	color: #54747e;
	font-size: .9em;
	line-height: 1.5em;
}


.list-2columns-cover {
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}
.list-2columns-left {
	width: 48%;
	float: left;
}
.list-2columns-right {
	float: right;
	width: 48%;
}
.img-geo-dimensions {
	margin: 20px 0;
}


ul.videos {
	padding-bottom: 20px !important;
}

.expression .pdf {
	margin-top: 5px !important;
	display: inline-block;
}
.expression li {
	margin-bottom: 10px !important;
}

p.note {
	margin: 30px 0 !important;
	padding: 10px 40px 15px 10px !important;
	border: 1px solid #c8d9df;
	background-color: #f2f7f9;
	line-height: 140%;
}
p.note img.alignleft {
	margin-right: 20px;
	margin-bottom: 0;
}
