/*

Theme Name: Red Eye Designer
Theme URI: http://redeyedesigner.com/themes/redv2
Description: 'This theme was developed for Red Eye Designer'
Author: David Becerra
Author URI: http://redeyedesigner.com
Version: v2.0

*/

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background: url('img/headerbg.jpg') repeat-x 0 0 #352305;
}

	/* TYPOGRAPHY */
	
body {
	font-size: 15px;
	font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
	color: #262626;
}

p {
	margin-bottom: 10px;
}

a {
	outline: none;
}

h1 {
	font-size: 3.2em;
}

h1#logo {
	background: url('img/logov2.png') no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	top: 95px;
	left: 0;
}

h1#logo a {
	display: block;
	width: 369px; height: 45px;
}

h2 {
	font-size: 1.733em;
}

#main h2 a {
	color: #333;
}

#main h2 a:hover {
		color: #cc0000;
	}

/*
h2.title a {
	color: #333;
	text-decoration: none;
	}
	h2.title a:hover {
		color: #cc0000;
	}
*/

#main h2.title {
	font-variant: small-caps;
}


#main a {
	color: #0099cc;
	text-decoration: none;
}

#main a:hover {
	color: #cc0000;
}
	/* LAYOUT */

.wrap {
	margin: 0 auto;
	width: 960px;
}

.clear {
	clear: both;
}

	/* HEADER */	

#header {
	position: relative;
	color: #ececec;
	height: 160px;
}

form.search {
	position: absolute;
	top: 20px;
	right: -10px;
}

input#search_term {
	background: #252525;
	width: 235px; height: 20px;
	font-size: 1em;
	font-style: italic;
	color: #999;
	padding: 5px;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search_button {
	background: url('img/magnify.jpg') no-repeat 0 0;
	width: 38px; height: 42px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
}


	/* NAVIGATION */

ul#nav {
	position: absolute;
	right: -25px;
	bottom: 0;
	}
	#nav li {
		display: inline;
		float: left;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 1em;
		line-height: 1em;
		margin-left: 0;
		width: 125px;
	}
	#nav li a {
		display: block;
		font-size: 1.467em;
		line-height: 18px;
		text-align: center;
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
		padding: 0 10px;
		padding-bottom: 25px;
		color: #1bb8e8;
		text-decoration: none;
	}
	#nav li a:hover {
		color: #50d1f8;
	}
	#nav li span {
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		color: #ececec;
		opacity: 0;
	}

	/* CONTENT */

#content {
	position: relative;
	top: 20px;
	left: 0;
}

#main {
	background: #ececec;
	border: 1px solid #fff;
	float: left;
	padding: 20px;
	padding-top: 15px;
	width: 648px;
	line-height: 1.5em;
	-moz-border-radius-topleft: 5px;;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.blog-post {
	border-bottom: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 70px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: .025em;

}

.wp-post-image {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 1;
	border: 1px solid #333;
	padding: 2px;
}

.blog-post a {
	color: #0099cc;
	text-decoration: none;
}

.blog-post a:hover {
	color: #cc0000;
}

#main p.post-info {
	color: #0099cc;
	margin: .667em .667em .667em 0;
	text-indent: 10px;
}

#main p.post {
	margin-left: 10px;
}

.post-categories a {
	color: #0099cc;
}

.post-categories li {
	display: inline;
}

.more-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #e1e1e1;
	padding: 10px 15px;
	border: 1px solid #a4a4a4;
	height: 15px;
	line-height: 15px;
	/* width: 100px; */
	text-align: center;
}
.more-link:hover {
	background: #e6e6e6;
}

#main a.more-link {
		color: #333;
		text-decoration: none;
	}
	#main a.more-link:hover {
		color: #cc0000;
	}

#newOld {
	position: relative;
	margin-top: 10px;
}

#older-post a {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

#older-post a:hover {
	color: #cc0000;
}

#newer-post {
	position: absolute;
	right: 20px;
	bottom: 0;
}

#newer-post a {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

#newer-post a:hover {
	color: #cc0000;
}

.single div.imgPost {
	background: #e3e3e3;
	text-align: center;
	border: 1px solid white;
	padding: 20px;
	margin: 1em 0;
}

.imgPost img {
	margin: 0;
	float: none;
	max-width: 600px;
}

	/* PAGE Content */

#page_content {	padding-bottom: 20px; }

#page_content h2, #page_content h3 {
	margin: 0 0 1em;
}

#page_content h3 {
	font-size: 1.5em;
	color: #990000;
}


	/* SINGLE POST STYLE */

body.single div.blog-post {
	/* border: none; */
}

.single div.blog-post ul {
	margin: 1em 0;
	color: #171717;
}

.single div.blog-post ul li {
	padding-left: 1em;
	margin-left: 1em;
	list-style: disc;
	line-height: 2em;
}

 /* SERVICES STYLE */
 
.service-info {
	width: 290px; height: 330px;
	float: left;
	margin: 5px 15px;
	letter-spacing: .05em;
	position: relative;
}

.service-info a {
	position: absolute;
	color: #261E11;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	left: 60px;
	bottom: 10px;
}

.service-info a:hover {
	color: #c00;
}

#psd {
	background: #e0e0e0 url('img/icons/ps4.png') no-repeat 3px 3px;
}

#wordpress-icon {
	background: #e0e0e0 url('img/icons/wpicon.png') no-repeat 3px 3px;
}

.service-info h4 {
	height: 80px;
	padding: 3px 0 3px 90px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 1.1em;
	line-height: 80px;
}

.service-info p {
	margin: 10px;
}

ul.process {
	margin-top: 30px;
}

ul.process h4 {
	font-size: 1.3em;
}

ul.process li {
	padding: 20px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid #d3d3d3;
}

#step1 {
	border-top: none;
}

#step4 {
	border-bottom: none;
}

ul.process p {
	margin-top: 10px;
}

ul.process img.stepImg {
	float: left;
	margin: 0 10px;	
}

/* PORTFOLIO STYLE */

.project-slot {
	border-top: 1px solid white;
	border-bottom: 1px solid #d3d3d3;
	padding: 30px 0 30px;
	height: 210px;
	margin-bottom: -10px;
}

#first-project.project-slot {
	border-top: none;
}

#last-project.project-slot {
	border-bottom: none;
}

.project-slot h4 {
	font-size: 1.2em;
	margin-top: 50px;
	margin-bottom: 10px;
}

.project-slot p {
	margin: 0;
}

.project-slot img {
	float: left;
	margin-right: 15px;
	border: 4px solid #666;	
}

.project-slot img:hover {
	border: 4px solid #0099cc;
}

.project-slot a {
	color: #0099cc;
	text-decoration: none;
}

.project-slot a:hover {
	color: #cc0000;
}

 /*ABOUT STYLE */
 
img.portrait {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #aaaaaa;
}

 /* CONTACT FORM STYLE */

/* form/results div */
#gb_form_div {
  font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
}

/* the form itself */
#gb_form {
  font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
}

/* form links */
#gb_form_div a { }

/* link states */
#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active { }

/* all fieldsets */
#gb_form fieldset { 
	border: 1px solid #333;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

/* to redefine outer fieldset */
#gb_form fieldset#formwrap { 
	background: none;
	border: none;
}

/* form head if needed */
.formhead { }

/* main formhead, of course */
.main_formhead { 
	display: none;
}

/* form leagend and result dt */
#gb_form legend, #gb_form dt { 
}

/* define more for form legend */
#gb_form legend {
	font-size: 1em;
	font-weight: bold;
	color: #0099cc;
}

/* redefine main legend props */
#gb_form legend#mainlegend { 
	background: none;
	display: none;
	margin-top: 20px;
}

/* privacy link, reset link, etc */
#gb_form legend#mainlegend small, #gb_form_div .formhead small { }

/* hello, it's for the form labels */
#gb_form label {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
}

/* define all inputs, except button */
#gb_form input.short, #gb_form input.med, #gb_form select.med {
	border: 1px solid #333;
	width: 350px;
	margin: 5px 0 15px;
	font-size: 1em;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* redefine for short input only */
#gb_form input.short { 
	width: 100px;
}

/* spec for textarea only */
#gb_form textarea.textbox {
	border: 1px solid #333;
	width: 350px;
	margin: 10px 0 15px;
	padding: 5px;
	font-size: 1em;
	font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
	max-width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* spec for select only - SUBJECT! */
#gb_form select.med {
	outline: none;
}

/* spec for checkbox only */
#gb_form input.checkbox {
	width: 15px; height: 15px;
	outline: none;
}

/* for checkbox label only */
#gb_form label input.checkbox {
	
}

/* the make button stable in IE6 it must be defined */
* html input.button {
}

/* All hover/focus stuff - NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus {
	border: 1px solid #0099cc;
}

/* redefine for short input only, if wanted */
#gb_form input.button { 
	background: #ccc;
	border: 1px solid #333;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	padding: 10px;
	margin-top: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#gb_form input.button:hover {
	color: #0099cc;
}

/ success span, error span, form div dt (redefine) */
span.error, span.success, #gb_form_div dt { }

/* form div dt (redefine more), plus dl */ 
#gb_form_div dt, #gb_form_div dl { }

/* results stuff */
#gb_form_div dt small, span.success, dl#result_dl_blockq dt { }

h2 #results {
	margin-top: 20px;
}

/* whyis link */
small.whythis { }

/* the answer */
#gb_form small.whythis a span { }

/* whyis on hover/focus */
#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { }

/* the answer on hover/focus */
#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { }

/* credit line */
p.creditline small {
}

/* for abbr, NOTE: added span .abbr class is for IE, so use for all */
.abbr { }

/* results blackquote */
dl#result_dl_blockq blockquote { }

/* results blackquote p */
dl#result_dl_blockq blockquote p { }

/* results blackquote p cite */
dl#result_dl_blockq blockquote p cite { }

/* results ul li spans (name, email, etc) */
#gb_form_div span.items { }

/* error message links */
#gb_form_div p a { }

/* error message link states */
#gb_form_div p a:hover, #gb_form_div p a:focus, #gb_form_div p a:active { }


/* End CUSTOM CSS */

 /* SIDE-BAR */
 
#sidebar {
	float: right;
	width:250px;
}

#about {
	background: #1bb8e8;
	padding: 10px;
	padding-top: 15px;
	border: 1px solid #5ecff2;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#about p {
	margin-top: 5px;
	margin-left: 5px;
}

#about h3 {
	font-size: 1.33em;
	color: #ececec;
	font-weight: normal;
}

#about a {
	margin-left: 140px;
	line-height: 30px;
	color: #ececec;
	text-decoration: none;
}

#about a:hover {
	color: #ff0000;
}

#sidebar h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.33em;
	color: #ececec;
	font-weight: normal;
}

#recent-posts-3 li a, #categories-3 li a, #linkcat-2 li a {
	font-size: 1.1em;
	color: #ececec;
	text-decoration: none;
	line-height: 1.5em;
	position: relative;
	left: 5px;
}

#sidebar li a:hover {
	color: #cc0000;
}

.list {
	color: #ececec;
}

.list a {
	color: #ececec;
	text-decoration: none;
	line-height: 1.5em;
	position: relative;
	left: 5px;
}

.list a:hover {
	color: #cc0000;
}

#twitter_update_list {
	color: #ececec;
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: 5px; 
}

#twitter_update_list a {
	color: #1bb8e8;
	text-decoration: none;
}

#twitter-link {
	color: #ececec;
	text-decoration: none;
	margin-left: 5px;
}

#twitter-link:hover {
	color: #cc0000;
}

	/* COMMENTS STYLE */
	
#comments_template {
	margin-top: 2em;
	background: #ededed;
	border: 1px solid white;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	margin-bottom: 28px;
	overflow: hidden;
	padding: 30px 40px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	position: relative;
}

#comments_template input#author, #comments_template input#email,
#comments_template input#url {
	background: white;
	font-size: 1em;
	font-style: italic;
	color: #333;
	padding: 7px;
	border: 1px solid #999;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea#comment {
	color: #333;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: .025em;
	width: 450px;
	padding: 7px;
	border: 1px solid #999;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input#submit {
	color: #333;
	font-size: 1em;
	padding: 7px;
	border: 1px solid #999;
	margin-bottom: 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input#submit:hover {
	color: #0099cc;
}

#comments_template li {
	clear: left;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid white;
	padding: 2em 0;
	overflow: hidden;
}

#comments_template li:first-child {
	border-top: none;
}

#comments_template li:last-child {
	border-bottom: none;
}

cite {
	font-weight: bold;
}

#comments_template a {
	color: #0099cc;
	text-decoration: none;
}

#comments_template a:hover {
	color: #cc0000;
}

#comments_template .avatar {
	float: left;
	margin-right: 25px;
	border: 1px solid white;
	border-right: none;
	border-bottom: none;
	padding: 4px;
}

.main_comment {
	background: white;
	margin-left: 133px;
	padding: 15px;
	position: relative;
}

.main_comment span.arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 25px solid #ededed;
	border-right: 20px solid white;
	position: absolute;
	top: 10px;
	left: -20px;
}

p#gravatar-fyi {
	text-indent: 10px;
	margin-top: 10px;
}

 /* FOOTER STYLE */

#footer {
	background: url('img/footerbg.jpg') repeat-x 0 0 #171717;
	height: 100px;
	overflow: hidden;
	clear: both;
	margin-top: 100px;
	padding-top: 20px;
	color: #ececec;
	letter-spacing: .1em;	
}

#footer a {
	color: #ececec;
	text-decoration: none;
}

#footer a:hover {
	color: #0099cc;
}
