body {
	background: url(../img/pattern2.png) repeat scroll;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}
#pagewrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px;
	z-index: 10;
	position: relative;
}
#header {
	color: #bd0000;
	background: url(../img/dice.jpg) no-repeat;
	height: 235px;
	font: bold 43px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: white 1px 1px 18px;
	opacity: 1;
}
#header h1{
	margin: 0;
	padding-top: 53px;
	font-size: 56px;
	padding-left: 10px;
}
#header h3 {
	font-size: 20px;
	margin: 0;
	/*padding: 67px 0 0 854px;*/
	position: absolute;
	left: 854px;
	top: 177px;
}
/* navigation */
#navigation ul{
	/*margin: 0 0 0 584px;*/
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin-right: 5px;
	padding: 5px 25px;
	background-color: #705569;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#navigation ul li a{
	color: #fff;
}
#navigation ul li.current {
	background-color: #fff;
	text-decoration: none;
}
#navigation ul li.current a {
	color: #784454;
	text-decoration: none;
}

/* Content */
#content {
	border: 1px solid #d8d8d8;
	padding: 20px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.center {
	text-align: center;
}
.photo {
	width: 300px;
	text-align: center;
	padding: 10px;

}
.photo img {
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5eff5;
	background-color: #68667E;
}
#contact_form {
	display: block;
	margin: 0 auto;
	width: 500px;
}
#contact_form input[type='text'] {
	width: 100%;
}

/* tumblr */
.tumblr_post {
	padding: 10px;
}
.tumblr_post img {
	display: block;
	margin: 17px auto;
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5eff5;
	background-color: #68667E;
}
.tumbr_caption {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}
.tumblr_date{
	text-decoration: none;
	width: inherit;
	padding: 5px;
	color: #fff;
	background-color: #68667E;
	display: block;
}
a:hover.tumblr_date  {
	text-decoration: underline;
}

.tumblr-quote {
	font-style: italic;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.tumblr-quote-author {
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
}
.tumblr-video {
	display: block;
	margin: 17px auto;
	padding:6px;
	text-align: center;
}
.tumblr-link {
	background:none repeat scroll 0 0 #705569;
	color:white;
	font-weight:bold;
	padding:7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tumblr-link:link, .tumblr-link:visited {
	text-decoration: none;
}
.tumblr-link:hover {
	text-decoration: underline;
}

.tumblr-link:active {
	background:none repeat scroll 0 0 #FFF;
	color:#705569;
}

/* Countdown */
#header h2.countdown {
	font-size: 27px;
	background-color: transparent;
	border: none;
	width: 230px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
}
#header .countdown_label {
	font-size: 23px;
	float: left;
	margin-top: 29px;
}
#header .countdown_section br {
	display: none;
}

/* footer */
#footer {
	font-size: 11px;

	padding-top: 7px;
	text-align: center;
}

.clear {
	clear: both;
	float: none;
}