/*
Theme Name: Samespirit
Theme URI: http://samespirit.net/
Description: Samespirit
Author: Ricky Moorhouse
Author URI: http://samespirit.net/ricky/
Template: thematic
Version: 1.0
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');




/* =Global Elements
-------------------------------------------------------------- */
body {
background: url(http://72.29.66.3/~ssnet/css/top.png) top left repeat-x !important;
font: 12px/16px Verdana,sans-serif;
}

#content {
text-align: center;
}
.post {margin-bottom: 22px;}
.cat-links,.meta-prep,.author,.meta-sep {display: none;}
#branding #blog-title {
background: url(http://72.29.66.3/~ssnet/css/ss-logo.png) top left no-repeat;
width: 100px;
height: 80px;
}
#branding #blog-title span {display: none;}
#branding #blog-description {
position: absolute;
top: 30px;
left: 75px
}
.skip-link {display: none;}
.menu {
position: absolute;
top: 0px;
left: 80px;
}
.menu a {
color: #fff;
text-decoration: none;
padding: 10px;
}


h1,h1 a {
font: 30px/40px Georgia;
color: #AC569B;
text-decoration: none;
clear: left;
}
h2,h2 a {
font: 28px/40px Georgia;
color: #9ebf60;
text-decoration: none;
clear: left;
}
h3,h3 a {
font: 14px/24px Verdana;
color: #ab1159;
text-decoration: none;
clear: left;
}
h4,h4 a {
font: 16px/40px Verdana;
color: #465e8c;
text-decoration: none;
clear: left;
}
*,p,li,dd,pre {
font: 12px/16px Verdana;
}
dt {
font: bold 13px/22px Tahoma;
}
textarea,small,label,input,select{
font: 11px/18px Tahoma;
}
textarea { width: 444px; line-height: 100%;}
code {
display:block;
margin: -11px 0 11px 0;
padding: 11px;
font: 13px/22px "Lucida Console";
background:#fec;
}
code button {margin: 0 3px;}
blockquote {
background: #fea;
padding: 11px;
margin: 11px;
border: 1px solid #cb3;
font: 13px/22px Tahoma;
}
p {margin-bottom: 22px;}
label {float: left;width: 132px;clear: left;}
a {color: #568;}
a:visited {color: #658;}
a:hover {color: #346;}

button {
font: 11px/22px Tahoma;
background: #bcc;
border: 1px solid #9aa;
border-top: 1px solid #dee;
border-left: 1px solid #dee;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


#about{
align: center;
margin: 0 auto;
width: 900px;
}
.person {
width: 180px;
padding: 15px;
float: left;
}

.person img {
padding: 15px 19px 19px 15px;
margin: 0 45px;
background: url(http://72.29.66.3/~ssnet/css/photo-bg.png);
}

#footer {
clear: both;
text-align: center;
font: 10px/20px Verdana;
color: #444;
width: 100%;
}


