
body {	
	background-color: #ffffff;
	text-align: left;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 15px;
	color: #6f6f6f;
}


#wrap 
{
    	margin: 50px auto;
    	width: 884px;
}

#photog 
{
	width: 707px;	
	padding: 0px 0 0 5px;
}

#content
{
	margin: 20px 121px 20px 55px;
	width: 707px;
	align: center;
	text-align: center;
}

#boxwrap
{
	margin: 0px;
	width: 884px;
	text-align:left;
}


div.boxleft {
	float: left;
	height: 150px;
	width: 370px;
	background: #e9e9e9;
	text-align: left;
	display: block;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

div.boxright {
	float: right;
	height: 150px;
	width: 370px;
	background: #e9e9e9;
	text-align: left;
	display: block;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

div.boxwhole {
	width: 707px;
	background: #e9e9e9;
	height: auto;
	display: block;
	padding: 0 10 10 10;
}


.footer {
	width: 707px;
	height: 28px;
	background: url('/images/separator.gif') no-repeat top left;
}


.leftcolumn
{
	float: left;
	font-size:13px;
}

.rightcolumn
{
	float: right;
	font-size:13px;
	text-align:right;
}

.box {
	margin-top: 200px;
	font-size: 18px;
	color: #6f6f6f;
	line-height: 15px;
}

.submit {
	margin-left: 50px;
	margin-top: 50px;
	color: #6f6f6f
}

.tiny {
	font-size:13px;
	margin-top:3px;
	}

.icelandic 
{
	font-size: 14px;
	color: #999999;
}


.somethingelse {
	font-family: 'Trebuchet MS', Arial, sans-serif;		
	font-size:15px;
	color: #6f6f6f;
	padding: 0px;
	margin: 0px;
}	

.button {
	font-family: 'Trebuchet MS', Arial, sans-serif;		
	border: 1px solid #a5acb2;
	font-size:15px;
	color: #6f6f6f;
	background-color: #ffffff;
	height: 24px;
	vertical-align:top;
	
}

.button:hover {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	border: 1px solid #a5acb2;
	font-size:15px;
	color: #ffffff;
	background: url('/images/button-hover.jpg') no-repeat top left;
	height: 24px;
	vertical-align:top;
}


.button2 {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	border: 1px solid #a5acb2;
	font-size:15px;
	color: #6f6f6f;
	background-color: #ffffff;
	height: 24px;
	vertical-align:top;
	
}

.button2:hover {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	border: 1px solid #a5acb2;
	font-size:15px;
	color: #ffffff;
	background: url('/images/button2-hover.jpg') no-repeat top left;
	height: 24px;
	vertical-align:top;
}


.formline {
	display:inline;
}

label.error {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	color: #6e6e6e;
	font-size: 14px;
	padding: 5px 5px 10px 5px;
	text-transform: lowercase;
}


.updated {
	
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	float: left;
	width: 100%;	

}

/* H E A D L I N E S */

	
h1, h2, h3 {
	text-decoration:none;
}

h1, 
h1 a{
	color: #6e6e6e;
	font-size: 20px;
}


/* S O U N D C L O U D */

	
.soundcloud{
	height: 18px;
}

.soundcloudwrapper {
	height: 30px;
	width: 300px;

	background-color: #d2d2d2;

}




/* P A R A G R A P H S */

.label1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	font-size: 15px;
	color: #6f6f6f;
	line-height: 15px;
	padding-right: 10px;
}


.i {
	font-style: italic;
}


/* L I N K S */
a img 
{
        border: none;
}

a {

        outline: none; /* Removes Firefox imposed outline */
	background-image: url(/images/arrow.gif) margin-left: 10px;            
}


a:link 
{
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
}
a:visited 
{
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
}
  
a:hover 
{
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
}
  
a:active 
{
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
}



/* --------------------------------------------------------------------------------- 
		PHOTO GALLERY
		courtesy of paul maher
		www.paulmaher.com
--------------------------------------------------------------------------------- */
ul.thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	display: inline;
	border: 1px solid #c7c7c7;
	padding:3px;	
	margin-right: 5px;
	margin-bottom: 10px;
}

ul.thumbs li:hover {
	
	border: 1px solid #333333;
	
}

ul.thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}


ul.thumbs a{
	display:block;
	float:left;
	width:75px;
	height:75px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
	



/* opacity */