/*  
Theme Name: CheeseStyle
Theme URI: 
Description: WordPress theme designed by Cale Mooth for MidnightCheese.com.
Version: 1.0
Author: Cale Mooth
Author URI: http://www.midnightcheese.com/
*/

body {
	font-family: georgia, serif;
	padding: 0;
	margin: 0;
	background: #fff;
}

#container {
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 950px;
	height: 292px;
	margin-bottom: 15px;
	background: url( /wp-content/themes/cheese-v11/images/structure/header.jpg ) no-repeat top left;
}

#columnLeft {
	float: left;
	width: 440px;
	padding: 0 40px 40px 0;
}

#columnCenter {
	float: left;
	width: 230px;
	padding: 0 30px 0 10px;
}

#columnRight {
	float: left;
	width: 140px;
	padding: 11px 20px 0 20px;
}

*:first-child+html #columnRight { margin-top: 11px; } * html #columnRight { margin-top: 11px; }

#footer {
	clear: left;
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	color: #bbb;
	border-bottom: 12px solid #000;
}

#footer a, #footer a:visited {
	color: #bbb;
}

#footer a:hover, #footer:active{
	color: #ff007e;
}

/* Header */

.logo {
	position: absolute;
	font-family: helvetica, arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #000;
	margin: 175px 0 0 488px;
}

.logo h1 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.logo a {
	color: #ff007e;
	text-decoration: none;
}

.logo a:hover, .logo a:active {
	color: #ff5aac;
}

.logo h2 {
	font-size: .5em;
	margin: 0 0 0 0;
	letter-spacing: -.05em;
}

/* Page Title */

.pageTitle {
	margin-top: 31px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #41b1fc;
	padding-bottom: .2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

/* Blog Post */

.blogPost {
	line-height: 1.6em;
	margin: 2.2em 0 5em 0;
}

.blogPost a {
	color: #ff007e;
}

.blogPost a:hover, .blogPost a:active {
	color: #ff5aac;
}

.blogPost a:visited {
	color: #59002c;
}

.blogHeadline {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.7em;
	letter-spacing: -.05em;
	color: #41b1fc;
	padding: 0;
	margin: 0 0 .3em 0;
}

.blogHeadline a, .blogHeadline a:visited {
	color: #41b1fc;
	text-decoration: none;
}

.blogHeadline a:hover, .blogHeadline a:active {
	color: #75c5fa;
}

.blogPostTime {
	font-family: helvetica, arial, sans-serif;
	font-size: .7em;
	line-height: 10px;
	color: #444;
}

.postContent {
	font-size: .9em;
	margin: 1.6em 0 1.9em 0;
}

.blogPostDetails {
	font-family: helvetica, arial, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	color: #444;
	margin-top: 1em;
}

.blogPostDetails a, .blogPostDetails a:visited {
	color: #444;
}

.blogPostDetails a:hover, .blogPostDetails a:active {
	color: #ff007e;
}

.blogImage {
	margin: 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comment {
	width: 468px;
}

/* Projects */

.projects {
	font-size: .9em;
}

.projectsHead {
	margin-top: 31px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #41b1fc;
	padding-bottom: .2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.project {
	margin: 0 0 2.7em 0;
}

.project img {
	margin: .9em 0 .9em 0;
}

.projectTitle {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #ff007e;
}

.projectTitle a, .projectTitle a:visited {
	color: #ff007e;
	text-decoration: none;
}

.projectTitle a:hover, .projectTitle a:active {
	color: #ff5aac;
}

/* Sidebar Links */

#s {
	width: 100%;
	border: 1px solid #000;
}

#columnRight ul {
	list-style-type: none;
	margin-left: -2em !important;
	margin-left: -2em;
	margin-left/**/:/**/.5em;
}

*:first-child+html #columnRight ul li { margin-left: 3.5em; }

#columnRight ul li {
	font-family: helvetica, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #41b1fc;
	margin-top: 21px;
}

#columnRight ul li h2 {
	font-size: 1.6em;
	padding-bottom: .2em;
	margin-top: -1px;
	margin-bottom: .4em;
	border-bottom: 1px solid #ccc;
}

#columnRight ul li li {
	list-style-type: circle;
	color: #ff007e;
	font-size: .9em;
	margin: 0 0 .1em .5em;
}

#columnRight ul li li a {
	color: #000;
	text-decoration: none;
}

#columnRight ul li li a:hover, #columnRight ul li li a:active {
	color: #ff007e;
}

#columnRight ul li li a:visited {
	color: #bbb;
}

/* Navigation */

.navigation {
	color: #444;
}

.navigation a, .navigation a:visited {
	color: #444;
}

.navigation a:hover, .navigation a:active {
	color: #ff007e;
}

/* Root Elements */

hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: 0;
}

/* Color */

.gray {
	color: #ccc;
}

/* Simple Floats */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

/* Flickr */

.flickrContainer {
	width: 150px;
	border: solid 1px #ccc;
}

#flickr_badge_source_txt {
	padding: 0;
	font: 11px Arial, Helvetica, Sans serif;
	color: #666666;
}

#flickr_badge_icon {
	display: block !important;
	margin: 0 !important;
	border: 1px solid #ccc !important;
}

#flickr_icon_td {
	padding: 0 5px 0 0 !important;
}

.flickr_badge_image {
	text-align: center !important;
}

.flickr_badge_image img {
	border: 1px solid black !important;
}

#flickr_badge_uber_wrapper {
	width: 150px;
}

#flickr_www {
	display: block;
	text-align: center;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

#flickr_badge_wrapper {
	background-color: #ffffff;
	
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}

/* Twitter */

.twitterContainer {
	margin-bottom: 2em;
}

.twitterContainer ul li {
	font-size: .9em;
	margin: 0 0 .8em -1.5em;
}

.twitter-title {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #ff007e;
}

.browserDream {
	margin-top: 30px;
}
/*
code {
  font-family: courier;
  font-size: .7em;
  line-height: 1em;
}*/