/* RESET  ================================================================================= */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0 0 10px 0;
}

strong {
    font-weight: 700;
}


/* STRUCUTRE  ================================================================================= */

body {
    color: #999999;
    font: 100 14px/20px Helvetica, sans-serif;
}

#content {
    width: 900px;
    background: url(../img/black_bg_90.png) repeat;
    padding: 140px 40px 40px 40px;
    margin: auto;
    -webkit-radius-bottomleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-radius-bottomright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
}

#background_flash {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

#container {
    height: 100%;
    width: 100%;
    background: #333;
}

#video_info {
    position: absolute;
    right: 3%;
    bottom: 10%;
    background: url(../img/black_bg_85.png) repeat;
    z-index: 500;
    width: 300px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 30px;
}


/* HEADER  ================================================================================= */

#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 113px;
    background: url(../img/bg_header.png) repeat-x center top;
    z-index: 999;
}

#header_2 {
    width: 980px;
    height: 113px;
    background: url(../img/bg_header_2.png) no-repeat center top;
    margin: auto;
}

#header_wrapper {
    width: 980px;
    position: relative;
    margin: auto;
}

#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 406px;
    height: 100px;
}


/* CONTENT  ================================================================================= */

.two_third_col {
    width: 585px;
    float: left;
    margin-right: 45px;
}

.one_third_col {
    width: 270px;
    float: left;
    margin-right: 45px;
}

.one_third_col_last {
    width: 270px;
    float: left;
}

#content strong {
    color: #fff;
}


/* form styles ================================================================================= */

.col_f_1 {
    float: left;
    width: 270px;
    display: block;
    margin-right: 10px;
}

.col_f_2 {
    float: left;
    width: 270px;
    display: block;
}

label {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}

fieldset {
    border: none;
}

#myform fieldset.col_f_1 input,
#myform fieldset.col_f_2 input {
    padding: 8px;
    margin: 2px 0 5px 0;
    background: #333;
    width: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #dfdfdf;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#myform input {
    padding: 8px;
    margin: 2px 0 5px 0;
    background: #333;
    width: 50%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #dfdfdf;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#myform textarea {
    padding: 8px;
    margin: 2px 0 20px 0;
    background: #333;
    width: 89%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #dfdfdf;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
}

#myform textarea:focus {
    padding: 8px;
    margin: 2px 0 20px 0;
    background: #ccc;
    width: 89%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
}

#myform fieldset.col_f_1 input:focus,
#myform fieldset.col_f_2 input:focus,
#myform input:focus {
    padding: 8px;
    margin: 2px 0 5px 0;
    background: #ccc;
    border: none;
    color: #222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* error message */

.error {
    height: 15px;
    background-color: #FFFE36;
    font-size: 11px;
    padding: 4px 10px;
    color: #000;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 0;
}


/* FOOTER ================================================================================= */

#social_copy {
    float: right;
    margin: 20px 25px 0 0;
    color: #5b5b5b;
    font-size: 11px;
}

#copy {
    text-align: right;
    color: #5b5b5b;
    font-size: 11px;
}


/* TIPOGRAPHY ================================================================================= */

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 25px;
}

h1 {
    font-size: 31px;
    color: #FF6600;
}

h1 span {
    font-size: 17px;
    color: #fff;
    display: block;
}

h2,
h3 {
    font-size: 22px;
    color: #ffd200;
}

.blog h2,
.blog h3 {
    font-size: 20px;
    color: #fff;
}

.blog h4 a {
    font-size: 22px;
    color: #FF6600;
    text-decoration: none;
}

.blog h4 span {
    font-size: 16px;
    color: #fff;
    display: block;
}

h2 span,
h3 span {
    font-size: 16px;
    color: #fff;
    display: block;
}

h2,
h3 {
    font-size: 22px;
    color: #FF6600;
}

h5 {
    font-size: 18px;
    color: #ffd200;
}

h5.reply {
    font-size: 18px;
    color: #ffd200;
    margin-bottom: 10px;
}

.comments_list h6 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.white {
    color: #fff;
}


/* OTHER STYLES ================================================================================= */

.clr {
    clear: both;
}

.line {
    background: url(../img/line.png) no-repeat top right;
    height: 11px;
    border: 0;
    margin: 0;
    margin: 20px 0 30px 0;
}

.line_portfolio {
    background: url(../img/line.png) no-repeat top right;
    height: 11px;
    border: 0;
    margin: 0;
    margin: 0px 0 30px 0;
}

.line_2 {
    background: url(../img/line_2.png) no-repeat top right;
    height: 11px;
    border: 0;
    margin: 0;
    margin: 15px 0 25px;
}

.line_3 {
    background: url(../img/line.png) no-repeat top right;
    height: 11px;
    border: 0;
    margin: 0;
    margin: 40px 0 30px 0;
}

ul.list {
    margin: 0 0 20px 0;
    padding: 0;
}

ul.list li {
    background: url(../img/arrow_gray.png) no-repeat left 6px;
    padding: 0 0 0 10px;
    line-height: 18px;
    margin: 0;
}

a:link.details,
a:visited.details {
    background: url(../img/arrow_gray.png) no-repeat center right;
    padding-right: 10px;
}

a:link,
a:visited {
    text-decoration: none;
    color: rgb(153, 204, 0);
}

a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:link.details,
a:visited.details {
    background: url(../img/arrow_2.png) no-repeat center right;
    padding-right: 15px;
}

a:hover.details {
    background: url(../img/arrow_2.png) no-repeat center right;
    padding-right: 15px;
}


/* button style  ================================================================================= */

button {
    width: 130px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    padding: 5px;
    background: #017ea8 url(../img/button_sprite_1.png) no-repeat left top;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

button:hover {
    background: #3f3f3f url(../img/button_sprite_1.png) no-repeat -175px top;
    cursor: pointer;
}

a:link.button,
a:visited.button {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    overflow: visible;
    /* removes extra side padding in IE */
    color: #fff;
    background: #0073a0;
    padding: 6px 20px 6px 20px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: bold;
    /* rounded corners for modern browsers */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a:hover.button {
    cursor: pointer;
    overflow: visible;
    /* removes extra side padding in IE */
    color: #fff;
    background: #333;
    padding: 6px 20px 6px 20px;
    text-transform: uppercase;
    font-size: 11px;
}


/* PORTFOLIO PAGE================================================================================= */


/* --- viewport configuration ---------------------------------------------------------- */

.project {
    float: left;
    height: 200px;
    margin: 0 24px 20px 0;
    overflow: hidden;
    position: relative;
    width: 177px;
    border: 1px solid rgb(102, 102, 102);
}


/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */

.no-margin {
    margin-right: 0;
}


/* --- Link configuration that contains the image and label ----------------------------- */

.project a {
    display: block;
    position: relative;
    text-decoration: none;
}

.project a img {
    height: 193px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 177px;
}

.project a span {
    display: none;
    font-size: 16px;
    height: 100%;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}

.project a span img {
    width: 134px;
    height: 59px;
    margin: 0;
}


/* --- Dark hover background ------------------------------------------------------------ */

.bg {
    background: url(../img/portfolio_hover_bg.png) no-repeat top left;
    color: #fff;
}


/* item details  ================================================================================= */

ul#item_details {
    list-style-type: none;
    margin: 0px;
    line-height: 24px;
    margin-bottom: 40px;
}

ul#item_details li {
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0 0 0;
    background: none;
}

ul#item_details li span {
    float: left;
    width: 130px;
    color: #aeaeae;
    font-weight: bold;
}

ul#item_details li em {
    float: left;
    font-style: normal;
    width: 140px;
    color: #fff;
}

.margin_pro {
    margin-bottom: 30px;
}


/* BLOG PAGE================================================================================= */


/* Search form */

.search {
    width: 270px;
    margin: 0px 0 35px 0;
    padding: 0;
}

#search span {
    width: 248px;
    display: block;
    background: #1c1c1c;
    height: 20px;
    margin: 0 auto;
    padding: 5px 10px;
}

#search input#s {
    float: left;
    width: 216px;
    padding: 3px 5px;
    margin: 0;
    border: 0;
    background: none;
    color: #797a78;
}

#search .btn {
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    width: 22px;
}

ul#cat {
    margin: 0 0 40px 0;
    font-size: 18px;
}

ul#cat li {
    border-bottom: 1px solid #2c2c2c;
    background: url(../img/icon_folder.png) no-repeat right 9px;
    margin: 15px 0 15px 0;
    padding-bottom: 5px;
}

ul#post {
    margin: 0 0 40px 0;
}

ul#post li {
    border-bottom: 1px solid #2c2c2c;
    background: url(../img/icon_post.png) no-repeat right 5px;
    margin: 15px 0 15px 0;
    padding-bottom: 5px;
}

ul#post em {
    display: block;
    font-style: italic;
}

.post_info {
    background-color: #1c1c1c;
    padding: 5px 5px 5px 10px;
    font-size: 11px;
    margin-bottom: 10px
}

.date {
    background: url(../img/icon_date.png) no-repeat left 2px;
    padding-left: 20px;
}

.auth {
    background: url(../img/icon_user.png) no-repeat left 2px;
    padding-left: 15px;
    margin-left: 30px;
}

.comments {
    background: url(../img/icon_comments.png) no-repeat left 2px;
    padding-left: 20px;
    margin-left: 135px;
}

ul.comments_list {
    margin-bottom: 40px;
}

ul.comments_list li {
    padding-left: 80px;
    display: block;
    position: relative;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

ul.comments_list li p {
    display: block;
}

ul.comments_list li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border: 3px solid #333;
}


/*=== PageNavi. ===*/

.wp-pagenavi {
    clear: both;
    margin: 0 auto;
    text-align: right;
    color: #797a78;
    padding: 0 0 22px 0;
}

.wp-pagenavi a,
.wp-pagenavi .current {
    color: #00aeef;
    border: 1px solid #3e3e3e;
    margin-left: 3px;
    padding: 5px 10px;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    background: #00aeef;
    color: #fff;
    border: 1px solid #00aeef;
}

.wp-pagenavi .current {
    color: #fff;
    border: 1px solid #00aeef;
}

.wp-pagenavi .pages {
    float: left;
}


/* CONTACT PAGE ================================================================================= */

ul#contact_info {
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #fff;
}

ul#contact_info li {
    border-bottom: 1px solid #2c2c2c;
    margin: 15px 0 15px 0;
    padding-bottom: 5px;
}

#contact_info li#address {
    background: url(../img/icon_address.png) no-repeat right 5px;
}

#contact_info li#email {
    background: url(../img/icon_email.png) no-repeat right 5px;
}

#contact_info li#phone {
    background: url(../img/icon_phone.png) no-repeat right 5px;
}

#contact_info li#web {
    background: url(../img/icon_web.png) no-repeat right 5px;
}


/* NIVO SLIDER  ================================================================================= */

#slider {
    position: relative;
    width: 585px;
    height: 320px;
}

.home {
    width: 900px;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

.shadow {
    background: url(../img/shadow.png) no-repeat center top;
    height: 32px;
    margin-bottom: 10px;
}

.shadow_home {
    background: url(../img/shadow.png) no-repeat center top;
    height: 32px;
    margin-bottom: 20px;
}

.blog em {
    font-style: italic;
    color: rgb(204, 204, 204);
}

.blog img {
    float: left;
    margin: 0px 20px 16px 0px;
    padding: 0px;
}

#post li a {
    color: rgb(153, 153, 153);
}

#post li a:hover {
    color: rgb(153, 204, 0);
    text-decoration: none;
}

.project .caption {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    position: relative;
    top: -29px;
    background: rgb(0, 0, 0);
    padding: 8px 6px 0px 10px;
    width: 177px;
}

.home-content {
    position: relative;
    height: 206px;
    width: 368px;
    margin: 200px auto auto;
}

.logo-box {
    text-align: left;
    display: block;
    height: 60px;
    width: 270px;
    padding-top: 20px;
}