/*
Theme Name: Danny Turley Blog & Portfolio Theme
Theme URI: http://www.dannyturley.com
Description: A theme created and designed by Danny Turley
Version: 3.0
Author: Danny Turley
Author URI: http://www.dannyturley.com/
*/
/* Colours
Red: rgba(51,0,0,1); / #330000;
Dark Red: rgba(25,0,0,1); / #190000;
White tinted Red: rgba(225,234,234,1); / #f5eaea;
*/

body {
background-color: rgba(51,0,0,1);
color: rgba(225,234,234,1);
text-shadow: rgba(25,0,0,1) 1px 1px 1px;
padding-bottom: 18px;
}

#headspace {
background-color: #190000;
position: relative;
top: 0;
left: 0;
z-index: 2;
margin-bottom: 5px;
}

nav ul {
position: absolute;
top: 5px;
right: 0px;
margin: 0px;
padding-bottom: 18px;
}

nav ul li {
float: left;
margin-left: 9px;
font-size: 16px;
line-height: 24px;
}

nav ul li a {
padding: 5px 7px;
}

.page {
padding-bottom: 0px;
}

#main-silouette {
background-image: url(img/silouette-main.gif);
background-repeat: no-repeat;
width: 360px;
height: 483px;
display: block;
margin-top: -20px;
float: left;
position: relative;
z-index: 3;
}

header {
padding-top: 18px;
}

header h1 {
position: relative;
top: 19px;
line-height: 45px;
}

.bio p {
font-size: 16px;
line-height: 24px;
position: relative;
z-index: 2;
}

a {
padding: 2px 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
-webkit-transition-property:background-color; 
-webkit-transition-duration:.25s; 
-webkit-transition-timing-function:ease-in-out;
}

a:link {
background-color: rgba(25,0,0,1);
color: #f5eaea;
}

a:visited {
background-color: rgba(25,0,0,1);
color: rgba(225,234,234,1);
}

a:hover {
background-color: rgba(225,234,234,1);
color: rgba(25,0,0,1);
text-shadow: none;
}

a:active {
background-color: rgba(104,17,17,0.5);
color: rgba(225,234,234,1);
text-shadow: rgba(104,17,17,0.5) 1px 1px 1px;
}

#content a, footer a {
padding: 1px 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
text-shadow: rgba(51,0,0,1) 1px 1px 1px;
}

#content a:link, footer a:link {
background-color: rgba(51,0,0,1);
color: #f5eaea;
}

#content a:visited, footer a:visited {
background-color: rgba(51,0,0,1);
color: rgba(225,234,234,1);
}

#content a:hover, footer a:hover {
background-color: rgba(225,234,234,1);
color: rgba(25,0,0,1);
text-shadow: none;
}

#content a:active, footer a:active {
background-color: rgba(104,17,17,0.5);
color: rgba(225,234,234,0.5);
}

#icons {
width: 486px;
margin-left: 0px;
z-index: 2;
position: relative;
padding-top: 9px;
}

#icons li a {
background-color: transparent;
}

#icons li a:hover {
background-color: rgba(25,0,0,1);
color: rgba(225,234,234,1);
text-shadow: rgba(25,0,0,1) 1px 1px 1px;
}

#icons li a:active {
background-color: rgba(225,234,234,1);
color: rgba(25,0,0,1);
text-shadow: none;
}

#icons li {
position: relative;
width: 216px;
float: left;
list-style: none;
margin-bottom: 10px;
}

#icons li a {
height: 32px;
display: block;
padding: 4px;
width: 156px;
}

#icons li a span {
line-height: 32px;
font-size: 18px;
position: absolute;
top: 5px;
left: 50px;
}

#small-silouette {
position: absolute;
right: 0;
margin-top: -55px;
width: 234px;
height: 267px;
background-image: url(img/smallsilouette.gif);
background-repeat: no-repeat;
z-index: 1;
margin-bottom: 36px;
}

.arrow {
background-image: url(img/arrow.png);
background-repeat: no-repeat;
width: 54px;
height: 36px;
display: block;
position: absolute;
left: 0;
}

.arrow2 {
background-image: url(img/arrow2.png);
background-repeat: no-repeat;
width: 54px;
height: 36px;
display: block;
position: absolute;
left: 0;
}

/*
.portfolio:hover .arrow {
background-image: url(../img/arrow.png);
background-position: right;
}

.blog:hover .arrow2 {
background-image: url(../img/arrow2.png);
background-position: right;
}

.contact:hover .arrow2 {
background-image: url(../img/arrow2.png);
background-position: right;
}

.vcard:hover .arrow2 {
background-image: url(../img/arrow2.png);
background-position: right;
}
*/

h2 {
text-indent: 63px;
}

h2.front {
text-indent: 0px;
}

#portfolio {
height:300px;
overflow:hidden;
position:relative;
width:990px;
margin-bottom: 18px;
padding-top: 54px;
}

#section {
position: relative;
padding: 0;
margin: 0;
width:1500px;
overflow: hidden;
}

.portfolio-list {
list-style: none;
margin-left: -18px;
margin-top: 0;
top: 0;
position: relative;
}

.portfolio-list li a {
padding: 0;
color: rgba(225,234,234,1);
text-shadow: rgba(25,0,0,1) 1px 1px 1px;
} 

.portfolio-list li {
float: left;
width: 318px;
display: block;
height: 108px;
background-color: rgba(225,234,234,0.1);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: 18px;
margin-bottom: 18px;
position: relative;
z-index: 1;
-webkit-transition-property:background-color; 
-webkit-transition-duration:.35s; 
-webkit-transition-timing-function:ease-in-out;
}

.portfolio-list li img {
float: left;
position: relative;
padding: 5px;
width: 308px;
display: block;
height: 98px;
}

.portfolio-list li:hover {
color: rgba(225,234,234,1);
text-shadow: rgba(25,0,0,1) 1px 1px 1px;
background-color: rgba(225,234,234,0.2);
}

.portfolio-list li a span {
padding: 5px;
background-color: rgba(25,0,0,0.9);
position: absolute;
right: 0px;
top:85px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: rgba(225,234,234,1);
text-shadow: rgba(25,0,0,1) 1px 1px 1px;
font-size: 16px;
line-height: 24px;
-webkit-transition-property:background-color; 
-webkit-transition-duration:.35s; 
-webkit-transition-timing-function:ease-in-out;
}

.portfolio-list li a span.meta-data {
background-color: rgba(225,234,234,1);
color: rgba(25,0,0,1);
text-shadow: none;
}

.buttons {
margin: auto;
padding-bottom: 36px;
width: 50px;
}

#buttons {
padding: 0;
background: transparent;
list-style: none;
font-size: 24px;
line-height: 36px;
margin: 0;
position: relative;
top: -18px;
}

#buttons li a {
float: left;
margin-right: 9px;
color: rgba(225,234,234,0.1);
background: transparent;
padding: 0;
cursor: pointer;
}

#buttons li.active a, #buttons li a:hover {
color: rgba(225,234,234,1);
background: transparent;
padding: 0;
}

.fold {
background-color: #190000;
padding-top: 18px;
}

#third-silouette {
width: 360px;
height: 402px;
display: block;
background-image: url(img/thirdsilouette.gif);
background-repeat: no-repeat;
float: right;
position: relative;
margin-top: 140px;
z-index: 1;
}

#content #actionbtn a {
float: right;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 18px;
background-image: url(img/actionbtn.png);
background-repeat: no-repeat;
background-position: left;
width: 108px;
height: 36px;
display: block;
padding: 0px;
background-color: transparent;
line-height: 36px;
text-indent: 10px;
}

#content #actionbtn a:hover {
background-position: right;
color: rgba(25,0,0,1);
}

#content #actionbtn a:active {
opacity:0.5;
}

input {
background-color: rgba(51,0,0,1);
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
color: rgba(225,234,234,1);
text-shadow: rgba(51,0,0,1) 1px 1px 1px;
}

input[type="text"] {
padding: 5px;
}

.field-describe {
padding-top: 5px;
margin-left: 0px;
float: right;
margin-top: -136px;
}

textarea {
background-color: rgba(51,0,0,1);
padding: 1px 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
color: rgba(225,234,234,1);
text-shadow: rgba(51,0,0,1) 1px 1px 1px;
width: 470px;
height: 163px;
}

input[type="submit"] {
float: right;
clear: both;
line-height: 27px;
font-size: 16px;
padding: 2px 8px;
}

input[type="submit"]:hover {
background-color: rgba(225,234,234,1);
color:rgba(25,0,0,1);
text-shadow: none;
}

input:focus, textarea:focus {
background-color: rgba(51,0,0,0.5);
}

.vcard h2 {
padding-bottom: 3px;
}

.vcard p {
background-color: rgba(51,0,0,1);
padding: 1px 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 10px;
}

.org {
display: none;
}

#zoom {
position: relative;
z-index: 10;
}

#zoom a {
background-color: transparent;
margin-top: 15px;
}

.macbookpro {
background-image: url(img/portfolio/macbookpro.png);
background-repeat: no-repeat;
height: 395px;
width: 733px;
position: relative;
z-index: 12;
float: left;
padding-bottom: 0px;
}

.oneimg {
left: 170px;
position: absolute;
top: 78px;
height: 313px;
width: 500px;
z-index: 11;
display: none;
}

.twoimg {
left: 170px;
position: absolute;
top: 78px;
height: 313px;
width: 500px;
z-index: 11;
display: none;
}

.threeimg {
left: 170px;
position: absolute;
top: 78px;
height: 313px;
width: 500px;
z-index: 11;
display: none;
}

.show {
display: block;
}

.info {
width: 200px;
position: relative;
z-index: 12;
float: right;
color: #000;
text-shadow: none;
margin-top: 5px;
}

.info h3 {
font-weight: bold;
}

.info p {
font-size: 14px;
line-height: 21px;
}

.info .view-site {
text-align: center;
width: 150px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#zoom .info .view-site a {
background-color: #000;
color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px 10px;
}

#zoom .info .view-site a:hover {
background-color: #e5e5e5;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.slider-wrapper {
clear: both;
text-align: center;
padding-top: 5px;
}

.slider {
margin: auto;
width: 300px;
text-align: center;
}

.slider li {
text-align: center;
float: left;
background-image: url(img/portfolio/slide.jpg);
background-repeat: no-repeat;
background-position: left;
display: block;
width: 20px;
height: 20px;
margin-right: 15px;
}

.slider li:hover, .slider li.selected {
background-position: right;
}

.pull-up {
}

label span {
position: relative;
}

.wpcf7-response-output {
clear: both;
float: left;
padding-top: 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.wpcf7-not-valid-tip-no-ajax {
font-size:12px;
line-height:20px;
position:absolute;
text-align:left;
top:50px;
width:234px;
}

div.wpcf7-mail-sent-ok {
background-color: #330000;
padding: 5px;
}

div.wpcf7-mail-sent-ng {
background-color: #330000;
padding: 5px;
}

div.wpcf7-spam-blocked {
background-color: #330000;
padding: 5px;
}

div.wpcf7-validation-errors {
background-color: #330000;
padding: 5px;
}

.label {
float: left;
width:234px;
clear:left;
font-size:16px;
line-height:24px;
display:block;
margin:0 18px 11px 0px;
padding-top:5px;
}

.label span input {
width:234px;
}

/* Blog */

#notebook {
position: relative;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:active {
text-indent: 63px;
background-color: rgba(25,0,0,1);
}

#content h2 a:hover {
background-color: rgba(51,0,0,1);
color: rgba(225,234,234,1);
}

#content .image a {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 738px;
height: 108px;
display: block;
background-color: rgba(51,0,0,0.5);
position: relative;
z-index: 2;
padding: 0;
-webkit-transition-property:background-color; 
-webkit-transition-duration:.35s; 
-webkit-transition-timing-function:ease-in-out;
}

#content .image img {
width: 728px;
height: 100px;
padding: 5px;
display: block;
position: relative;
z-index: 2;
}

#content .image a:hover {
background-color: rgba(51,0,0,1);
}

.contact, .vcard {
padding-top: 18px;
padding-bottom: 0px;
}

.date {
position: absolute;
right: -126px;
top: 90px;
}

.wpcf7-quiz-label {
cursor: help;
}

.wpcf7 small {
padding: 0;
margin-top: -23px;
float: left;
cursor: help;
}

/* Lightview  */

.lv_Title {
text-shadow: none;
}
