/*
Theme Name: Commit
Theme URI: http://www.ardis-creative.com
Description: A Custom made WordPress theme for Commit 2B Fit
Author: Ardis Creative
*/
body {
	background-color: #2d9a4a;
	color: #666666;
	font-family: "Helvetica neue", arial, san-serif;
		text-align: center;
	height: 100%;
	position: relative;
}
#main-container {
	width: 900px;
	margin: 0 auto; 
	text-align: left;
}
#header {
	width: 900px;
	height: 154px;
	background: url(images/header.jpg);
}
#header a {
	position: absolute;
	top:0;
}

#header img {display: inline;}

#header p{ 
	color: white;	
	font-family: "Verdana", "helvetica", arial, san-serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 220px;
	height:90px;
	position: relative;
	top:70px;
	left:300px;
}
#menu {
	background: url(images/menu-background.png) no-repeat;
	height: 68px;
	display: block;
	margin-top: 15px; 
	padding-bottom: 12px;
	text-align: center;
}

#menu ul {padding-top: 25px; margin: 0 auto;}

#menu li{display: inline; }
.last-menu-item {border: none;}

#menu a {
	font-family: arial, san-serif;
	height:58px; 
	width: 125px;
	padding:18px 18px 19px;
	margin-left: -3px;
	border: #fff200 5px solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

#menu a.not-selected {color: #76419c;}
#menu a.selected {font-weight: bold; color: white;}

#menu a.selected:link{color: white;}
#menu a.selected:visted{color: white;}
#menu a.selected:hover{color: white;}
#menu a.selected:active{color: white;}

#menu a.not-selected:link {color: #76419c;}
#menu a.not-selected:visted {color: #76419c;}
#menu a.not-selected:hover {color: white;}
#menu a.not-selected:active {color: #663399;}



#content-container {
	width: 610px;
	float: left;
}
#content {
	background: url(images/content-background.png) repeat-y;
	padding: 0 35px;
	
}

#above-content{
	background: url(images/above-content.png) no-repeat;
	height: 23px;
	display: block;
}



#below-content{
	background: url(images/below-content.png) no-repeat;
	height: 32px;
	display: block;
}

#sidebar {
	background: url(images/side-bar-background.png) no-repeat;
	width:215px;
	height:467px;
	float: left;
	padding: 40px 30px 0 30px;
}
#sidebar h2 {font-weight: bold; padding: 0 0 20px 20px;}
.sidebar-links h2{margin-top: 10px;}
.sidebar-section, #crp_related { /**crp_related is for top posts **/
	height:150px;
}
.sidebar-section li, #crp_related li {padding-left: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:200px;}
#footer {
	text-align: center;
	font-family: "Verdana", "helvetica", arial, san-serif;
	font-size: 11px;
	color: #3ab54a;
	padding-bottom: 75px;
}

#footer a{color:#3ab54a;}
#footer a:hover{text-decoration: underline;}

/** Wordpress Specific Styling **/

h2 a{ /** The headlines for a post **/
	font-family: "Georgia";
	font-size: 1.5em;
	color:#76419c;
	display: block;
	padding: 15px 0 10px;
}

h2 a:hover {text-decoration: underline;}

small { /** Information above an entry **/
	font-size: .8em;
	margin-bottom: 10px;
	display: block;
	color:#666666;
	font-weight: bold; 
}

.entry { /** The post **/
	font-family: "Verdana", "helvetica", arial, san-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
	/**padding-bottom: 15px;**/
}

.entry p {padding-bottom: 10px;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {font-weight: bold;}
.entry h1 {font-size: 2em; padding-bottom: 5px;}
.entry h2 {font-size: 1.75em; padding-bottom: 3px;}
.entry h3 {font-size: 1.5em;}
.entry h4 {font-size: 1.25em;}

.entry ul {list-style-position: inside; list-style-type: circle;}

.entry a:link {color: #76419c;}
.entry a:visited {color: #663366;}
.entry a:hover {text-decoration: underline;}
.entry a:active {color: #663366;}

small a:link {color: #76419c;}
small a:visited {color: #663366;}
small a:hover {text-decoration: underline;}
small a:active {color: #663366;}

#sidebar a {font-size: 12px;}
#sidebar a:link {color: #76419c;}
#sidebar a:visited {color: #663366;}
#sidebar a:hover {text-decoration: underline}
#sidebar a:active {color: #663366;}


hr{border: none; border-bottom: solid #76419c 2px; padding-bottom: 10px; margin: 0; display: block;}


.navigation {padding-top: 20px;}
.navigation a:link {color: #76419c;}
.navigation a:visited {color: #663366;}
.navigation a:hover {text-decoration: underline;}
.navigation a:active {color: #663366;}

