/***********************************************************************
	Center Promo
***********************************************************************/

#centerPromo {
	background: #EBEBEB;
	padding: 45px 25px 40px;
	*padding: 45px 25px 15px;
}

#centerPromo .glanceHead {
	color: #3F9FE4;
	background: url(/images/bg_greyLine.gif) repeat-x left 6px;
	font-size: 14px;
}

#centerPromo .glanceHead span {
	background: #EBEBEB;
	padding-right: 5px;
}

#centerPromo .glanceImage {
	float: right;
}

#centerPromo .glanceImage img {
	border: 1px solid #DADADA;
}

#centerPromo .glanceDetails {
	background: url(/images/bg_greyLine.gif) repeat-x left 6px;
	margin-right: 60px;
}

#centerPromo .glanceDetails .authorName {
	text-transform: uppercase;
}

#centerPromo .glanceDetails span {
	background: #EBEBEB;
	padding-right: 5px;
}

#centerPromo .glanceText {
	line-height: 1.4em;
	margin-right: 60px;
}

#centerPromo .readMore {
	color: #8C0202;
	text-decoration: none;
	background: url(/images/bg_buttonArrowRed.gif) no-repeat right top;
	display: -moz-inline-box; display: inline-block;
}

#centerPromo .readMore strong {
	font-size: 11px;
	display: -moz-inline-box; display: inline-block;
	padding: 7px 23px 7px 10px;
	background: url(/images/bg_buttonArrowRed-strong.gif) no-repeat left top;
}

#centerPromo .navLinks {
	float: right;
	padding-top: 10px;
}

#centerPromo .navLinks #nextHighlightPost {
	color: black;
	background: url(/images/bg_next-gray.gif) no-repeat right 3px;
	padding: 0 11px 0 5px;
}


/***********************************************************************
	Magazine Style
***********************************************************************/

#magstyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#magstyle {
	height: 1%;
	padding: 10px 0 25px 25px;
}

#magstyle .magItem {
	float: left;
	width: 330px;
}

#magstyle .magItem.nb1,
#magstyle .magItem.nb3,
#magstyle .magItem.nb5,
#magstyle .magItem.nb7 {
	margin-right: 20px;
	clear: left;
}

#magstyle .magItem.nb3,
#magstyle .magItem.nb4,
#magstyle .magItem.nb5,
#magstyle .magItem.nb6,
#magstyle .magItem.nb7,
#magstyle .magItem.nb8 {
	margin-top: 30px;
}

#magstyle .magItem h2 {
	margin: 0 0 10px;
}

#magstyle .magItem .abstract {
	font-size: 11px !important;
	margin-top: 7px;
}

#magstyle .magItem .authorAndTime {
	color: #817F7F;
	text-transform: uppercase;
	font-size: 10px !important;
}

#magstyle .blogActions {
	padding: 0 !important;
	clear: both;
}

/***********************************************************************
	Homepage Listing
***********************************************************************/

#homepageListing {
}

#homepageListing h3 {
	padding-left: 20px;
}

#postsList .noResult {
	padding-left: 25px;
}

.blogGroup {
	margin-bottom: 20px;
}

.blogGroupHead {
	background: url(/images/bg_greyLine.gif) repeat-x left 6px;
	cursor: pointer;
	font-size: 14px;
	color: #980404;
	font-weight: bold;
	margin-right: 20px;
}

.blogGroupHead span {
	padding: 0 15px 0 25px;
	background: white url(/images/bg_blogGroupHead.gif) no-repeat 8px 1px;
}

.blogGroupBody {
	width: 100%;
	display: none;
}

.blogBody {
	padding: 10px 0 8px 25px;
	margin-right: 20px;
	padding-right: 10px;
}

.blogBody.nb2 {
	background: #F6F3F3;
}

.blogIcon,
.twitterIcon {
	float: left;
	margin-right: 4px;
	padding-top: 1px;
	width: 14px;
	cursor: pointer;
}

.twitterIcon {
	cursor: auto;
}

.blogTitle {
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 400px;
	line-height: 1.2em;
}

.blogTitle small {
	font-size: 11px;
}

.blogTitle a {
	color: black;
	text-decoration: none;
}

.blogTitle a:hover {
	text-decoration: underline;
}

.blogAuthor {
	text-align: right;
	float: right;
	width: 200px;
	color: #6D6D6D;
	font-size: 12px;
}

.blogAuthor .image {
	float: right;
	margin-left: 7px;
}

.blogAuthor .details {
	margin: 0 30px 0 0;
	font-size: 11px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.blogTags {
	padding-top: 5px;
	float: left;
	width:50%;
	margin-right: 2%;
	margin-left: 16px;
}

.blogActions {
	display: block;
	font-weight: normal;
	padding: 0 0 0 18px;
	clear: left;
}

.twitterLabel span.separator,
.blogActions span.separator {
	margin: 0 4px !important;
}

.twitterLabel {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
}

.blogActions a,
.twitterLabel a {
	color: #3F9FE4;
	padding: 1px 0;
	display: -moz-inline-box; display: inline-block;
}

.blogTwitter {
	padding-top: 5px;
	float: left;
	width:50%;
	margin-right: 2%;
	margin-left: 16px;
	font-style: italic;
}

.blogContent {
	clear: left;
	padding-top: 5px;
	float: left;
	width:90%;
	display: none;
	width: 400px;
	line-height: 1.4em;
}

.firstAbstractLine {
	clear: left;
	padding-top: 5px;
	float: left;
	width:90%;
	width: 400px;
	line-height: 1.4em;
}

.blogDetails a {
	color: #3F9FE4;
}

.blogTags a {
	color: #8C0202;
}

.blogTwitter a {
	color: #3F9FE4;
	font-style: normal;
}

#morePosts {
	display: none;
}

.blogMore {
	background: url(../../images/bg_line.gif) repeat-x left 10px;
	text-align: center;
	width: 100%;
	margin: 5px 0;
}

.blogMore a {
	padding: 0 10px;
	background: white url(/images/bg_blogMore-a.gif) no-repeat right 3px;
	padding: 2px 33px 2px 10px;
	display: -moz-inline-box; display: inline-block;
}

#filterBlogs {
	margin: 8px 0 12px 0;
}

#filterBlogs select {
	border: none;
	margin-right: 8px;
	font-size: 10px;
}

#filterBlogs label {
	margin: 0 2px;
}

#filterBlogs label input{
	margin-bottom: 0;
	vertical-align:bottom;
}

#mainContent {
	padding-top: 0;
	margin: 0;
}

#mainContent.personal {
	padding-top: 24px;
}

#mainContent .menuList li {
	border-right: none;
}

#mainContent .menuList a:hover {
	background-color: #D7ECFD;
}

#mainContent .menuList .selected {
	background-color: #D7ECFD;
	padding: 1px 4px;
}


/***********************************************************************
	Refine
***********************************************************************/

#refine {
	padding-left: 25px;
	height: 35px;
	position: relative;
	padding-top: 15px;
}

#refine h3 {
	margin: 0;
	padding-top: 2px;
	text-transform: uppercase;
}

#refine.notLogged {
	height: 35px;
}

#refine #filterForm {
	position: absolute;
	top: 14px;
	right: 20px;
	text-align: right;
}

#refine #filterForm p {
	margin: 0 0 8px 0;
}

#refine #filterForm input {
	vertical-align: middle;
	margin: 0 4px 0 4px;
}

#refine #filterForm label {
	vertical-align: middle;
	cursor: pointer;
	padding-right: 4px;
	font-size: 11px;
}


/***********************************************************************
	Detail Post
***********************************************************************/

#postDetail {
	padding: 50px 20px 25px;
}

#postDetail .glancedetails {
	margin-bottom: 10px;
}
	
#postDetail h1 {
	margin-top: 0;
}

#postDetail #postDetailText {
	line-height: 1.4em;
	font-size: 13px;
}

#postDetail #postDetailText img {
	float: left;
	border: 5px solid #AADCFC;
	margin: 0 15px 10px 0;
}


/* Links */

#postDetail #links {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 5px 0 7px;
	margin-top: 20px;
}

#postDetail #links img {
	vertical-align: middle;
}

#postDetail #links #addToAny {
	margin-top: -2px;
}

#postDetail .rateArticle {
	margin-left: 10px;
}

#postDetail input {
	display: none;
}

.star-rating-control {
	position: absolute;
	right: 0;
	top: 0;
}


/* Comment */

#commentForm {
	margin: 20px 0 0;
	width: 665px;
	clear: left;
}

#commentForm h2 {
	font-weight: bold;
}

#commentForm label {
	color: #9B9B9B;
	position: relative;
}

#commentForm label.error {
	color: #E70101;
}

#commentForm #emptyNameField {
	position: absolute;
	top: 23px;
	left: 200px;
	width: 300px;
}

#commentForm .inputText {
	display: block;
	padding: 4px;
	width: 180px;
	border: 1px solid #C2C2C2;
	margin: 5px 0 15px;
}

#commentForm textarea {
	display: block;
	padding: 4px;
	width: 656px;
	background: #EFFBFD;
	border: 1px solid #C2C2C2;
	margin: 5px 10px 15px 0;
	height: 125px;
}

#commentForm .submit {
	text-align: right;
}

#commentsList {
	margin: 30px 0 0;
	width: 665px;
}

#commentsList .item {}

#commentsList .item h3 {
	background: url(/images/bg_greyLine.gif) repeat-x left 9px;
	color: #980404;
	font-weight: bold;
}

#commentsList .item h3 span {
	padding: 0 15px 0 0;
	background: white;
}

#commentsList .blogReadMore {
	margin: 20px 0;
}

#commentsList .blogReadMore a {
	display: block;
	text-align: center;
	padding: 7px;
	border-top: 1px solid #C7DADE;
	border-bottom: 1px solid #C7DADE;
	background: #D7F5FB;
	color: black;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}


/***********************************************************************
	Detail Author
***********************************************************************/

#authorDetail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#authorDetail {
	height: 1%;
	padding: 50px 0 15px 25px;
	background: #EBEBEB;
}

#authorDetail h1 {
	margin-top: 0;
}

#authorDetail h1 a {
	color: black;
	text-decoration: none;
}

#authorDetail h1 a:hover {
	color: #3F9FE4;
	text-decoration: underline;
}

#authorDetail h3 {
	margin-top: 0;
	background: url(/images/bg_greyLine.gif) repeat-x left 8px;
	font-weight: normal;
}

#authorDetail h3 span {
	background: #EBEBEB;
	padding-right: 10px;
	text-transform: uppercase;
}

#authorDetail .avatar {
	text-align: center;
	float: left;
	margin-right: 10px;
	position: relative;
}

#authorDetail .avatar .partyLink {
	position: absolute;
	bottom: 0;
	left: 8px;
	display: block;
	width: 152px;
	height: 39px;
}

#authorDetail .info {
	float: left;
	width: 490px;
}

#authorDetail .function {
	color: #6D6D6D;
	text-transform: uppercase;
}

#authorDetail .presentation {
	color: #424343;
}

#authorDetail .blog,
#authorDetail .twitter,
#authorDetail .sendMail {
	display: -moz-inline-box; display: inline-block;
}

#authorDetail .twitter,
#authorDetail .sendMail {
	border-left: 1px solid #CCCBCB;
}

#authorDetail .blog a,
#authorDetail .twitter a,
#authorDetail .sendMail a {
	display: -moz-inline-box; display: inline-block;
}

#authorDetail .blog a {
	background: url(/images/icon_blog-16.gif) no-repeat left 3px;
	padding: 4px 10px 4px 23px;
}

#authorDetail .twitter a {
	background: url(/images/icon_twitter-16.gif) no-repeat 12px 3px;
	padding: 4px 10px 4px 35px;
}

#authorDetail .sendMail {
	padding-left: 11px;
}


/***********************************************************************
	Author Listing
***********************************************************************/

#authorSelectList:after {	/* auto clear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#authorSelectList {
	height: 1%;
	background: url(/images/bg_redLine.gif) repeat-x 5px;
}

#authorSelectList p {
	float: left;
	padding-right: 10px;
	background: white;
	margin: 0;
}

#authorSelectList ul {
	float: right;
	margin: 0;
	font-size: 12px;
}

#authorSelectList li {
	/* here */
	margin-left: 20px;
	float: left;
	background: white;
	padding: 0 10px;
}

#authorSelectList li a {
	display: block;
	padding: 3px 5px;
}

#authorSelectList li.selected a,
#authorSelectList li.selected a:hover {
	background: #9A0900;
	color: white;
	text-decoration: none;
}

#alphabet:after {	/* auto clear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#alphabet {
	height: 1%;
	text-align: center;
	margin-bottom: 15px;
}

#alphabet li {
	float: left;
}

#alphabet li a {
	width: 25px;
	text-align: center;
	display: block;
	color: #5B5959;
	text-decoration: none;
	padding: 3px 0;
}

#alphabet .selected a {
	background: #9A0900;
	color: white;
}

#intensitySorting:after {	/* auto clear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#intensitySorting {
	height: 1%;
	font-size: 11px;
}

#intensitySorting ul {
	float: right;
	margin: 0;
}

#intensitySorting li {
	float: left;
	margin-left: 4px;
	width: 80px;
	text-align: center;
}

#intensitySorting li.nb1 {
	width: 450px;
	text-align: left;	
}

#authorListing {
	padding: 30px 20px 25px;
}

#authorListing #authorList li {
    height: 42px; /* IE "min-height" trick */
    min-height: 42px; /* IE "min-height" trick */
    display: block;
    border-top: 1px solid #D4D4D4;
    padding: 10px 0;
    position: relative;
}
*>#authorListing #authorList li {
    height: auto; /* IE "min-height" trick */
}

#authorListing #authorList li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#authorListing #authorList li p {
	margin: 0;
}

#authorListing #authorList .avatar {
	float: left;
}

#authorListing #authorList .name {
	position: absolute;
	top: 10px;
	left: 37px;
	margin: 0;
}

#authorListing #authorList .name a {
	color: black;
	text-decoration: none;
}

#authorListing #authorList .name a:hover {
	text-decoration: underline;
}

#authorListing #authorList .articlesNumber {
	position: absolute;
	top: 14px;
	right: 0;
	font-size: 11px;
}

#authorListing #authorList .articlesNumber span {
	width: 80px;
	text-align: center;
	display: -moz-inline-box; display: inline-block;
	text-align: center;
}

#authorListing #authorList .function {
	display: block;
	color: #8B8989;
	font-size: 11px;
	text-transform: uppercase;
	padding: 25px 0 0 37px;
	width: 400px;
}

#authorListing #authorList .articlesLatest {
	position: absolute;
	top: 35px;
	right: 0;
	color: #8B8989;
	font-size: 11px;
	text-transform: uppercase;
}


/***********************************************************************
	Suggest blog
***********************************************************************/

#suggestBlog {
	padding: 30px 20px 25px;
	font-size: 14px;
}

#suggestBlog h1 {
	color: #8C0202;
}

#suggestBlog h3 {
	background: url(/images/bg_greyLine.gif) repeat-x left 9px;
	color: #980404;
	font-weight: bold;
}

#suggestBlog h3 span {
	padding: 0 15px 0 0;
	background: white;
}

#suggestBlog table {
	
}

#suggestBlog table td {
	vertical-align: top;
	padding: 5px;
}

#suggestBlog table td label {
	display: -moz-inline-box; display: inline-block;
	padding-top: 3px;
}

#suggestBlog table .left {
	width: 200px;
	text-align: right;
}

#suggestBlog .inputText {
	padding: 2px;
	width: 180px;
	border: 1px solid #C2C2C2;
	font-size: 14px;
}

#suggestBlog select {
	padding: 2px;
	font-size: 13px;
}


#suggestBlog select option {
	padding-right: 10px;
}

#suggestBlog table td.right .item {
	display: -moz-inline-box; display: inline-block;
	width: 140px;
}

#suggestBlog table td.right label {
	cursor: pointer;
}

#suggestBlog #disclaimer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#suggestBlog #disclaimer {
	height: 1%;
	margin-top: 20px;
}

#suggestBlog #disclaimer .left {
	float: left;
	width: 20px;
	padding-left: 195px;
}

#suggestBlog #disclaimer .right {
	float: left;
	width: 425px;
	color: #8D8C8C;
	font-size: 12px;
}

#suggestBlog #disclaimer .right label {
	display: block;
	cursor: pointer;
}


/***********************************************************************
	Contact
***********************************************************************/

#contact h3 {
	background: url(/images/bg_greyLine.gif) repeat-x left 9px;
	color: #980404;
	font-weight: bold;
}

#contact h3 span {
	padding: 0 15px 0 0;
	background: white;
}

#contactForm {
	padding: 5px 0;
}

#contactForm p {
	position: relative;
	height: 25px;
}

#contactForm p label {
	position: absolute;
	top: 6px;
	left: 0;
	width: 150px;
	text-align: right;
}

#contactForm p .inputText {
	position: absolute;
	top: 0;
	left: 160px;
	padding: 2px;
	width: 180px;
	border: 1px solid #C2C2C2;
	font-size: 14px;
}

#contactForm p textarea {
	position: absolute;
	top: 0;
	left: 160px;
	padding: 2px;
	width: 300px;
	border: 1px solid #C2C2C2;
	font-size: 14px;
	height: 85px;
}

#contactForm p.big {
	height: 90px;
}

#contactForm label.error {
	position: absolute;
	left: 350px;
	top: 6px;
	text-align:left;
}

#contactForm .big label.error {
	position: absolute;
	left: 470px;
	top: 6px;
	width: 200px;
	text-align:left;
}

#contactForm #contactFormSubmit {
	position: absolute;
	top: 0;
	left: 160px;
}