/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

p {color:#515151; font-size: 1.5em;}
a, .welcomebox h2 a {color:#4a648e;text-decoration:none;}
a:hover, a:focus {color:#666;}

/* Navigation overrides */

/* Posts */
.content {display:block;clear:both;}
.post {display:block;clear:both;}
.postmetadata {background:#4a648e;padding:1em;color:#fff; font-size:11px;}
.postmetadata a {color:#ec6223;}
.postmetadata a:hover {color:#222;}
.underlined {border-bottom:1px solid #222;}
.welcomebox {padding:1.5em;margin:0 0 1.6em 0;background:#eee;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}



/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom:	1em;
    font-size:11px;
    background:#000 url(images/bg_orange.png) repeat;
    width:950px;
    height:30px
}
.sf-menu a {
	padding: 		9px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#000 url(images/bg_orange.png) repeat;
	margin-right:   2em;
	
}
.sf-menu li.right {
	margin-right:   0;
}
.sf-menu li li {
	background:		#000 url(images/bg_orange.png) repeat;
}
.sf-menu li li li {
	background:		#000 url(images/bg_orange.png) repeat;
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#4a648e;
	outline:		0;
}


/* Footer */
#footer-wrap {background:#000 url(images/bg_orange.png) repeat; color: #ffffff;}
#footer {width:950px;padding:1.5em 0;margin:0 auto;color:#999;text-align:left}
#footer p {color:#ffffff}
#footer h3 {margin:0;padding:0 0 .6em 0; border-bottom:none; color:#fff}
#footer .item {margin:0 0 4em 0}
#footer ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#footer ul li a,ul.txt li{height:1%;line-height:1.2em;display:block;padding:6px 0 6px 8px;}
#footer ul li a:hover,ul.txt li:hover{color:#fff;background-position:1px 0.8em;background: #4a648e;}
#footer ul li a span,ul.txt li,h4 a span{color:#696455;}
#footer ul li.active a{cursor:default;color:white;}
#footer ul ul{margin:0;list-style:none;}






/* ---{ comment items }--- */
#comments { width: 100%; float: left; clear: both; }
#comments p.comments_tally { padding: 0 0 0 10px; }
div.comments_summary { clear: both; width:100%; float:left; height: 3.0em; margin: 0; padding: 0; text-align: left; color:#eee; background:#000 url(images/bg_orange.png); }
	div.comments_summary h2 { font-size: 2.0em; font-weight: bold; padding: 0 0 0 2px; }
div.comments_heading { clear: both; width:100%; float:left; height: 2.5em; margin: 0; padding: 0; text-align: left; color:#eee; background: #fff; }
	div.comments_heading h2 { font-size: 1.5em; font-weight: bold; padding: 0 0 0 0px; }
#comments ul.comment_list { list-style-type: none; clear: both; width:100%; float:left; margin: 0px 0px 40px 0px; padding: 0px 0px 0px 0px; border: none; }
	#comments ul.comment_list li { margin: 5px 0 5px 0; padding: 10px; border-top: 1px solid #dbd4c2; border-bottom: 1px solid #dbd4c2;}
	#comments ul.comment_list li.odd, ul.comment_list li.even { padding: 15px 0px 5px 0px; float: left; width: 100%; }
	#comments ul.comment_list li.odd { background: #f5f5f5; padding: 15px 0px 5px 0px; float: left; width: 100%; }
	#comments li.author { background: #eee; color: #ffffff; padding: 15px 0px 5px 0px; float: left; width: 100%; }
	#comments li.not_author { padding: 15px 0px 5px 0px; float: left; width: 100%; }
.comment_intro { margin-bottom: 15px; line-height: normal; float: left; }
* html .comment_intro { margin-bottom: 0; }
.grav { float:left; width:80px; padding:0 10px 10px 0; margin-right:5px;  }
	#comments li.author div.grav img { background:#000 url(images/bg_orange.png) repeat !important; }
	.grav img { border: 1px solid #bbb; padding:5px; }
.comment_author { font-weight: bold; font-size: 1.0em; }
.comment_meta { font-size: .9em; }
	.comment_meta a, .comment_meta a:visited, .comment_meta a:hover { color: #999; text-decoration: none; }
#comments div.entry { clear: both; width:100%; float:left; font-size: 1.0em; }
	#comments div.entry p { font-size: 1.0em; padding: 10px 0 !important; }
	#comments div.entry ul, #comments div.entry ol { margin: 0 0 15px 40px; background: transparent; color: #000; border: none; float: none; }
	#comments div.entry ul { list-style-type: square; }
	#comments div.entry li { width: auto; padding: 3px 0; border: none; float: none; }
	#comments div.entry ul li ul, #comments div.entry ul li ol, #comments div.entry ol li ul, #comments div.entry ol li ol { margin: 0 0 0 30px; }
#comments div.reletweet_note { clear: both; float:left; padding: 15px 0px 5px 50px; background:#dbd4c2; }
#comments div.reletweet_note div.grav { float:right; width:80px; padding:0 0px 10px 10px; margin-left:5px;  }
	#comments div.reletweet_note div.grav img { float: right; background: #f5f5f5; border: 1px solid #bbb; padding:5px; }
.rssnote { border:1px solid #f90; background:#FDF0DC; padding:10px; }
.rssnote h3 { color:#f90; }

#commentform{ margin-bottom: 60px;}	
#commentform input {width: 170px;padding: 2px;margin: 5px 5px 1px 0;font-size: 1.2em;}
#commentform textarea {margin-top:5px;width: 95%;padding: 2px;border:5px #eee solid;font-size: 1.2em;}
#commentform textarea:hover {border:5px solid #4a648e;}
#commentform #submit{margin-top: 5px;padding: 5px;font-weight: bold;font-size: 1.3em;background:#4a648e none repeat scroll 0 0;border:1px solid #222;color:#BBBBBB;font-size:1.3em;font-weight:bold;margin-top:5px;padding:5px;}
legend {font-size: 1.2em;font-weight:bold;padding: 2px 10px}
#commentform #submit:hover{background:#000 url(images/bg_orange.png); color:#fff; cursor: pointer; cursor: hand;}

#wp-submit {font-weight: bold;font-size: 1em;background:#111 none repeat scroll 0 0;border:1px solid #222;color:#BBBBBB;font-weight:bold;padding:5px;}
#wp-submit:hover {background:#000;color:#fff}



/* Category Section */
#category-section {margin-bottom: 20px; float:left;}
#category-section ul{list-style:none;margin:0;font-size:1em;padding:0;border-top:1px solid #eee;}
#category-section ul li a,ul.txt li{height:1%;line-height:1.2em;border-bottom:1px solid #eee;display:block;padding:6px 0 6px 8px;margin:0}
#category-section ul li a:hover,ul.txt li:hover{color:#fff;background-position:1px 0.8em;background: #4a648e}
#category-section ul li.active a{cursor:default;color:white;}
#category-section img.attachment-thumbnail {display: block;float:none}



/* Twitter styles (for sidebar listing of recent tweets, etc.) */
.woork{
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	margin: 0 auto;
}
.twitter_container{
	color:#333;

}
.twitter_container a{
	color:#0066CC;
}
.twitter_status{
	color:#333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_small{
 font-size:11px;
 padding-top:4px;
 color:#999;
}

