/*
Theme Name: Honeymoon
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
.blog .news .content .tags ul li {
    padding-right: 2px;
}

.blog .news .title h3 a {
    font-size: 28px;
    margin: 0;
    text-decoration: none;
}

.helpSidebar{
	float:right !important;
}

div.blog .help .title:after, div.blog .help .title:before{
	border: none !important;
}

div.blog .help .title {
	background: #fff !important;
}

.search-back{
	background: url(images/top_menu_bg.jpg) repeat; 
}

.somehelp{
	font-size:36px;
	font-weight:600;
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
}
.somehelp span{
	font-size:48px;
}

.txt-search{
	width: 60%;
margin: 0 auto;	
}
.txt-search input[type="text"]{
border: medium none;
box-shadow: none;
color: #4C4847;
font-family: 'Source Sans Pro',sans-serif;
font-size: 18px;
font-weight: 400;
height: 50px;
padding-left: 18px;
padding-top: 0;
width: 100%;
border-radius: 5px;
/*border-bottom-left-radius: 9px;
border-bottom-right-radius: 8px;*/
}
.txt-search input[type="submit"]{
  background: url("images/ico-magnifier.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 0;
    height: 25px;
    position: relative;
    right: 18px;
    top: -49px;
    width: 27px;
}

.search-title {
text-transform: uppercase;
font-size: 16px;
color: #a99e99;
font-family: "ubuntu-condensed";
border-bottom: 2px solid #d2ccc9;
padding-bottom: 5px;
margin-top: 0px;
}

div.blog .results .content {
padding: 0px 25px !important;
}

.question{
	display: block;
background: #de7b7d;
-webkit-border-radius: 25px;
border-radius: 25px;
width: 16px;
height: 24px;
line-height: 25px;
color: #fffce0 !important;
font-size: 18px;
-webkit-transition: background 0.25s ease-in-out;
-moz-transition: background 0.25s ease-in-out;
-ms-transition: background 0.25s ease-in-out;
-o-transition: background 0.25s ease-in-out;
transition: background 0.25s ease-in-out;
-webkit-box-shadow: inset 0 3px 0 #dc8082;
box-shadow: inset 0 3px 0 #dc8082;
padding: 0px 0px 0px 8px;
margin: 6px 10px 0 0 !important;
}

div.blog .help .content .image img {
width: 548px !important;
}

div.blog .help .content {
padding: 0px 25px !important;
}

div.blog .help .content .image {
float: left;
margin-top: 2px;
margin-right: 12px;
padding: 3px;
border: 1px solid #d5cfcd;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-bottom: 15px !important;
}

div.blog .blogSidebar .widget_categories{ list-style:none;}

div.blog .blogSidebar .widget_categories h1, div.blog .blogSidebar .widget_archive h4 {
margin: 0;
font-size: 18px;
color: #4c4847;
padding-bottom: 10px;
border-bottom: 1px solid #e5dbd2;
}

.note-color {
color: #ed8a8c;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
}

.note-color span {
font-weight: 700;
font-size: 24px;
}

.imp-text {
color: #2e2b2a;
font-weight: 600;
font-size: 18px;
margin-bottom: 0;
}

.no-results {
padding: 40px 20px;
text-align: center;
margin-top: 15px;
}

h1, h2, h3 {
line-height: 25px !important;
}

/**** FAQ ****/

a.qa-faq-anchor {

background: url("images/ico-acc-close.png") no-repeat scroll left 5px transparent;
font-size: 20px;
display: block;
color: #7DC3B9;
font-weight: 600;
margin-bottom: 0;
margin-left: -25px;
margin-top: 0;
padding-left: 25px;
padding-bottom: 0px;

}

a.open{
	background: url("images/ico-acc-open.png") no-repeat scroll left 5px transparent;
}

a.qa-faq-anchor:hover{ text-decoration:underline; color: #7DC3B9;}

.margin-faq{
	padding: 10px;
padding-left: 50px;}