/*
Theme Name: Saturday Architects
Theme URI: http://saturdaystudio.com.au/
Description: Custom WordPress theme
Version: 1.0
Author: Craig Morris
Author URI: http://waww.com.au/
*/

/* Saturday Studio CSS Document */
/* made by elliottroutledge.com */


/* Structure */

body{
font-family: Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
height:100%; /* this is the key! */
background-image:url(images/saturday-background.jpg);
}

#left {
position: fixed;
left: 0px;
top: 0px;
padding: 30px;
width:190px;
background:#fff;
}

#left a{
font-size: 11px;
line-height: 17px;
color: #42423A;
text-decoration: underline;
}
#left a:hover{
font-size: 11px;
line-height: 17px;
color: #a7a79f;
text-decoration: underline;
}


#right {
height: 100%;
padding: 30px;
width:620px;
background:#fff;
margin-left: 250px;
}

#content{
background-color:#FFFFFF;
width: 940px;
}

.imageholer{
width: 620px;
/*height: 410px;*/
background-image:url(images/image_tester1.jpg);
background-repeat:no-repeat;
}

.textholder{
width: 380px;
padding-top: 25px;
padding-left: 25px;
}


/* Fonts & Links */

.info_font {
font-size: 11px;
line-height: 17px;
color: #42423A;
}

a{
font-size: 11px;
line-height: 17px;
color: #000;
text-decoration: underline;
}

a:hover{
font-size: 11px;
line-height: 17px;
color: #999;
text-decoration: underline;
}

a.link_contact {
font-size: 11px;
line-height: 17px;
color: #42423A;
text-decoration: underline;
}

a:hover.link_contact {
font-size: 11px;
line-height: 17px;
color: #42423A;
text-decoration: none;
}

.post_title {
font-size: 19px;
color: #FFFFFF;
}

.post_text {
font-size: 11px;
line-height: 17px;
color: #fff;
}
.post_text a {
	color: #fff;
}
.offPic, .offPic a {
	color: #000;
}
