@charset "utf-8";
/* CSS Document */

body {
	background: white url('../images/background.png') repeat;
	color: #444;
}

.wrapper{
	padding-bottom: 30px;
}

.left {
	float: left;
	margin-right: 10px;
}
#nav {
	font-family: 'Sansita One', Arial, Helvetica, sans-serif;
	background-image: url('../images/banner.png');
	background-position:center;
	background-repeat: no-repeat;
}

#nav ul {
	list-style-type:none;
	margin-left:-30px;
	margin-bottom: 0;
	display: inline;
	margin-top: 20px;
	}

#nav ul.right{
	margin-left: 275px;
}
#nav ul li {
	display:inline;
	padding-bottom:2px;
	margin:0px;
}

	
#nav ul li a{
	display: inline-block;
	padding: 0;
	margin: 1.3em 7px;
	width: auto;
	padding: 2px 15px 4px;
	color: #eee;
	text-decoration: none;
}

#nav ul li a.active{
	background: #c82749;
	border-top: 2px solid #9d2841;
	border-left: 2px solid #9d2841;
	border-radius: 8px;
}

.social {
	text-align: right;
}

.content{
	margin-top: 20px;
	border-bottom: 1px solid #a29b78;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
	
.content h1{
	margin-top: 0px;
	color: #626262;
	font-family: 'sansita one', arial, helvetica, sans-serif;
	font-weight: normal;
	width: 400px;
	text-shadow: 2px 2px 0px #fff;
}

h2{
	text-shadow: 1px 1px 0px #fff;
}
img.shadow {
	box-shadow: 1px 1px 2px #333;
}

.center{
	text-align: center;
	margin-top: 15px;
}
.testcont1, .testcont2, .testcont3{
	height: 156px;
	width: 270px;
	margin-right: 43px;
	float: left;
	color: #333;
	font-style: italic;
}

.testcont1 {
	background: transparent url('../images/speechbubb1.png') no-repeat;
}
.testcont2 {
	background: transparent url('../images/speechbubb2.png') no-repeat;
}
.testcont3 {
	background: transparent url('../images/speechbubb3.png') no-repeat;
}

.testcont1 p{
	width: 225px;
	margin-left: 30px;
	margin-top: 45px;
}
.testcont2 p{
	width: 200px;
	margin-left: 37px;
	margin-top: 25px;
}
.testcont3 p{
	width: 220px;
	margin-left: 35px;
	margin-top: 50px;
}

.inputfield, textarea {
	font-size: 20px;
	padding: 2px;
	margin-bottom: 5px;
	width: 220px;
	color: #727272;
	background: #DDD;
	border-radius: 8px;
	font-style: italic;
}

textarea {
	font-size: 12px;
	height: 90px;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-bottom: 2px solid #FAFAFA;
	border-right: 2px solid #FAFAFA;
}

.button{
	background: transparent url('../images/button.png') no-repeat;
	height: 38px;
	padding-bottom: 4px;
	width: 129px;
	border: 1px solid #ccc;
	overflow:visible;
	padding-top: 0;
	color: #eee;
	font-weight: bold;
	text-shadow: 0px 1px 0px #333;
}

.button:hover {
	cursor: pointer;
}

ul.tweets {
	list-style: none;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-bottom: 2px solid #FAFAFA;
	border-right: 2px solid #FAFAFA;
	padding: 2px;
	margin-bottom: 5px;
	width: 90%;
	color: #727272;
	background: #DDD;
	border-radius: 8px;
	font-style: italic;
}

ul.tweets li {
	margin-bottom: 5px;
}

ul.addy {
	list-style: none;
	margin-left: -40px;
	font-weight: bold;
	font-size: 105%;
}

#gallery {
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-bottom: 2px solid #FAFAFA;
	border-right: 2px solid #FAFAFA;
	background: #BBB;
}
.galleria-image img {
	box-shadow: 3px 2px 3px #000;
}

.partner{
	border-top: 1px solid #a29b78;
	padding-top: 10px;
	padding-bottom: 10px;
}

.partner h2{
	margin-top: 0px;
	margin-bottom: 4px;
	width: 65%; 
	display: inline-block;
}

.partner a {
	text-align: right;
	color: #333;
	font-weight: bold;
}

.buyme {
	padding-left: 30px;
	color: white;
	margin-left: -10px;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #333;
	border-top: 1px solid #666;
	box-shadow: 0px -2px 2px #000;
}

.buyme a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
	