@charset "UTF-8";
/* CSS Document */
/*	--------------------------------

	GEMS Site-specific CSS - Table of Contents

	--------------------------------

	1. Header
	2. Content

*/

/*	--------------------------------

	1. Header

	--------------------------------	*/



#header-holder {
	padding:10px 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 255px;
	background:transparent url(img/cloud_header.png) 0 0 no-repeat;
}

#header-holder img {
	border:1px solid white;
}

#site-header-bottom {
	/*padding:0 0 0 160px;*/
}

#site-header-listholder {
	padding:0 0 0 160px;
}

.site-header-top {
	height: 90px; 
	padding-bottom: 5px;
}

.site-header-bottom {
}

.site-header h2, .site-header h2 a {
	/*width:850px;*/
	font-size:26px;
	color: #CBAB8B!important;
	font-weight: lighter;
	padding: 0;
	margin:5px 0;
	line-height:100%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

.site-header h2 a {
	padding-left:16px;
	margin-left:10px;
    background:transparent url(img/arrow-bullet5.gif) 0 50% no-repeat;
}

.site-header h2 a:hover {
	text-decoration:underline!important;
}

#content h4, #topic-content h4, #sidebar-1 h4, .most-popular .category, .most-popular-list .category {
	color: #4c586c;
}
#header-navbar2 {
	background-image: url(img/navbar2_site.png);
}
#full-width-title h2 {
	color: #4c586c;
}
#header-greeting p {
	color: #a4bccf;
}
#header-author-title-right {
	text-align: right;
	padding: 45px 0 0 0;
	width: 150px;
	float: left;
}
#header-author-title-right h3 {
	color:#fff;
	font-size:17px;
	padding:0;
	margin:0 0 5px 0;
}
#header-author-title-right p {
	padding:0;
	margin:0;
}
#header-author-title-right a {
	color:#729CB2;
	text-decoration:none;
}
#header-author-title-right a:hover {
	text-decoration:underline;
}

.headlines {
	margin:0 10px 0 0;
	padding:0;
}

.featured {
	border-left:1px solid #7A9FB2;
	border-top:1px solid #7A9FB2;
	margin:0 0 0 0;
	padding:5px 0 0 10px;
}

#header-site-list {
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
}
#header-site-list li {
	font-size:12px;
	padding:0 0 2px 18px;
	margin:0;
	list-style:none;
	background:transparent url(img/arrow-bullet3.gif) 0 50% no-repeat;
}
#header-site-list li a {
	color:#fff;
	text-decoration:none;
}
#header-site-list li a:hover {
	text-decoration:underline;
}

#header-site-list2, .arrowlist-header {
	padding:0;
	margin:0;
	list-style:none;
}
#header-site-list2 li, .arrowlist-header li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 0 0 15px;
	margin:0;
	list-style:none;
	background:transparent url(img/arrow-bullet4.gif) 0 50% no-repeat;
	color: #CBAB8B;
}
#header-site-list2 li a, .arrowlist-header li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#header-site-list2 li a:hover, .arrowlist-header li a:hover {
	text-decoration:underline;
}

.sponsor-headline, .news-headline {
	background:none !important;
}

#header-author-title-left-site2 h6 {
	color:#8B919F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	padding:0 0 2px 0;
	margin:0;
}

.featured h4 {
	font-size:20px;
	color: #7A9FB2;
	font-weight: lighter;
	margin: 0;
	padding:0;
	line-height:100%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.featured h4 a {
	color: #7A9FB2!important;
	padding-left:14px;
    background:transparent url(img/arrow-bullet6.gif) -2px 50% no-repeat;
}

#header-right-panel {
	border-left:1px solid #7A9FB2;
	border-top:1px solid #7A9FB2;
	padding:5px 0 0 10px;
}


/*	--------------------------------

	2. Content

	--------------------------------	*/

.site-advert {
	height:68px;
}

.site-pagination {
	text-align:center;
	color:#333;
	padding:8px 0;
	margin:10px 0;
	background-color:#fff;
}
.site-pagination a {
	color:#B3191E;
	text-decoration:underline;
}
.site-pagination a:hover {
	color:#333;
	text-decoration:underline;
}
.site-pagination a.outlined {
	border:1px solid #B3191E;
	font-size:10px;
	padding:0 3px;
	text-decoration:none;
}
.site-pagination a.outlined:hover {
	border:1px solid #333;
	color:#333;
	text-decoration:none;
}
.site-list-text {
	padding:0 0 0 5px;
}