/*



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





*/



body.custom {



    background: #f5f5f5;



}



.custom #container {



    margin-top: 2em;



    margin-bottom: 2em;



    padding: 0.3em;



    border: 1px solid #999999;







}



.custom #page {



    background: #fff;



	padding-top: 2em;



}



.custom #header {border-bottom: 1px solid #ddd; background: url("images/header.jpg") no-repeat; }



.custom #header { height: 155px; }



.custom li.widget {margin-bottom: 10px;}



.custom .teaser { text-align: justify; }

.custom .format_text { text-align: justify; }


.custom #content_box {border-top:1px solid #dedede;}
