/*** HTML ELEMENTS ***/
html{margin:0 0 0 0; padding:0 0 0 0;}
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#d3ddd7;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
}
/*** HEADERS/TYPOGRAPHY ***/
h1{
	color:#333333;
	text-decoration:none;
}

h2{
	color:#fff;
	text-decoration:none;
        font-weight:normal;
}


h3{
	color:#333333;
	text-decoration:none;
}

/*** LINKS ***/

a:focus {outline-offset: -1px} /** fixes the firefox active link dotted border bug **/

a:link{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a:active{
        text-decoration:none;
}


a:hover{
	color:#b91c65;
	text-decoration:underline;
}

a img{
	border:none;
}

a:hover h2 {
	color:#b91c65;
	text-decoration:none;
}

/*** DIVS/Important ID's (the generic divs for main content) ***/

#container{
	width:825px;
	min-height:515px;
	margin:0 auto 0;
	background:#c8d5cd;
	border:1px #9F9F9F solid;
}

#header{
	width:825px;
	height:50px;
	margin: -15px auto 0 auto;
	text-align:right;
}

#nav{
	width:150px;
	height:auto;
	margin:100px 25px 0 0;
	border-right:1px #7F7F7F solid;
	float:right;
}

/*** Navigation List style ***/

#nav ul{
	list-style-type:none;
	font-weight:400;
}

#nav ul ul{
	font-size:0.8em;
}

#nav li{
	padding:2px 0 2px 0;
}

ul {
     list-style-type:none;
}

/*** Content Div styles ***/

#content{
     width:575px;
     height:515px;
     margin:0 0 0 35px;
     float:left;
     background: #b8cfd0;
     border-left: 1px #BFBFBF solid;
     border-right: 1px #BFBFBF solid;
     overflow:auto;
     padding:0 0 0 -20px;
}

#content Group_collection.list h2{
        font-size:1.0em;
}
    

#content img{
        margin:0 0 0 -20px;

}

#content .floatRight{
         margin:0 45px 0 0;
}

#content h2{
      margin:0;
      font-size:1.0em;
}

/*** Footer style ***/

#footer{
	width:825px;
	height:25px;
	valign:bottom;
	margin:5px auto 0;
	font-size: 0.7em;
}

#footer img {
        margin:-5px 0 0 0;
}

/*** site option image ***/

#siteoption {
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
}

#siteoption img{
         width: 50%;
        
}




/*** Frontpage style ***/

#homeContent{
      margin:15px 0 0 15px;
}

#homeContent h2{
     font-size:1.2em;
}

#fontpage ul.preview{
	float:left;
    width:475px;
    margin:0 auto;
    vertical-align:center;
}

#frontpage ul.preview li {
    margin:0 auto;
}

#frontpage ul.preview li img {
    clear:both;
	max-height:450px;
    max-width: 450px;
}

/*** Groups/Work style **/

#workList{
    margin: 15px 0 0 20px;
    list-style-type:none;
}

#workList h2 {
     font-size:1.2em;
}

#workList li {
     margin:10px;
}

#workList li h2{
     font-size: 0.9em;
}

#workList p {
      font-size: 0.8em;
      
}

#groups ul.list li {
    color:#775853;
	display:block;
	float:left;
	width:350px;
    padding: 2px 0 5px 0;
}

#groups ul.list li h2 {

	line-height:1.0em;
	text-transform:none;
}

#groups ul.list li h2 a:hover{	
    color:#b91c65;
	text-decoration:underline;
}

#groups ul.list li p {
    font-size:0.8em;
	line-height:0.9em;
	margin:0 0 2px 0;
}

#groups ul.list li img {
	float:left;
	margin:0 10px 0 0;
}

/*** Thumbnail Items ***/

#thumbnails ul.list {
	margin:10px 0 10px 15px;
	overflow:hidden;
}

#thumbnails ul.list li {
	margin:15px 4px 0 4px;
}

#thumbnails ul.list li img {
	margin:0 0 10px 0;
}

#thumbnails ul.list a h2{
        font-size:0.9em;
}

/***Media Item page style***/

#content ul.media_pagination {
    margin:2px 0 2px -10px;
	font-size:0.9em;
}

#media_item {
        width:550px;
	margin:0 25px 0 -20px;
	text-align:left;
        overflow:hidden;
        clear:both;
}

#media_item img {
	max-height:425px;
    max-width:425px;
	margin:3px 0 10px 0;
}

#media_item h2{
    margin:20px 0 15px 35px;
    font-size:1.1em;
}

/*** About page style ***/

#aboutContent h2{
        font-size:1.4em;
}


#aboutContent{
       width:500px;
       height:400px;
       margin: 15px 0 0 15px;
       font-size: 0.8em;
       line-height: 1.2em;
       color:#775853;
}

#aboutContent p{
       margin:30px 0 0 20px;
}

/*** Contact page style***/

#contactContent{
        text-align:left;
        font-size:0.8em;
        margin:15px 0 0 15px;

}

#contactContent h2{
        font-size:1.4em;
}

#contactInfo{
        margin:20px 0 0 20px;
}

#contactInfo ul {
        color:#775853;
}

#contactForm{
        margin:30px 0 0 50px;
}


/*** Contact page form style***/

#contactForm legend{
        display:none;
}

#contactForm div.input input {
        border:none;
        display:block;
	margin:0 0 10px 0;
	padding:3px;
	width:250px;
}

#contactForm div.textarea label {

	display:block;
	margin:0 0 0 0;
}

#contactForm div.textarea textarea {
	border:none;
	height:150px;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:3px;
	width:250px;
}

#contactformfs{
        border:none;
        width:300px;
        font-size:0.8em;
}

#contactForm div.submit input{
        background:#D3DDD7;
        border:1px #FFF solid;
        font-size: 0.8em;
        margin: 0 0 0 9px;
}

/*** CLASSES (Important Classes for emphasis, floats, etc.)***/

.emph{
	color:#775853;
}

.textLeft{
	talign:left;
}

.floatRight{
	float:right;
}

.imp{
	color:#b91c65;
}

.centeredImage{
      margin: 0 auto;
      display:block;
      vertical-align:middle;
}


/*** End CSS Trevor McNaughton ***/