/*
Thirtytwo.com Stylesheet / contact

URL: 		thirtytwo.com
Created by: 	Foxxyz/Ivo KH Janssen, Mike Rusczyk & Aren Anderson
For:		Sole Technology Inc
Site Design by:	Teh Webnerds
		
http://thirtytwo.com

*/

h2 {
	background-color: inherit;
    color: #292427;
    margin-bottom: 4px;
    text-shadow: 1px 1px #D5D5D5;
	padding: 20px 0;
	border-bottom: 5px solid #292427;
	border-top: 5px solid #292427;
	}

#header {
	margin-bottom: 60px;
	}
	
input[type="submit"] {
    background-color: #565656;
    border-style: none;
    box-shadow: 0 0 6px #6A6A6A inset;
	-moz-box-shadow: 0 0 6px #6A6A6A inset;
	-webkit-box-shadow: 0 0 6px #6A6A6A inset;
    color: #F2F2F2;
    float: left;
    font-size: 11px;
    padding: 2px 4px;
	}
	
	input[type="submit"]:hover {
		color: #FFFFFF;
		}	

#content {
	line-height: 1.2;
	padding-bottom: 100px;
	background-color: inherit;
	color: #323232;
	}
	
.org {
	font-style: italic;
	}
	
	.org a {
		background-color: inherit;
		color: #565656;
		}
		
		.org a:hover {
			background-color: inherit;
			color: #FFFFFF;
			}

	.vcard .geo, .vcard .tel {
		display: none;
		}

.vcardFormat.hide {
	display: none;
	}
