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

/*	Colors used on site : 

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

*/

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

img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}





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

#header {
    position: relative;
    width: 950px;
    height: 200px;
}

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

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

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


#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: 750px;
    height: 140px;
    position: absolute;
    top: 230px;
    left: 100px;
    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 {
    font-size: 2.1em;
    color: #a8c6c2;
 }

 .strapline {
	position: absolute;
	top: 60px;
	left: 120px;
	font-size: 60px;
	color: #fff;
}




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

#footer a:link, #footer a:visited {
	color: #a8c6c2;
	text-decoration: none;
	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;
}


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


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



/*------------------------------
			IMAGES
-------------------------------*/

#content img {
  float: left;
  border: 10px solid #fff;
  margin: 20px 40px 20px 0;
}

#content .largethumb {
  margin: 40px;
}



/*------------------------------
			FORMS
-------------------------------*/



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

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

}

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

.date {
   width: 120px;
}

.location {
   width: 290px;
}

.event {
   width: 200px;
}

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

.thumbs {
  padding-left: 0;
}


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