/* @override 
	http://theinnercirclegym.com/wp-content/themes/innercirclegym/style.css
*/

/*
THEME NAME: The Inner Circle Gym
THEME URI: http://www.theinnercirclegym.com
DESCRIPTION: Grungy, edgy, in your face.  Basic blog design with sidebar. Based on Sandbox.
VERSION: 1.0
AUTHOR: Brad @ Apt Design
AUTHOR URI: www.aptdesignonline.com
TAGS: grungy, edgy, contrast, black and white
*/

html {
	background: #c0c0c0 url(images/background.jpg) repeat;
	color: #000000;
	font: 1em/160% Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* @group Layout */
#wrapper {
	width: 820px;
	clear: both;
	float: none;
	margin: 25px auto auto;
}

div#container {
}

#sidebar {
	width: 180px;
	margin-left: 48px;
	float: left;
}

div#content {
	width: 540px;
	float: left;
	border: 1px solid #FFF;
	background-image: url(images/transparent-bckgnd.png);
	margin-left: 50px;
	
}


/* @end */

/* @group Header */

#facebook-like {
	float: right;
	width: 50px;
}


#header {
	height: 220px;
	width: 900px;
	background: url(images/header.png) no-repeat center;
	margin: auto auto 25px;
}

#blog-title, #blog-description {
	text-align: center;
	display: none;
}



/* @end */

/* @group Content */

div.entry-date {
	background-color: #111d35;
	display: inline;
	color: #FFF;
	font: .9em "Arial Black", Arial, sans-serif;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
	margin-left: -78px;
	min-height: 0;
	float: left;
	margin-top: 15px;
}

h1.page-title, h1 {
	color: #FFFFFF;
	background-color: #70170e;
	text-transform: uppercase;
	padding: 10px;
	font: 1.5em "Arial Black", Arial, sans-serif;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

h2.entry-title, h2.page-title {
	font-family: "Arial Black", Arial, sans-serif;
}

h2.entry-title a, h2.page-title a {
	color: #FFFFFF;
	background-color: #70170e;
	display: inline;
	text-transform: uppercase;
	height: 100%;
	padding: 10px;
	margin-left: 15px;
	font-family: "Arial Black", Arial, sans-serif;
}

h2.categoryname, h2.tagname, h2.archivename {
	margin-left: 50px;
	margin-top: 40px;
	color: #70170e;
}

div.archive-meta  {
	float: left;
	margin-left: 80px;
	color: #111d35;
	font-style: italic;
	font-size: 18px;
	line-height: 140%;
	width: 490px;
}

#wplistcal ul.wplc_event_list li div.eventsdesc {
	display: none;
}



div.entry-meta {
	clear: both;
	text-transform: uppercase;
	font: .6em "Arial Black", Arial, sans-serif;
	padding-top: 10px;
}

div.entry-meta a {
	color: #111d35;
	padding-left: 2px;
	padding-right: 2px;
}

div.entry-meta a:hover {
	color: #fff;
	background-color: #70170e;
	padding-right: 2px;
	padding-left: 2px;
}

div.entry-content p {
	margin-bottom: 0;
	clear: both;
}

.post {
	padding: 25px 25px 50px;
	background: url(images/blog-divider.png) no-repeat center bottom;
}

div .page {
	padding: 25px;
	margin-bottom: 25px;
}

div.entry-content {
	margin-top: 25px;
}

div.entry-content ul.wplc_event_list {
	list-style: none;
	margin: 25px 0px;
	padding: 0px;
}

div.entry-content ul.wplc_event_list li a, div.entry-content ul.wplc_event_list li strong {
	font: 1.2em "Arial Black", Arial, sans-serif;
}


p {
	font-size: .95em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;

}

h3 {
	font-family: "Arial Black", Arial, sans-serif;
	margin-bottom: 0;
}


blockquote {
	font: italic 15px/175% Georgia, "Times New Roman", Times, serif;
	margin: 10px 25px;
}

a {
	color: #70170e;
	text-decoration: none;
}

p a{
	text-decoration: underline;
}

abbr, abbr a {
	border: none;
}

/* @end */

/* @group Menu */

div#menu {
	padding: 5px;
	font-family: "Arial Black", Arial, sans-serif;
	margin: auto;
	text-align: center;
	width: 820px;
}

#menu ul li.active a {
	background-color: #111d35;
}


div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu ul li {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 2.5em;
	min-height: 1px;
	display: inline;
	height: 80px;
}

#menu ul li a {
	color: #FFF;
	background-color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px 10px;
}


#menu ul li a:hover {
	color: #FFF;
	background-color: #70170e;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px 10px;
}

/* @end */

/* @group Sidebar */

#sidebar{
	color: #000;
	font-weight: bold;
	line-height: 150%;
	font-size: .9em;
}

#sidebar a {
	color: #000;
}

#wp-calendar {
	margin-left: 5px;
}

#wp-calendar a, #wp-calendar a:hover {
	color: #70170e;
	text-decoration: underline;
	font-weight: bold;
}

#wp-calendar caption {
	text-align: left;
	text-transform: uppercase;
	color: #111d35;
}

#sidebar a:hover {
	color: #70170e;
}

ul.sidebar {
	list-style: none;
	padding: 0;
}

ul.sidebar ul {
	list-style: none;
	padding-left: 10px;
}

h3.widgettitle {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 10px;
	background-color: #111d35;
	color: #FFF;
	font: .8em "Arial Black", Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 15px 10px 10px;
}

.widget {
	margin-bottom: 25px;
	background: url(images/sidebar-divider.png) no-repeat 0 bottom;
	padding-bottom: 30px;
}

ul.xoxo {
	margin: 0;
	padding: 0;
}

ul ul {
	padding: 0px;
	margin: 0px;
}

/* @end */

/* @group Images */

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

div.entry-content p a img, div.entry-content img {
	border: 10px solid #000;
}

div.entry-content p a:hover img.size-thumbnail {
	border: 10px solid #70170e;
}

/* @end */



input#author,input#email,input#url{
	width: 50%;
}

input#s.text {
	width: 50%;
	margin-right: 10px;
}

/* @group Footer */

div#footer {
	clear: both;
	padding-top: 25px;
}

#footer p {
	text-align: center;
	font: bold .8em Arial, sans-serif;
}

/* @end */

/* @group Comments */

#comments {
	clear: both;
	padding: 25px;
	margin-bottom: 25px;
	font-size: .9em;
}

#comments-list ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.comments ol li {
	margin-bottom: 25px;
	margin-top: 0;
	margin-right: 0;
}



div.comment-author.vcard {
	width: 50px;
	display: inline;
	float: left;
	clear: both;
	margin-top: 25px;
	font-family: "Arial Black", Arial, sans-serif;
}

div.commenttext p {
	margin-left: 25px;
	color: #FFF;
	padding: 10px 10px 10px 25px;
	float: left;
	clear: right;
	margin-top: 25px;
	width: 375px;
	background: #111d35;
}

#comment div.comment-author.vcard {
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	margin-bottom: 5px;
}

#respond {
	clear: both;
	display: block;
}


#respond h3 {
	color: #FFFFFF;
	background-color: #70170e;
	text-transform: uppercase;
	padding: 10px;
	margin-left: -78px;
	border: 1px solid #c0c0c0;
	clear: both;
	display: inline;
	float: left;
	font-family: "Arial Black", Arial, sans-serif;
}

form#commentform,form#commentform p {
	padding: 0;
	font-size: .8em;
	clear: both;
}

form#commentform .form-label {
	margin: 1em 0 0;
	display: inline;
	float: left;
	clear: both;
	width: 50px;
	font-family: "Arial Black", Arial, sans-serif;
	color: #4b4b4b;
}

input {
	float: left;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	margin-top: 1em;
	margin-left: 1.5em;
}

form#commentform span.required {
	color: #70170e;
}

#comments-list h3 {
	background-color: #111d35;
	display: inline;
	color: #FFF;
	font: .9em "Arial Black", Arial, sans-serif;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
	margin-left: -78px;
	min-height: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	float: left;
}


textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 100%;
}

/* @end */

/* @group Next/Previous */

span.meta-nav {

}

div#nav-below, div#nav-below a {
	color: #878787;
	font-size: .9em;
	margin-top: 15px;
}

div#nav-below, div#nav-below a:hover {
	color: #70170e;
}

div.navigation div.nav-next {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.navigation div.nav-previous {
	text-align: center;
}

div.navigation div.nav-previous, div.navigation div.nav-next {
	text-transform: uppercase;
	font-family: "Arial Black", Arial, sans-serif;
}

div.navigation div.nav-previous a, div.navigation div.nav-next a {
	color: #000;
	
}


/* @end */

/* @group IE Conditions */
* html #header {
	height: 239px;
	width: 980px;
	background: url(images/header-ie6.jpg) no-repeat center;
}

* html #div.entry-date {
	height:1px;
	position:relative;
	
	background-color: #111d35;
	display: inline;
	color: #FFF;
	font: .9em "Arial Black", Arial, sans-serif;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
	margin-left: -78px;
	min-height: 0;
	float: left;
	margin-top: 15px;
}

* html .post {
	padding: 25px 25px 50px;
	background: #c5c5c5 url(images/blog-divider-ie6.jpg) no-repeat center bottom;
}

* html .widget {
	margin-bottom: 25px;
	background: url(images/sidebar-divider-ie6.jpg) no-repeat 0 bottom;
	padding-bottom: 30px;
}

* html div#content {
	width: 540px;
	float: left;
	border: 1px solid #FFF;
	margin-left: 0px;
	background: #c5c5c5 url(images/blog-background-ie6.jpg) repeat-y;
}



/* @end */
