@charset "utf-8";

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333333;
	background: #0ea0c4 url(../images/main-bg.jpg) repeat-x;
}
.container {
	width: 1000px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/littlegemma-header.jpg) no-repeat;
}

/*HEADER___________________________________________________*/

header {
	background: url(../images/gemma-finnigan-header.jpg) no-repeat;
	height: 203px;
}
header h1 a{
	display: block;
	width: 819px;
	height: 203px;
	text-indent: -9000em;
}
header h1 a:hover, header h1 a:focus{
	border-bottom: 0 none;
}
header h2{
	text-indent: -9000em;
}

/*CONTENT___________________________________________________*/

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 14px;
}
h2, dt {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 14px;
	color: #06598b;
}
p, dd {
	margin-bottom: 14px;
}
a {
	color: #0f8bb7;
	cursor: pointer;
	text-decoration:none;
}
a:hover, a:focus {
	border-bottom: 1px solid #0f8bb7;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
#content {
	background: url(../images/footer-design-top.jpg) no-repeat;
	background-position: center bottom;
}
#left-column {
	float: left;
	width: 210px;
	margin-top: 60px;
}
nav li {
	margin-bottom: 10px;
}
nav li a{
	display: block;
	width: 210px;
	height: 35px;
	background: url(../images/nav.jpg) no-repeat;
	text-indent: -9000em;
}
nav li a:focus, nav li a:hover{
	border-bottom: 0;
}
nav #home a{
	background-position: 0 0;
}
nav #home a:hover, nav #home a:focus{
	background-position: -210px 0;
}
nav #home a:active{
	background-position: -420px 0;
}
nav #services a{
	background-position: 0 -53px;
}
nav #services a:hover, nav #services a:focus{
	background-position: -210px -53px;
}
nav #services a:active{
	background-position: -420px -53px;
}
nav #contact-me a{
	background-position: 0 -107px;
}
nav #contact-me a:hover, nav #contact-me a:focus{
	background-position: -210px -107px;
}
nav #contact-me a:active{
	background-position: -420px -107px;
}
nav #about-me a{
	background-position: 0 -160px;
}
nav #about-me a:hover, nav #about-me a:focus{
	background-position: -210px -160px;
}
nav #about-me a:active{
	background-position: -420px -160px;
}
#list-of-services{
	background: #40a9c7 url(../images/list-of-services-bg.jpg) repeat-x;
	border-radius: 20px;
	-moz-border-radius: 20px;  
    -webkit-border-radius: 20px;
    margin: 20px 20px 20px 0;
    padding: 20px;
}
#list-of-services li{
	margin-bottom: 10px;
}
#middle {
	float: left;
	width: 580px;
}
#middle img#featured {
	margin-bottom: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;  
    -webkit-border-radius: 20px;
}
#middle #gallery{
	margin-bottom: 20px;
	padding-left: 20px;
}
#middle #gallery img{
	width: 104px;
	margin-right: 10px;
}
.window {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;  
    -webkit-border-radius: 20px;
}
.window .article-image{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.window dl dt{
	padding-top: 10px;
}
.window dl dd{
	height: 50px;
}
.window dl img{
	float: left;
	margin-right: 10px;
}
#right-column {
	float: left;
	width: 210px;
	margin-top: 20px;
}
#description {
	background: #0aa4c6 url(../images/side-box-bg.jpg) repeat-x;
	padding: 20px 20px 0 20px;
}
#description h1{
	height: 80px;
	width: 158px;
	background: url(../images/side-box-title.jpg) no-repeat;
	text-indent: -9000em;
}
#description p{
	color: #ffffff;
	padding-bottom: 16px;
}
.tweet{
	background: url(../images/twitter-bird-trans.png) no-repeat;
	background-position: bottom left;
	padding-bottom: 88px;
	margin-bottom: 10px;
	overflow:visible;
}
.tweet ul{
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;  
    -webkit-border-radius: 20px;
}
.tweet ul li{
	padding-bottom: 20px;
}
.clear-float{
	clear:both;
}

/*FOOTER___________________________________________________*/

footer {
	clear: both;
	background: #85eafc url(../images/footer-bg.jpg) repeat-x;
}
footer .container{
	padding: 20px;
	background: url(../images/footer-design-bottom.jpg) no-repeat;
	background-position: center 0px;
	height: 200px;
}
footer p{
	color: #ffffff;
	text-align: right;
}
footer a{
	color: #ffffff;
}
footer a:hover, footer a:focus {
	border-bottom: 1px solid #ffffff;
}
.telephone{
	font-size: 26px;
}


