/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #FB7600;
}

a:hover {
	background: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) repeat-y;
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
}

/* Logo */

#logo {
	float: left;
	width: 400px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 15px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
}

#logo h1 a {
	color: #FF7900;
}

#logo p {
	margin-left: 20px;
	margin-top: 70px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 370px;
	color: #000;
	margin-right: 20px;
	margin-top: 20px;
	text-decoration: none;
}

#search a {
	color: #FFFFFF;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Arial;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	color: #7F7772;
}

#searchsubmit {
}


/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

.divider
{
	float: left;
	background: #636363;
	width: 1px;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#menu a {
	display: block;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #FF7900;
	text-decoration: none;
}

#menu #selected
{
	background: #FF7900;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content_web {
	float: right;
	width: 645px;
	padding: 10px 10px 0 0;
}

#content_links {
	float: right;
	width: 460px;
	padding: 20px 20px 0 0;
}

#content {
	float: left;
	width: 850px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.post {
	margin-left: 20px;
	padding-bottom: 5px;
}

.update {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background: #ECECEC;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



#twitter_header
{
	background: #9AE4E8 url(http://assets4.twitter.com/images/bg.gif) no-repeat bottom left; 
	padding:5px 5px 3px 5px; 
	text-align:center; 
	width: 320px; 
	float: right;
}

#twitter_content
{
	border: 1px solid #9AE4E8; 
	border-top:0px; 
	padding: 5px; 
	width: 318px; 
	float: right;
}

#twitter_div {
	background-image: url('http://www.jasonkogan.com/images/twitterbg.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 30px;
	float: left;
	width: 330px; 
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
	width: 270px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-bottom: 10px;
}

/* Sidebar */

#sidebar_web {
	float: left;
	width: 215px;
	padding: 10px 10px 0 10px;
}

#sidebar {
	float: left;
	width: 360px;
	padding: 25px 10px 0 20px;
}

#sidebar #sidebar_web ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #sidebar_web li {
	margin: 0;
	padding: 0;
}

#sidebar #sidebar_web li ul {
	padding-bottom: 30px;
}

#sidebar #sidebar_web li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar #sidebar_web li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar #sidebar_web h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar #sidebar_web p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar #sidebar_web a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #FB7600;
}

#sidebar #sidebar_web a:hover {
	background: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer #lefticon {
	width: 445px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 10px 25px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	text-align: right;
}

#footer #righticon {
	width: 445px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	text-align: left;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

.feeddivider {
	margin: 20px;
	width: 600px;
	height: 1px;
	border-top: 1px solid #636363;
}
