/******************************************* HOMEPAGE CONTENT BOX TEMPORARILY HIDDEN! */

div.item-pagehomepage div.art-box {
	display: none; visibility: hidden;}

/******************************************* BASIC LAYOUT RESET FROM TEMPLATE.CSS */

.art-post {
	background: none;
	border: 0;
	border-radius: 0;}

div.art-block img {
	margin: 0;}

p, ul, ol, table, tr, td {
	line-height: 17px;}

.art-blockcontent-body ul li {
	background: none}



/******************************************* YELLOW BUTTON */

.yellowbtn {
	background: url(/images/buttons/buttonbg.png) repeat-x;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	color: #2d3d98;
	font-weight: bold !important;
	font-size: 11px !important;
	line-height: 11px !important;
	text-decoration: none !important;
	z-index: 200;
	padding: 6px 5px;
	text-transform: uppercase;
	text-align: center;}

.yellowbtn:before {
	background-image: url(/images/buttons/buttonleft.png);
	left: -9px;}

.yellowbtn:after {
	background-image: url(/images/buttons/buttonright.png);
	right: -9px;}

.yellowbtn:before, .yellowbtn:after {
	position: absolute;
	content: ' ';
	top: 0;
	width: 9px;
	height:23px;
	background-repeat: no-repeat;
	z-index: 199;}

.header-action a.yellowbtn:hover {
	color: #f07900;}

/******************************************* LARGE ARTICLE IMAGES WITH ROUND CORNERS ON TOP */

.item-page-sectionlandingpage div.img-fulltext-none img {
	border-width: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;}


/******************************************* SMALLER ARTICLE IMAGES RIGHT ALIGNED WITH ROUND CORNERS */

div.img-fulltext-right img { 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #cac2b8;
	float: right;
	display: inline;
	margin: 16px 30px 24px 24px; }



/******************************************* BASIC LAYOUT STYLES */

div.art-box-body .art-article {
	padding: 20px 30px 10px;}

.item-pagerec-area-maps div.art-box-body .art-article {
	padding: 0;}

/******************************************* FONT STYLES */

div.art-box-body h2.art-postheader, .blog .art-postcontent h2, h1.dm_title {
	padding: 20px 30px 0;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #665B52;}

div.art-box-body h6 {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #665B52; }

div.art-box-body .art-postheader a, div.art-box-body .art-postheader a:link, div.art-box-body .art-postheader a:visited, div.art-box-body .art-postheader a.visited, div.art-box-body .art-postheader a:hover, div.art-box-body .art-postheader a.hovered {
    font-size: 16px;}


div.item-page .art-postheader a, div.item-page .art-postheader a:link {
	color: #665B52;}

.art-postcontent h3 {
	color: #f07900;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 10px;}

div.art-postcontent .art-article h3 a {
	text-decoration: none;
	font-size: inherit;}

.art-postcontent h4 {
	color: inherit;
	border-bottom: 1px dotted #f07900;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 12px;}

.art-postcontent h5 {
	color: inherit;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px;}

.art-postcontent p {
    margin: 0 0 16px;}

div.main ul {
	list-style: disc inside none;
	overflow: hidden;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 16px 0;}

div.main ul li {
	background: none;
	color: inherit;
	overflow: auto;
	margin-bottom: 5px;
	margin-top: 0;}

div.main ol {
	overflow: auto;
	padding-left: 1.2em;
	margin: 0 0 16px 1.5em;}

div.main ol li {
	background: none;
	color: inherit;
	overflow: auto;
	margin-bottom: 0;
	margin-top: 0;}

div.art-postcontent .art-article a {
	text-decoration: underline;}


/******************************************* IMAGES AND LINKS IN ARTICLE: STYLE THE LINKS */

.art-postcontent ul > li.content-links-a, .art-postcontent ul > li.content-links-b, .art-postcontent ul > li.content-links-c {
	list-style-type: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #c9c2bb;
	padding: 0 4px 0 18px;
	white-space: nowrap;}

.art-postcontent ul > li.content-links-a:hover, .art-postcontent ul > li.content-links-b:hover, .art-postcontent ul > li.content-links-c:hover {
	background-color: #efece8;}

li.content-links-a a, li.content-links-b a, li.content-links-c a {
	display: block;
	padding: 7px;}

li.content-links-a a:hover, li.content-links-b a:hover, li.content-links-c a:hover {
	text-decoration: none;}

/*************** LINK C POSITION WILL BE BOTTOM LEFT INLINE, LEFT ARROWS */

div.content-links li.content-links-a {
	position: relative;
	display: inline-block;
	margin: 0 0 0 25px;
	float: right;}

li.content-links-a a:after {
	content: ' »';}


/*************** LINK B POSITION WILL BE TOP RIGHT ABSOLUTE, RIGHT ARROWS */

div.content-links li.content-links-b {
	position: absolute;
	top: 13px;
	right: 30px;
	text-align: right;}

div.med div.content-links li.content-links-b {
	position: absolute;
	top: 13px;
	right: 0;
	text-align: right;}

li.content-links-b a:after {
	content: ' »';}

/*************** LINK C POSITION WILL BE BOTTOM LEFT INLINE, LEFT ARROWS */

div.content-links li.content-links-c {
	position: relative;
	display: inline-block;
	margin: 0 0 0 25px;}

li.content-links-c a:before {
	content: '« ';}


/******************************************* RANDOM IMAGE STYLES */

.art-postcontent div.random-image img {
	border-width: 0;
	border-radius: 11px;
	margin: 0;}

/******************************************* TABLES */

.art-postcontent table, .art-postcontent table.art-article {
	margin: 0 0 20px;
	width: 100%;}

table.centercells td {text-align: center;}



/******************************************* TOGGLE CONTENT (FAQ PLUGIN) */


div.fsf_main {
	padding: 20px 30px;}

div.fsf_main h1 {
	display: none; 
	visibility: hidden;}

div.faq_category {
	border-top: 0;}

div.faq_category div.contentheading {
	font-size: 16px;
	line-height: 18px;
	color: #665B52;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;}

div.fsf_faqs {
	padding-left: 0;
	display: inline;
	clear: none;}

div.fsf_faq {
	background-color: #f7f4f0;
	border: 1px solid #D4CDC6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 0 0 8px;
	width: 100%;}

div.fsf_faq a.fsf_highlight {
	padding: 8px 8px 8px 18px;
	background: url('/images/buttons/graytriangle.png') no-repeat 8px 12px;}

div.fsf_faq a.fsf_highlight:hover {
	background: url('/images/buttons/graytriangle.png') no-repeat 8px 12px;
	text-decoration: none;}

div.fsf_faq_question {
	font-size: 14px;
	line-height: 16px;}

div.fsf_faq_answer {
	margin-left: 8px;}

div.fsf_faq ul {
	margin: 0 0 16px;
	list-style: disc inside none;
	padding-left: 1em;
	text-indent: -1em;}

div.fsf_faq ul li {
	background: none;
	padding-left: 1em;
	margin-left: 0;
	color: #665B52;}

div.fsf_clear {clear: none;}


/******************************************* BLOG STYLE PAGES */

div.blog {
	padding: 20px 30px 10px;}

div.blog div.art-box-body .art-article, .blog .art-postcontent h2 {
	padding: 0;}

.blog div.category-desc {
	padding-top: 10px;}

.blog div.art-box-body h2.art-postheader {
	text-transform: none;
	padding: 0 0 8px;}

.blog div.column-1 .art-post-inner {
	padding-right: 15px;}

.blog div.column-2 .art-post-inner {
	padding-left: 15px;}

.blog .art-post-inner {
	margin-bottom: 15px;}

.blog div.img-intro-none {
	float: left;
	display: inline;
	margin: 0 14px 10px 0;}

.blog img {
	width: 100px;
	height: auto;}

div.img-intro-none img {
	border: 1px solid #D4CDC6;}

.blog.agenda img {
	width: auto;
	height: auto;}



/******************************************* CATEGORY LAYOUTS */

div.category-list {
	padding: 20px 30px 10px;}

div.category-list h2 .subheading-category, div.category-list h1 {
	font-size: 16px;
	line-height: 18px;
	color: #665B52;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;}

div.category-list h2 {
	padding-bottom: 15px; }

/******************************************* PROJECTS BLOG & DETAIL PAGES */


.blog.projects div.img-intro-none img {
    height: 170px;
    width: 170px;
}

.item-page.projects div.img-fulltext-right img {
    height: 348px;
    width: 348px;
}

/******************************************* EDOCMAN PAGES */

div#dm_cats {
	display: block;}

div#dm_cats small {
	display: inline-block;
	clear: left;
	font-size: 13px;
	font-weight: normal;}

.art-postcontent div#dm_docs h3.dm_title a {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight: normal;
	display: block;}

.art-postcontent div#dm_docs h3.dm_title img {
	padding-bottom: 5px;}


div.dm_cat img {
	display: none;
	visibility: hidden;}

#dm_docs .dm_row {
	padding: 0 13px;
	border-collapse: collapse;
}

#dm_docs div.dm_taskbar li {
	text-align: center;}

div.dm_taskbar ul li {
	float: none !important;}

div.dm_cat, div#dm_docs {
	padding: 20px 0 0 28px;}


/******************************************* MEDIA ROOM RIGHT SIDEBAR MED-ALT REVS */

div.med-alt div.right-sidebar { }


/******************************************* SOCIAL SHARE TWEAKS */

ul#golem_share_buttons {
	clear: both;
	margin-top: 0 !important;
	padding-top: 20px !important;
	margin-bottom: 0px !important;}

div.main ul.golem_share_buttons {
	text-indent: 0;}

div.main ul.golem_share_buttons li {
	overflow: inherit;}

.art-postcontent ul.golem_share_buttons > li {
	padding-left: 0;}

/******************************************* HIDE SOCIAL SHARE SOME PAGES */

div.item-page-sectionlandingpage ul#golem_share_buttons, div.item-pagerec-area-maps ul#golem_share_buttons {
	display: none;
	visibility: hidden;}

