/*	CSS Document for Sarah Pressland
	Designed by The Number 27
	Designer name : Matt

/*	Colors used on site : 

body : #b5cecb
header : #
footer : #
links : #
text : #
other :

*/

/*------------------------------
			GLOBAL
-------------------------------*/
body {
	font-family: verdana;
	background: #a0c0bc;
	font-size: 62.5%;
    margin: 0;
}

img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}





/*------------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 1100px;
	margin: 0 auto;
}

#header {
    position: relative;
    width: 1100px;
    height: 120px;
}

#navcontainer {
    float: left;
    width: 150px;
    height: 418px;
    margin-top: 20px;
}

#content {
    float: left;
    width: 850px;
    margin-left: 100px;
}

#textbox {
  width: 435px;
  float: left;
  margin-right: 40px;
}

.gallery {
    height: 680px;
}

#base {
    clear: both;
    width: 100%;
    background: url(../images/basebg.jpg) repeat-x;
    height: 425px;
}

#footer {
    width: 950px;
    height: 225px;
    margin: 0 auto;
    position: relative;
}


#footertext {
    width: 900px;
    height: 140px;
    position: absolute;
    top: 220px;
    left: 25px;
    text-align: center;
}



/*------------------------------
			NAVIGATION
-------------------------------*/
#navcontainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



/*------------------------------
			TEXT
-------------------------------*/
 p {
    font-size: 1.6em;
    color: #fff;
    line-height: 1.6em;
 }

 #footertext p {
    color: #84aeaa;
 }


/*------------------------------
			LISTS
-------------------------------*/

#content ul {
    margin: 0;
    padding: 0;
}

#content li {
    list-style: none;
    font-size: 1.6em;
    color: #fff;
    line-height: 1.8em;
}


/*------------------------------
			LINKS
-------------------------------*/

#footer a:link, #footer a:visited {
	color: #84aeaa;
	text-decoration: underline;
	font-weight: lighter;
}

#footer a:hover {
	color: #000;
}

#footer .active a {
	color: #000;
}

#content a:link, #content a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: lighter;
}

#content a:hover {
	color: #000;
}

#content .active a {
	color: #000;
}

/*------------------------------
			HEADINGS
-------------------------------*/

h1 {
   font-size: 26px;
   font-weight: lighter;
   color: #fff;
}

h1.strapline {
    margin: 40px 0;
    padding: 0;
	font-size: 60px;
	color: #fff;
    text-align: center;

}
h2 {
    font-size: 20px;
    color: #fff;
}


#footer h3 {
   font-size: 1.6em;
   color: #a8c6c2;
   font-weight: normal;
   padding-top: 390px;
   text-indent: 310px;
}

h4 {
   font-weight: lighter;
   color: #777;
   font-size: 1.1em;
}


/*------------------------------
			IMAGES
-------------------------------*/
#content .blank {
  border: none;
}
#content img {
  float: left;
  border: 10px solid #fff;
  margin: 20px 40px 0 0;
}
#content img.profile {
    margin-right: 0;
}

#content .largethumb {
  margin: 40px 70px;
}


/*------------------------------
			FORMS
-------------------------------*/
.contactform {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    color: #fff;
}

.contactform fieldset {
    border: none;
    float: left;
    width: 250px;
    margin: 0 20px 0 0;
    padding: 0;
}

.contactform label {
    width: 250px;
    float: left;
    padding: 10px 0;
}

.contactform input {
    width: 250px;
    float: left;
    height: 22px;
    color: #fff;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    background: none;
}
.contactform textarea {
    width: 250px;
    height: 150px;
    border: 1px solid #fff;
    font-size: 1em;
    padding: 2px;
    color: #fff;
    font-family:  Verdana, sans-serif;
    margin-top: -1px;
    margin-bottom: 10px;
    background: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.contactform .button {
    background: #fff;
	width:125px;
	height:31px;
    border: none;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
    font-size: 1.4em;
    color: #a0c0bc;
    padding: 0 10px;
    cursor: pointer;
    margin-top: 30px;
}


/*------------------------------
			TABLES
-------------------------------*/
table {
    padding: 15px 5px 10px 15px;
}

table td {
    padding-bottom: 15px;
    border-top: 1px solid #fff;
    vertical-align: top;

}

#diary-dates {
   font-size: 1.6em;
   text-align: left;
   color: #fff;
   padding: 0;
   margin: 0;
}

.date {
   width: 135px;
}

.location {
   width: 240px;
}

.event {
   width: 220px;
}

.thumbs td {
  border: none;
  text-align: left;
}

.thumbs {
  padding-left: 0;
}


/*------------------------------
			MISC
-------------------------------*/
