﻿/*

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!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



body.custom

{

background:url(http://www.julietaustin.com/images/bg.gif);

background-repeat: repeat-y;

background-position:center;

}
.custom td p{
	padding-left: 5px;
	padding-right: 5px;
	border:none;}
	
.custom .no_sidebars #content {
	width: 870px; }
	

.custom #footer td p {padding:0px;}

#content-land

{
margin:0 0;
width: 100%;

float: left;

}

.format_text-home
{
	margin:0 0;
	padding:10px 35px 10px 35px;
}

.custom #page {width:881px;}



.homepage ul#topnav {

	display:none;

}



.homepage #footer {

	display:none;

}

	
.custom #content li { padding-bottom: 10px; list-style-type: disc;}


.custom .sidebarsignupform { 

height:460px;

border-bottom:none;

background:url(http://www.julietaustin.com/imagesnew/sign-up-form-bare2.png) center  no-repeat; 

}
.custom .sidebarsignupform-land { 

height:320px;

border-bottom:none;

background:url(http://www.julietaustin.com/imagesnew/sign-up-form-land.png) center  no-repeat; 

}



.custom h1 {

	padding-top: 20px;

	padding-bottom: 15px;
	font-weight:normal;
	


}


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

.custom h1 a:hover{
	text-decoration: underline;
	}


.custom h2 {

	padding-top: 0px;

	padding-bottom: 6px;
	
font-weight:normal;
 color: #294e88;

}

.custom h3 {
	font-weight:normal;
	 color: #294e88;
}

.custom h4 {
	font-weight:normal;
	padding-top: 3px;
	font-size:16px;
}

.custom p {font-size:14px;
}

.custom .format_text p

{
margin-top:6px;
margin-bottom: 12px;
}


.custom .format_text h2 

{
margin-top:6px;
margin-bottom: 6px;
}



/*2nd nav menu */

.custom ul#topnav 

{

border-style: none;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

background:#E4E4E4 none repeat scroll 0 0;

width: 100%;

float: left;

}



.custom ul#topnav li { float: left; padding: 3px 10px 3px 10px; }

.custom ul#topnav li a { font-size: 1.1em; color: #000000; }

.custom ul#topnav li a:hover { text-decoration: underline; } 

/*END 2nd nav menu */





.custom #header { 

padding:0;

border-bottom:none;

height:239px;

padding-top:0;

padding-bottom:0;

padding-right:0;

background:url(http://www.julietaustin.com/imagesnew/header.png) center no-repeat; 

}



.custom .sidebar ul.sidebar_list

{

padding-right:5px;

}



.custom #footer

{

padding: 40px 0 0 0;

border-right-style-value: double;

border-bottom-style: double;

border-left-style-value: double;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-top-color: #ffffff;

border-right-color-value: #dddddd;

border-bottom-color: #dddddd;

border-left-color-value: #dddddd;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

text-align: right;

clear: both;

padding-left:0;

}


.custom blockquote 

{

background-color: #f2f2f2;

font-size:11px;

padding:10px;

}

.custom blockquote p

{



font-size:11px;



}

.custom blockquote img
{
	padding: 10px;
}

{

background-color: #f2f2f2;

font-size:11px;

padding:10px;

}



.custom .format_text img

{
margin:5px 5px 5px 5px;

}




.custom .menu, .menu a, .menu li ul 

{

	padding:0;

	float:inherit;

	overflow:hidden;

}

.custom .menu, .menu a, .menu li ul 

{

	background-color:#FFF;

	border-top:none;

	border-bottom:none;

	padding-top:5px;

	padding-bottom:5px;

border-right:none;

border-bottom-style: none;

border-left-style-value: solid;

text-transform: lowercase;

font-size: 12px;

line-height: 1.273em;

padding-right: 0.57em;

padding-left: 0.59em;







}



.custom .menu a:hover

{background-color:#FFF;

	color:#C39;

	text-decoration:underline; }



.custom h1{ 

 font-size: 22px;
 color: #294e88;

}

.custom h5{ 

 font-size: 20px;
 color: #294e88;
 text-decoration:none;
 text-transform:none;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
 font-weight:normal;

}

.custom h5 a{ 

 font-size: 20px;
 color: #294e88;
 text-decoration:none;
 text-transform:none;


}


.sidebarsignupform { 

height:460px;

border-bottom:none;

padding:0;

background:url(http://www.julietaustin.com/imagesnew/sign-up-form-bare2.png) center left no-repeat; 

}



.footergreybox { 

border-bottom:none;

height:161px;

padding-top:0;

padding-bottom:0;

background: url(http://www.julietaustin.com/imagesnew/footer.png) center left no-repeat;



}





	



#apDiv1 {

	position:absolute;

	left:620px;

	top:6px;

	width:259px;

	height:124px;

	z-index:1;

	background:url(http://www.julietaustin.com/imagesnew/footer-dividers.png) center left no-repeat;

}



#content_box { background:none; }



.custom .headline_area h1 {margin-top:-30px;}

.custom #content {width:485px;}

.custom #sidebars {width:390px;}


/*---:[ remove page title from main content area ]:---*/
.custom .headline_area {
position:absolute;
top:-1500px;
left:-1500px; }


/*---:[ nudge post title position in main content area ]:---*/
.custom .post_box { padding-top: 1em; }


.custom #footer a:hover 
{
color:#5a68be;

}
.custom #footer a 
{
	border-bottom:none;

}

.mybutton {
width: 30px;
}


.mybutton2 {
width: 80px;
}

.custom .format_text input, #commentform input, #commentform textarea {
	width: 100%;}
	
.custom .format_text #content-free {list-style:none;}