/*
THEME NAME: Call me Jeffrey
THEME URI: http://callmejeffrey.com
DESCRIPTION: 
VERSION: 1.0
AUTHOR: <a href="http://ryanimel.com">Ryan Imel</a> SUCKS!
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Eric Meyer's Reset.css */
@import url('examples/reset.css');

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/3c-b.css');

/* Body */

body {
	background: #fff;
	color:#757575;
	font-family:georgia, serif; 
	font-size:12px;  
	font-weight:normal;
	line-height: 1.3em;
}
div#wrapper {
	margin: 28px 0 0 30px;
	position: relative;
	width: 900px;
}
br.clear {
	clear: both;
}

/* Typography */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* Header */

div#header {
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 170px;
}
h1#blog-title {
	background: url('images/logo.png') left top no-repeat;
	display: block;
	height: 208px;
	margin: 0 0 0 0;
	text-align: left;
	width: 170px;
}
h1#blog-title a {
	background: #fff;
	color: #898989;
	display: block;
	height: 48px;
	text-decoration: none;
	width: 170px;
}
h1#blog-title span.first {
	background: #fff;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 2px 0;
	text-align: left;
	position: relative;
	top: -5px;
}
h1#blog-title span.one, h1#blog-title span.two, h1#blog-title span.three, h1#blog-title span.four, h1#blog-title span.five, h1#blog-title span.six, h1#blog-title span.seven {
	background: #fff;
	font-size: 2.7em;
	font-weight: bold;
	padding-bottom: 3px;
} 
h1#blog-title span.one {
	color: #acd379; 
}
h1#blog-title span.two {
	color: #fac041;
}
h1#blog-title span.three {
	color: #9de1fb;
}
h1#blog-title span.four {
	color: #fba693;
}
h1#blog-title span.five {
	color: #af9d94;
}
h1#blog-title span.six {
	color: #f0de20;
}
h1#blog-title span.seven {
	color: #af98c8;
}

/* Navigation */
div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
}

div#menu {
	background:#EEE;
	clear: both;
	height:1.5em;
	margin:1em 0;
	width:100%;
}

div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0.2em 0.5em;
	text-decoration:none;
}

div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

/* Content */

div.navigation {
	display: none;
}

div#content {
	border-bottom: 1px solid #dedede;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 30px 210px 25px 200px;
	padding-bottom: 25px;
}

.entry-title,.entry-meta {
	clear:both;
}

div#container,div#primary {
	margin-top:2em;
}

div#content a {
	background: #ebebeb;
	color: #000;
	text-decoration: none;
}

div#content a:hover {
	background: #efefef;
	color: #9f9f9f;
}

div.post {
	margin-bottom: 30px;
	padding: 40px 0 0 0;
	position: relative;
}

div.entry-meta {
	background: #e7f2d8;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div.entry-date {
	background: #fff;
	color: #898989;
	display: block;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	padding: 3px 12px 0 0;
}

div.entry-date abbr {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1.6em;
	font-weight: bold;
}

span.comments-link {
	display: block;
	float: left;
}

body div#content span.comments-link a, span.comments-link span {
	background: none;
	color: #898989;
	display: block;
	font-family: Verdana, sans-serif;
	font-style: italic;
	padding: 2px 12px 0 12px;	
}

div#content span.comments-link a:hover {
	color: #000000;
}

div#content span.comments-link a {
	background: none;
}

div#content h2.entry-title {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 15px 0;
    line-height: 1em;
}

div#content h2.entry-title, div#content h2.entry-title a {
	background: none;
	color: #acd379;
	text-decoration: none;
}

div.entry-content {
	font-size: 1.0em;
}

div.entry-content p, li.comment p {
	margin: 0 0 15px 0;
}

/* Comment Forms */

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

/* Comments */

div#comments {
	border-top: 2px solid #9b9b9b;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}

div#comments h3 {
	display: none;
	font-size: 1.4em;
	font-weight: bold;
}

div#comments div#respond h3 {
	display: block;
}

div.comment-meta {
	background: #efefef;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div.comment-date {
	background: #fff;
	color: #898989;
	display: block;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	padding: 3px 12px 0 0;
}

div.comment-date abbr {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1.6em;
	font-weight: bold;
}

span.comment-author {
	background: #efefef;
	display: block;
	float: left;
	font-family: Verdana, sans-serif;
	font-style: italic;
	padding: 2px 12px 0 12px;
}

div#respond {
	border-top: 1px solid #dedede;
	margin: 0;
	padding: 15px 0 0 0;
}

div.comments ol li {
	margin:0;
	padding: 35px 0 10px 0;
	position: relative;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
/*	width:66%; */
}

div#respond div.info {
	float: right;
	margin: 0 15px 0 0;
	width: 125px;
}

div#respond div.info p {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

div.formcontainer {
	width: 295px;
	float: left;
}

div.formcontainer input, div.formcontainer textarea {
	width: 100%;
}

div.formcontainer input {
	height: 18px;
}

div.formcontainer label {
	font-style: italic;
}

div.form-label {
	padding: 0 0 4px 0;
}

div.formcontainer input {
	margin: 0 0 8px 0;
}

div.form-textarea {
	margin: 0 0 14px 0;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

/* Sidebars */

div.sidebar {
	font-size: 1.0em;
	margin: 0;
}
div#primary {
	margin-bottom: 208px;
	position: relative;
	top: 198px;
	width: 170px;
}
div#secondary {
	margin-top: 48px;
	width: 170px;
}

div.sidebar p.more-link a {
	background: #888;
	color: #fff;
	padding: 1px 3px;
	text-decoration: none;
}

div.sidebar h3 {
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	height: 45px;
	margin: 0 0 0.2em 0;
	position: relative;
}

div.sidebar h4 {
	font-size: 1.15em;
	margin: 0 0 10px 0;
}

div.sidebar h3 span {
	color: #898989;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 6px 0;
}

div.sidebar li.widget {
	clear: both;
}

div.sidebar li.widget_text a {
	background: #ebebeb;
	color: #000;
	text-decoration: none;
}

div.sidebar li.widget_text a:hover {
	background: #efefef;
	color: #9f9f9f;
}

div.sidebar input#s {
	width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}
div.sidebar li li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0 0 10px 0;
}

div.sidebar ul ul li {
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:circle;
}

body div.sidebar ul.xoxo li li a, body li#widget-work ul li a {
	border-bottom: 1px dotted #fff;
	display: inline;
}
body div.sidebar ul.xoxo li li a:hover, body li#widget-work ul li a:hover {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
body div.sidebar ul.xoxo li#widget-twitter li a:hover {
	border-bottom: 0;
}

/* Twitter in the sidebar */

li.aktt_more_updates {
	display: none;
}

li#widget-twitter h3 {
	color: #af98c8;
}

div.sidebar li#widget-twitter p.more-link a {
	background: #af98c8;
}
li#widget-twitter ul {
	color: #af98c8;
	font-size: 1.3em;
	line-height: 1.2em;
}
li#widget-twitter ul a {
	color: #af98c8;
	text-decoration: underline;
}

/* Events in the sidebar */

li#widget-events h3 {
	color: #9de1fb;
}

div.sidebar li#widget-events p.more-link a {
	background: #9de1fb;
}

li#widget-events div.widget ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Work in the sidebar */

li#widget-work h3 {
	color: #af9d94;
}

/* Recent blog posts, in the sidebar */

li#widget-recent h3 {
	color: #acd379;
}
li#widget-recent li span {
}

/* Shared settings, used by both recent blog posts and events */

li.standard ul a {
	color: #898989;
	line-height: 1.25em;
	text-decoration: none;
}

li.standard ul a:hover {
	text-decoration: none;
}

div.sidebar li.standard ul li {
	border-bottom: 1px dotted #c4c4c4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0.75em 0;
	padding: 0 0 0.75em 0;
	width: 100%;
}

li.standard ul li a.title, li#widget-work ul li a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-style: normal;
	margin: 0 0 -1px 0;
}

div.sidebar li.standard ul li.last {
	border-bottom: none;
}

/* Lijit search widget, in the sidebar */

li#widget-lijit form {
	background: #fff;
	border: 1px dotted #c4c4c4;
	float: left;
	padding: 10px 10px 8px 10px;
	position: relative;
	margin-bottom: 15px;
	margin-top: -20px;
}
li#widget-lijit input#s { /* The Lijit search input field */
	height: 14px;
	margin: 0 0 5px 0;
	width: 142px;
}
li#widget-lijit input#searchsubmit { /* The Lijit search submission button */
	background: #898989;
	border: none;
	color: #fff;
	float: right;
	font-family: Georgia, serif;
	font-size: 1.0em;
	line-height: 1.3em;
	padding: 0;
	text-align: center;
	width: 45px;
}
li#widget-lijit p { /* The Lijit identification line */
	color: #898989;
	float: left;
	font-size: 0.9em;
	margin: 3px 0 0 0;
}
li#widget-lijit p a {
	color: #898989;
}

/* More to read, in the sidebar */

li#widget-read h3 {
	color: #fba693;
}

li#widget-read h4 {
	color: #fba693;
}

div.sidebar li#widget-read p.more-link a {
	background: #fba693;
}

li#widget-read ul li {
	background: url('images/read.png') left 4px no-repeat;
	padding: 0 0 0 10px;
}

li#widget-read ul a {
	color: #898989;
	text-decoration: none;
}

li#widget-read ul a:hover {
	text-decoration: none;
}

li#widget-read hr {
	background: url('images/hr.png') left top repeat;
	border: none;
	height: 1px;
	margin: 1.0em 0;
}

/* Stay in touch, in the sidebar */

li#widget-touch {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

li#widget-touch h3 {
	color: #f0de20;
}

li#widget-touch li {
	border-bottom: 1px dotted #c4c4c4;
	display: block;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	height: 23px;
	padding: 3px 0 0 0;
	margin: 0 1px 5px 0;
	width: 90px;
}

li#widget-touch li.alt {
	width: 79px;
	margin-right: 0;
}

li#widget-touch li.last {
	border-bottom: none;
}

li#widget-touch li a {
	color: #898989;
	font-style: italic;
	text-decoration: none;
}

li#widget-touch li a:hover {
	text-decoration: none;
}

/* li#email a {
	background: url('images/touch.png') left top no-repeat;
}

li#rss a {
	background: url('images/touch.png') left -20px no-repeat;
}

li#facebook a {
	background: url('images/touch.png') left -40px no-repeat;
}

li#twitter a {
	background: url('images/touch.png') left -60px no-repeat;
}

li#flickr a {
	background: url('images/touch.png') left -80px no-repeat;
}

li#brightkite a {
	background: url('images/touch.png') left -100px no-repeat;
}

li#dopplr a {
	background: url('images/touch.png') left -120px no-repeat;
}

li#lastfm a {
	background: url('images/touch.png') left -140px no-repeat;
}

li#linkedin a {
	background: url('images/touch.png') left bottom no-repeat;
} */

/* Misc. Sandbox settings */

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

div#header,div#footer {
	text-align:center;
}

input#author,input#email,input#url,div.navigation div {
/*	width:50%; */
}

div.gallery *,div.sidebar div,div.sidebar ul {
	margin:0;
	padding:0;
}

/* Footer */

div#footer {
	clear: both;
	padding: 0 0 75px 0;
	width: 480px;
	margin: 0 auto;
	text-align: left;
}

div#footer h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

div#footer li {
	border-right: 1px solid #757575;
	display: block;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	height: 6px;
	margin: 0 7px 5px 0;
	padding: 3px 7px 3px 0;
}

div#footer li.last {
	border-right: none;
}

div#footer a {
	color: #757575;
	position: relative;
	text-decoration: none;
	top: -3px;
}

#footer a:hover {
	color:#000000
}

/* Events */

body.category-events div.entry-date {
	background: #fff;
}
body.category-events div.entry-meta {
	background: #dcfbfb;
}
body.category-events div#content h2.entry-title, body.category-events div#content h2.entry-title a {
	color: #76d5f9;
}

/* Links */

body.page-template-links-php div#content {
	border-bottom: none;
}
body.page-template-links-php div#content h3 {
	color: #fff;
	background: #fcb8a9;
	font-size: 1.05em;
	padding: 3px 8px;
	margin-bottom: 10px;
}
body.page-template-links-php li.widget {
	width: 230px;
	float: left;
	margin-right: 30px;
}
body.page-template-links-php li.alt {
	margin-right: 0;
}
body.page-template-links-php div#content li.standard ul li {
	border-bottom: 1px dotted #c4c4c4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0.75em 0;
	padding: 0 0 0.75em 0;
	width: 100%;
}
body.page-template-links-php div#content li.standard ul li a {
	border-bottom: 1px dotted #fff;
}
body.page-template-links-php div#content li.standard ul li a:hover {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

body.page-template-links-php div#content li.standard ul li a {
	display: inline;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-style: normal;
	margin: 0 100px -1px 0;
	background: #fff;
	color: rgb(117,117,117);
}

body.page-template-links-php div#content li.standard ul li.last {
	border-bottom: none;
}

/* event */
div.event-head {float:left; width:500px; height:24px; background:#dcfbfb; font-family:verdana, san-serif; font-size:12px; color: #898989; font-weight:normal; font-style:italic;}
div.pastevent-head {float:left; width:500px; height:24px; background:#ececec; font-family:verdana, san-serif; font-size:12px; color:#898989; font-weight:normal; font-style:italic;}
div.pastsevent-info {float:left; margin-left:10px; margin-top:5px; height:24px;  }
div.eventtitle {padding-top:32px; padding-bottom:0px; font-family:georgia, serif; font-size:24px; color:#898989; font-weight:bold; line-height: 1em;}
div.eventlinks {font-family:verdana, sans-serif; font-size:12; font-style:normal; padding-right:10px; padding-top:5px;}
a.events {color:#9de1fb;}
a.events:hover {color:#76D5F9;}
div.event-date {float:left; height:24px; background:#ffffff; color:#898989; padding-right:10px;}
div.event-info {float:left; height:24px;  margin-left:10px; padding-right:10px;}
div.pastevent-info {float:left; height:24px;  margin-left:10px; padding-right:10px;}
div.event-info2 {float:left; margin-left:10px; margin-top:5px;}
div.event-titlegrey {padding-top:32px; padding-bottom:0px; font-family:georgia, serif; font-size:24px; color:#76D5F9; font-weight:bold;}
div.event-entrycontent {margin-top:6px; line-height:17px;}
.event-month {font-family:georgia, serif; font-size:19px; color:#898989; font-weight:bold; font-style:normal;}








