html
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body
{
	width: 100%;
	min-width: 960px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('../_img/Bricks.png');
}

div, span, img, p, ul, li
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

a:focus
{
	-moz-outline-style: none;
}

hr
{
	width: 500px;
	margin: 20px auto;
	color: #ccc;
	background-color: #ccc;
	border: none;
	height: 1px;
}

object
{
	outline: none !important;
	border: none !important;
}

code
{
	font-size: 1.2em;
}

kbd
{
	border: 1px solid #555;
	border-radius: 4px;
	padding: 0 2px;
}

.clearFloat
{
	clear: both;
	height: 0;
	line-height: 0;
}

#menuSign
{
	position: fixed;
	width: 135px;
	height: 54px;
	left: 820px;
	top: 120px;
	background: transparent url('../_img/Menu.png') 0 0 no-repeat;
}

#twitterFlash
{
	width: 350px;
	height: 175px;
	position: fixed;
	top: 0;
	left: 610px;
	z-index: 200;
}

#heresy
{
	position: absolute;
	width: 809px;
	height: 203px;
	background: transparent url('../_img/heresy.png') 0 0 no-repeat;
	z-index: -100;
	display: none;
}

#topWrapper
{
	padding-left: 2px;
	width: 825px;
	height: 225px;
}

#flashHeader
{
	padding-left: 1px;
}

#mainWrapper
{
	width: 800px;
	padding: 0 15px 20px 12px;
	position: relative;
	background: transparent url('../_img/Paper_Mid.png') 0 0 repeat-y;
}

#paperBottom
{
	width: 825px;
	height: 25px;
	margin-bottom: 20px;
	background: transparent url('../_img/Paper_Bottom.png') 0 0 no-repeat;
}

#mainContent,
#ajaxStaging
{
	font-family: "Trebuchet MS", "Avant Garde", Verdana, Sans-Serif;
	font-size: 15px;
	padding: 10px 50px 30px 70px;
}

#ajaxStaging {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 680px;
	height: auto;
}

#mainContent h2,
#ajaxStaging h2
{
	margin-left: -35px;
	padding-left: 35px;
	background: transparent url('../_img/ColonSlash.png') 0 3px no-repeat;
	display: block;
	position: relative;
}

#mainContent h3,
#ajaxStaging h3
{
	padding-left: 35px;
	background: transparent url('../_img/Underscore.png') -1px 14px no-repeat;
	font-size: 18px;
}

#mainContent h3 a,
#ajaxStaging h3 a
{
	color: #000;
	font-size: 1em;
	text-decoration: none;
}

#mainContent h3 a:hover,
#ajaxStaging h3 a:hover
{
	color: #f3a;
	text-decoration: none;
}

img.portfolio_img
{
	border: 1px solid #ccc;
}

a:hover img.portfolio_img
{
	border: 1px solid #f3a;
}

#mainContent p,
#ajaxStaging p
{
	margin: 20px 0;
}

#mainContent p a,
#ajaxStaging p a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#mainContent p a:hover,
#ajaxStaging p a:hover
{
	color: #f3a;
	text-decoration: none;
}

a.backLink
{
	display: block;
	float: right;
	padding-left: 30px;
	margin-bottom: 30px;
	background: transparent url('../_img/LessThan.png') 0 4px no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.backLink:hover
{
	color: #f3a;
	text-decoration: none;
}

img.workinprogress
{
	position: absolute;
	left: 450px;
	margin-top: -30px;
	z-index: 10000;
}

#twitWrapper
{
	width: 19px;
	height: 25px;
	position: absolute;
	bottom: 20px;
	overflow: hidden;
}

#twitter
{
	width: 19px;
	height: 25px;
	background: transparent url('../_img/Twitter.png') 0 0 no-repeat;
	position: absolute;
	bottom: 0;
}

#speechbubble
{
	width: 240px;
	height: 87px;
	padding: 15px 30px 15px 30px;
	background: transparent url('../_img/speechbubble.png') 0 0 no-repeat;
	position: absolute;
	bottom: 5px;
	left: 25px;
	display: none;
}

#speechbubble p
{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#speechbubble p a
{
	color: #f3a;
	text-decoration: none;
}

#tweetTime
{
	color: #666;
	font-size: 0.8em;
	font-style: italic;
	float: right;
}

.moreLink
{
	display: block;
	width: 42px;
	height: 23px;
	background: transparent url('../_img/moreArrow.png');
	position: absolute;
	top: 0;
	right: 0;
}

a.portfolio_link
{
	position: relative;
	display: block;
	outline: none !important;
}

.p_tooltip
{
	position: absolute;
	left: 460px;
	top: 50px;
	display: none;
}

.p_tooltip_left
{
	display: block;
	width: 45px;
	height: 23px;
	position: absolute;
	background: transparent url('../_img/p_tooltip_left.png') 0 0 no-repeat;
}

.p_tooltip_main
{
	display: block;
	width: 120px;
	min-height: 23px;
	top: -40px;
	left: 45px;
	background-color: #000;
	position: absolute;
}

.p_tooltip_main ul li
{
	list-style-type: none;
	margin: 5px 10px;
}

.p_tooltip_main ul li img
{
	border: 1px solid #fff;
}

.p_tooltip_main ul li img.selected
{
	border: 1px solid #FF00FF;
}




