/* 
    Document   : main.css
    Created on : Mar 14, 2009, 10:42:28 PM
    Author     : Anthony Leung <anthony@anexdesign.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*---- GLOBAL STYLES ---- */
.style1 {

	color: #999999;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	height: 100%;
	background: #2F2F2F;
	line-height: 1.8em;
}
.contact{
	width: 250px;
	border-right: 3px red solid;
	color: white;
	text-align: right;
    padding-right: 10px;
    font-size: .9em;
    margin: auto auto;
    margin-bottom: 20px;
}
.logo{
	margin-top: 50px;
	margin-bottom: 30px;
}
.red{
	color: red;
}
a{ color: #FF6600; text-decoration: none;}
a:hover{ color: #FFCC00;}
.clear{ clear: both; }

#wrapper { width: 1140px; padding: 20px;}
#side {
    width: 320px;
    float: left;
    margin-left: 20px;
}
#main { float: right; width: 800px; }
#projects { line-height: 1.4em; font-size: 0.8em;  }
#projects ul { list-style: none; }
#projects li { float: left; margin: 10px; width: 210px; height: 200px;}
#projects img { padding: 5px; background: #FFFFFF; border: 1px #666666 solid;   }

#footer {
    text-align: center;
    font-size: .9em;
}