/*  
Theme Name: CrossFit Intrepid
Version: 1.0
*/

html, body {
	background: #000000 url(img/bg.jpg) top center;
	font-family: Trebuchet MS;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	color: #006699;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

div.Clear {
	clear: both;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	background: url(img/header-bg.jpg) center top repeat-x;
}
#header p {
	background: url(img/dot.gif) left 9px no-repeat;
	padding: 0px 0px 0px 21px;
	margin: 58px 0px 0px 0px;
	color: #fff;
	font-size: 18px;
	color: #666666;
	float: left;
}
/* Logo */
#logo {
	float: left;
	padding: 15px 19px 0px 68px;
}

/* Contact info */
#contact_info {
	float: right;
	padding:31px 40px 0px 0px;
}
#header #contact_info p {
	background: none;
	font-size: 12px;
	color: #cccccc;
	margin: 0px;
	float: none;
	padding: 0px 0px 5px 0px;
}
#contact_info p a {
	color: #cccccc;
}
#contact_info p img {
	margin: 0px 13px -1px 0px;
}
#contact_info p span {
	color: #808080;
	font-style: italic;
}

/* Wrap */

.wrap {
	width: 1068px;
	margin: 0 auto;
}

.Shift {
	padding-left: 61px;
}

#menu {
	width: 100%;
	font-size: 17px;
	position: relative;
	height: 58px;
	background: url(img/menu-bg.gif) left top repeat-x;
}

#menu ul {
	width: 752px;
	padding-top: 0px;
	float: left;
}

#menu li {
	display: block;
	float: left;
	padding: 0px 17px 0px 17px;
}

#menu li a {
	line-height: 26px;
	display: block;
	padding: 15px 0px 0px 0px;
	color: #595959;
	text-decoration: none;
}

* html #menu li a {
	display:block;
	width:auto;
}

#menu li.ItemOver a{
	color: #696700;
}
#menu li.current_page_item a {
	color: #9d9a00;
	border-bottom: 3px solid #9d9a00;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
}
#menu li.current_page_item a:hover {
	text-decoration: none;
}
#menu li.Separator {
	width: 1px;
	height: 45px;
	background: url(img/menu-sep.gif) left 25px no-repeat;
	padding: 0px;
}

/******* Watermark bg *********/
div.LightBg {
	background: url(img/light-bg.jpg) center top no-repeat;
}
/* Login (menu) */

#login {
	/* float: right; */
	position: absolute;
	right: 0px;
	top: 15px;
	font-size: 11px;
	color: #8F8F8F;
	/* padding-top: 15px; */
}
/* RSS Block */
.RSSBlock {
	float: left;
	padding: 0px 0px 0px 13px;
}

/* Page Description */

#page_desc {
	width: 100%;
	height: 3.1em;
	font-size: 14px;
	padding-bottom: 10px;
	background: #EEEEEE;
}

#page_desc #text {
	padding-left: 20px;
	height: 3.1em;
	float: left;
	width: 499px;
	background: #fff;
}

#page_desc p {
	padding: 12px 0px;
}

/* Search */

#search_top {
	float: right;
	width: 242px;
	background: url(img/search-bg.gif) left top no-repeat;
	margin-top: 39px;
}

#search_top form {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#search_top input.sfield {
	border: none;
	background: none;
	width: 196px;
	height: 30px;
	font-size: 11px;
	color: #999999;
	padding: 8px 2px 0 11px;
}

#search_top input.sbutton {
	position: absolute;
	top: 0;
	left: 196px;
}

/* Content */
hr {
	border: none;
	border-top: 1px dashed #d7d7d7;
	height: 1px;
	margin: 10px 0px;
}

hr.Main {
	height: 1px;
	color: #d7d7d7;
	background-color: #d7d7d7;
	margin: 5px 0px 0px 0px;
	border: none;
}

#content_wrap {
	background: #f6f6f6 url(img/content_wrap_bg.gif) right top repeat-y;
	padding: 0px;
	height: 100%;
}

#content {
	width: 752px;
	float: left;
	padding-top: 16px;
	padding-bottom: 10px;
	background: url(img/content-top.gif) left top no-repeat;
}

#content h2 {
	font-size: 15px;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

#content ul, #content ol {
	padding: 0.5em 2.5em;
	padding-left: 2px;
	font-size: 13px;
}

#content ul li {
	background: url(img/bullet.gif) no-repeat 0 0.6em;
	line-height: 20px;
	padding-left: 25px;
	list-style: none;
}

#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
	line-height: 20px;
}

#content blockquote {
	font-style: italic;
	color: #606060;
	line-height: 14px;
	background: url(img/quote-top.gif) left top no-repeat;
	font-size: 12px;
	margin: 5px 0px;
}
#content blockquote div.Quote {
	padding: 4px 23px 25px 63px;
	background: url(img/quote-bot.gif) left bottom no-repeat;
}
#content blockquote div.Quote p{
	line-height: 14px;
	font-size: 14px;
}

/* Caption */

#caption {
	width: 100%;
}

#caption h2 {
	width: 250px;
	float: left;
	line-height: 1.9em;
	padding-left: 18px;
}
#m_post {
	float: left;
	position: relative;
}
#m_post div a{
	position: absolute;
	display: block;
	width: 82px;
	height: 51px;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
}

#m_post div.o_entries a {
	left: 24px;
	background: url(img/left-arrow.gif) left 19px no-repeat;
}
#m_post div.r_entries a {
	left: 648px;
	background: url(img/right-arrow.gif) right 19px no-repeat;
}

#m_post a:hover {
	text-decoration: none;
}

/* Post */

#content div.PostDate {
	position: absolute;
	margin: -8px 0px 0px -83px;
	background: url(img/date-bg.gif) left top no-repeat;
	width: 61px;
	height: 79px;
}
#content div.PostDate p {
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	line-height: 14px;
	font-family: Tahoma;
}
#content div.PostDate p.Day {
	color: #535353;
	font-size: 42px;
	line-height: 46px;
	padding: 0px;
	padding-top: 9px;
	text-align: center;
}
#content div.PostDate p span{
	color: #535353;
}

.post {
	padding: 5px 22px 1px 22px;
}

#page_post {
	margin-top: 0px;
}

#page_post h2 {
	color: #A52A2A;
}
.post .PostHeader {
	border-bottom: 1px solid #d7d7d7;
	padding: 0px 0px 10px 0px;
}
.post .PostHeader h2 {
	padding: 0px;
	float: left;
}
#content .post h2 span {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	width: 465px;
	display: block;
}

#content .post h2 a {
	color: #000;
	text-decoration: none;
	font-size: 36px;
	font-weight: normal;
	width: 465px;
	display: block;
}
#content .post h2 a:hover {
	text-decoration: underline;
}
#content .post .PostHeader h2 div {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
#content .post .PostHeader h2 div a{
	color: #006699;
	font-size: 12px;
	text-decoration: underline;
	width: auto;
	display: inline;
}
#content .post .PostHeader h2 div a:hover{
	text-decoration: none;
}
#content .post div.Img {
	border: 1px solid #c5c5c5;
	float: left;
	font-size: 0px;
	line-height: 0px;
	margin: 10px 0px;
}
#content .post div.Img img{
	border: 7px solid #ffffff;
}
.post_details {
	padding: 11px 0px 0px 0px;
	float: right;
	text-align: right;
	width: 243px;
}

#content .post_details p {
	font-size: 11px !important;
	color: #727272;
	line-height: 14px;
	padding: 14px 9px 0px 0px;
	float: right;
}
.post_details p span.Author {
	font-size: 10px !important;
	padding-left: 17px;
	background: url(img/user.gif) left top no-repeat;
	font-weight: bold;
}
.post_details p span.Author a {
	font-size: 11px !important;
	color: #333333;
	text-decoration: none;
}
.post_details p span.Author a:hover {
	text-decoration: unerline;
}
.post_details .post_details_comments {
	float: right;
	background: url(img/comments-bg.gif) left top no-repeat;
	height: 41px;
	width: 115px;
}
.post_details .post_details_comments span {
	float:left;
	margin: 12px 0px 0px 12px;
	color: #000000;
	font-size: 10px;
	float: left;
	text-align: center;
	width: 24px;
}
.post_details .post_details_comments a {
	font-size: 11px;
	display: block;
	padding: 6px 14px 0px 0px;
	float: right;
	line-height: 13px;
	text-align: left;
}
#content  .single_post p{
	padding: 14px 9px 0px 0px;
}
.single_post .post_details_comments  {
	background: url(img/comments-ico.gif) left top no-repeat;
	height: 22px;
	width: 24px;
	margin-top: 12px;
}
.single_post .post_details_comments span{
	margin: 0px;
	display: block;
	color: #000000;
	font-size: 10px;
	text-align: center;
	width: 24px;
	padding-top: 1px;
}


/* More Posts */

#more_posts {
	background: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* Comments */
.DarkHeader {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 15px;
}
#content .DarkHeader h2 {
	background: #e1e1e1;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 25px;
	color: #666666;
	font-weight: normal;
	padding: 13px 0px 11px 18px;
}

.CommentsArea {
	padding: 0px 22px;
}
.comments_caption {
	width: 100%;
}

.comments_caption h2 span{
	color: #000000;
}

.comment_wrap {
	margin-top: 15px;
}
.comment_wrap p {
	font-size: 13px !important;
}
.comment_wrap_post {
	padding: 7px 0px 14px 16px;
	background: url(img/gradient.gif) left top no-repeat;
}
.comment_wrap_post p {
	padding: 0px 0px 7px 0px !important;
}
.comment_wrap_head {
	background: url(img/hdr-comment-bg.gif) left bottom no-repeat;
	padding: 8px 0px 16px 0px;
}
.comment_wrap_head div.Upic {
	float: left;
	border: 1px solid #c5c5c5;
	font-size: 0px;
}
.comment_wrap_head div.Upic img {
	border: 4px solid #ffffff;
}
.comment_wrap_head p, 
.comment_wrap_post .comment_wrap_head p{
	float: left;
	padding: 3px 0px 0px 0px !important;
	margin: 0px 0px 0px 8px;
	color: #000000;
	font-size: 23px !important;
	line-height: 18px !important;
}
.comment_wrap_head p a,
.comment_wrap_post .comment_wrap_head p a{
	color: #000000;
	font-size: 23px !important;
}
.comment_wrap_head p span {
	color: #909090;
	font-size: 11px;
	line-height: 18px;
}


#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
}

.trackback_rss {
	position: absolute;
	padding: 2px 0px 5px 37px;
	background: url(img/rss-ico.gif) left 0px no-repeat;
	margin-left: 527px;
	margin-top: -46px;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 12px !important;
}
.trackback_rss p  a {
	text-decoration: none;
}
.trackback_rss p  a:hover {
	text-decoration: underline;
}

#comment_form {
	padding: 11px 0;
	clear: both;
}

#content form {
}

#content .FieldsBlock {
	float: left;
	padding-right: 21px;
	width:325px;
}
#content .FieldsBlock label {
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 3px;
	display: block;
}
#content .FieldsBlock label span {
	color: #a70824;
}
#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: 1px solid #c6c6c6;
	padding: 5px;
	font-size: 15px;
	background: none;
}

#content input.data {
	width: 192px;
}

#content textarea {
	border: 1px solid #c6c6c6;
	width: 319px;
	height: 153px;
	background: none;
}

#content input.sbutton {
	margin-top: 10px;
	float: right;
	background: url(img/submit-bg.gif) top left no-repeat;
	border: none;
	cursor:pointer;
	width: 77px;
	font-size: 14px;
	padding: 7px 0px 13px 0px;
}

/* Sidebar */

.SidebarArea {
	padding: 30px 21px 15px 21px;
}
#sidebar {
	width: 255px;
	float: right;
	background: url(img/side-top-bg.gif) right top no-repeat;
}

#sidebar h2 {
	font-size: 24px;
	color: #000000;
	padding: 11px 0px 16px 21px;
	font-weight: normal;
	background: url(img/side-hdr-bg.gif) left bottom no-repeat;
	position: relative;
	margin-left: -21px;
}

#sidebar p, #sidebar li {
	font-size: 12px;
}

#sidebar p {
	padding: 10px 0;
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	padding: 10px 0;
	list-style: none;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	background: url(img/bullet.gif) left 12px no-repeat;
	padding-left: 17px;
	line-height: 27px;
}

#sidebar li.widget_search  div{
	padding: 15px 0px 0px 0px;
}
#sidebar li.widget_search  div label {
	display: block;
}
#sidebar li.widget_search  div input {
	float: left;
}
#sidebar li.widget_search  div input#s {
	border: none;
	background: url(img/searchbox.gif) top left no-repeat;
	padding: 7px 0px 5px 10px;
	height: 34px;
}
#sidebar li.widget_search  div input#searchsubmit{
	border: none;
	background: url(img/searchbox-btn.gif) top left no-repeat;
	text-indent: -1000px;
	font-size: 0px;
	width: 41px;
	height: 34px;
}

/* Widgets */

.textwidget {
	line-height: 20px;
	padding: 10px 0;
}
div#calendar_wrap {
	background: url(img/calendar-bg.gif) left bottom no-repeat;
}
#wp-calendar {
	padding: 0px;
	width: 100%;
}
#wp-calendar caption {
	padding: 10px 0px;
	border-bottom: 0;
	color: #6d6d6d;
	font-weight: bold;
}
#wp-calendar th {
	text-align: center;
}
#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
   text-align: center;
}
#wp-calendar td#today {
   background: #EEEEEE;
}
#wp-calendar td#prev {
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
}
#wp-calendar td#next {
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
}
#wp-calendar td#prev a {
   text-decoration: none;
}
#wp-calendar td#next a {
   text-decoration: none;
}

/* Footer */

#footer {
	background: url(img/footer-bg.gif) left top no-repeat;
	height: 53px;
	clear: both;
}

#footer ul {
	width: 490px;
	float: left;
	padding: 10px 0px 0 10px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 6px;
	margin-right: 19px;
	color: #2E2E2E;
}

#footer li.current_page_item a {
	color: #fff;
	background: #5EA3DB;
}

/* Copyright */

#copyright {
	font-size: 12px;
	padding: 17px 0px;
	color: #727272;
	float: left;
}
#copyright p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}
#copyright div {
	font-size: 17px;
	color: #ffffff;
}

/**** RSSLinks links *********/

div.RSSLinks {
	float: right;
	width: 242px;
	font-size: 12px;
	padding-top: 21px;
}
div.RSSLinks a {
	color: #b6b6b6;
	display: block;
	float: left;
	margin-right: 32px;
	text-decoration: none;
	line-height: 13px;
	padding-top: 6px;
}
div.RSSLinks a.Facebook {
	margin-right: 0px;
	padding-top: 1px;
}
div.RSSLinks a:hover {
	text-decoration: underline;
}
div.RSSLinks img {
	float: left;
	margin-right: 8px;
}

.RSSBlock div.RSSLinks {
	padding-top: 17px;
}


/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}