/*  
Theme Name: Is Not Chicago Theme
Theme URI: http://www.isnotchicago.net/theme/
Description: Created from scratch
Version: 1.0
Author: Jason Hanggi

Author URI: http://www.isnotchicago.com/blog

This theme is released under Creative Commons Attribution 2.5 License.
*/
body {
	margin: 0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #FF4;	
}

#outliner {
	width: 1100px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	top: 1em;
	margin: auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 2px solid #AAA;
}
#container {
	position: relative;
	left: 21%;
	width: 78.5%;
	font-size:10pt;
}

p, ul {
	line-height: 1.5em;	
}

h1 a, h2 a {
	text-decoration: none;	
	color: white;
}



#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2D4256;
	text-align: right;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 55px;
	margin-top: 5px;
}

#header h1 {
	width: 100%;
	position: relative;
}
#header h1 a {
	width: 450px;	
	display: block;
	height: 55px;
	position: absolute;
	right: 0;
}
#header h1,
#header h1 a {
	font-size: 24pt;
	margin-bottom: 0.15em;
	margin-top: 0;
	color: #2D4256;
	
}


#header h1 span, #header h2 span {
	display: none;	
}

#header h2 {
	font-size: 12pt;
	margin-top: 0.5em;
	font-style: italic;
}

#main-column {
	width: 62.75%;
}

.post-header {
	font-style: italic;
	text-align: right;
	margin-bottom: 1em;
}

.post-header h2 {
	margin: 0;
	line-height: 1em;
}
.post-header .details {
	margin: 0;
	font-size: 80%;
	color: #777;
	padding: 0;
	margin-top: 0.4em;
	border-top: 1px solid white;
}
.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	
}

.post {
	min-height: 10em;
}

.post img {
	margin-bottom: 1em;	
}

.entry p {
	margin-bottom: 1em;	
}
.entry .commentLink {
	text-align: right;	
	clear: both;
}

.entry ul, .entrh ol {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1em;	
}

.post, 
.sidebar .widget, 
.sidebarheader .widget, 
#flickrStream,
.browse {
	background-image: url(images/blue-70.png);
	padding: 0.75em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	margin-bottom: 0.5em;
	min-height: 1em;
}

#main-column .post {
	padding: 0.75em 1.5em;	
}


#flickrStream .morephotos {
	position: absolute; top: 67px; right: 1em;	
}


.sidebar {
	margin-left: 1%;
	width: 17.4%;
}
.sidebar ul {
	margin-left: 0;
	padding-left: 0;
}
.sidebar, #main-column {
	float: left;
}

.sidebar ul ul.children {
	margin-left: 1em;	
}

.widget {
	font-size: 85%;
}
.widget h2 {
	font-size: 160%;
	margin-bottom: 0.5em;
}
.widget h2 .rsswidget {
	font-size: 100%;	
}
div.clearer {
	clear: both;
	min-height: 2em;
}

.sidebarheader li {
	width: 33.67%;
	margin-left: 1%;
	float: left;
}
#searchform input[type='text'] {
	width: 66%;
}
#searchform input[type='submit'] {
	width: 30%;	
}
.search-excerpt {
	background-color: #888;
	color: #006;
	padding: 0 0.05em;	
}

#flickrStream .flickr-image {
	padding: 0 0.3em;
}

.aktt_tweets li {
	padding: 0.5em 0.25em;
	border-top: 1px dotted white;
}

.browse span.previous {
	display: block;
	text-align: left;
	width: 50%;
	float: left;
}
.browse span.next {
	display: block;
	text-align: right;
}

.gravatar {
	float: left;
	margin-right: 0.5em;
}
#comments, #respond {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0.25em 0;
	margin-bottom: 1em;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
}
.comments {
	margin: 0 0.75em 0.5em;
	font-style: italic;
	color: #BBB;
}

.commentlist li {
	border: 1px dotted white;
	margin: 1em;
	padding: 0.25em;
}

#about-me {
	text-align: center;	
}
.my-gravatar {
	background-image: url(http://www.gravatar.com/avatar/9ad1a61ea4353f46c5e94bb3ba412ead?s=128); width: 128px; height: 128px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

.page_widgets h2.widgettitle img {
	display: none;
}
ul.page_widgets, ul.page_widgets ul  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.page_widgets ul a.rsswidget {
	font-size: 140%;
	font-style: italic;
}
.page_widgets div.rssSummary {
	margin-bottom: 1em;
}
.page_widgets h2.widgettitle {
	font-size: 180%;
	font-style: italic;
	text-decoration: underline;
	margin-top: 1em;
}
