/*
Theme Name: Gnarwhal Studios
Theme URI: http://www.GnarwhalStudios.com
Description: A portfolio theme for Gnarwhal Studios.
Version: RC1
Author: Max Temkin
Author URI: http://Maxistentialism.com
Tags: simple, grey, gnarwhal
*/

*{
margin: 0px;
padding: 0px;
}

p{
font-family: Lucida Grande, trebuchet, arial, sans-serif;
font-size: 11.5px;
color: #4e565f;
line-height: 20px;
margin-top: 25px;
}

a{
color: #0090cd;
text-decoration: none;
}

a img{
border: none;
}

body{
background: #d1d7d5 url(/images/topBKGRND.gif) top center repeat-x;
}

div#wrapper{
width: 960px;
margin-left: auto;
margin-right: auto;
}

div#navigation{
height: 49px;
width: 960px;
padding-top: 135px;
background: url(/images/header.gif);
background-repeat: no-repeat;
text-align: center;
#margin-bottom: 10px;
}

div#leftcolumn{
float: left;
width: 500px;
min-height: 650px;
padding-left: 50px;
padding-right: 35px;
}

	div#one{
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
	}
	
	div#two{
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	float: right;
	}
	
	div#three{
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	}
	
	div#four{
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	}
	

div#rightcolumn{
width: 375px;
background: url(/images/gnestor.png);
float: right;
min-height: 650px;
}

div#footer{
border-top: solid 1px #9a9f9e;
width: 100%;
margin: 60px 50px 30px 50px;
}

	div#footer a{
	text-decoration: underline;
	}

	div#footer p{
	font-size: 10px;
	}
	
	div#footer img{
	vertical-align: middle;
	}
	
/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    border: 5px solid #a9afad;
    height: 186px;
    overflow: hidden;
    position: relative;
    width: 230px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 276px;
    left: -20px;
    position: relative;
    top: -20px;
    width: 328px;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    font-size: 1.2em;
    font-family: Lucida Grande, trebuchet, arial, sans-serif;
    font-weight: bold;
    height: 100%;
    padding-top: 75px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}
    .viewport a span em {
        display: block;
        font-size: .6em;
        font-weight: normal;
        text-decoration: none;
    }

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}
    .dark-background em {
        color: #ccc;
    }

