﻿/*
    detail.css
    
    namespace(s):
    - body.detail
    - body.question
    - body.article
    - body.video
*/


/*
-------------------------------------------------
    S h a r e d
------------------------------------------------- */
body.detail #content .wrapper {
    background: url(../../i/site/content_wave.jpg) left top no-repeat #FFF;
}
body.detail #content .section-header .wrapper {
	background: transparent none;	
}
body.detail #content {
    background: url(../../i/site/top_wave.png) center top no-repeat transparent;
    margin-top: -20px;
}
body.detail #content .section-header {
    height: 85px;
}
body.detail .wrapper .main,
body.detail .wrapper .aside {
    padding-bottom: 60px;
}
body.detail .aside .bag-tabs-wrapper p {
    margin: 0;
    text-align: center;
}
body.detail .detail-body {
    padding: 0 25px 10px 60px;
}
body.detail #shell .aside .h0-brdr {
    border-top: dotted 2px #CCC;
    padding: 15px 0 10px;
}
body.detail .detail-body h1 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
body.detail .detail-body h2 {
    color: #404040;
    font-size: 17px;
    margin-bottom: 15px;
}
body.detail .detail-body h3 {
    color: #333333;
    font-size: 12px;
    margin: 25px 0 10px;
}
body.detail .link-list h4 {
    border-top: dotted 2px #CCC;
    padding-top: 15px;
}
body.detail .detail-body p,
body.detail .detail-body li {
    font-family: Georgia, "Times New Roman", Times, Serif;
}
body.detail .detail-header {
    border-bottom: dotted 2px #CCC;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 30px 15px 10px 60px;
}
body.detail .detail-header h1 {
    color: #3b6bba;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 25px;
    line-height: normal;
    margin: 7px 0 3px;
    width: 390px;
}
body.detail .detail-header p {
    margin: 0;
}
body.detail .detail-header p.categories {
    font-size: 18px;
    margin-bottom: 15px;
}
body.detail .detail-header p.categories a {
    color: #3b6bba;
}
body.detail .detail-header h4 {
    color: #72af01;
    font-size: 16px;
    padding-bottom: 20px;
}
body.detail .detail-header ul {
    clear: left;
    display: block;
    margin: 0 0 5px;
    width: 425px;
    height: 20px;
}
body.detail .detail-header ul li {
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 19px;
    margin-right: 7px;
    text-transform: uppercase;
}
body.detail .detail-header ul li a {
    font-weight: bold;
}
body.detail .detail-header ul li strong {
    display: inline;
    float: left;
    margin-right: 3px;
}
body.detail .detail-header .rate,
body.detail .detail-header .share a,
body.detail .detail-header .email a,
body.detail .detail-header .print a {
    background: url(../../i/icons/detail_icons.png) left bottom no-repeat transparent;
    display: block;
    float: left;
    height: 19px;
    overflow: hidden;
    text-indent: -999em;
}
body.detail .detail-header .rate,
body.detail .detail-header .email a,
body.detail .detail-header .print a {
    width: 19px;
}

body.detail .detail-header .rate-up         { background-position: 0 -19px; margin: 0 3px; }
body.detail .detail-header .rate-up:hover   { background-position: 0 top; }
body.detail .detail-header .rate-down       { background-position: -19px -19px; margin: 0 3px; }
body.detail .detail-header .rate-down:hover { background-position: -19px top; }
body.detail .detail-header .rating-disabled .rate-up { background-position: 0 -38px; }
body.detail .detail-header .rating-disabled .rate-down { background-position: -19px -38px; }
body.detail .detail-header .rating-disabled a { cursor: default; }

body.detail .detail-header .share a         { background-position: -38px -19px; width: 58px; }
body.detail .detail-header .share a:hover   { background-position: -38px top; }
body.detail .detail-header .email a         { background-position: -97px -19px; }
body.detail .detail-header .email a:hover   { background-position: -97px top; }
body.detail .detail-header .print a         { background-position: -116px -19px; }
body.detail .detail-header .print a:hover   { background-position: -116px top; }

body.detail .comments {
    background-color: #e4eef7;
}
body.detail .comments h5 {
    background:transparent url(../../i/site/headers/saying-detail.png) no-repeat scroll left top;
    font-family:Georgia,"Times New Roman",Times,Serif;
}


/* 
-------------------------------------------------
    Q u e s t i o n
------------------------------------------------- */
body.question .detail-body {
	padding: 0px 0px 10px 0px;
}
body.question .detail-body .question {
	border-bottom: 2px dotted #CCC;
	padding: 0 25px 15px 60px;

}
body.question .detail-body .q {
	position: relative;
}
body.question .detail-body .answer {
	margin-top: 15px;
	padding: 210px 25px 0px 0px;
	position: relative;
}
body.question .detail-body .icon {
	font-family: Georgia,"Times New Roman",Times,Sans-Serif;
	font-size: 40px;
	position: absolute;
}
body.question .detail-body .q .icon {
	top: -15px;
	left: -60px;
	height: 55px;
}
body.question .detail-body .answer .icon {
	top: 0;
	left: 0;
}
body.question .detail-body .answer h3, body.question .detail-body .answer p {
	position: relative;
	margin-left: 60px;
}


/* 
-------------------------------------------------
    Q u e s t i o n  - 
    M e n t o r   p h o t o   a n d   t e x t
------------------------------------------------- */
body.question .detail-body .mentorPhoto {
	background: transparent url(../../i/mentors/generic_153-reflect.jpg) no-repeat left top;	
	height: 250px;
	position: absolute;
	top: 0px;
	left: 43px;	
	padding-left: 17px;
}
body.question .detail-body .iwrap {
	float: left;
	width: 153px;	
}
body.question .detail-body .ask-me {
	background: transparent url(../../i/slider/ask-me.png) no-repeat scroll left top;
	position: absolute;
	left: 137px;
	top: 110px;
	width: 91px;
	height: 91px;
	overflow: hidden;
	text-indent: -999px;
}
body.question .detail-body .ask-me-print {
	display: none;	
}
body.question .detail-body .txt {
	color: #404040;
	font-size: 12px;
	float: left;
	padding: 7px 13px;
	width: 220px;	
}
body.question .detail-body h4 {
	color: #3b6bba;
	font-size: 14px;
}

body.question .detail-body .txt p {
	margin-left: 0;
	font-family: "Avenir Light","Avenir Roman","Avenir",Arial,Helvetica,sans-serif;
}


/* 
-------------------------------------------------
    A r t i c l e
------------------------------------------------- */
body.article .detail-body p b {
	display: block;
	margin-top: 10px;	
}
body.article .detail-body ul {
	margin-bottom: 10px;
}
body.article .detail-body li {
	font-size: 13px;
	line-height: 1.4em;
	list-style-type: disc;
	margin: 0 0 3px 30px;
}
body.article .detail-body h4 {
	color: #000;
	font-family: Georgia,"Times New Roman",Times,Sans-Serif;
	font-size: 15px;
	margin: 20px 0 5px;
}