/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 02
  2 Column Fixed - menu integrated
	Sidebar on left
  -----------------------------------
*/
body {
	background-color: #fff;
	background-image: url(../images-gaffiti/graf-pbgtexture.jpg);
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images-gaffiti/graf_pbg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	background-color: #8b9db4;
}
#logo {
	background-image: url(../images-gaffiti/graf_logo1.png);
	background-repeat: no-repeat;
	height: 125px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 925px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 925px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 925px;
	padding: 2.5em 0 0 0;
	background-repeat: no-repeat;
	background-position: right top;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: right;
	width: 715px;
}
#sidebox {
	float: left;
	width: 200px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 5px 5px 5px 10px;
	background-image: url(../images-gaffiti/graf-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#maincontent p{
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
}
.callout {
	float: left;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 0;
	color: #FFF;
}
#sidecontent p{
	line-height: 1.5em;
	margin: 12px 0;
	color: #000;
	font-size: small;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.25em;
	letter-spacing: 0.3em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	font-size: 1.15em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.05em;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 925px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	background-color: #8b9db4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
	text-align: center;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #8D9298;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #ffffff;
	color: #617E67;
	text-decoration: overline;
	}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
#alpha-1 a:hover {background-color: transparent;}

/* from old css */

.whitebold { font-weight: bold; color: #ffffff; }
.whitelink { color: #ffffff; }
.redbold { font-weight: bold; color: #FF0000; }
.redsmall { font-size: small; color: #FF0000; }
.purple { color: #9900FF; }
.green {
	color: #0C3;
}
.darkpink { color: #FF00CC; }
.darkpurple { color: #63C; }
.backlink { font-size: small; text-align: right; }
.copyrightfooter { font-size: small; text-align: right; }
.backlink { font-size: small; text-align: right; }
.adopted_date { font-size: small; text-align: right; }
.footer { font-size: small; text-align: center; color: #FF0000; }
.header { font-size: small; }

.addthis_toolbox .vertical
{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a
{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}
li.f2jnag {
	display:none;
}
