/* common things */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    display: block;
}


a {
    color: #E9E6CA;
}



body {
	background: #46453C;
	color: #fff;
	margin: 0;
	padding: 0;
	font: 16px/150% 'Palatino Linotype', 'Palatino', 'Georgia', 'Times New Roman', serif;
}

.container {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

.content {
    float: left;
    padding-left: 30px;    
    width: 660px;
    margin-top: 30px;
    overflow: hidden;
}





.header {
    height: 140px;
	background: url('topTile.jpg') repeat;
}

.header-shadow {
    height: 100%;
    background: url('topShadow.png') repeat-x bottom left;
}

.header-container {
    width: 730px;
    padding-left: 230px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.title {
    padding: 20px 0 10px;
}

h1 {
    margin: 0;
    font-variant: small-caps;
}

h1 a {
    font-size: 60px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.header .logo {
    display: block;
    position: absolute;
    top: 39px;
    left: 37px;
    width: 201px;
    height: 201px;
    background: url(studioLogo.png) no-repeat top left;
    z-index: 10;
}


.header .address {
    margin: 0 auto;
    text-indent: -10000px;
    width: 565px;
    height: 21px;
    background: url('studioAddress.png') left top;
}




.sidebar {
    float: left;
    margin-top: 120px;
    width: 230px;
    padding-right: 30px;
    border-right: 1px solid #403f37;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    width: 230px;
    text-align: right;
    line-height: 40px;    
}

ul.navigation a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;    
}


.searchform {
    text-align: right;
    margin-top: 20px;
}	
	
.searchform input {
    padding: 2px;
    background-color: #58574D;
    color: white;
    border-width: 1px;
    font-size: 16px;
}

.searchform .field {
    width: 140px;
}

	
.searchform .submit {
}

.clear {
    clear: both;
}





h3 {
    font-size: 24px;
    margin: 0;
}

h3 a {
    color: #ffffff;
    text-decoration: none;
}

.post {
    border-bottom: 1px solid #403F37;
    margin-bottom: 40px;
    padding-bottom: 40px;
}


.flickr-thumbs a {
    display: inline-block;
    background: #252620 url(loading.gif) no-repeat center center;	
	margin: 5px;    
	border:1px solid #000000;	
    color: #000;
    text-decoration: none;
    font: 10px/100% Arial;	
    text-align: center;
    min-width: 75px;
    min-height: 75px;
}

.flickr-thumbs.size-square a {
    width: 75px;
    height: 75px;
}

.flickr-thumbs a img {
    border: none;
}


.right,
.alignright {
	float:right;	
        margin-left: 10px;
	}
.left,
.alignleft {
	float:left;	
        margin-right: 10px;
	}

.navlinks {
    margin: 20px 0 0;
    padding-bottom: 5px;
    float: right;
}

.navlinks a {
    font-size: 20px;
    padding: 2px 15px 5px;
    border: 1px solid #aaa;
}
