@import url("americantypewritermedium/stylesheet.css");
@import url("americantypewritermedium/stylesheet.css");
body{
	background: #c0d690;
	margin: 0;
	padding: 0;
	min-height: 1300px;
}
#wrapper {
	min-width: 1320px;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header{
	height: 219px;
	min-width: 0px;
}

.logo{
	margin: 0 auto;
	width: 540px;
}

nav{
	background: #782918;
	width:100%;
	height: 75px;
}

nav ul{
	margin: 0 auto;
	width:620px;
}

nav li{
	float:left;
	list-style-type: none;
	margin:0 15px 0 0;
}

nav li a{
	cursor: pointer;
}

.splitter{
	background: url(../images/splitter.jpg) no-repeat;
	height: 65px;
	width: 556px;
	margin:20px auto 20px auto;
}

.video{
	margin: 0 auto;
	width: 640px;
}

.description{
	margin:0 auto;
	width:41%;
}

.donate{
	margin: 0 auto;
	width: 156px;
}

#sidebar{
	width: 175px;
	background-color: #fff;
	height: 222px;
	z-index: 5;
	padding: 20px 0 0 10px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
	top: -100px;
	float: right;
}

#sidebar ul li{
	margin: 0 0 20px 0;
}

.twitter{
	border-radius: 4px; /* to mimic the curved edges of the count box */
    border-right: 1px solid #AAAAAA; /* this is the width and color of the count box border */
    height: 20px; /* this height works for the medium button */
    width: 167px; /* precise width to hide the word */
    overflow: hidden; /* actually hides the word */
}



/** Carousel **/
.jcarousel-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 928px;
	max-width: 928px;
	margin-left: auto;
	margin-right: auto;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width:928px;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
    float: left;
    cursor: pointer;
}

.jcarousel img {
    display: block;
    max-width: 232px;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
#wrapper .donate-text {
	width: 405px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
	font-family: americantypewritermedium;
}
#wrapper .donate-extra {
	width: 405px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 15px;
	font-family: americantypewritermedium;
}
.donate-extra form input {
	margin-left: auto;
	margin-right: auto;
}
