﻿/* Nav Styles */

/*#nav .top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image: url(img/nav-home-corners.png);
	background-position: top left;
	overflow: hidden;
}*/

#nav .selectedli
{
	background-color: #000;
	color: #fff;
	background-image: url(img/nav-home-background.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#nav .selectedli A
{
	color: #fff;
}

/* Content Styles */

#content
{
	min-height: 410px;
}

#content > .content
{
	padding: 0;
}

/* Cut-out */

#cut-out
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 560px;
	height: 193px;
	overflow: show;
	background-image: url(img/cutout-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	z-index: 4;
	padding: 22px;
	font-size: 11px;
	color: #999;
}

#cut-out H3
{
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#cut-out P
{
	text-align: right;
	margin: 0 0 8px 0;
}

#cut-out UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cut-out LI
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

#cut-out LI A
{
	font-size: 14px;
	font-weight: bold;
}


/* Help Links */

UL.help-links
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.help-links LI
{
	display: block;
	width: 125px;
	padding: 20px 0 0 50px;
	margin: 0;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	height: 50px;
	font-size: 20px;
	overflow: hidden;
}

.help-links LI A
{
	color: #2976B7;
}

.help-links > .get-started
{
	background-image: url(img/icons/checkmark.png);
}

.help-links > .learn-more
{
	background-image: url(img/icons/questionmark.png);
}

.help-links > .get-help
{
	background-image: url(img/icons/exclamationpoint.png);
}

/* Dividers */

.white-divider
{
	height: 229px;
}

.grey-divider
{
	background-image: url(img/grey-divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 211px;
}

/* Left sidebar */

#left-sidebar
{
	font-size: 12px;
}

#left-sidebar H2
{
	color: #800000;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #B4B4B4;
}

#left-sidebar UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left-sidebar UL LI
{
	display: block;
	margin: 0;
	padding: 0 0 14px 0;
}

#left-sidebar h4
{
    margin:0;
    padding:0;
}

#left-sidebar h4 A
{
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#left-sidebar UL LI .date
{
	color: #666;
	font-weight: bold;
	display: block;
}

#left-sidebar .rss
{
	width: 0px;
	overflow: hidden;
}

/* Right content */

#right-content
{
	font-size: 14px;
	
}
#right-content embed 
{
    height:370px;
                      
 }

#right-content H2
{
	color: #D43B1F;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

#right-content P
{
	margin: 0 0 1em 0;
}

/* Heros */

#home-heros
{
	background-color: #000; 
	height: 332px; 
	position: relative; 
	z-index: 5;
}

#hero-content
{
	width: 457px;
	height: 161px;
	padding: 49px 387px 4px 56px;
	background-image: url(img/home-top-background.jpg);
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

#hero-content H2
{
	font-size: 45px;
	color: #238BC5;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
}

#hero-content P
{
	margin: 0 0 1em 0;
}

#hero-buttons
{
	position: relative;
	width: 900px;
	height: 122px;
	overflow: hidden;
	background-image: url(img/home-top-buttons.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#what-is-graffiti
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 122px;
	display: block;
}

#fast-and-easy
{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 300px;
	height: 122px;
	display: block;
}

#customizable
{
	position: absolute;
	top: 0px;
	left: 600px;
	width: 300px;
	height: 122px;
	display: block;
}

/* set millions of background images */
.graybox-roundedborder { 
	background: url(img/graybox-border-background.png) repeat; 
}
	.graybox-roundedborder-top div { 
		background: url(img/graybox-border-top-left.png) no-repeat top left; 
	}
	.graybox-roundedborder-top { 
		background: url(img/graybox-border-top-right.png) no-repeat top right; 
	}
	.graybox-roundedborder-bottom div { 
		background: url(img/graybox-border-bottom-left.png) no-repeat bottom left; 
	}
	.graybox-roundedborder-bottom { 
		background: url(img/graybox-border-bottom-right.png) no-repeat bottom right; 
	}

/* height and width stuff, width not really nessisary. */
.graybox-roundedborder-top div, .graybox-roundedborder-top, .graybox-roundedborder-bottom div, .graybox-roundedborder-bottom  {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.graybox-roundedborder-body { 
	margin: 15px 15px 15px 15px; 
}
 

.graybox-roundedborder { 
	width: 100%; margin: 1em auto; 
}

.content A {
	font-weight: bold;
}

.showcaseTiles {
	border-style: solid; 
	border-width: 1px; 
	border-color: #404040
}



