.project-table td
{
	padding-bottom:6px; 
}
/*======================================
	IMAGE
=======================================*/
.image
{
	border:solid 1px #788fa1; 
	vertical-align:top; 
}
/*======================================
	RESUME
=======================================*/
#resume h3 + div
{
	margin-bottom:12px; 
}

/*======================================
	LINKS
=======================================*/
.link-table
{
	margin-bottom:15px; 
	width:100%; 
}
.link-table td
{
	padding:4px 4px 4px 0; 
}
.link-table img
{
	border:0; 
}
/*======================================
	TUTORIALS
=======================================*/
.tutorial-table
{
	margin-bottom:15px; 
	width:100%; 
}
.tutorial-table td
{
	padding:4px 4px 4px 0; 
}
.tutorial-table img
{

}
/*======================================
	TUTORIAL COMMENTS
=======================================*/
.comments div
{
	border:solid 1px #a5a5a5; 
	margin-bottom:10px; 
}
.comments td
{
	padding:6px; 
}
.comment-name
{
	color:#3e4a53; 
	
	
	background:url(images/content_background.gif) repeat-x 0 0px;
	
}
.comment-date
{
	color:#3e4a53; 
	
	background:url(images/content_background.gif) repeat-x;
	font-size:10px; 
	font-family:arial; 
	text-align:right; 
	width:110px; 
}
.comment-text
{	
	border-top:solid 1px #a5a5a5; 
	font-size:12px; 
	font-style:italic;	
}
.comment-item, .comment-text
{
	width:459px;
}
.submit-comment div
{
 margin-bottom:5px; 
}
/*======================================
	PHP CODE HIGHLIGHT 
=======================================*/
.php, .html4strict, .css
{
	width:450px;
	overflow:auto;
	background:#f8f9f2; 
}
.php .de1, .php .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.php .kw1 {color: #a1a100;}
.php .kw2 {color: #000; font-weight: bold;}
.php .kw3 {color: #000066;}
.php .kw4 {color: #f63333;}
.php .co1, .php .co2, .php .coMULTI {color: #808080;}
.php .es0 {color: #000033; font-weight: bold;}
.php .br0 {color: #66cc66;}
.php .st0 {color: #ff0000;}
.php .nu0 {color: #ff33ff;}
.php .me0 {color: #006600;}

.html4strict .de1, .html4strict .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.html4strict .kw1 {color: #a1a100;}
.html4strict .kw2 {color: #000; font-weight: bold;}
.html4strict .kw3 {color: #000066;}
.html4strict .kw4 {color: #f63333;}
.html4strict .co1, .html4strict .co2, .html4strict .coMULTI {color: #808080;}
.html4strict .es0 {color: #000033; font-weight: bold;}
.html4strict .br0 {color: #66cc66;}
.html4strict .st0 {color: #ff0000;}
.html4strict .nu0 {color: #ff33ff;}
.html4strict .me0 {color: #006600;}


.css .de1, .css .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.css .kw1 {color: #a1a100;}
.css .kw2 {color: #000; font-weight: bold;}
.css .kw3 {color: #000066;}
.css .kw4 {color: #f63333;}
.css .co1, .css .co2, .css .coMULTI {color: #808080;}
.css .es0 {color: #000033; font-weight: bold;}
.css .br0 {color: #66cc66;}
.css .st0 {color: #ff0000;}
.css .nu0 {color: #ff33ff;}
.css .me0 {color: #006600;}
/*======================================
	CONTACT
=======================================*/
#contact
{
	margin-top:15px; 
}
/*======================================
	ERROR
=======================================*/
fieldset.error
{
	border:solid 1px red; 
	color:red; 
}
fieldset.error legend
{
	letter-spacing:1.0px;  
	font-weight:bold; 
	text-transform:uppercase; 
}
/*======================================
	ALERT
=======================================*/
.alert
{
	text-align:center; 
	margin:30px auto; 
	padding:15px;
	border:solid 1px #d7e995; 
	font-size:14px; 
	width:80%; 
}
/*======================================
	PORTFOLIO
=======================================*/
.project-table div
{
	float:left; 
	margin-right:5px; 
}
.project-table
{	
	width:100%; 
}
.project-table td
{
	padding:3px; 
	width:50%; 
}
#project-browser
{
	text-align:right; 
	height:20px; 
	margin-top:5px; 
	padding:0 0 0px 10px;  
	margin-bottom:5px;
	border-bottom:solid 3px #788fa1;
}
/*======================================
	ARTICLES
=======================================*/
.article-table
{
	margin-bottom:15px; 
	width:100%; 
}
.article-table td
{
	padding:4px 4px 4px 0; 
}
.article-table div
{
	margin-top:5px; 
}
.article-table img
{

}
.article
{
	width:100%; 
	float:left; 
	margin-bottom:5px; 
}
.article div.article-title
{
	width:400px; 
	float:left; 
}
.article div.article-digg
{
	float:right; 
}