/*
	Theme Name: Strawberry Bookworm
	Theme URI: http://www.scribbledwall.com
	Description: Designed by Frankie Biscuit. Please do not steal.
	Version: 1.0
	Author: Frankie Biscuit
*/

body{
	text-align: center;
	background: #FF1200;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:.7em;
	margin:0px;
}

body a{
	text-decoration:none;
}

img{
	border-style: none;
}

span
{
	display: none;
}

.header {
	background:#000;
	border-bottom:#fff solid 8px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#headerimage {
	display: block;
	width: 322px;
	height: 50px;
	margin: auto;
	background: url("graphics/header.png") no-repeat center center;
}

#ustwo {
	width:1000px;
	background: url("graphics/centerpic.png") no-repeat center center;
	padding-top:60px;
	padding-bottom:60px;
	margin: auto;
}

#ustwo p{
	line-height:2em;
	letter-spacing:.15em;
}

.ustwoimage {
	width: 980px;
	height: 41px;
	margin-bottom:70px;
	background: url("graphics/about.png") no-repeat top left;
}

#francomanco {
}

#franco {
	text-align:center;
	float:left;
	width: 200px;
	padding-top:40px;
	padding-bottom:60px;
	background: url("graphics/biscuit.png") no-repeat bottom center;
}

#manco {
	text-align:center;
	float:right;
	width: 200px;
	padding-bottom:60px;
	background: url("graphics/quinn.png") no-repeat bottom center;
}

.manna {
	height: 38px;
	background: url("graphics/manna.png") no-repeat top center;
}

.frankie {
	height: 32px;
	background: url("graphics/frankie.png") no-repeat top center;
}

.columnbreaker {
	clear:both;
}

.shebang {
	color:#fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.6em;
	line-height:2em;
	letter-spacing:.1em;
	background:#000;
	border-top:#fff solid 8px;
	border-bottom:#fff solid 8px;
	text-align:center;
}

.shebang a {
	color:#fc0;
	font-weight:normal;
}

.shebang a:hover {
	color:#fff;
}

.sbsections {
	width:750px;
	margin:auto;
	margin-top: 0px;
	text-align:justify;
}

.sectiontitle {
	text-align:left;
	font-size:36px;
	padding-left:80px;
	line-height:1em;
}

.sectiontitle small{
	font-size:24px;
}

.profilename {
	font-size:18px;
	line-height:1em;
}

.profilesummary {
	font-size:12px;
	line-height:1em;
	margin-top:-15px;
}

.profilelinks{
	font-size:11px;
	line-height:1em;
	margin-top:-10px;
	margin-bottom:25px;
}

.sectionfooter{
	font-size:16px;
	line-height:1.7em;
	padding-top:130px;
	padding-bottom:80px;
	text-indent:30px;
}

.swdescript {
	padding-top:50px;
	padding-bottom:70px;
}

.annamprofile p{
	text-align:right;
}

.kiwiprofile p{
	text-align:right;
}


.annamprofile .profilename{
	padding-top:135px;
	background: url("graphics/annamcartoon.png") no-repeat top right;
}

.mikeprofile .profilename{
	padding-top:155px;
	background: url("graphics/mikecartoon.png") no-repeat top left;
}

.kiwiprofile .profilename{
	padding-top:145px;
	background: url("graphics/kiwicartoon.png") no-repeat top right;
}
.profiledescriptm{
	font-size:12px;
	line-height:1.7em;
	padding-bottom:40px;
	margin-bottom:-20px;
	background: url("graphics/mannawhite.png") no-repeat bottom right;
}

.profiledescriptf{
	font-size:12px;
	line-height:1.7em;
	padding-bottom:40px;
	margin-bottom:-10px;
	background: url("graphics/frankiewhite.png") no-repeat bottom right;
}

.profiledescriptk{
	font-size:12px;
	line-height:1.7em;
	padding-bottom:40px;
	margin-bottom:-20px;
	background: url("graphics/cryptourniquetwhite.png") no-repeat bottom right;
}
.footer {
	text-align:center;
	letter-spacing:.15em;
}

.footer a{
	width:600px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:15px;
	color:#fff;
}

.footer a:hover{
	color:#ffcc00;
}

.hearto {
	float:center;
	height:126px;
	width:108px;
	margin:auto;
	margin-top:-48px;
	padding-bottom:20px;
	background:url("graphics/heart.png") no-repeat top center;
}

/*####################### ROLL OVER NAV BUTTONS #################################*/
#home
{
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	width: 144px;
	height: 21px;
	background: url("graphics/homebutton.png") no-repeat 0 0;

}

#home:hover
{ 
	background-position: 0 -21px;
}

#home span
{
	display: none;
}
/*#############################################################################*/