/*
    Name: Jason Steele Portfolio
    Date: January 2010
    Description: Portfolio/Journal of Jason Steele
    Version: 2.0
    Author: Jason Steele
*/
 
/* =Import resets, typography, and 960 grid.
-------------------------------------------------------------------------*/
@import url("reset.css");
@import url("text.css");
@import url("960.css");

/* =Global
-------------------------------------------------------------------------*/
body {
	background: #1c1c1c url(/images/bg_pattern.png) repeat fixed top left;
	border-top: 3px solid #CC3333;
	color: #ccc;
	width: 100%;
}

#header {
	margin-top: 35px;
	border-bottom:1px dotted #3a3a3a;
	border-top:1px dotted #3a3a3a;
	margin-bottom: 20px;
	padding:35px 0 20px;
}

/* logo placement - IE8 not allowing img tag for some reason */
#header a {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	border: 0;
}

.sidebar {
	margin-top: 20px;
	margin-bottom: 30px;
	background: #272727;
	padding: 10px 20px 20px;
	width: 260px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
overflow: hidden;
}

/* =Navigation
-------------------------------------------------------------------------*/

#navigation {
	width: 100%;
	background: #292929;
	border-bottom: 1px solid #2e2e2e;
}

#navigation ul {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	padding: 6px 0 4px 0;
	line-height: 1;
}

#navigation ul li {
	text-transform: uppercase;
	list-style: none;
	display: inline;
	margin: 0;
}

#navigation ul li a {
	margin-left: 12px;
	color: #74746f;
	border: 0;
}

#navigation ul li a:hover {
	color: #ccc;
}

#navigation ul li.active a {
	color: #ccc;
}

/* =Lists
-------------------------------------------------------------------------*/
.sites ul li span, .current ul li span {
	text-transform: uppercase;
	color: #8DE6FF;
}

.sites ul, .current ul, .sidebar ul {
	margin-top: .3em;
	list-style: none;
}

.sites ul li, .current ul li, .sidebar ul li {
	margin-left: 0;
}

/* =Headings
-------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: normal;
}

#header h1 {
	background: transparent url(/images/quote.png) no-repeat top left;
	display: block;
	text-shadow: 1px 2px 2px #000;
	color: #8DE6FF;
	font:41px/41px georgia,times new roman,times,serif;
	padding-left: 45px;
	padding-top: 5px;
}

h2 {
	text-transform: uppercase;
	text-shadow:#000 0 2px 0;
	color: #F2FF7F;
}

/* =Portfolio page
-------------------------------------------------------------------------*/
.main {
	margin-top: 10px;
}

.current {
	margin-bottom: 20px;
}

.current a, .sites a, .logos a {
	border: 0;
}

.sites, .logos {
	margin-bottom: 0;
}

/* =Anchors
-------------------------------------------------------------------------*/
a {
	color: #66CCFF;
	text-decoration: none;
	border-bottom: 1px dotted #66ccff;
}

a:hover {
	text-decoration: none;
	border: 0;
}

a img {
	border: 0;
}

a:hover img.project, a:hover img.site, a:hover img.logo  {
	border: 4px solid #CC3333;
	background: #fff;
	padding: 0;
}

/* =Images on Portfolio page
-------------------------------------------------------------------------*/
img.project {
	display: block;
	border: 4px solid #ddd;
	width: 292px;
	height: 190px;
}

img.site {
	display: block;
	border: 4px solid #ddd;
	height: 132px;
	width: 292px;
}

img.logo {
	display: block;
	border: 4px solid #ddd;
/*	border: 1px solid #fff;
	padding: 3px;*/
	height: 131px;
	width: 131px;
	margin-bottom: 20px;
}

/* =Contact Form
-------------------------------------------------------------------------*/
form.contact label {
	display: block;
}

form.contact input, textarea {
	width: 256px;
	border: 0;
	color: #333;
	background: #fff;
	padding: 2px;
}

form.contact p {
	margin-bottom: 10px;
}

#button {
	background: #CC3333;
	width: auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	border: 0;
	padding: 4px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* =EE Contact Form
-------------------------------------------------------------------------*/
form#contact_form label {
	display: block;
}

form#contact_form input, textarea {
	width: 256px;
	border: 0;
	color: #333;
	background: #fff;
	padding: 2px;
}

form#contact_form input#filter {
	width: 135px;
}

form#contact_form p {
	margin-bottom: 10px;
}

form#contact_form #button {
	background: #CC3333;
	width: auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	border: 0;
	padding: 4px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* =Contact Form JS/PHP submission messages
-------------------------------------------------------------------------*/
.success, .phperror {
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 4px;
	background: #289F27;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
}

.phperror {
	background: #CC3333;
}

.error {
	color: #FF4F4F;
}

.success p, .phperror p {
	margin-bottom: 0;
}

form.contact input.error, form textarea.error {
	border: 1px dotted red;
	width: 254px;
}

img.delete {
	cursor: pointer;
	float: right;
}

/* =Journal Page
-------------------------------------------------------------------------*/
h2.title, h2.title a {
	color: #F2FF7F;
	border: 0;
	text-transform: none;
}

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

p.date {
	margin-top: 10px;
	font-family:georgia,times new roman,times,serif;
	font-size: 18px;
	color: #666;
	background-color: #272727;
	padding: 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog {
	padding-top: 20px;
}

.blog h2 {
	font-size: 18px;
	color: #ccc;
}

.entry .posted {
	font-size: 11px;
	color: #666;
	margin-bottom: 30px;
}

.entry pre {
	background-color:#272727;
	border: 1px solid #333;
	font-size:12px;
	margin: 10px 0 20px 0;
	padding: 10px;
}

#comments .paginate {
	margin-top: 20px;
}

.comment {
	background: #272727;
	padding: 10px 10px 10px 10px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.comment .posted {
	margin-bottom: 0;
}

.comment .posted a {
	color: #ccc;
	border-color: #ccc;
}

.comment .date {
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
}

.paginate {
	color: #666;
	margin-bottom: 20px;
	font-size: 11px;
}

/* =Search Form
-------------------------------------------------------------------------*/
form#search {
	margin-bottom: 20px;
}

form#search p {
	margin-bottom: 0;
}

form#search h2 {
	margin-bottom: 0;
}

form#search input {
	border:1px solid #ccc;
	color:#333;
	font:12px arial;
	padding:3px;
	width:200px;
}

form#search .submit {
	background: #CC3333;
	color: #fff;
	font-size: 12px;
	border: none;
	padding: 3px;
	width: auto;
}

.search_result {
	background: #272727;
	padding: 10px 10px 10px 10px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.search_result .info {
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
}

/* =Comments Form
-------------------------------------------------------------------------*/
form#comment_form input {
	border: 0;
	color: #333;
	background: #fff;
	padding: 2px;
}

form#comment_form textarea {
	width: 460px;
	border: 0;
	color: #333;
	background: #fff;
	padding: 2px;
}

form#comment_form input.btn {
	background: #cc3333;
	color: #fff;
	margin-right: 2px;
}

form#comment_form label {
	float: left;
	text-align: right;
	width: 5%;
	margin-right: 10px;
}

#comment_form p#checkboxes input {
	background: none;
}

/* =Image Placement
-------------------------------------------------------------------------*/
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* =Calendar
-------------------------------------------------------------------------*/
.calendarBG {
	margin-bottom: 20px;
 	background-color: #272727;
	width: 260px;
	line-height: 2;
}

.calendarBlank {
 	background-color: #272727;
}

.calendarHeader {
 	font-weight: bold;
 	color: #333;
 	text-align: center;
 	background-color: #ccc;
}

.calendarMonthLinks {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

.calendarMonthLinks a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

.calendarMonthLinks a:visited {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
}

.calendarToday {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #666;
}

.calendarToday a {
	border: 0;
	color: #fff;
}

.calendarCell {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #666;
	background-color: #272727;
}

.calendarCell a {
	background-color: transparent;
}

.calendarCell a:visited {
	background-color: transparent;
}

.calendarCell a:hover {
	text-decoration: none;
	background-color: transparent;
}


/* =Footer
-------------------------------------------------------------------------*/
#footer {
	border-top:1px dotted #333;
	padding-top: 10px;
	padding-bottom: 35px;
	margin-top: 25px;	
	font-size: 12px;
	color: #666;
}

#footer #icons {
	margin-top: 5px;
	text-align: right;
}

#footer #icons a {
	margin-left: 5px;
	border: none;
}

/* =Hide stats
-------------------------------------------------------------------------*/
.hide {
	position: absolute;
	top: -2000em;
}