/*
Theme Name: Momentum
*/

body {
	background: #FFFFFF url(images/back.jpg) repeat-y center;
	margin: 0px;
	font-family: Arial, Verdana, 'Helvetica', sans-serif;
	font-size: 9px;
	padding-bottom: 40px;
}

#page {
	width: 750px;
	margin: 0 auto;
	background: #ffffff;
}

#header {
	width: 100%;
	height: 175px;
	_height: 0px;
}

#wrapper {
	width: 750px;
	float: left;
}

#content {
	float: left;
	width: 550px !important;
	margin-top: 25px;
}

#metadata {
	float: left;
	width: 100px !important;
}

#sidebar {
	width: 150px;
	margin: 0px 0px 40px 0px;
	float: right;
	margin-top: 25px;
}

#footer {
	height: 40px;
	clear: both;
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;	
}

#footer a {
	text-decoration:underline;
}

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


a {
	color: #642200;
	text-decoration: none;
    outline: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	outline: none;
	font-weight: normal;
}






/*------------- HEADINGS -------------*/


h1, h1 a {
	margin-top: 40px;
	font-size: 1.9em;
	margin-bottom: 0px;
}

h1 a:hover {
	background: #642200;	
	color: #ffffff;

}

.description {
	font-size: 1.7em;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	margin:0;
	font-size:11px;
	padding:0;
}

.post-title{
	float:right;
	color:#4b4b4b;
	width:555px;
}

.post-title h3{
	font-weight:normal;
	margin-left:0px;
	background:url(images/dotted_line.gif) repeat-x bottom left;
	padding-bottom:5px;
	margin-bottom:2px;
	color:#999999;
	font-size:11px;
}

h4 {
	font-size: 1.8em;	
	margin-bottom: 0px;	
	font-weight: normal;
	margin-top: 60px;
	font-style: italic;

}

/*------------- logo -------------*/

a#logo{
  top: 0px;
  position: absolute;
}




/*------------- CONTENT -------------*/


h2, h2 a:visited, h2 a {
	margin-bottom: 1px;
}

h2 a:hover {
	background: #642200;	
	color: #ffffff;
}

.post {
	margin-bottom: 30px;
	margin-top: 0px;
	clear: both;
}

.meta{
	margin-bottom: 60px;
	margin-top: 0px;
	clear: both;
	margin-right: 10px;
}

.post img {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
	border-color: #000000;
}

.post li {
	list-style-type:square;
}

.entry {
	line-height: 150%;
	text-align: justify;
	
}

.post li a, .entry a {
	color: #545454;
	text-decoration: underline;
}

.post li a:hover, .entry a:hover {
	background: #642200;
	color: #ffffff;
	text-decoration: none;
}

.entrytext  {
	line-height: 150%;
	display: block;
	clear: both;
	
}

.entrytext p {
	width: 500px;
	
}

.postmetadata, .postmetaedit {
	font-size: 9px;
	color: #FF9900;
}

.postmetadata a{
	color: #FF9900;
	text-decoration: underline;
}

.postmetaedit {
	background: transparent;
}

.postmetaedit a:hover {
	background: transparent;
	text-decoration: underline;
}

.postmetadata .alignleft{
	padding-top:6px;
	padding-left:10px;
}

.postmetadata .alignright{
	text-align:center;
	padding-top:8px;
	padding-right:10px;
}

img, a img {
	margin: 0px;
	display: inline;
}

.postmetadata{
	margin-bottom:15px;
	
	background:#e5edf7;
	height:29px;
	background:url(images/dotted_line.gif) repeat-x top left;
}

.post-title h3{
	font-weight:normal;
	margin-left:0px;
	background:url(images/dotted_line.gif) repeat-x bottom left;
	padding-bottom:5px;
	margin-bottom:2px;
	color:#999999;
	font-size:11px;
}




/*-------------- SIDEBAR ------------*/


#sidebar ul {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	line-height: 11px;
}

#sidebar ul h2 {
	color: #642200;
	font-size: 11pt;
	border-bottom: 2px solid #642200;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}

#sidebar ul li {
	list-style-type:none;
	text-align:left;
}

#sidebar ul ul {
	margin-bottom: 15px;
}

#sidebar ul ul li {
	line-height: 13px;
	border-bottom: 1px dotted #dbdbdb;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar ul ul ul {
	margin: 0px;
	border-top: 1px dotted #dbdbdb;
}

#sidebar ul ul ul li {
	margin-left: 15px;
	padding-left: 15px;
	line-height: 15px;
	background: url(images/sub.gif) no-repeat left;
}

#sidebar li a {
	display: block;
}

#sidebar li a:hover {
	display: block;
	color: #FF9900;
	text-decoration: none;
}

#sidebar a {
	color: #5a5a5a;
}


/* MENU */

#menu{
	width:100%;
	height:54px;
	background:url(images/menu_bg.gif) no-repeat left top;
}

#menu_items{
	padding-top:16px;
	padding-left:10px;
	float:left;
	width:65%;
	text-transform:capitalize;
	font-size:15px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#d1d1d1;
}


#menu_items div{
	float:left;
	background:url(images/menu_sep.gif) no-repeat center right;
	padding-left:10px;
	padding-right:15px;
}

#menu_items a{
	color:#642200;
}



#menu_search{
	float:right;
	width:150px;
}

#searchform_top{
	position:relative;
	top:0;
}

#searchform_top_text{
	width:100px;
	border:0px;
	background:none;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
}

#gosearch{
	position:relative;
	top:10px;
}



/*-------------- COMMENTS --------------*/


ol.commentlist {
	margin-bottom: 50px;
}

#author, #email, #url {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#comment {
	width: 450px;
	background: #f6f6f6;
	border: 1px solid #857373;
	padding: 5px;
}

#commentform {
	margin-left: 20px;
}

.commentauthor, .commentauthor  a {
	font-size: 1.1em;
	font-weight: bold;
	display:block;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	padding: 10px;
	width: 400px;
}

ol.commentlist ol {
	font-weight: bold;
}

ol.commentlist li.alt {
	background: #f5f5f5;
}




/*-------------- SEARCH FORM -------------*/

#searchform {
	margin-bottom: 30px;
}

#searchform input {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#searchform #s {
	width: 150px;

}

#searchform #searchsubmit {
	border: 1px solid #857373;	
}




/*------------- CALENDAR -----------------*/

#wp-calendar {
	width: 100%;
	color: #8c8c8c;
	margin-bottom: 20px;
}

#wp-calendar th {
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	color: #000000;
}

#wp-calendar a {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#wp-calendar a:hover {
	color: #898989;
	font-weight: bold;
	background: #642200;
	padding: 0px !important;
	
}

#prev a,  #next a {
	margin: 10px;
}

#wp-calendar caption {
	color: #000000;
	margin: 10px;
	font-size: 1.1em;
}




/*------------- OTHER ------------------*/

hr {
	display: none;
}


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

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}
.pad {
	font-family: Arial, Helvetica, sans-serif;
	padding: 40px;
	width: 550px;
	float: left;
}

