/*  
Theme Name: AMDS
Theme URI: http://www.amds.ca
Description: Welcome to Aukusti Media Design Studio 
Version: 1.0
Author: amds
Author URI: http://www.amds.ca

*/
body {
	font: 72% Verdana, sans-serif;
	background: #eeedd8 url(images/amds_bkg.jpg) no-repeat center bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: -moz-center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #341c02;
	line-height: 150%;
}

a:hover {
text-decoration: underline;
color: #341c02;

}

a {
text-decoration: none;
color: #341c02;

}

#container { 
	width: 969px;  /* this width will create a container that will fit in an 1000px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/lines.gif) no-repeat top; 
} 

#header { 
	margin: 0 auto;
	width: 969px;
	height: 135px;
} 

#header_logo { 
	float: left; 
	width: 387px;
	height: 135px;
	padding: 0;
} 

#header_contact { 
	float: right; 
	width: 581px;
	height: 135px;
	padding: 0;

	
} 

#portfolio { 

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 969px;
	height: 428px;
} 

#portfolio_nav { 
	float: left; 
	padding-left: 65px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 222px;


} 

#portfolio_work { 
	float: right; 
	width: 630px;
	margin-top: 15px;
	padding-right: 45px;
} 

#portfolio_work p{ 

	margin-top: 20px;
	margin-left: 15px;
} 



#sidebar_left {
	float: left; 
	width: 323px; /* since this element is floated, a width must be given */
	padding: 0px 0 140px  0; /* top and bottom padding create visual space within this div */

}

#sidebar_left h1{ 
	margin-top:20px;
	margin-left: 25px;
	margin-right:  25px;
}

#sidebar_left h2, #sidebar_left p{
	margin-left: 25px;
	margin-right:  25px;
	
}


#sidebar_right {
	float: right; 
	width: 323px; /* since this element is floated, a width must be given */
	padding: 0;/* top and bottom padding create visual space within this div */

}

#sidebar_right h1, #sidebar_right h2, #sidebar_right p{
	margin-top:20px;
	margin-left: 25px;
	margin-right:  25px;
	color: #341c02;
	
}

#content {
 	margin: 0 358px 140px 358px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	

} 

#content  a:link{
	color: #00351b;
	text-decoration: none;
}

#content a:hover {

	text-decoration: underline;
}

#content h1{
	margin-top: 20px;
	color: #00351b;
}

#content h2, #content p{
	color: #00351b;
}
.posttitle a{
	font-size: 14px;
	font-weight: bold;
	color: #00351b;

}

.pagetitle
{
	font-size: 24px;
	font-weight: bold;
	color: #00351b;
	height: 24px;
}

.postcontent
{

	color: #00351b;

}
.postfoot {
	margin-top: 10px;
	color: #43b554;
	font-size: 10px;
}
.postfoot a{

	color: #43b554;

}
.postfoot a:hover{
color: #43b554;
}
.postfoot a:visit{
color: #43b554;
}

.navigation
{

}



h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	width: 969px;
	height: 135px;
	clear: both;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;



}
#footer p{

	padding-top: 50px;
	padding-left: 80px;
	color:#ffffff;
	font-size: 9px;

}
