/*   
Theme Name: Tyler Chen Portfolio
Theme URI: http://www.tylerchen.com/
Description: Graphic Design Portfolio
Author: Tyler Chen
Author URI: http://www.tylerchen.com
Version: 1.0
*/
body {
	font: 14px Georgia, Times New Roman, Times, serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
        line-height: 16pt;
}
#container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background: #FFFFFF; 
	text-align:right;
}
#logo	{
	background-image:url(images/TopLogo.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:120px;
}
#main {
	padding: 10px 30px 0 30px;
	background: #FFFFFF;
	position:relative;
}
#sidebox {
	margin-left: 140px;
}
#footer {
	background:#000000;
        padding: 5px;
}
#footertext {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: white;
	text-align:center;
}
ul#menu li {
	display: inline;
	margin-left: 30px;
}
ul#menu li a {
	text-decoration:none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
ul#menu li a:hover {
	text-decoration:underline;
	color: #000000;
}
a:link {color:#003366; text-decoration:none}
a:visited {color:#003366; text-decoration:none}
a:hover {color:#003366; text-decoration:underline}
a:active {color:#003366; text-decoration:none}

.dashed {
	border-bottom: 1px dotted;
	color:#999999;
	margin: 0 30px 0 30px;
}
.separator {
    margin-bottom: 30px;
}
}
.imgbox { 
	float: left;
	margin: 0 10px 20px 0; 
}
.box {
	float:left;
	width: 250px;
	margin-right:20px;
}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	font: 18px Georgia, Times New Roman, Times, serif;
	font-weight: 600;
        color:#171717;
}
ul li{
   margin-bottom: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatright { 
	float: right;
	margin-left: 10px;
}
.floatleft { 
	float: left;
	margin: 10px 10px 0 0;
}
.nomargin {
        margin: 0px;
}
.box {
	margin:0 15px 15px 0;
	float:left;
}
.box a{
      font-size:12px; 
      font-weight: bold;
}
.imageblock {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:3px;
}
.imageblock img {
	border:1px solid #b5b5b5;
}
.imageblock:hover {
	background-color:#a8a589;
}
.date {
	font-size:small;
	color:#990000;
}