/* ---------------------------------------
	CSS Stylesheet for http://www.marycollin.co.uk
--------------------------------------- */


/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: Helvetica, "Trebuchet MS", Tahoma, Serif;
background-color: #3C0024;
background-image: url('../images/bg1.jpg');
background-repeat: repeat-x;
background-position: top center;
font-size: 0.75em;
color: white;
text-align: center;
}

/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p{
line-height: 170%;
margin-bottom: 15px;
}

li{
list-style-position: inside;
list-style-image: url('../images/tick.gif');
margin-bottom: 13px;
}

img{
border: none;
}
/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: #ffa5db;
text-decoration: none;
}

a:active{
color: #ffa5db;
text-decoration: none;
}

a:visited{
color: #ffa5db;
text-decoration: none;
}

a:hover{
color: #ffa5db;
text-decoration: underline;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
font-weight: normal;
margin-bottom: 15px;
}

h2{
font-weight: normal;
margin-top: 20px;
margin-bottom: 12px;
font-style: italic;
}

h3{
;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */
form{
margin-top: 25px;
}

input[type=text]{
padding: 5px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 13px;
color: gray;
margin-top: -3px;
z-index: 1;
}

select{
padding: 4px 4px 4px 3px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 13px;
color: gray;
margin-top: -3px;
margin-bottom: 20px;
width: 282px;
}

.contactinput{
padding: 5px;
border: 1px solid lightgray;
background-color: 1px solid creme;
width: 270px;
font-family: Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 16px;
color: gray;
margin-top: -3px;
z-index: 1;
}

.conttxtarea{
width: 270px;
padding: 5px;
font-family: Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 13px;
color: gray;
margin-top: -10px;
}

.contactsubmit{
margin-top: -3px;
padding-left: 0px;
}

/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: 978px;
margin-left: auto;
margin-right: auto;
}

/* ---------------------------------------
	SIDEBAR
--------------------------------------- */
#sidebar{
width: 330px;
padding: 20px;
float: left;
margin-top: -20px;
color: white;
text-align: center;
}

.menubox img{
margin-bottom: 10px;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */
#header{
margin-bottom: 10px;
position: relative;
z-index: -1;
}

#content{
width: 550px;
margin-top: -100px;
padding-right: 40px;
text-align: left;
float: left;
}

.resources-icon{
margin: 20px 5px 0px 5px;
}

.external-highlight{
padding-top: 15px;
width: 100%;
}

.external-highlight img{
float: left;
padding-right: 15px;
}

.external-highlight h2{
margin: 5px 0px 10px 0px;
font-style: normal;
}

.link-category{
color: lightgray;
font-size: 0.7em;
}

#contact-details{
float: right;
width: 230px;
margin: 10px 0px 10px 15px;
padding: 0px 0px 0px 15px;
font-size: 1.3em;
}

/* ---------------------------------------
	twitter
--------------------------------------- */

#twitter-box{
width: 200px;
margin-left: 15px;
margin-bottom: 10px;
float: right;
padding: 10px;
border: 1px solid #33ccff; /* 91316b */
}

#twitter-box a{
color: #33ccff;
}

#twitter-box img{
margin-bottom: 10px;
}

#twitter_update_list{
list-style-type: none;
}

#twitter_update_list li{
line-height: 130%;
}


/* ---------------------------------------
	FOOTER
--------------------------------------- */
#footer{
width: 978px;
font-size: 0.9em;
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #423640;
}

#footer-left{
width: 689px;
float: left;
text-align: left;
}

#footer-right{
width: 289px;
float: left;
text-align: right;
}