@import url("reset.css");
/*
Theme Name: Stay-see
Theme URI: www.stay-see.com
Description: my personal page
Author: Stacy Prendeville
Author URI: www.stay-see.com

/*


[Table Of Contents]

External CSS - Reset + Global

	1- Global Layout
	2- Headings
	

*/

/* =1 Global Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	font: normal 62.5%/1 Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	color: #333;
	text-align:center;
	background: #454425 url(imagery/bg-web.png) repeat-x;
}
#header {
	height: 420px;
}

#main {
	margin:0 auto;
	width:960px;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	background: url(imagery/h2_text.gif) no-repeat right 130px;
}
.admin {
	float: right;
	width: 630px;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	color: #403F21;
	font: 1.4em/1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	position: relative;
	background: #FFF;
	margin-bottom: 20px;
}
#sidebar-a {
	width: 670px;
	float: left;
	font-size: 0.9em;
}
#aboutme {
	float: left;
	width: 325px;
}
#services {
	float: right;
	width: 300px;
}
#sidebar-b {
	float: right;
	width: 270px;
	background: url(imagery/contact-bg.png) no-repeat;
	color: #A49C63;
}
#mycontent {
	width: 600px;
	float: left;
	padding-left: 30px;
}

#footer {
	background: url(imagery/footer_bg.gif);
	text-align: left;
	color: #625E38;
	clear: both;
	height: 185px;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer #footer_inner {
	margin: 0px auto 0px;
	width: 960px;
	padding-top: 155px;
}
#services ul {
	
}
#services ul li {list-style: url(imagery/bullet-web.png) inside; 
	padding-top: 2px;
	padding-bottom: 3px;
}

#portfolio {
	margin: 0px auto;
	width: 960px;
	padding-top: 35px;
}
#content-bg {
	background: #3A9DB4 url(imagery/content-bg-web.png) repeat-x;
}

#language {height:20px;text-align:right;}


/* =2 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#header .admin h1 {
	background: url(imagery/h1.gif) no-repeat 0px 27px;
	height: 52px;
	width: 630px;
	text-indent: -9999px;
}

#main #centrepiece .admin h2 {
	background: url(imagery/h2_text.gif) no-repeat 0px 32px;
	display: block;
	height: 324px;
	width: 630px;
	text-indent:-9999px;
}




.align-left-headings {
	float:left; padding-left:10px;
}#portfolio_bg {
	background: url(imagery/portfolio-bg.jpg) repeat-x;
	height: 186px;
}
.align-right-logo {
	text-align: right;padding-left:16px; 
}
h3 {margin-bottom:14px;
	margin-top:14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #00A3BB;
	border-bottom: 1px solid #00899D;
}
.rightpad {
	padding-right: 10px;
}
a, a:link {
	color: #EEEBDE;
	text-decoration: underline;
}
