body, h1, h2, h3, p, a, ul, li, img 
{        
	margin: 0px;
	padding: 0px;        
}

html
{
    height: 100%;
    
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body
{
	background: #000000 url(images/bg_tile.png) repeat-x left top;
	
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #444444;
	margin-top: 0px;
    height: 100%;
	/*color: #696969;*/
}

img
{
	border: none;
}

ul 
{
	list-style-type: none;
}

a 
{
    color: #000000;
	text-decoration:none;
}

a:hover 
{
    color: #000000;
    text-decoration: underline;
}

a:visited
{
    color: #000000;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	font-family:"Trebuchet MS";
    color: #000000;
	/*text-transform:uppercase;*/
	margin-bottom: 3px;
	/*color: #696969;*/
}

h2
{
    font-weight: bold;
    font-size: 14px;
    font-family:"Trebuchet MS";
    color: #000000;
    padding-bottom: 3px;
}

small
{
    font-size: 10px;
    font-weight: normal;
}

/********************************************************
**                                       TWITTER BOX   **
*********************************************************/

div#twitter_wrapper
{
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 25px;
}

div#twitter_content
{
    width: 800px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

div#twitter_logo
{
    float: left;
    width: 85px;
    height: 30px;
    background-image: url(images/twitter_logo.png);
}

div#twitter_message
{
    text-align: center;
    width: 700px;
    float: right;
    margin-top: 7px;
}

/********************************************************
**                                       PAGE WRAPPER  **
*********************************************************/

div.post_container
{
    padding-top: 5px;
    padding-bottom: 10px;
    
    padding-left: 15px;
    padding-right: 15px;
}

div.post_head
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

div#page_wrapper
{
	width: 817px;
	
	margin: 0 auto;
}

div#header_container
{
	background: url(images/bg_header.png) no-repeat center center;
	height: 42px;
	
	padding-top: 15px;
	padding-right: 19px;
	text-align: right;
}

div#cityscape_container
{
	background: url(images/bg_cityscape.png) no-repeat center center;
	height: 223px;
}

div#content_container
{
	background: url(images/bg_content.png) repeat-y center center;
	
	padding-left: 14px;
	padding-right: 19px;
	padding-bottom: 25px;
	
	overflow: auto;
}

div#content_container p
{
    margin-top: 15px;
}

div#content_container hr
{
    color: #000000;
    background-color: #DDDDDD;
    height: 1px;
    border: 0;
    
    margin-top: 5px;
    margin-bottom: 5px;
}

.module
{
    padding: 5px;
    border: 1px solid #AAAAAA;
    background-color: #DDDDDD;
    margin-bottom: 10px;
    height: 110px;
}

.module_right
{
    padding: 5px;
    border-left: 1px solid #AAAAAA;
    margin-bottom: 10px;
}

.clear
{
    clear: both;
}

ul.list
{
    margin:0px;
}

ul.list li
{
    margin:5px 0 0 10px;
}

.buttons 
{
    float: left;
    
    padding-top: 6px;
    
    width: 425px;
    height: 30px;

    overflow:hidden;
    margin-top: 2px;
    margin-left: 325px;
}

.buttons li 
{
    float:left;
    margin: 0px 2px;
    text-align: center;
    background-color: white;
}

.buttons a 
{

    float:left;
    width:100px;
    height:30px;

    
    font-size: 14px;
    font-weight: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 24px;
    color: #000000;

}

.buttons a:hover 
{
    text-decoration: none;
    font-weight: bold;
}

/********************************************************
**                                             FOOTER  **
*********************************************************/

div#footer
{
	text-align: center;
	height: 29px;
	background: url(images/bg_footer.png) no-repeat center top;
}

/********************************************************
**                                     PAGE VIEW PAGE  **
*********************************************************/

div#page_view_left
{
    width: 550px;
    
    padding-left: 5px;
    padding-right: 5px;
}

div#page_view_right
{
    float: right;
    width: 220px;
    text-align: center;
}

#dev_icon_large
{
    width: 100px;
    height: 110px;
    float: left;
    border: 0;
    margin-right: 5px;
}

/********************************************************
**                                     Portfolio Page  **
*********************************************************/

.pf_img
{
    width: 150px;
    height: 100px;
    margin-right: 10px;
    float: left;
    border: 1px solid #AAAAAA; 
}

.pf_module
{
    padding: 5px;
    border: 1px solid #AAAAAA;
    background-color: #DDDDDD;
    height: 100px;
    margin-bottom: 10px;
}

/********************************************************
**                                     CONTACT MODULE  **
*********************************************************/

#contact_module
{
}

#contact_module .row
{
    float: left;
    padding: 0 0 5px 0;
}

#contact_module input[type="text"]
{
    float: left;
    width: 150px;
    height: 20px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

#contact_module input[type="text"]:focus
{
    background-color: #EFEFEF;
}

#contact_module textarea
{
    float: left;
    width: 146px;
    height: 75px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    padding: 2px;
}

#contact_module textarea:focus
{
    background-color: #EFEFEF;
}

#contact_module label
{
    float: left;
    width: 51px;
}

#contact_module input[type="submit"]
{
    float: right;
    width: 150px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    
    border: 1px solid #666666;
    background-color: #FEFEFE;
}