body {
	color: #222222;
    font-size: 16px;
	font-family: helvetica, verdana, arial, san-serif;
	line-height: 1.5em;
}
a {
    color: #222222;
	text-decoration: underline;
}
h2, h3 {
    background-repeat: repeat-y;
	color: #ffffff;
	font-size: 20px;
    font-family: Bastardussans;
    font-weight: normal;
	padding: 15px;
}
h2 { background-image: url(../images/head1-bg.png); }
h3 { background-image: url(../images/head2-bg.png); }

h4 {
    color: #222222;
	font-size: 20px;
}
p { padding-top: 10px; }


#container {
    width: 900px;
	margin: 0 auto;
}
.column {
    width: 430px;
	padding: 10px;
}
.column#left {
	float: left;
    text-align: right;
}
.column#right {
	float: right;
    text-align: left;
}
.col-content { padding: 10px; }

ul.left { padding: 20px 20px 20px 0; }
ul.right { padding: 20px 0 20px 20px; }
ul#portfolio { padding: 0px; }
ul#portfolio li { padding: 0px; }

ol { list-style-type: decimal; }
ol li {
    list-style-position: inside;
    padding: 5px 20px 5px 0;
}

.img {
    text-align: center;
	padding: 10px 0 10px 0;
}
#tumblr, #twitter_div {
    background-color: #b0b0b0;
	padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/*contact form*/
#mask {
	background-color:#000;
	display:none;
	height: 100%;
	left: 0;
	position:absolute;
	top: 0;
	width: 100%;
	z-index:9000;
}
#contact {
	background-color: #dedede;
	border: 2px solid #FF64FF;
	display: none;
	left: 50%;
	margin-left: -300px;
    position: absolute;
	padding: 20px;
	top: 50px;
	width: 600px;
	z-index: 9999;
	-moz-border-radius: 30px 0 30px 0;
}
input, textarea {
    border: 1px solid white;
	background-color: #dedede;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px;
	margin: 10px 0 10px 0;
}
input:hover, input:focus, textarea:hover, textarea:focus {
    background-color: #78A000;
	border: 1px solid black;
	color: #ffffff;
}
#close {
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
    font-size: 15px;
	padding: 5px;
	text-align: right;
}
.success, .error {
	color: #000000;
    display: none;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
}
.success {
    background-color: #99FF66;
	border: 1px solid #00FF00;
	-moz-border-radius: 5px;
}
.error {
    background-color: #FF6666;
	border: 1px solid #FF0000;
	-moz-border-radius: 5px;
}