@import "common.css";

/*** START TYPE SELECTORS ***/
body
{
  background: #fff url('/images/bg.jpg') repeat-y scroll center top;
}
/*** END TYPE SELECTORS ***/

/*** START ID SELECTORS ***/
#column_left
{
	float: left;
	width: 370px;
}

#column_right
{
	width: 175px;
	float: right;
	padding: 0 15px 15px 0;
}

#comment
{
	width: 360px;
}

#container
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#email_form
{
	width: 350px;
}

#email_form div
{
	width: 145px;
}

#email_form div #result {
	width: 250px;
	height: 30px;
}

#email_form div.wide
{
	width: 100%;
}

#email_form input[type="text"]
{
	width: 135px;
	padding: 5px;
}

#email_form textarea
{
	width: 315px;
	height: 100px;
}

#header
{
	height: 220px;
}

#navigation_bottom
{
	width: 600px;
	height: 40px;
	text-align: left;
	color: #fff;	
	background-image: url(/images/footer.png);	
	background-repeat: no-repeat;
	background-color: #666;
}

#navigation_bottom ul
{	
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	height: 42px;
}

#navigation_bottom li
{
	list-style-type: none;
	margin: 9px 4px 0 0;
	float: left;
	word-spacing: 3px;
}

#navigation_top
{
	margin: 0 0 15px 0;
	background-color: #2bb157;
	height: 40px;
}

#navigation_top ul
{	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#navigation_top li
{
	list-style-type: none;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-align: left;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;	
}

#navigation_top li.selected
{
	background-image: url(/images/button.png);
	background-position: 0 -45px;
	background-repeat: no-repeat;	
}
/*** END ID SELECTORS ***/

/*** START CLASS SELECTORS ***/

.navigation
{
	display: block;
	margin-bottom: 20px;
	height: 20px;
}

.port_list
{
	margin: 5px 0 0 15px;
	padding: 0 0 0 15px;
}

.port_main_img
{
    float: right;
    margin: 8px 0 10px 10px;
    border: solid 1px #999;
}

.portfolio_item
{
}

.portfolio_item a
{
	text-decoration: none;
}

.portfolio_item div
{
	margin: 3px 0 40px 0;
	border: solid 1px #bbb;
	background-repeat: no-repeat;
	width: 568px;
	height: 100px;
}

.portfolio_img:hover
{
	border: solid 1px #999;
	background-position: 0 -100px;
}

.portfolio_title
{
    font-weight: bold;
    font-size: 1.2em;
}

.portfolio_text
{
	margin: 12px 0 0 0;
}

#portfolio_highlight a
{
	display: block;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 11px;
}

#portfolio_highlight img
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#portfolio_highlight p
{
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.postmetadata 
{
	background-color: #f4f4f4;
	padding: 3px 5px 3px 5px;
	border: solid 1px #e1e1e1;
	margin: 0 0 45px 0;
	color: #999;
}

.postmetadata a:link, .postmetadata a:visited
{
	color: #999;
}

.postmetadata a:hover, .postmetadata a:active
{
	color: #666;
	outline: none;
}
/*** END CLASS SELECTORS ***/