/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Positioning of the adsense unit (and FB ad) under the nav bar */
.custom #under_nav_ad {
	margin-bottom: -2em;
	
} 
.custom #under_nav_ad_allianz {
	margin-bottom: -2em;
	margin-left: 1em;
}
/* End Positioning of the adsense unit (and FB ad) under the nav bar */
/*Adding adsense leaderboard to header (comes with additional code in custom_functions.php) */

.custom #header_banner { 
	float:right; 
	position:absolute; 
	width:468px; 
	height:60px; 
	top:77px;
	/* margin-left: 35.2em; */
	margin-left: 27em; 
	margin-top: -30px;
}


/* End of Adding adsense leaderboard to header */

/* Adding Google Search Bar (inside the Nav menu) */

.custom #cse-search-box {
	float:right;
	/* margin-top: -3.1em; */
	/* margin-top:-3.2em; */
	margin-top:-12.4em;
	margin-right:4em;
	position:relative;
	z-index:50;
}

.custom #cse-search-box input[type="text"]{ 
	/* width:268px;
	height:27px; */
	width:200px;
	height:24px;
	font-size:1.7em;
}

 .custom #cse-search-box input[type="submit"] {
	width:65px;
	/* height:29px; */
	height:27px;
	margin-right:0.8em;
	margin-top:0.1em;
	font-size:1.7em;
	
}
.custom #cse-search-results {
	width: 600px;
}
.custom #cse-search-results iframe{
	width: 600px;
	overflow: hidden;
}


.custom .menu #cse-search-box {float:right;}


/* End of Adding Google Search Bar (inside the Nav menu) */


/* Reduce gaps between widgets in the sidebar */

.custom li.widget { 	
	margin-top:-4em;
 }

/* End Reduce gaps between widgets in the sidebar */

/* Styling the adsense on the sidebar */
.custom #adsense_sidebar {
	margin-left:32px;
	margin-top:60px; 
	position:relative;
}
/* End Styling the adsense on the sidebar */

/* Remove white space above header */
.custom #header {
	margin-top:-27px;
}
/* End Remove white space above header */

/* Something to improve how the page looks in explorer */

.custom .grid_10 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 400px;
}
/* End Something to improve how the page looks in explorer */

/* Style the "Continue Reading" link at the end of Featured post on homepage */
.custom #featpostmore {
	position: relative;
	float: right;
	margin-top: -3em;
}
/* End Style the "Continue Reading" link at the end of Featured post on homepage */

/* Style the Drop Caps plugin (the one that makes the first letters of posts nice and big) */
.custom span.cap {
	float:left;
	font-size:400%;
	font-weight:bold;
	line-height:1em;
	margin-bottom:-0.2em;
	margin-right:0.2em;
	position:relative;
	color:#0078C3;
}

/* End Style the Drop Caps plugin */

/* Styling adsense inside the posts */

.custom #adsense_post {
	float:left;
	padding-right:2em;
}
/* End of Styling adsense inside the posts */


/* Adding the option of adding yellow box for engaging questions at the end of the post. 
   to use it: <p class="alert"><em>your text</em></p>  */

.custom .format_text p.note, .format_text p.alert {
    padding: 0.571em 0.786em;
}

.custom .format_text p.alert {
    background: none repeat scroll 0 0 #FFFFA0;
    border: 1px solid #E5E597;
}

/* End Adding the option of adding yellow box */


/* Adding the option of adding light-blue box for contributors bio at the end of the post.  */

.custom .contributor {
    background: none repeat scroll 0 0 #96DCFF;
    border: 1px solid #C7CDDB;
    border-radius: 10px;
    margin: 10px 5px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 1.5em;
   
}
.custom .contributor img {
    border: 5px solid #FFFFFF;
    float: left;
    margin-right: 1.5em;
}
.custom .contributor h4 {
    color: #111111;
    font-size: 1.2em;
    margin-top: -1.5em;
    margin-bottom: 3px;
    font-family: 'Oswald',georgia,serif;
    font-weight: normal;
    padding-bottom: 0.3em;
}

/* End Adding the option of adding light-blue box */

/* Changing the Nav bar so it will stretch across the whole browser window */

.custom .menu-navigational-menu-container {
    background: none repeat scroll 0 0 #0078c3;
}

.custom #nav_area {background:#0078c3; border-bottom:1px solid #0078c3; padding-top:0px;}
	.custom #nav_area .page {background:transparent;}
		.custom ul#tabs {border-bottom:0; border-color:#0078c3;}
			.custom ul#tabs li {border-color:#0078c3; background-color:#0078c3;}
			.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}

/* End Changing the Nav bar so it will stretch across the whole browser window */

/* Removing border from the header, second sidebar, and featured post (to suit better the full-width Nav bar) */

.custom #header {
    border-width: 0 0 0em;
}

.custom #feature_box {
    border-width: 0.0em 0 0;
}

.custom #sidebar_1 {
    border-style: none;
}
/*End Removing border from the header, second sidebar, and featured post (to suit better the full-width Nav bar) */

/* Styling the social buttons plugin */
.custom .dc-social-float .tab {
height: 81px;
}
/* End Styling the social buttons plugin */

/* Styling tool-tips of pluglin "Smart Related Posts Thumbnails" */
 
.custom .tipsy {
	font-size: 15px;
}
/* End Styling tool-tips of pluglin "Smart Related Posts Thumbnails" */

/* Styling the post tagline to match google adsense */
.custom .post_tags {
	/* font-size:0.8em;
	font-weight:bold;
	color:black; */
	color: #000000;
	font-family: arial,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        white-space: wrap;
        margin-left: 4px;
	}

.custom .post_tags a {
        font-size: 1.2em;
        font-weight:normal;
        line-height: 1.371em;
        color: #0078C3;
        background: #FFFFFF;
        margin-left: 1em;
}
/*End Styling the post tagline to match google adsense */

/* Styling comments */

.custom dl#comment_list dd {
	background: none repeat scroll 0 0 #E1DFD6; 
	/* background: none repeat scroll 0 0 #0078C3; */
	border-radius: 5px 5px 5px 5px;
}
.custom .avatar img {
    	float: left;
    	margin: 0 0.833em 2em 0;
}

.custom dl#comment_list dt {
    background: url("http://www.homeiown.com/images/theme_graphics/comment-arrow.png") no-repeat scroll 7em bottom transparent;
    padding-bottom: 3em;
}

.custom .comments_intro {
	font-size: 14px;
	font-weight: bold;
}

/* End Styling comments */

/* Styling Facebook AWD plugin */

.custom .AWD_comments {
	margin-bottom: -6em;
	
}
/* End Styling Facebook AWD plugin */

/* Styling of the link units on the sidebars */

.custom #homepage_links_L {
	width:200px;
	padding-bottom:0.5em;
	padding-left:0.5em;
	
/*each link unit (text/html widget) on the left sidebar should have this div*/
}
.custom #homepage_links_R {
	float:left;
	width:200px;
	padding-bottom:0.5em;
/*each link unit (text/html widget) on the right sidebar should have this div*/
}


.custom .sidebar h3 {
    /* border-bottom: 0.5px dotted #80A2AB; */
    /* border-top: 0.5px dotted #80A2AB; */
     border-bottom: 1px dotted #80A2AB;
     border-top: 1px dotted #80A2AB;
    font-size: 18px;
    font-weight: bold; 
    color:black; 
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom .sidebar h4 {
    font-size: 14px;
    font-weight: bold; 
    color: #0078C3;   
    padding-top: 5px;
    padding-bottom: 5px;
}


/* the following two move all the link units into their proper space 
   below the "single sidebar" content */

.custom #R_sidebar_space {
	padding-top: 840px; 
}
.custom #L_sidebar_space {
	margin-top: 200px;
}

/* End Styling of the link units on the sidebars */

/* Styling BYOB plugin (not active right now) */
.custom #byob-footer-row-1 .sidebar h3 {
    background: #0076BF;
    padding-left: 10px; 
}
/* End Styling BYOB plugin (not active right now) */

/* Styling of Sponsors space on the sidebar (in text widget) */

.custom #sponsors_box {
	float:left;
	margin-top:25px;
	width:400px;
	position:relative;
	z-index:51;
}
/* End Styling of Sponsors space on the sidebar (in text widget) */
/* Adding styling for the link to the photo source in posts */
.custom #photo_source {
	float:right;
	position: relative; top: 25px; left: 0px;
	
}
/* End Adding styling for the link to the photo source in posts */

/* Add small text format */
.format_text h8 {
    font-size: 0.7em;
    line-height: 1em;
}
/* End Add small text format */
/* Add styling for APM (weekend auction data provider) required text. */
.custom .apm_text {
    font-size: 0.7em;
    line-height: 2.5em;
    text-align: justify;
}
/* End Add styling for APM (weekend auction data provider) required text. */

/* Styling the awards strip */

.custom #awards{
	width:390px;
	height:165px;
	margin-top: 10px;	
	position:relative;	
} 

.custom #reduce_gap_for_IE{
	margin-top:-50px;
} 
/* End Styling the awards strip */

/* Start styling the links and appearance of social buttons in the header */

.custom #social_buttons_image_map{
	float:right; 
	position:absolute; 
	width:122px; 
	height:34px; 	
	margin-left: 770px;
	margin-top: 140px;
	background:url(http://www.homeiown.com/images/theme_graphics/social-buttons.png) no-repeat;
	
	
} 

.custom #social_buttons_image_map a{
	display:block;
	position:absolute;
} 

.custom #social_buttons_image_map a.subscribe_buttons{
	width:34px;
	height:34px;
} 

.custom #social_buttons_image_map a#link1{
	left:5px;
	top:5px;
}
.custom #social_buttons_image_map a#link2{
	left:49px;
	top:5px;
}
.custom #social_buttons_image_map a#link3{
	left:91px;
	right:123px;
	top:5px;
} 
/* End styling the links and appearance of social buttons in the header */

/* Styling the new optin box in the sidebar */
#optin {
	background: #efefef;
	width: 360px;
	position:relative;
	border: 3px solid #01a6e4;
	padding: 20px 15px;
	text-align: center;
}

#optin 
   h4 {
    	color: black;
}
	#optin p { margin: 8px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin input[type="text"] {
			border: 1px solid #ccc;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
			width: 40%
		}
		#optin input.name { background: #fff  }
		#optin input.email { background: #fff }
		#optin input[type="submit"] {
			background: #1c92bf url(/images/theme_graphics/optin_box/blue.png) repeat-x top;
			/* border: 1px solid #1c92bf; */
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 8px 0px;
			text-shadow: -1px -1px #1c92bf;
			/* width: 45%; */
			width: 150px;
			margin-left: -0.8em;
			
		}
			#optin input[type="submit"]:hover { color: #c6ffd1 }
			#optin span { 
				background: url(/images/theme_graphics/optin_box/lock.png) no-repeat center left; 
				float: right; 
				margin-left: 0px; 
				padding-left: 15px;
				margin-top: 10px;
				
			 }
/* End Styling the new optin box in the sidebar */