/*   
Theme Name: ExEx
Theme URI: http://www.exercisexpertise.net
Description: Theme for ExEx
Author: Dan Mensinger
Author URI: http://www.whoanice.com
Version: 1.0
Tags: fixed width, two columns, right sidebar, widgets, gravatars, blue, white, 
.
Copyright Whoanice Design 2010
.
*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#333;
	margin: 0px;
	padding: 0px;
        background-color: #212121;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color:#999999;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
}


h1 { font-size: 24px; margin: 0px; padding: 3px 0px;}
h2 { font-size: 18px; margin: 0px; padding: 0px;}
h3 { font-size: 16px; }
h4 { font-size: 14px; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#000;
}


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

a:hover {
color: #001e48;
}

hr {
	display: none;
	}

a  {
border: none;
	}

/* Layout */



#page {
	margin: 0px auto;
	padding: 180px 0px 0px 0px;
	width: 1000px;
	background-image:url('images/pagebg1.jpg');
       background-position: center top;
       background-repeat: no-repeat;
}

#header {
	margin: 0px auto;
	width: 1000px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	padding:0px;
    background-color: #fff;
}

#leftcolumn{
	padding:20px 20px 0px 20px;
    width: 650px;
	margin:0;
}

#rightcolumn{
	padding:20px 10px 0px 10px;
        width: 290px;
        background-color: #e7e7e7;
        border-left: 1px solid #ccc;
	background-image:url('images/sidebar.jpg');
        background-position: left top;
        background-repeat: repeat-y;
	margin:0;
        }

#content {
	margin:0;
	padding:0 0 0 0;
    width: 648px;
}

#sidebar {	
	margin:0px;
	padding:0px;
	font: 12px 'Lucida Grande', Arial, Sans-Serif;
}	

#footer {
	margin: -10px auto 0px auto;
	clear: both;
	padding:5px 0px 0px 0px;
	font-size:11px;
	color:#666;
	background-image:url('images/footer.jpg');
     background-position: left bottom;
     background-repeat: repeat-y;
	width: 1000px;
	height:130px;
}

#footercontent{
width: 940px;
margin: 10px auto;
}

#dynamic-footer{
	width:940px;
	margin:0px auto;
	background-image:url("images/footer_dynamic.jpg");
	background-position:top center;
	background-repeat:repeat-y;
	display:block;
	color:#ccc;
	font-size:11px;
	padding:20px 30px 10px 30px;
	overflow:hidden;
	}
.dynamic{
	width: 260px;
	float:left;
	margin:0px 25px;
	}
.dynamic2{
	width: 260px;
	float:left;
	margin:0px 60px 0px 90px;
	}
.dynamic3{
	width: 120px;
	float:left;
	margin:0px 0px 0px 100px;
	}
#dynamic-footer li{
	padding:0px 0px 5px 0px;
	list-style-type: none;
	list-style-image: none;
	}
#dynamic-footer a{
	color:#fff;
	}
#dynamic-footer a:hover{
color:#26a;
	}
	
#hmenu {
	margin: 0px auto 0px 20px;
	padding:0px;
        height: 30px;
}

#hmenu ul {
	display:inline;
	margin:0px;
	padding:0;
}

#hmenu ul li {
	padding:0px;
	display:inline;
	font-size:1.2em;
}

#hmenu ul li a {
       display: block;
       padding: 0px 15px;
       margin:0px 5px 0px 5px;
       height: 30px;
       line-height: 30px;
       float: left;
       color: #1b66ff;  
}

#hmenu ul li a:hover {
       color: #fff;
}

#hmenu ul li.current_page_item a{
       background-color: #fff;
       color: #000;  
       height: 30px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

#hmenu ul li.current_page_item a:hover{color:#1b66ff;}

#hmenu ul li a.activepage:link,
#hmenu ul li a.activepage:visited,
#hmenu ul li a.activepage:hover,
#hmenu ul li a.activepage:active {
       background-color: #fff; 
	color: #000;   
       height: 30px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
} 

#hmenu ul li a:hover.activepage:link,
#hmenu ul li a:hover.activepage:visited,
#hmenu ul li a:hover.activepage:hover,
#hmenu ul li a:hover.activepage:active {color:#1b66ff;}

/* End header */


/* Post */


.post {
	margin: 6px 0px;
	padding:10px 0px 0px 0px; 
	text-align: left;
	overflow:hidden;
	clear:both;
	color:#333;
	}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:10px 0px 0px 0px;
	padding:0;
	text-align:left;
}	

.post_home {
	margin: 10px 0px;
	padding:10px 10px 10px 10px; 
	text-align: left;
	overflow:hidden;
	clear:both;
	border:1px solid #ccc;
	color:#333;
	}

div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#444;
     background-color: #e7e7e7;
     padding: 3px;
     display: block;
}

.titlemetadata {
	clear: both;
	font-size:1.1em;
	color:#444;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:15px 0px;
	}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}

.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}


.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}


.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }

p  {
	padding: 0;
	max-width: 100%;
	}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:14px;
	clear:both;
	margin:20px 0;
}	

#navigation{
	margin:0px 0px;
	width:650px;
	padding:10px 0px;
	}
#navigation a{font-size:14px;}
#navigation .left{float:left;}
#navigation .right{float:right;}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.wp-caption  {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
		}

/* Comments*/

#comments {
	font-size:12px;	font-size:12px;
	width:606px;
	margin:15px 0px 0px 0px;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#333;
	color:#ccc;
}

.commentinput{
	width:250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	border:1px solid #ccc;
	margin:0px 0px 10px 0px;
	padding:5px;
	color:#555;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.commentlist {
	margin:10px 0px;
	padding:0 0 1px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px dashed #666;
}

#comments h2 {
	font-family: 'arial', Sans-Serif;
	color:#ccc;
	}
	
#comments h3 {
	font-family: 'arial', Sans-Serif;
	color:#26a;
	margin:0px; padding:0px 0px 5px 0px;
	}
	
li.comment div, li.pingback div {
	padding:10px 0px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
color:#ccc;
}

.commentlist li.odd {
color:#ccc;
}

ul.children li {
	list-style:none;
}

.avatar {
	float:left;
	border:1px solid #eee;
	padding:2px;
	margin:0px 10px 10px 0px;
	background:#fff;
}
.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}

textarea#comment {
	width:98%;
	font-size:14px;
	line-height:18px;
}

.navigation {
	font-size:10px;
margin: 0px 0px 10px 0px;
display: block;
padding: 0px 0px 10px 0px;
}


/* Sidebar */

#sidebar h2{
	font-weight:normal;
	text-transform: uppercase;
	color: #fff;
	line-height:34px;
	padding: 0px 0px 0px 10px;
	margin: 0px -19px 0px -11px;
	background-image:url("images/sideheader.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	width:310px;
	height:45px;
}

#sidebar ul li li a{
       padding:3px 0px;
       margin: -3px 0px 0px 0px;
       display:block;
       width: 290px;
       border-bottom: 1px solid #ccc;
       color: #001e48;
}

#sidebar ul li a:hover{
        color:#26a;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 0;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 20px;

	}

#sidebar ul ul ul a{width:250px;}

#sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

	

/* Calendar */

#wp-calendar {

	empty-cells: show;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	font-weight:bold;

	}



#wp-calendar caption {

	font-weight:bold;

	text-transform:uppercase;

	text-align:left;

	margin:0 0 5px 8px;

	color:#666;

	}



#wp-calendar td {

	padding: 3px 5px;

	text-align: center;

	}

	

#wp-calendar td#today {

	background:#eee;

}	



#wp-calendar td#prev a {

	padding: 0;

	text-align:left;

	font-weight:normal;

}



#wp-calendar td#next a {

	padding: 0;

	text-align:right;

	font-weight:normal;

}


/* End Calendar */


#date{
display: block;
width: 75px;
height: 80px;
float: left;
margin: 0px 10px 0px 0px;
background-image: url(images/calendar.jpg);
background-repeat: no-repeat;
background-position: center top;
font-weight: bold;
}

#date .month{
margin: 17px 0px 0px 15px;
font-size: 12px;
color: #fff;
}

#date .day{
margin: 0px 0px 0px 15px;
font-size: 32px;
color: #000;
}


#search{
display: block;
width: 300px;
padding: 5px;
font-weight: bold;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
height: 20px;
background-color: #e7e7e7;
margin: 0px 0px 0px 0px;
border: 0px solid #e7e7e7;
background-image:url('images/sidebar.jpg');
background-position: left top;
background-repeat: repeat-y;
float:right;
position: relative;
z-index: 5;
}


#searchbar{
display: block;
width: 278px;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height: 15px;
background-color: #fff;
margin: 5px;
border: 1px solid #ccc;
float:right;
position: relative;
z-index: 10;
}


#searchform{
background-color: transparent;
width: 200px;
border: 0px solid #ccc;
color:#333;
font-size: 12px;
}


#dailyroutine{
font-size: 14px;
margin: 5px 0px;
}

#dailywidget{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0px;
font-size: 14px;
font-weight: bold;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
margin: 0px 0px 20px 0px;
color: #008d00;
}
#dailywidget strong{
color: #004800;
}


#topnav{
text-align: right;
margin: -50px 0px 40px 0px;
display:block;
width:1000px
}

#topnav a{
font-weight: bold;
color: #fff;
margin: 0px 20px 0px 10px;
}


#topnav a:hover{
	color: #26a;
}


#rss{
margin: 0px 0px 5px 0px;
padding: 0px 0px;
}


#comment {
font-size: 22px;
margin: 0px;
}

#comment a{
background: url("images/commentbg2.jpg") no-repeat;
width:37px;
height: 38px;
color:#666;
font-size: 18px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 5px 0px 20px;
line-height:30px;
text-align:center;
text-decoration:none;
display:block;
float:right;
clear:none;
color:#fff;
}

#comment a:hover{
text-decoration: none;
color: #000;
}


#email {
display:block;
padding:5px 5px 1px 5px;
background-color:#212121;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#fff;
text-align:center;
}

#email strong{font-size:16px; color:#fff;}

#wpoi_email{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #333;
height:16px;
padding:3px;
}
#wpoi h2{display:none;}
#wpoi input{margin:5px 0px 0px 0px;
}

#smedia{overflow:hidden; margin:12px auto 10px auto; display:block; width:210px;}
#facebook a{
	float:left;
	margin:0px 3px 0px 3px;
	width:64px;
	height:64px;
	display:block;
	background-image:url('images/facebook-bw.png');
	background-position: left top;
	background-repeat: repeat-y;
	}
#facebook a:hover {
	background-image:url('images/facebook.png');
	background-position: left top;
	background-repeat: repeat-y;
	}
#twitter a {
	float:left;
	margin:0px 3px 0px 3px;
	width:64px;
	height:64px;
	display:block;
	background-image:url('images/twitter-bw.png');
	background-position: left top;
	background-repeat: repeat-y;
	}
#twitter a:hover {
	background-image:url('images/twitter.png');
	background-position: left top;
	background-repeat: repeat-y;
	}
#feed a {
	float:left;
	margin:0px 3px 0px 3px;
	width:64px;
	height:64px;
	display:block;
	background-image:url('images/rss-bw.png');
	background-position: left top;
	background-repeat: repeat-y;
	}
#feed a:hover {
	background-image:url('images/rss.png');
	background-position: left top;
	background-repeat: repeat-y;
	}

#like{margin:10px 0px 0px 0px;}
