body {
    background-color: #4a4a49;
	font-family: "Droid Sans", "trebuchet ms", "Lucida Grande", sans-serif, "Arial";
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table {
	margin: 0;
	padding: 0;
}

img {
    border: 0;
    vertical-align: -3px;
}

blockquote {
    padding: 10px;
    border: 1px dashed black;
    background-color: #ececec;
}

#header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #f6d41b;
    border-bottom: 2px solid black;
}

#top_menu {
    margin-bottom: 40px;
}

#top_menu li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#search_container {
    float: right;
    margin-top: -2px;
}

#header, #content, #footer {
    margin-bottom: 40px;
}

#social_icons_container {
    margin-top: 18px;
}

#social_icons_container a:hover {
    background-position: top;
}

.social_icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 64px;
    height: 64px;
}

#rss_menu {
    background: transparent url(/media/template/images/social/rss_menu.png) bottom left no-repeat;
}

#twitter_menu {
    background: transparent url(/media/template/images/social/twitter_menu.png) bottom left no-repeat;
}

#flickr_menu {
    background: transparent url(/media/template/images/social/flickr_menu.png) bottom left no-repeat;
}

#facebook_menu {
    background: transparent url(/media/template/images/social/facebook_menu.png) bottom left no-repeat;
}

#vimeo_menu {
    background: transparent url(/media/template/images/social/vimeo_menu.png) bottom left no-repeat;
}

#youtube_menu {
    background: transparent url(/media/template/images/social/youtube_menu.png) bottom left no-repeat;
}

.sidebox_container {
    margin-bottom: 30px;
    padding: 5px;
    background: transparent url(/media/template/images/stripe.png) top left repeat;
    border: 1px solid black;
}

.sidebox_content {
    padding: 10px;
    background-color: white;
    border: 1px solid black;
    color: #333;
}

.sidebox_content_title {
    margin-bottom: 10px;
}

.sidebox_content_title img {
    margin-right: 10px;
    vertical-align: -10px;
}

.sidebox_content_body {
    margin-top: 20px;
    margin-bottom: 10px;
}

.list {
    margin-left: 10px;
}

#calendar_table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px 0;
    font-size: 14px;
    text-align: right;
}

#calendar_table .today {
    font-weight: bold;
}

.blog_entry_container {
    margin-bottom: 30px;
    padding: 5px;
    background: transparent url(/media/template/images/stripe.png) top left repeat;
    border: 1px solid black;
}

.blog_entry {
    padding: 10px;
    background-color: white;
    border: 1px solid black;
    color: #333;
}

.blog_entry_content a {
	text-decoration: underline;
}

.blog_entry_content a:hover {
	text-decoration: none;
}

.blog_entry_content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog_entry_content li {
    margin-bottom: 10px;
}

.blog_entry_content li:before {
    content: "» ";
}

.blog_entry_title {
    margin-bottom: 20px;
}

.blog_entry_more {
    margin-top: 20px;
    text-align: center;
}

.blog_entry_footer {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #e3e3e3;
}

#footer {
    color: white;
}

#pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination_current, .pagination_link {
    margin-right: 5px;
    padding: 1px 5px 1px 5px;
    border: 1px solid black;
    background-color: gray;
    color: white;
}

.pagination_current {
    background-color: #ececec;
    color: #333;
}

.tag_cloud_item {
    padding-left: 5px;
    padding-right: 5px;
}

.tag_feed_rss_icon {
    margin-top: 2px;
    margin-bottom: -4px;
}

.align_left {
    float: left;
}

.align_right {
    float: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.blog_text {
    font-size: 18px;
}

.small {
	font-size: 14px;
}

.smallplus {
	font-size: 12px;
}

.grey {
	color: grey;
}

.inline {
    display: inline;
}

.ulink {
    text-decoration: underline;
}

.ulink:hover {
    text-decoration: none;
}

.first {
    margin-left: 0 !important;
}

.last {
    margin-right: 0 !important;
}

.vertical_first {
    margin-top: 0 !important;
}

.vertical_last, .no_bottom_margin {
    margin-bottom: 0 !important;
}

.both_sides_cleared {
    clear: both;
}
