/*
Theme Name: RED
Theme URI: http://redeyedesigner.com/redv3
Description: Third interation of the Red Eye Designer website by <a href="http://redeyedesigner.com">David Becerra</a>
Version: v3 (WP2.9.2)
Author: David Becerra
Author URI: http://redeyedesigner.com
Tags: Red Eye Designer, v3, awesome, epic win, portfolio
*/

/* 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:13px;
	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;
}

body {
	background:url(images/darkGrain.png) repeat 0 0 #1b1b1b;
	font:1em/1.5em "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#333;
}

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


.clear {
	clear:both;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a {
	color:#0a4366;
	text-decoration:none;
}

a:hover {
	color:#0b93e5;
}


a,
ul.sidebar-list li,
#commentform input#submit,
#gb_form input.button {
	-o-transition-duration: .33s;
	-o-transition-property: color, background-color;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background;
}

#page-thumb img {
	float: right;
	border: 1px solid #666;
	padding: 2px;
	margin: 20px 0 20px 20px;
	box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	width: 300px;
	height: 225px;
}



#top-bg {
	background:#990000;
	border-bottom:1px solid #b80303;
	height:9px;
}

#identity-bg {
	background:#0a4366;
	border:1px solid #012d47;
	border-right:none;
	border-left:none;
	height:58px;
}

#navigation-bg {
	background:#ececec;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	height:48px;
	margin:60px auto 0;
}

#header-content {
	position:relative;
	margin:-60px auto 0;
}

h1#logo {
	background:url(images/logo.png) no-repeat 0 0;
	width:238px;
	height:37px;
	text-indent:-9999px;
	position:absolute;
	top:20px;
}

h1#logo a {
	display:block;
	width:238px;
	height:37px;
}

small#tagline {
	color:#ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	position:absolute;
	top:28px;
	left:260px;
	text-shadow:3px 3px 3px #333;
}

#search-area {
	position:absolute;
	right:0;
	top:18px;
	-webkit-box-shadow:3px 3px 3px #333333;
	-moz-box-shadow:3px 3px 3px #333333;
}

input#search-field {
	width:248px;
	height:28px;
	font-size:1.231em;
	font-style:italic;
	color:#666666;
	border:1px solid #ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-indent:5px;
}

input#search-btn {
	position:absolute;
	right:0;
	top:-6px;
}


/* UNIVERSAL TYPOGRAPHY */
blockquote { font-style: italic; padding: 0 0 0 20px; }
blockquote p { font-size: 18px; color: #333; }

h3, h3 a { font-size: 20px; font-weight: normal; }
h4, h4 a { font-size: 18px; font-weight: normal; }
h5, h5 a { font-size: 16px; font-weight: normal; }
p { margin: 0 0 10px 0; }
pre { background: #fff; padding: 15px; overflow: auto; margin: 0 0 15px 0; border: 1px solid #ddd; }
pre code { font-size: 12px; }
code { background: #ccc; font: 12px Monaco, Courier, Monospace; color: #333; }
acronym, abbr { border-bottom: 1px dotted #514031; cursor: help; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }

a:active, #sidebar a:active { position: relative; top: 1px; }
.content a, #sub-content p a {
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #fff;
	border:1px solid #ddd;
	padding:1px 3px 2px;
}

	
/* NAVIGATION */
ul#navigation {
	margin:5px auto 0;
}

#navigation li a {
	float:left;
	margin:0 30px 0 0;
	display:inline;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation li a:hover {
	background:#0b93e5;
	border: none;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation li a {
	color:#0a4366;
	font-size:1.385em;
	display:block;
	padding:10px;
}

/*
#navigation li:hover {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
*/

	/* SITE LAYOUT */

#main {
	background:#ececec;
	width:687px;
	border:1px solid #ffffff;
	margin:20px 20px 20px 0;
	padding: 0 20px;
	float:left;
	
}

#main-wide {
	background:#ececec;
	border:1px solid #ffffff;
	margin:20px 0;
	padding:0 20px;
}


	
/* BLOG POST SECTION */
.blog-post-section,
.blog-post-single {
	border-bottom:1px solid #999;
	border-top:1px solid #FFF;
	padding: 20px 0;
}

.blog-post-section:first-child,
.blog-post-single:first-child {
	border-top:none;
}

.blog-post-section:last-child,
.blog-post-single:last-child {
	border-bottom:none;
}

.blog-post-section img,
.blog-post-single img {
	margin:0 0 20px 20px;
	border:1px solid #666;
	padding:2px;
	float:right;
	width:144px;
	height:144px;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
	box-shadow:3px 3px 3px #999;
}

h2.post-title a,
h2.page-title a {
	font-size:2em;
}

p.blog-meta-data {
	background:#e0e0e0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-weight:bold;
	text-indent:10px;
	margin:10px 170px 10px 0;
}

.blog-post-section p {
	margin-left:0;
}

body.single .blog-post-section p {
	margin-left: 0;
}

a.more-link {
	background:#0a4366;
	color:#ececec;
	margin-top:10px;
	clear:both;
	padding:5px 10px;
	border-radius:5px;
	float:left;
	-webkit-border-radius:0 5px 0 5px;
	-moz-border-radius: 0 5px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	border: none;
}

a.more-link:hover {
	background:#0b93e5;
}


 /* COMMENT SECTION */

#comments-section {
	border-top: 1px solid #fff;
	padding-top: 20px
}

h3#comments-title {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3#respond {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-top: 20px;
	border-top: 1px solid #fff;
}

ol.commentlist li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	padding: 10px 0;
}

ol.commentlist li p { margin-left: 80px;}

ol.commentlist li:first-child { border-top: none; } 
/* ol.commentlist li:last-child { border-bottom: none; } */

.comment-box {
	padding-right: 20px;
}
 
.comment-box img {
	float: left;
	margin-right: 20px;
}

.comment-author .author-url a {
	font-size: 16px;
	font-weight: bold;
}

#commentform { clear: both; }

#commentform input,
textarea#comment {
	background: white;
	border:1px solid #999999;
	color:#333333;
	font-size:1em;
	font-style:italic;
	padding:7px;
	border-radius: 0 5px;
	-moz-border-radius:0 5px;
	-webkit-border-radius: 0 5px 0 5px;
}

textarea#comment {
	width: 80%;
	font-style: normal;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#commentform input#submit {
	background: #0a4366;
	color: #ececec;
	border: none;
	font-style: normal;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
}

#commentform input#submit:hover {
	background: #0b93e5;
	cursor: pointer;
}

	/* COMMENT REPLYS */

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs {
	clear: both;
	border: 1px solid #999;
	margin: 35px 2px 20px 20px;
	padding: 4px 2px 2px 4px;
	background-color: #f9f9f9;
}

.comment-childs img {
	margin-right: 10px;
}
.comment-replies .comment-childs p.reply-copy {
	margin-right: 20px;
}

.chalt{
	background-color: #dbdbdb;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
	
/*  SIDE BAR  */
#sidebar {
	float:right;
	width:280px;
	margin-top:20px;
}

#about-author {
	background:#0a4366;
	padding:10px;
	color:#ececec;
	border:1px solid #0569a5;
	margin-bottom:20px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

#sidebar h3,
h2.widgettitle {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
	color:#ececec;
}

#about-author p {
	margin-left:10px;
}

#about-author a {
	background:#0a4366;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	float:right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#about-author a:hover {
	background:#0b93e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.sidebar-list {
	margin-bottom:20px;
}

ul.sidebar-list li a {
	color:#ececec;
	font-weight:bold;
	height:16px;
	display:block;
	padding:10px 5px 5px;
}

ul.sidebar-list li.widget,
ul.sidebar-list li.widget:hover {
	background: none;
	margin-bottom: 20px;
	border-bottom: none;
}

ul.sidebar-list li {
	border-top:1px solid #444;
	border-bottom:1px solid #222;
	background:#333;
}

#linkcat-2 { border-top: none }

ul.sidebar-list li:first-child {
	border-top:none;
}

ul.sidebar-list li:last-child {
	border-bottom:none;
}

ul.sidebar-list li:first-child {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

ul.sidebar-list li:last-child {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

ul.sidebar-list li:hover {
	background-color:#666;
}

ul.sidebar-list li img {
	margin:0 5px -3px 0;
}

#pagination { margin-bottom: 20px;}

.wp-pagenavi span.current {
	background:#444;
	font-weight: bold;
	color:#fff;
	padding:5px 10px;
	margin:0 10px 30px;
	margin-left:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.wp-pagenavi span.extend {
	color: #ececec;
	padding:0;
	margin: 5px 3px 0 0;
	margin-left:0;
}

.wp-pagenavi a {
	background:#0a4366;
	color:#fff;
	padding:5px 10px;
	margin:0 10px 30px;
	margin-left:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.wp-pagenavi a:hover {
	background:#0b93e5;
}


	
/* PORTFOLIO */

h2.page-title {
	margin: 20px 0 20px 0;
	font-weight: normal;
}


#secondary { float: right; width: 350px; }

#secondary h3 {
	font-weight: normal;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

/*
#secondary h4 {
	font-size: 115.4;
}
*/

	
/* Slider */

.anythingSlider {
	width:600px;
	height:350px;
	position:relative;
	margin:0 20px 100px 0;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
	border:1px solid #666;
	float: left;
}

.anythingSlider img {
	width: 600px;
	height: 350px;
}

.anythingSlider .wrapper {
	width:600px;
	height:450px;
	overflow:auto;	
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

.anythingSlider .wrapper ul {
	width:99999px;
	position:absolute;
	top:0;
	left:0;
}

.anythingSlider ul li {
	display:block;
	float:left;
	padding:0;
	height:350px;
	width:600px;
	margin:0;
}

.anythingSlider .arrow {
	display:block;
	height:200px;
	width:67px;
	background:url(images/arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:100px;
	right:0;
	cursor:pointer;
}

.anythingSlider .forward {
	background-position:0 0;
	right:-55px;
	display: none;
}

.anythingSlider .back {
	background-position:-67px 0;
	left:-55px;
	display: none;
}

.anythingSlider .forward:hover {
	background-position:0 -200px;
}

.anythingSlider .back:hover {
	background-position:-67px -200px;
}

#thumbNav {
	position:relative;
	top:351px;
	text-align:right;
}

#thumbNav a {
	color:white;
	font:1em/1.5em "Myriad Pro", Helvetica, Arial, sans-serif;
	display:inline-block;
	padding:2px 8px;
	height:18px;
	margin:0 5px 0 0;
	background:#0a4366;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

#thumbNav a:hover {
	background-image:none;
}

#thumbNav a.cur {
	background:#0b93e5;
}

#start-stop {
	display:none;
}

#start-stop.playing {
	background-color:#990000;
}

#start-stop:hover {
	background-image:none;
}


	
/*
  Preventions
*/
.anythingSlider .wrapper ul ul {
	position:static;
	margin:0;
	background:none;
	overflow:visible;
	width:auto;
	border:0;
}

.anythingSlider .wrapper ul ul li {
	float:none;
	height:auto;
	width:auto;
	background:none;
}

#sub-content {
	width:600px;
	margin-bottom: 20px;
}

#sub-content h3 a {
	font-weight: normal;
	margin-bottom: 10px;
}

 /* 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: #0a4366;
	margin-top: 10px;
	padding:7px;
	color: #ececec;
	border: none;
	font-size:1em;
	font-style:italic;
	border-radius: 0 5px;
	-moz-border-radius:0 5px;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
}

#gb_form input.button:hover {
	background: #0b93e5;
}

/ 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 */

	
/* FOOTER */
#footer {
	background:#0a4366;
	border-top:1px solid #0b649a;
	color:#ececec;
	height:50px;
}

#footer a {
	color:#ececec;
}

#footer a:hover {
	color:#0b93e5;
}

#footer p {
	margin:10px 0 0;
}