/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/


.custom ul.domtabs li.active {background-color:#ff931e; border-color:#ff931e;display:block}
.custom ul.domtabs li.active a {color:#ffffff; background-color:#ff931e; border-color:#ff931e;}		

.custom ul.domtabs li {
	background:#ffffff;
	float:left;
	padding:.3em 0 .3em 0;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	margin-right:0.1em;
	border-color:#ffffff;}
	
.custom ul.domtabs li a {
	background:#ffffff;
	padding:.3em; 
	color:#ff931e; 
	font-size:10px; 
	font-variant:small-caps; 
	text-transform:uppercase; 
	letter-spacing:1.8px;
	text-decoration:none;}

.custom ul.domtabs li.active {background-color:#fe007d; border-color:#fe007d;}
.custom ul.domtabs li.active a {color:#ffffff; background-color:#fe007d; border-color:#fe007d;}	
.custom ul.domtabs li a:hover {background:#fe007d; color:#ffffff}
.custom ul.domtabs li:hover { background-color:#fe007d;border-color:#fe007d;}
.custom .baktab div {
	clear:both; 
	line-height: 1em; 
	width:270px;
	font-size:11px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	padding:10px;
	padding-left:4px;
	padding-bottom:8px;
	margin:5px 5px 0;
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottom-right:5px; 
	-webkit-border-bottom-right-radius:5px;
	
	-moz-border-radius-topleft:5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottom-left:5px; 
	-webkit-border-bottom-left-radius:5px;
}

html>body .custom .baktab div {
	clear:both; 
	line-height: 1em; 
	width:284px;
	font-size:11px;
	border:1px solid #fe007d;
	background-color:#fe007d;
	padding:10px;
	padding-left:4px;
	padding-bottom:8px;
	margin:5px;
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottom-right:5px; 
	-webkit-border-bottom-right-radius:5px;
	
	-moz-border-radius-topleft:5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottom-left:5px; 
	-webkit-border-bottom-left-radius:5px;
}
.custom ul.domtabs li a:hover {background:#fe007d; color:#ffffff} 
.custom div.domtab div {display:none;}
.custom ul.domtabs {list-style:none;padding:0;margin:0;}
.custom .domtab {padding-left:1.1em;}
.custom ul.domtabs li:hover { border-color:#ff931e;}
.custom .domtab div a{color:#ff931e;}
.custom .domtab div a:hover{text-decoration:underline;}


.custom .domtab div {
	clear:both; 
	line-height: 2em; 
	width:270px;
	font-size:12px;
	border:1px solid #ffffff;
	background:#ffffff;
	padding:8px 8px 8px 0;
	margin:0 0 5px 0;
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottom-right:2px; 
	-webkit-border-bottom-right-radius:2px;
	
	-moz-border-radius-topleft:0px; 
	-webkit-border-top-left-radius: 0px;
	}

html>body .custom .domtab div {
	clear:both; 
	line-height: 2em; 
	width:292px;
	font-size:12px;
	border:1px solid #ffffff;
	background:#ffffff;
	padding:8px;
	margin:0 0 5px 0;
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottom-right:2px; 
	-webkit-border-bottom-right-radius:2px;
	
	-moz-border-radius-topleft:0px; 
	-webkit-border-top-left-radius: 0px;
	}
	
.custom .domtab div li{
	list-style-type:none; 
	border-bottom:1px dotted #ffffff; 
}

	
//END TABBER

/* BEGIN custom welcome_box code for home page */
.custom div.welcome_box {
border: 1px dotted #fe007d;
background-color: #FFFFFF;
color: #000;
padding: 1em;
margin-left: 1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
font-size:1.4em;
line-height:1.571em;
}
/* END custom welcome_box code for home page */

.custom li#text-388696311.widget{
border: none; /*1px dashed #C7AD5F;*/
background-color:#FFF;
}

.custom li.widget p{
margin-bottom:0;
margin-top:.5;
text-decoration:none;
}

.custom li.widget p a{
text-decoration:none;
/*color:#00DCF0;*/
}

.custom li.widget p a:hover{
text-decoration:none;
color:#00B8FC;
}

/*comment indicator*/
.custom #content span.bracket {
	color:#FFF2E8;
}

.format_text .to_comments a:hover {
	text-decoration:none;
	color:#00B8FC;
}

.custom .format_text a {
text-decoration:none;
}

.custom #header {border-bottom:0;}

#header_area .page{padding-top:0;}

#column_wrap .sidebar ul.sidebar_list {
	padding-left:1.5em;
}

.custom .sidebar ul.sidebar_list {
	padding-right:0;
}

.full_width .page
{
	padding-left:0;
	padding-right:0;
}
	
/*container borders*/
.custom #container { 
	margin-top: 0; 
	margin-bottom: 2.2em; 
	padding: 0em;
	background: #ffffff;
	border: 0em;
	width:972px;
}

.custom #page{ padding:0 1.2em 1.2em; width:957px;}
.custom #content_box {margin-top:2.2em;
	margin-left:-1.2em;
	width:972px;
}
.custom #content {width:50.3em;
	border-left:none;
	border-right:none;
}



/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 199px; width: 960px; background: url('images/blog3.jpg') no-repeat; outline: none; }*/
.custom #header #logo a { text-indent: -9999px; 
			height: 0;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline{ text-indent: -9999px; 
						height:0;}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

#boundingheader { display:block; height:130px;}
#header1 { float:left;border-style:none; border-width:1px 1px 0 1px;border-color:#C7AD5F;margin-left:-1.2em;}
#header2 { position:relative; top:-52px; left:914px; width:1px;}/*float:right; margin-top:-136px; width:363px;display:inline;}
#header3 { position:relative; top:-126px; left:599px; width:372px;}/*float:right; margin-top:-96px; width:372px;display:inline;}*/
     
/* Page headers*/
/*#archive_info h1{background: transparent url(http://www.apartment102.net/wp-content/themes/thesis/custom/images/page_titles/healthyliving.png) no-repeat scroll 0 60%;}*/

#archive_info h1{
color:#fe007d;
font-size:2em;
}

.headline_area h1, .headline_area h2 {
color:#fe007d;
font-size:2em;
}



body.custom {background: #ffffff;}/*transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/chevbg.jpg") repeat scroll center top;}/*transparent url(images/backgroundshadow.png) repeat-y scroll 50% 0;}*/


/* menu bar*/

#nav_area {background:#fe007d;}


.custom ul.menu {
	width:972px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	background-color:#fe007d;
	color:#ffffff;
	border-color:#fe007d;
	border-width:1px 0px 1px 0px;
	list-style-image:none;
	position:left;	
	list-style-type:none;
	padding-top:.5em;
	padding-bottom:.5em;
}

/* menu tabs */ 
.custom ul.menu li, .custom ul.menu li a{
	background-color:transparent;
	color:#ffffff;
	border-style:none;
	border-width: 1px 1px 1px 1px;
	border-color:#fe007d;
}

.custom ul.menu li.current_page_item a:hover, .custom ul.menu li.current_page_item a, .custom ul.menu a:hover, .custom ul.menu li.current-cat {
	background:transparent;
	color: #ff931e;
	text-decoration:none;
	border-color:#fe007d;
	border-width:1px 1px 1px 1px;
	border-style:none;
	
}

.custom ul.menu li.cat-item.current-cat a{
	color:#ff931e;
}



/*footer*/
.custom #footer {text-align: center; } 

/*links*/
.custom a, .custom a:visited { color: #ff931e;}	
.custom a:hover { 
	color: #1AC0D4/*00B8FC*/; 
	text-decoration:none;
}			

/*search in nav bar*/
.custom li.search {
	float:right;
	margin-right:2em;
	position:relative;
}

.custom li.search input[type="text"],
    .custom li.search input[type="submit"] {
	width:100%;
	font-size:1.1em;
	line-height:1.273em;
	padding:0.636em 0.818em;
}


/*sidebars*/
.custom ul.sidebar_list li#recent-posts-2.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_recentposts.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#text-5366519813.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_shopping.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#linkcat-2.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_blogroll.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#text-5366519817.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_etsyshop.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#text-536800981.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_follow.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#archives-3.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_throwbacks.jpg") no-repeat scroll center 0;
}

.custom ul.sidebar_list li#better-blogroll.widget h3 {
	background: transparent url("http://www.apartment102.net/wp-content/themes/thesis_17/custom/images/sidebars/sidebar_blogroll.jpg") no-repeat scroll center 0;
}

.custom .sidebar h3 {
	background:#ffffff;
	color:#ff931e;
	font-size:0.975em;
	font-weight:bold;
	line-height:1.45455em;
	padding:1.63636em 0.05455em 0.54545em;
	text-transform:uppercase;
	border-bottom:1px solid;
	/*text-align:center;*/
}

/*.custom li.widget ul {
	text-align:center;
}*/

/*image box border*/
.custom #image_box img, #image_box img.four_by_three {
border:0.1em solid #fe007d;
background:#FFFFFF;
}

.custom #image_box, #video_box, #custom_box {
	background:#FFF;
	border:1px solid #C7AD5F;
}

/*author description under post headline*/
.custom .headline_meta{
	color:#ff931e;
}


/*sidebars*/
.custom #sidebar_1 {border-right:none;
	border-left:none;}
.custom #sidebar_2 {border-right:none;
	border-left:none;width:30.2em;}
.custom #sidebars {border-right:none;
	border-left:none;
float:left;
width:29.5em;}


.custom #commentform{
	border-top:2px dotted #FFF2E8;
}

.custom .prev_next{border-top:2px solid #ffffff;}
.custom #footer { border-top: 1px double #ffffff;}

.custom .post_box, .teasers_box {
border-top:1px dotted #ffffff/*FFF2E8*/;
clear:both;
}

.custom input, textarea {
background:#ffffff none repeat scroll 0 0;
}


.cform textarea, .cform input {
width:415px;
}

/*search box*/
.custom input#s.text_input {
	background:#FFFFFF none repeat scroll 0 0;
	width:250px;
}

.custom #archive_info {
border-bottom:2px solid #ffffff;
}

.custom #content_box,
 .custom #column_wrap {
 background:none;
 border-right:none;
}

.custom #column_wrap {
	width:67.7em
}

#column_wrap .sidebar ul.sidebar_list {
	border-right:none;
}

