/*
Theme Name: Efex Studios
Theme URL: http://efexstudios.com/
Description: Theme for <a href="http://efexstudios.com/">Efex Studios</a>.
Author: <a href="http://efexstudios.com/">Efex Studios</a>
Author URL: http://efexstudios.com/
Version: Version 0.0.00
*/

/* UNIVERSAL ================================= */
body {
background: url('theme/bg.jpg');
background-position: top-center;
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: Helvetica, Arial, sans-serif;
font-size: 90%;
line-height: 1.5;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 50px;
}

a:link {
color: #00ccff;
text-decoration: underline;
}

a:hover {
color: #99ffff;
text-decoration: underline;
}

a:active {
color: #00ccff;
text-decoration: underline;
}

a:visited {
color: #014655;
text-decoration: underline;
}

h1, h2, h3 {
font-family: Century Gothic, Trebuchet MS, Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
color: #ffffff;
font-weight: 100;
margin: 0px;
padding: 0px;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

p {
color: #ffffff;
}

img {
border: 0px;
}

.left {
float: left;
}

.right {
float: right;
}

/* LAYOUT =============================== */
#header {
margin: 0;
padding: 0;
text-indent: -9999px;
width: 334px;
height: 174px;
position: relative;
margin-left: -1em;
background: url(theme/navigation/logo2.png) no-repeat;
}

#header a {
position: absolute;
top: 0;
left: 0;
width: 334px;
height: 174px;
display: block;
border: 0;
background: transparent;
overflow: hidden;
}

#header .fake-hover {
margin: 0;
padding: 0;
width: 334px;
height: 174px;
display: block;
position: absolute;
top: 0;
left: 0;
background: url(theme/navigation/logo2.png) no-repeat 0 -174px;
}

#container {
background: #000000;
position: relative;
width: 960px;
margin: 0 auto;
margin-top: 35px;
color: #ffffff;
}

.overlay {
border: 1px solid #00ccff;
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0;  /* will cover the entire parent */
left: 0;
width: 100%;
background: #000000;
opacity: 0.70;
-moz-opacity: 0.70; /* older Gecko-based browsers */
filter:alpha(opacity=70); /* For IE6&7 */
}

.contentleft1 {
position: relative;
padding: 20px;
padding-top: 30px;
display: table-cell;
}

.left-button {
text-align: center;
margin-left: 50px;
width: 170px;
float: left;
}

.left-button a h3 {
border: 1px solid #00ccff;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}

.left-button a:hover h3 {
border: 1px solid #99ffff;
color: #00ccff;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
background: #000000;
}

.contentright1 {
background-image: url('images/portfolio.png');
background-repeat: no-repeat;
background-position: 0px 20px;
position: relative;
padding: 20px;
padding-top: 30px;
width: 407px;
display: table-cell;
}

.contentleft2 {
position: relative;
width: 652px;
padding: 20px;
display: table-cell;
}

.contentright2 {
position: relative;
padding: 20px;
display: table-cell;
}

.footer {
width: 100%;
clear: both;
padding: 20px;
}

.footerblock {
position: relative;
display: table-cell;
width: 170px;
padding-right: 20px;
}

img.floatLeft { 
float: left; 
margin: 4px; 
}

img.floatRight { 
float: right; 
margin: 4px; 
}

/* MAIN NAVIGATION ============================ */
#navcontainer {
position: relative;
height: 70px;
margin-top: -17px;
}

#navcontainer .content {
width: 960px;
margin: 0 auto;
padding-top: 2px;
position: relative;
}

#navcontainer .overlay {
border-left: 0px;
border-right: 0px;
}

#navigation {
list-style: none;
margin-top: 0px;
}

#navigation li {
text-indent: -9999px;
position: relative;
display: inline;
float: left;
}

#navigation li a {
display: block;
overflow: hidden;
float: left;
border: 0;
}

#navigation #home {
width: 108px;
height: 66px;
margin-right: 17px;
background: url('theme/navigation/home.png');
}

#navigation #services {
width: 136px;
height: 66px;
background: url('theme/navigation/services.png');
margin-right: 17px;
}

#navigation #portfolio {
width: 167px;
height: 66px;
background: url('theme/navigation/portfolio.png');
margin-right: 17px;
}

#navigation #about {
width: 115px;
height: 66px;
background: url('theme/navigation/about.png');
margin-right: 17px;
}

#navigation #blog {
width: 103px;
height: 66px;
background: url(theme/navigation/blog.png);
margin-right: 17px;
}

#navigation #contact {
width: 148px;
height: 66px;
background: url(theme/navigation/contact.png);
margin-right: 17px;
}

#navigation #home.active, #navigation #home.active a:hover, .JS #navigation #home.active a:hover {
background: url('navigation/home.png') 0 -132px;
}

#navigation #services.active, #navigation #services.active a:hover, .JS #navigation #services.active a:hover {
background: url('theme/navigation/services.png') 0 -132px;
}

#navigation #portfolio.active, #navigation #portfolio.active a:hover, .JS #navigation #portfolio.active a:hover { 
background: url('theme/navigation/portfolio.png') 0 -132px;
}

#navigation #about.active, #navigation #about.active a:hover, .JS #navigation #about.active a:hover {
background: url('theme/navigation/about.png') 0 -132px;
}

#navigation #blog.active, #navigation #blog.active a:hover, .JS #navigation #blog.active a:hover {
background: url('theme/navigation/blog.png') 0 -132px;
}

#navigation #contact.active, #navigation #contact.active a:hover, .JS #navigation #contact.active a:hover {
background: url('theme/navigation/contact.png') 0 -132px;
}

.JS #navigation #home a:hover {
background: url(theme/navigation/home.png) 0 -66px;
cursor: pointer;
}

.JS #navigation #services a:hover {
background: url(theme/navigation/services.png) 0 -66px;
cursor: pointer;
}

.JS #navigation #portfolio a:hover {
background: url(theme/navigation/portfolio.png) 0 -66px;
cursor: pointer;
}

.JS #navigation #about a:hover {
background: url(theme/navigation/about.png) 0 -66px;
cursor: pointer;
}

.JS #navigation #blog a:hover {
background: url(theme/navigation/blog.png) 0 -66px;
cursor: pointer;
}

.JS #nav #contact a:hover {
background: url(theme/nav/contact.png) 0 -66px;
cursor: pointer;
}

#navigation a#home-hover, .JS #navigation a:hover#home-hover {
cursor: pointer;
display: block;
float: left;
width: 108px;
height: 66px;
background: url(theme/navigation/home.png) 0 -66px;
}

#navigation a#services-hover, .JS #navigation a:hover#services-hover {
cursor: pointer;
display: block;
float: left;
width: 136px;
height: 66px;
background: url(theme/navigation/services.png) 0 -66px;
}

#navigation a#portfolio-hover, .JS #navigation a:hover#portfolio-hover {
cursor: pointer;
display: block;
float: left;
width: 167px;
height: 66px;
background: url(theme/navigation/portfolio.png) 0 -66px;
}

#navigation a#about-hover, .JS #navigation a:hover#about-hover {
cursor: pointer;
display: block;
float: left;
width: 115px;
height: 66px;
background: url(theme/navigation/about.png) 0 -66px;
}

#navigation a#blog-hover, .JS #navigation a:hover#blog-hover {
cursor: pointer;
display: block;
float: left;
width: 103px;
height: 66px;
background: url(theme/navigation/blog.png) 0 -66px;
}

#navigation a#contact-hover, .JS #navigation a:hover#contact-hover {
cursor: pointer;
display: block;
float: left;
width: 148px;
height: 66px;
background: url(theme/navigation/contact.png) 0 -66px;
}

.narrowcolumn .entry, .widecolumn .entry {
width: 100%;
}

.widecolumn {
width: 900px;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
color: white;
}

h2 a:link {
color: #00ccff;
text-decoration: none;
}

h2 a:hover {
color: #99ffff;
text-decoration: none;
}

h2 a:active {
color: #00ccff;
text-decoration: none;
}

h2 a:visited {
color: #014655;
text-decoration: none;
}



h3, h3 a, h3 a:visited {
color: #ffffff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

.narrowcolumn {
float: left;
position: relative;
width: 650px;
padding: 20px;
}

.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
position: relative;
}

.post {
margin: 0 0 40px;
text-align: justify;
}

.break {
opacity: 0.70;
-moz-opacity: 0.70; /* older Gecko-based browsers */
filter:alpha(opacity=70); /* For IE6&7 */
clear: both;
height: 1px;
background: #00ccff;
margin-left: 20px;
margin-right: 20px;
position: relative;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: left;
}

.clear {
clear: both;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */

#sidebar {
position: relative;
float: left;
padding: 20px;
}

#sidebar form {
margin: 0;
}

/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/