@charset "utf-8";

body
{
	background:#1B1E2D top center url('../images/body_bkgnd.jpg') no-repeat;
	color:#666666;
	padding-top:0;
	margin:0;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:12px;
	line-height:1.4em;
	text-align:center;
}

a.normal
{
    border:0;
	color:#0592C7;
    display:inline-block;
    padding-bottom:1px;
	text-decoration:none;
}

a.normal:HOVER, a.normal:ACTIVE, a.normal:FOCUS
{
	border-bottom:1px dashed #0592C7;
    padding-bottom:0;
    text-decoration:none;
}

p
{
    padding-bottom:8px;
}

.content_title
{
    display:block;
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:10px;
}
.content_title2
{
    display:block;
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:5px;
}

ul.bulleted
{
    margin-left:20px;
}
ul.bulleted li
{
    list-style-image:url("../images/portfolio_list_bullet.png");
    list-style-type:square;
}
/*style for inner-text headings (ex: Category, Year, etc.)*/
span.heading
{
    font-weight:bold;
    padding-top:5px;
}





/* FANCYBOX AJAX BOX STYLES */
div.fancybox_ajax_container
{
    padding: 15px 30px 30px 30px;
    text-align:left;
    width:700px;
}
div.fancybox div.body
{
    display:inline-block;
    width:100%;
}

