@charset "utf-8";

* :focus { outline: 0; }

html {  
	min-width: 1112px;  
}  

body {
	margin: 0px;
	background: #251817;

}

/* TOP START*/

.tiptop {
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	text-align: center;
}

.tiptop_wrapper {
	color:#8F4226;
	font-family:Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:90%;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	text-align:center;
	width:800px;
}

.tiptop_wrapper a {
	color: #d5c0af;
	text-decoration: none;
}

.tiptop_wrapper a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* TOP END */

/* ABOUT ME START */

.aboutme {
	background-image: url(../img/bg_about.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 733px;
	width: 100%;
	background-color: #000000;
	text-align: center;
}
.aboutme_wrapper {
	padding-top: 80px;
	margin: 0px auto;
	text-align:center;
	width: 1120px;
	padding-top: 80px;

}
.aboutme_body {
	width: 1120px;
	text-align:left;
	margin: 0px auto;
}
.aboutme_download {
	height: 97px;
	width: 416px;
	margin-left: 200px;
	margin-top: 15px;
}

a.download_button {
	width: 416px;
	height: 97px;
	display: block;
	background-image: url(../img/aboutme_download.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}

a.download_button span { 
        display: none; 
}

a.download_button:hover { 
        background: url(../img/aboutme_download.png) repeat 0px -97px; 
}

/* ABOUT ME END */

/* PORTFOLIO START */

.portfolio {
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
	background-color: #000000;
	background-image: url(../img/bg_portfolio.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 835px;
	width: 100%;
	text-align: center;
}
.portfolio_wrapper {
	margin: 0px auto;
	text-align:center;
	width: 1112px;
	padding-top: 120px;
	
}

.portfolio_header {
	padding-top: 70px;
	text-align: center;
}

.portfolio_body {
	background: url(../img/002_content.png) no-repeat;
	width: 470px;
	height: 419px;
	margin: 0px auto;
}

.portfolio_body .label {
	height: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.portfolio_tiles {
	padding: 5px 0px 0px 25px;
}

.portfolio_tiles a {
	float: left;
	padding: 4px;
	margin-right: 2px;
	margin-bottom: 1px;
}

.portfolio_tiles a:hover {
	background: url(../img/hover.gif) no-repeat;
}

.portfolio_body .link {
	font-size: 10px;
	text-align: center;
	margin-top: 13px;
	margin-right: 50px;
	margin-left: 50px;
	color: #6d6d6d;
}

.portfolio_body .bottom {
	color: #606060;
	font-size: 10px;
	text-align: center;
	margin-top: 13px;
	margin-right: 50px;
	margin-left: 50px;
}

.portfolio_body .link a {
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

.portfolio_body .link a:hover {
	background: #cf7e4b;
	text-decoration: none;
}

.clearboth { clear: both; }

/* PORTFOLIO END */

/* FOOTER START */

.footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #251817;

}
.footer_body {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

.footer_wrapper {
	width: 1112px;
	margin: 0px auto;
	padding-top: 40px;

}

.footer_contact {
	width: 500px;
	float: left;
	padding-top: 5px;
	font: 90% Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #d5c0af;
	text-align: right;
}
.footer_contact a{
	text-decoration: none;
	font-weight: bold;
	color: #d5c0af;
}
.footer_contact a:hover{
	color: #FFFFFF;
}

.footer_copyright {
	font: 78% Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000000;
	text-align: right;
}
.footer_copyright a{
	color: #000000;
	text-decoration: underline;
}
.footer_copyright a:hover{
	color: #D5C0AF;
	text-decoration: none;
}
.footer_form {
	width: 346px;
	float: right;
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 0px;
	color: #FFFFFF;
}
.footer_form_textfield {
	height: 46px;
	width: 346px;
	margin-top: 10px;
	background: transparent url(../img/footer_field.png) no-repeat left top;
	border:0 none;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
	font-size: 140%;
	color: #271918;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.footer_form_textbox {
	background: transparent url(../img/footer_textbox.png);
	height: 240px;
	width: 330px;
	margin-top: 8px;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
	font-size: 95%;
	color: #271918;
	border:0 none;
	padding: 10px 6px 10px 10px;
	margin-bottom: 10px;
}
.footer_form_submit {
	background: transparent url(../img/footer_button.png);
	border:0 none;
	height: 42px;
	width: 106px;
	margin-top: 10px;
	margin-left: 242px;
}

/* FOOTER END */

/* UPDATE MODAL LOAD */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -425px;
    width: 850px;
    
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#outofdate {
	font-family: 'Crimson Text', arial, serif;
	color: #CCC;
	font-size: 14px;
	text-align: center;
}
#outofdate h1{
	font-size: 38px;
	color: #CF7E4B;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
	font-weight: normal;
}
#outofdate h3{
	font-size: 16px;
	color: #251817;
	font-weight: normal;
	margin-top: 0px;
	line-height: 22px;
}
#outofdate a {
	color: #8F4226;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
}
#outofdate a:hover {
	text-decoration: none;
	text-decoration: none;
	background-color: #D5C0AF;
	color: #ffe6d2;
	padding-right: 30px;
	padding-left: 30px;
	
/* END UPDATE MODAL LOAD */