/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

/* to activate delete this line 

//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 14px Georgia, Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:36px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }

to activate delete this line */ 

.section_title {
	position: absolute;
	background: url(../images/portfolio_sectiontitlebg.gif);
	width: 500px;
	height: 35px;
	padding: 22px 0 0 20px;
	margin: -7px 0 10px -10px;
	font: bolder 16px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

.accordion  {
	width: 500px;
	padding-top: 47px;
}

.accordion p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

.accordion a {
	background: url(../images/portfolio_titlebg.gif);
	height: 16px;
	cursor: pointer;
	display: block;
	padding: 12px 15px;
	margin-top: 0;
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
}

.accordion a:hover {
	background: url(../images/portfolio_titlehoverbg.gif);
}

.accordion a.selected {
	background: url(../images/portfolio_titleselectedbg.gif);
	color: #FFFFFF;
}

