body {
	width: 100%;
	color: #303030;
	text-align: left;
	background-color: #fff;
	font-family: "Ubuntu", Arial;
}
* {
	margin:auto;
	padding:0;
}
img {
	border: none;
}
.flexslider {
	background:#303030;
}
.shadowbox {
	text-align:center;
	margin:0;
	height:28px
}
.shadow {
	width:100%;
	height:28px;
	margin:0
}
/* TYPOGRAFY */
h1 {
	color: #303030;
	padding: 10px;
	font-size:22px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h2 {
	color: #303030;
	font-size:20px;
	padding:10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h3 {
	color: #303030;
	font-size:18px;
	padding:10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h4 {
	color: #303030;
	font-size:16px;
	padding:10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
p {
	color: #303030;
	font-size:16px;
	padding:10px;
	text-shadow: 1px 1px 0 #FFFFFF;
	line-height:20px
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul.a {
	list-style-type:disc;
	text-indent:5px;
	margin:10px 30px;
}
ol.b {
	list-style-type:decimal;
	text-indent:0;
	margin:10px 35px;
}
blockquote {
	background: url("../img/quote.png") no-repeat scroll 0 6px transparent;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	padding: 10px 20px 10px 45px;
}
blockquote p {
	margin-bottom: 8px;
}
blockquote.alignleft {
	margin: 10px 0px 0 0;
	width: 120px;
}
blockquote.alignright {
	margin: 10px 0 0 0px;
	width: 120px;
}
blockquote cite {
	color: #666666;
	font-size: 12px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.highlight {
	background: none repeat scroll 0 0 #FFFF99;
}
.highlight-dark {
	background: none repeat scroll 0 0 #ccc;
}
/* CONTAINER */
#container {
	position: relative;
	background-color: #fff;
}
/* HEADER */
#header {
	background-color:#333333;
	border-top: 5px solid #303030;
	height: 140px;
	background-repeat:repeat-x;
}
#top {
	vertical-align: middle;
}
#top a {
	text-decoration:none;
}
#top h1 {
	clear: both;
	font-family: "Myriad Pro";
	color:#FF0000;
	padding: 16px 0 0 0;
	text-shadow: none;
	font-size:32px;
	text-align:center;
}
#top p {
	clear: both;
	padding:0;
	color:#303030;
	text-align:center;
}
/* HOME PAGE */
.link_list_item {
	float:left;
	width:100%;
	border-bottom: 1px dotted #303030;
}
.link_list_item_gray {
	background-color:#f1f1f1;
}
.link_list_item a {
	float:left;
	width:100%;
	text-decoration:none;
	color:#303030;
}
.link_list_item a:hover {
	float:left;
	width:100%;
	color:#FFFFFF;
	background-color:#303030;
}
.link_list_item img {
	float:left;
	width:30%;
	border: 3px solid #f4f4f4;
	box-shadow: 0px 0px 5px #333333;
	margin:15px 15px 15px 10px;
}
.link_list_item img:hover {
	box-shadow: 0px 0px 10px #FFF;
}
.link_list_item span {
	font-size:100%;
	font-size:20px;
	display:block;
	margin-top:10px;
}
.link_list {
	width:100%;
}
.link_list a {
	background:url("../img/arrow.png") no-repeat scroll right center transparent;
	display:block;
}
/* CONTENT */
#content {
	margin: 0 auto;
}
#content img {
	margin: 7px;
	border: 3px solid #f4f4f4;
	box-shadow: 0px 0px 5px #333333;
}
#content a {
	color:#303030;
	text-decoration:underline;
}
.link ul {
	margin-top: 0px;
}
.link li {
	font-size:100%;
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #303030;
}
.link a {
	font-size:100%;
	font-size: medium;
	color: #303030;
	display:block;
	padding: 10px;
	background-color:#f4f4f4;
	text-decoration:none;
}
.link a:hover {
	font-size:100%;
	font-size: medium;
	display:block;
	color:#FFFFFF;
	background-color:#303030;
	padding: 10px;
}
.link_img li {
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #303030;
	padding:10px 0;
}
.link_img a {
	font-size: medium;
	color: #008bd0;
	display:block;
	padding: 10px;
}
.link_img a:hover {
	display:block;
	color:#FFFFFF;
	background-color:#008bd0;
	padding: 0 10px;
}
.link_img img {
	margin-right: 10px;
}
/* FOOTER */
#social {
	clear: left;
	overflow: auto;
	position: relative;
	font-size:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}
#social img {
	padding: 0 5px;
}
#footer {
	clear:left;
	position: relative;
	border-top: 5px solid #303030;
	overflow: auto;
	text-align: center;
}
#footer p {
	margin-top: 15px;
	font-size:12px;
}
#footer a {
	color:#303030;
	text-decoration:underline;
	font-weight:bold;
}
/* CONTACT FORM */
#uploadform {
	max-width: 500px;
	float:left
}
label {
	display: block;
}
input, textarea {
	width: 100%;
	height:20px
}
input#submit {
	width: auto;
}
.required {
	color: red;
}
#formfeedback {
	background: #fdfbab;
	padding: 5px;
}
/* GALLERY */
.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallery:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.gallery li {
	float: left;
	width: 33.33333333%;
}
.gallery li a {
	display: block;
	margin-right: 20px;
}
.gallery li img {
	display: block;
	width: 100%;
	height: auto;
}
/* VIDEO */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* TWEETS */
.tweet, .query {
	font: 80%;
	font-family: "Times New Roman",Times,serif;
	width:95%;
	left:10px;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #f1f1f1;
}
.tweet_list .awesome,  .tweet_list .epic {
	text-transform: uppercase;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list .tweet_even {
	background-color: #ffffff;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
