/*
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.

	.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 {background-color:BROWN ; font-size:10px}

#container { border:gainsboro 1px solid ; margin:10px auto; background-color:white ; width:900px}

#tabs li { background: LIGHTGOLDENRODYELLOW }

/* #content {width:500px } on apr 30 2010 saw column 2 break in firefox */



#header { border-bottom: 0px double #ddd; clear: both; margin-bottom:-20px}

#comments {visibility:hidden}

#parfinaction {font-size:16px; color:INDIANRED; padding-bottom:30px; border-bottom:DARKGRAY 1px solid ; margin-bottom:30px} 

#frontcontactinfo {font-size:14px; letter-spacing:1px} 

h1 {font-size:28px ; color:GRAY; font-weight:bold}
h2 {color:redXX}
.headline_area {font-size:6px}
.headline_meta {color:redX ; font-size:11px}
.entry-title {font-weight:bold; padding-bottom:10px; color:black}

#tabs {
font-size:12px
display:block;
width:854px;
background:url(http://www.parf.org/site/img/banner7.jpg) no-repeat;
background-color:white;
padding-top:230px
}


#footer {
display:block;
width:840px; height:120px;
margin:100px 0px -20px 0px;
XXXbackground:url(http://192.168.1.18/wordpress/wp-content/uploads/2009/09/banner2.gif) no-repeat;
background-color:white;
vertical-align:middle;
}


.to_comments {visibility:hidden}

#pagename{font-size:36px ; color:GRAY; font-weight:bold}









