/* info.css -- CSS Document
------------------------------
- about us
- sitejabber information
- team
- faq
- privacy
- terms
- contact us
- press
- jobs
- feedback
- review guidelines

- avoiding badware
- consumer tips
- online privacy
- online fraud

- library

- unsupported
- forbidden
- invalid
- maintenance

- plugin preview
- plugin welcome
- plugin uninstall
------------------------------
*/

/* info pages */
#info #left_column {
	width:630px;
	float:left;
	margin-bottom:20px;
	margin-right:15px;
	padding-right:15px;
}

#info h1 {
	margin-bottom:30px;
}

#info h2 {
	margin-bottom:5px;
	color:#e43d22;
}

#info h3 {
	margin-bottom:10px;
}

#info p {
	margin-bottom:15px;
}

#info ol {

}

#info ul li, #info ol li {
	font-size: 0.9em;
}

#info ul.disc {
	list-style-type:disc;
}

#info ul.circle {
	list-style-type:circle;
}

#info ul.square {
	list-style-type:square;
}

#info ol.number {
	list-style-type:decimal;
	margin-left:20px;
}

#info ol.letter {
	list-style-type:upper-alpha;
	margin-top:10px;
	margin-left:20px;
}

#info ol.roman {
	list-style-type:lower-roman;
	margin-top:10px;
	margin-left:20px;
}

#info ol li {
	margin-bottom:20px;
}

#info ul {
	margin-bottom:15px;
	margin-left:17px;
}

#info li {
	line-height:18px;
	margin-bottom:5px;
}

#info #left_column .link {
	margin-bottom:5px;
}

#info #right_column {
	float:right;
	width:230px;
}

#info #right_column h3 {
	display: block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.5em;
    margin-bottom: 10px;
}

#info #right_column .link {
	margin-bottom:7px;
}

#info #sitejabber_icon {
	height:24px;
	background:url('/img/glb/sitejabber_square_icon.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:18px;
}

#info #facebook_icon {
	height:24px;
	background:url('/img/glb/facebook_square_icon.png');
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:18px;
}

#info #twitter_icon {
	height:24px;
	background:url('/img/glb/twitter_square_icon.png');
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:18px;
}

/* about us */
#info .team_member {
	padding-top:10px;
}

#info .team_photo {
	float:left;
	margin-right:10px;
}

#info .team_bio {
	margin-left:85px;
}

#info .team_member_name {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

#info .logos {
	margin-bottom: 20px;
}

#info .logos a {
	margin-right: 30px;
}

/* sitejabber information */
#info #sitejabber_info h1 {
	color:#E43D22;
	margin-bottom:10px;
}

#info #sitejabber_info h2 {
	margin-top:30px;
}

#info #sitejabber_info h3 {
	color:#E43D22;
	margin-top:40px;
}

#info #sitejabber_info h4 {
	color:#E43D22;
}

#info #sitejabber_info #right_column {
	padding-top:30px;
}

/* faq */
#info #badge_legend {
	margin-top: -10px;
}

#info #badge_legend .badge {
	margin-right: 10px;
}

#info ol {
	list-style-type: decimal;
	margin-left: 15px;
}

#info ol li {
	margin-bottom: 10px;
}
/* press */
#info .title {
	font-weight:bold;
	line-height:20px;
}

#info #forbes {
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	top: 7px;
}

#info #reuters {
	margin-left: 10px;
	position: relative;
	top: 10px;
}

#info #associated_press {
	margin-left: 5px;
	position: relative;
	top: 10px;
}

#info .press_item {
	width:305px;
	margin-bottom:20px;
	float:left;
}

#info .press_item.left {
	margin-right:20px;
}

#info .date {
	margin-left:5px;
	font-style:italic;
}

#info #contact_info {
	line-height: 1.2;
}

/* jobs */
#info.jobs h1 {
	color:#E43D22;
}
#info.jobs h2 {
	color: #000;
}
#info.jobs li {
	list-style:disc;
	line-height: 15px;
}

/* feedback */
#info.feedback {
	padding: 30px 25px;
}

#info.feedback h2 {
	color: #000;
}

#info.feedback form {
	width: 460px;
}

/* review guidelines */
#info.review_guidelines ul {
	font-size:0.9em;
}

#info.review_guidelines li {
	list-style:disc;
	margin:3px 12px;
}

/* consumer articles */
#info.article #left_column {
	width:610px;
}
	
#info.article #right_column {
	width:250px;
}

#info.article h1 {
	margin-bottom: 15px;
}

#info.article #photo_source {
	font-size: 10px;
	color: #969696;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* library */
#info.library #left_column {
	width:600px;
	margin-right: 0px;
}
	
#info.library #right_column {
	width:300px;
	padding-top: 70px;
}

#info.library h1 {
	font-size: 27px;
	margin-bottom: 7px;
	color: #015899;
}

#info.library #nsf_logo {
	float: left;
	margin-right: 7px;
	width: 30px;
	height: 30px;
}

#info.library #subheader {
	color: #969696;
	font-style: italic;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d6da;
	line-height: 30px;
}

#info.library h2 {
	color: #444;
	margin-bottom: 15px;
}

#info.library #blog_posts {
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d6da;
	margin-bottom: 20px;
}

#info.library .blog_post {
	margin-bottom: 15px;
}

#info.library .blog_post .thumbnail {
	width:40px;
	height:40px;
	background-color: #d7d6da;
	border:1px solid #dadada;
	float: left;
	margin-right:10px;
}

#info.library .blog_post .thumbnail img {
	width:40px;
	height:40px;
}
#info.library .blog_post_info {
	float: left;
	width: 450px;
}

#info.library .blog_post_info h3 {
	margin-bottom: 0px;
}

#info.library #more_link {
	float: right;
	font-weight: bold;
	position: relative;
	bottom: 7px;
	font-size: 12px;
}

#info.library #consumer_guides {
	padding-bottom: 30px;
	border-bottom: 1px solid #d7d6da;
	margin-bottom: 20px;
}

#info.library #consumer_guides .link {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

#info.library #consumer_guides .guide_icon {
	background-image: url('/img/sp_consumer_guide_icons.png');
	display: inline-block;
	width: 40px;
	margin-right: 10px;
	position: relative;
	top: 7px;
}

#info.library #consumer_guides .guide_icon.website {
	background-position: 0 0;
	height: 23px;
}

#info.library #consumer_guides .guide_icon.lock {
	background-position: 0 -35px;
	height: 27px;
}

#info.library #consumer_guides .guide_icon.alarm {
	background-position: 0 -75px;
	height: 27px;
}

#info.library #consumer_guides .guide_icon.virus {
	background-position: 0 -114px;
	height: 27px;
}

#info.library #search input[type="text"] {
	width: 400px;
	float: left;
	margin-right: 10px;
}

#info.library #question {
	position: relative;
}

#info.library #envelope {
	margin-right: 7px;
	position: relative;
	top: 2px;
}

#info.library #light_bulb {
    left: 120px;
    position: absolute;
    top: -42px;
}

#info.library .side_box_subheader {
	margin-bottom: 10px;
}

#info.library .side_box_content h3 {
	color: #015899;	
}

#info.library p {
	margin-bottom: 0px;
}

#info.library ul li {
	list-style-type: disc;
	font-size: 0.9em;
	line-height: 14px;
}

/* plugin preview */
#info #preview_box {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#info #preview_main {
	border-bottom:1px solid #d7d6da;
	padding-bottom:10px;
	margin-bottom:10px;
}

#info #preview_main ul {
	margin:25px 0 20px;
	line-height:30px;
	text-align:left;
}

#info #preview_main li {
	list-style:disc;
	font-weight:bold;
	margin:3px 12px;
}

#info #preview_main p {
	text-align:left;
	clear:both;
	margin:10px 0;
	color:#969696;
}

#info #preview_box #preview_main {
	background-image:url('/img/plugin_image_ff.png');
	background-repeat:no-repeat;
	padding-left:420px;
	padding-bottom:50px;
	background-position:top left;
	padding-top:10px;
}

#info #preview_box #preview_footer {
	width:450px;
	margin:0 auto;
	text-align:center;
}

/* plugin welcome */
#plugin_welcome {
	text-align:center;
	padding-top:20px;
}

#plugin_welcome h1 {
	margin-bottom:40px;
}

#plugin_welcome #plugin_box {
	border: 2px solid #FE4902;
	padding:20px 0;
	width:600px;
	margin:10px auto
}

#plugin_welcome #plugin_box #left_column {
	border-right:2px solid #FE4902;
	width:280px;
	float:left;
	padding:0 10px;
}

#plugin_welcome #plugin_box #right_column {
	margin-left:300px;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	width:280px;
}

#plugin_welcome #plugin_box p {
	margin:10px 0;
}

#plugin_welcome #bottom {
	color:#969696;
	font-style:italic;
	margin-bottom:20px;
}

/* plugin uninstall */
#info #uninstall_survey form label {
	font-weight:bold;
	margin-bottom:5px;
}

#info #uninstall_survey form textarea {
	border:1px solid #d7d6da;
	width:300px;
	height:80px;
}
#info #uninstall_survey form div.text input {
	border:1px solid #d7d6da;
	width:300px;
	height:15px;
}
