

@import url("http://fonts.googleapis.com/css?family=Cardo:400italic");

@import url("http://fonts.googleapis.com/css?family=Open Sans:400,300,700,600,800");

@import url("framework/css/reset.css");

@import url("framework/css/flexslider.css");

@import url("framework/css/shortcodes.css");

@import url("framework/js/prettyPhoto/css/prettyPhoto.css");

.hidden {
    display: none;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
}

.gallery-item, .gallery-item a {
    margin: 0px ! important;
    padding: 0px ! important;
}

.gallery-item img {
    border: medium none ! important;
    float: left;
    margin: 0px ! important;
    padding: 0px ! important;
}

.gallery-item a img, a.prettyPhoto img.size-thumbnail {
    margin: 0px ! important;
    padding: 0px ! important;
    border: 5px solid #F5F5F5 ! important;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

.gallery-item a:hover img, a.prettyPhoto:hover img.size-thumbnail {
    border: 5px solid #999999 ! important;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

a {
    outline: medium none;
    color: #434242;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

a:hover {
    color: #EC7100;
}

a img {
    border: medium none;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .wp-caption, .wp-caption-text {
}

.hentry, .navigation-links, .hfeed, .pinglist {
    margin-bottom: 40px;
}

.widget .children, .entry-content ol ol, .entry-content ol ul, .entry-content ul ul, .comment-body ol ol, .comment-body ol ul, .comment-body ul ul, .widget ul ul {
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
}

h1 {
    color: #434242;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

h2 {
    line-height: 20px;
    font-size: 18px;
}

#content-full h1, #content-part h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

h3 {
    color: #434242;
    font-size: 16px;
    line-height: 20px;
}

h4 {
    color: #434242;
    font-size: 14px;
    line-height: 18px;
}

h5 {
    color: #434242;
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 16px;
}

#contactform input, #contactform textarea {
    display: block;
    width: 400px;
    padding: 10px;
    border: 1px solid #D5D5D5;
    color: #666666;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
    float: left;
    margin-bottom: 10px;
    outline: medium none;
}

#contactform p {
    clear: both;
}

#contactform textarea {
    width: 648px;
}

#contactform input:focus, #contactform textarea:focus {
    border-color: #999999;
}

#contactform label {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    cursor: pointer;
}

#contactform .error {
    font-size: 11px;
    text-transform: uppercase;
    color: #BD2B20;
    font-weight: 600;
    cursor: pointer;
}

#contactform #submit {
    display: inline;
    width: auto;
    margin: 20px 0px 10px;
    text-decoration: none;
    font-weight: 700;
    background: none repeat scroll 0% 0% #999999;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    border: medium none;
    cursor: pointer;
}

#contactform #submit:hover {
    background-color: #EC7100;
    color: #FFFFFF;
}

html, body {
}

body {
    background-color: #999999;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #444444;
}

*::-moz-selection {
    background: none repeat scroll 0% 0% #EC7100;
    color: #FFFFFF;
    text-shadow: none;
}

#wrap {
    position: relative;
    width: 980px;
    background: none repeat scroll 0% 0% #FFFFFF;
    margin: 0px auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
}

.color-hr {
    height: 5px;
    display: block;
    background: none repeat scroll 0% 0% #EC7100;
}

.spacer {
    height: 40px;
    display: block;
}

#header {
    height: 110px;
    position: relative;
}

#infobar {
    z-index: 500;
    position: absolute;
    top: -31px;
    width: 980px;
    padding: 7px 0px 14px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background: none repeat scroll 0% 0% #EC7100;
}

#infobar a {
    display: inline-block;
    color: #FFFFFF;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    padding: 1px 6px;
    border-radius: 3px;
    margin: 0px 2px;
}

#infobar a:hover {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
}

.cursor {
    cursor: pointer;
}

#infobar .openbtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 14px;
    display: block;
    width: 100%;
    text-indent: -9999px;
    background: url("framework/images/topbar.png") no-repeat scroll center bottom #EC7100;
}

#infobar .closebtn {
    cursor: pointer;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 30px;
    float: right;
    background: url("framework/images/close.png") no-repeat scroll 0px 0px transparent;
    text-indent: -9999px;
    opacity: 0.6;
}

#infobar .closebtn:hover {
    opacity: 1;
}

#infobar2 {
    z-index: 500;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 6px;
    background: none repeat scroll 0% 0% #EC7100;
}

#logo {
    float: left;
    margin-left: 30px;
    font-size: 24px;
    font-weight: 600;
}

#logo a {
    text-decoration: none;
    color: #666666;
}

#slogan {
    font-family: Georgia;
    font-style: italic;
    color: #999999;
    float: left;
    border-left: 1px solid #F5F5F5;
    padding: 0px 0px 0px 20px;
    margin: 48px 0px 0px 20px;
}

#social {
    float: right;
    margin: 50px 30px 0px 0px;
}

#social li {
    display: block;
    float: left;
    margin-left: 10px;
}

#social li a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    float: left;
    opacity: 0.5;
    transition: opacity 0.4s ease 0s;
}

#social li.twitter a {
    background: url("framework/images/icons/picons01.png") repeat scroll 0% 0% transparent;
}

#social li.facebook a {
    background: url("framework/images/icons/picons02.png") repeat scroll 0% 0% transparent;
}

#social li.dribbble a {
    background: url("framework/images/icons/picons03.png") repeat scroll 0% 0% transparent;
}

#social li.flickr a {
    background: url("framework/images/icons/picons04.png") repeat scroll 0% 0% transparent;
}

#social li.google a {
    background: url("framework/images/icons/picons05.png") repeat scroll 0% 0% transparent;
}

#social li.youtube a {
    background: url("framework/images/icons/picons06.png") repeat scroll 0% 0% transparent;
}

#social li.vimeo a {
    background: url("framework/images/icons/picons07.png") repeat scroll 0% 0% transparent;
}

#social li.linkedin a {
    background: url("framework/images/icons/picons08.png") repeat scroll 0% 0% transparent;
}

#social li.pinterest a {
    background: url("framework/images/icons/picons09.png") repeat scroll 0% 0% transparent;
}

#social li a:hover {
    opacity: 1;
}

#nav {
    border-top: 1px solid #D5D5D5;
}

.select-menu {
    display: none;
}

#nav ul li {
    position: relative;
    display: block;
    float: left;
    background: url("framework/images/nav-divider.png") no-repeat scroll right center transparent;
    padding-right: 1px;
}

#nav ul li a {
    display: block;
    float: left;
    padding: 6px 30px 7px;
    text-decoration: none;
    color: #666666;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #D5D5D5;
    margin-top: -1px;
}

#nav ul li a:hover {
    color: #EC7100;
    border-color: #EC7100;
    margin-top: -1px;
}

#nav ul li.current-menu-item a, #nav ul li.current-page-ancestor a, #nav ul li.current-menu-ancestor a {
    border-top: 1px solid #EC7100;
    margin-top: -1px;
    background: url("framework/images/arrow-top.png") no-repeat scroll center top #EC7100;
    color: #EC7100;
}

#nav ul li.current-menu-item ul li a, #nav ul li.current-page-ancestor ul li a, #nav ul li.current-menu-ancestor ul li a {
    color: #666666 ! important;
}

#nav ul li.current-menu-item ul li a:hover, #nav ul li.current-page-ancestor ul li a:hover, #nav ul li.current-menu-ancestor ul li a:hover {
    color: #EC7100 ! important;
}

#nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 200px;
    z-index: 600;
    background: none repeat scroll 0% 0% #FFFFFF ! important;
    border-top: 2px solid #EC7100;
    padding: 10px 20px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

html body #wrap li.current_page_item ul li a, html body #wrap li.current_page_ancestor ul li a, html body #wrap li.current-menu-ancestor ul li a {
    background-color: #FFFFFF;
}

html body #nav ul.sub-menu li, #nav ul.sub-menu li a {
    background: none repeat scroll 0% 0% transparent;
    border: medium none ! important;
    padding: 0px;
    margin: 0px;
}

html body #nav ul.sub-menu li a {
    display: block ! important;
    padding: 8px 10px 7px;
    width: 180px;
    font-weight: 400;
    border-bottom: 1px solid #EFEFEF ! important;
}

html body #nav ul.sub-menu li:last-child a, html body #nav ul.sub-menu li:last-child ul li:last-child a {
    border-bottom: medium none ! important;
}

html body #nav ul.sub-menu li:last-child ul li a {
    border-bottom: 1px solid #EFEFEF ! important;
}

#nav ul li ul li ul {
    margin-left: 200px;
    margin-top: -35px;
}

#nav ul li ul li ul li {
    padding: 0px;
    border-bottom: 1px solid #EFEFEF;
}

.sf-sub-indicator {
    display: none;
}

#page {
    padding: 0px 30px;
}

#page .color-hr2 {
    height: 5px;
    display: block;
    background: none repeat scroll 0% 0% #F5F5F5;
    border-top: 1px solid #D5D5D5;
    margin: 0px -30px;
}

#subtitle {
    color: #666666;
    margin: 0px -30px;
    position: relative;
    padding: 20px 30px;
    background: url("framework/images/dotted.png") repeat-x scroll left bottom #FFFFFF;
}

#subtitle h2 {
    font-size: 18px;
    margin: 0px;
    color: #999999;
    font-weight: 300;
}

#subtitle h2 span {
    font-weight: 600;
    color: #666666;
}

#content {
    padding: 30px 0px 0px;
}

#content-part {
    float: left;
    width: 670px;
    padding: 30px 0px 60px;
}

#content-part .entry p, #content-full .entry p {
    margin-bottom: 20px;
}

#content-full {
    width: 920px;
    padding: 30px 0px 60px;
}

html body #wrap .google_map img {
    width: auto ! important;
    height: auto ! important;
}

.entry ul, .entry ol {
    margin-bottom: 20px;
    list-style: disc outside none;
    margin-left: 30px;
}

.entry ol {
    list-style: decimal outside none;
}

.entry ul.list, .entry ol.list {
    margin: 0px 0px 20px;
    list-style: none outside none;
}

#sidebar {
}

#content-part p {
    font-size: 12px;
}

#sidebar.sidebar-right {
    width: 215px;
    padding: 30px 0px;
    float: right;
}

#sidebar.sidebar-left {
    width: 215px;
    padding: 30px 0px;
    float: left;
    margin-right: 30px;
}

.search-result {
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 30px;
}

.search-result .info {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    color: #999999;
    font-style: normal;
    margin: 5px 0px;
}

.search-result .info a {
    color: #999999;
}

.search-result .info a:hover {
    color: #666666;
}

#latestposts .teasertext {
    width: 215px;
    float: left;
}

#latestposts .entry {
    float: left;
    margin-left: 20px;
    width: 215px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #444444;
    padding-bottom: 20px;
}

#latestposts .entry h4, #latestposts .entry h4 a {
    font-size: 13px;
    color: #EC7100;
}

#latestposts .entry .date {
    font-size: 12px;
    font-style: normal;
    margin: 5px 0px;
    color: #444444;
}

#latestposts .entry a.readmore {
    display: block;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    margin-top: 10px;
    width: 75px;
    transition: none 0s ease 0s;
    color: #EC7100;
}

#latestposts .entry a.readmore:hover {
    background: url("framework/images/arrow2.png") no-repeat scroll right center #EC7100;
}

#latestwork {
    background: none repeat scroll 0% 0% #F3F3F3;
    border-bottom: 5px solid #EAEAEA;
    margin: -40px -30px;
    padding: 40px 30px;
    position: relative;
}

#latestwork .teasertext {
    width: 215px;
    float: left;
}

#latestwork .entry {
    overflow: hidden;
    position: relative;
    width: 215px;
    height: 230px;
    margin-left: 20px;
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    text-align: center;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

#latestwork .entry:hover {
    background-color: #FFFFFF;
    border-color: #EC7100;
}

#latestwork .entry:hover h4 a {
    color: #EC7100;
}

#latestwork .entry:hover img {
    border-color: #EC7100;
}

#latestwork .entry img {
    border-bottom: 5px solid #E4E4E4;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

#latestwork .entry h4 {
    font-size: 14px;
    margin: 15px 0px 2px;
    padding: 0px;
    font-weight: 400;
}

#latestwork .entry .work-description span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-style: italic;
    padding: 0px 20px;
}

#latestwork .entry .prettyPhoto .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom.png") no-repeat scroll center center transparent;
    opacity: 0;
}

#latestwork .entry .video .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom-video.png") no-repeat scroll center center transparent;
    opacity: 0;
}

#latestwork .entry .pic .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom-pic.png") no-repeat scroll center center transparent;
    opacity: 0;
}

a.work-carousel-prev {
    width: 19px;
    height: 19px;
    background: url("framework/images/small-prev.png") no-repeat scroll 7px 6px #CCCCCC;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: -1px;
    right: 50px;
}

a.work-carousel-prev:hover {
    background-color: #EC7100;
}

a.work-carousel-next {
    width: 19px;
    height: 19px;
    background: url("framework/images/small-next.png") no-repeat scroll 7px 6px #CCCCCC;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: -1px;
    right: 30px;
}

a.work-carousel-next:hover {
    background-color: #EC7100;
}

.work-carousel-prev.disabled, .work-carousel-next.disabled {
    visibility: hidden;
}

.type-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.dotted {
    background: url("framework/images/dotted.png") repeat-x scroll left bottom transparent;
}

.type-post p {
    margin-bottom: 20px;
}

#content-part div.type-post.single-post {
    border-bottom: medium none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-thumb {
    width: 210px;
    float: left;
}

.post-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 5px solid #F5F5F5;
    transition: border-color 0.4s linear 0s;
}

.post-thumb a:hover {
    border-color: #EC7100;
}

.post-thumb .zoom {
    position: absolute;
    top: 0px;
    left: -200px;
    display: block;
    width: 200px;
    height: 200px;
    background: url("framework/images/zoom.png") no-repeat scroll center center transparent;
    opacity: 0;
}

.big-post-thumb {
    margin-bottom: 20px;
}

.big-post-thumb img {
    border-bottom: 5px solid #EC7100;
    padding: 0px;
}

.post-entry {
    width: 430px;
    margin-left: 30px;
    float: left;
    padding-top: 10px;
}

.post-entry h2 {
    margin-bottom: 15px;
    line-height: 26px;
}

.post-entry a.readmore {
    display: block;
    color: #EC7100;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    width: 75px;
    transition: none 0s ease 0s;
}

.post-entry a.readmore:hover {
    background: url("framework/images/arrow2.png") no-repeat scroll right center #EC7100;
}

.postmetadata {
    display: none;
}

.single-post .meta {
    background: url("framework/images/dotted.png") repeat-x scroll left bottom transparent;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.meta {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
}

.meta strong {
    font-weight: 700;
}

.meta a {
    font-weight: 700;
    color: #999999;
}

.meta a:hover {
    color: #EC7100;
}

.navigation a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999999;
}

.navigation a:hover {
    color: #EC7100;
}

.navigation .prev-posts {
    float: left;
}

.navigation .next-posts {
    float: right;
}

#commentform {
    width: 670px;
}

#respond, h3#comments {
    background: url("framework/images/dotted.png") repeat-x scroll left top transparent;
    padding-top: 30px;
    margin-top: 30px;
}

#reply-title small a {
}

a#cancel-comment-reply-link {
    color: #EC7100;
    font-weight: 600;
    display: block;
}

a#cancel-comment-reply-link:hover {
    color: #666666;
}

.logged-in-as {
    display: none;
}

.comment-notes, .form-allowed-tags {
    display: none;
}

#respond p.comment-form-author {
    float: left;
    width: 320px;
    position: relative;
}

#respond p.comment-form-email {
    float: right;
    width: 320px;
    position: relative;
}

#respond p.comment-form-url {
    clear: both;
    margin: 0px 0px 20px;
    padding-top: 20px;
}

#respond label {
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 0px 0px 0px 1px;
    cursor: pointer;
}

#respond span.required {
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
}

#respond input, #respond textarea {
    display: block;
    width: 648px;
    padding: 10px;
    border: 1px solid #D5D5D5;
    color: #666666;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
}

#respond input:focus, #respond textarea:focus {
    border-color: #999999 ! important;
    outline: medium none;
}

#respond p.comment-form-author input {
    width: 298px;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

#respond p.comment-form-email input {
    width: 298px;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

#commentform #submit {
    display: inline;
    width: auto;
    margin: 20px 0px 10px;
    text-decoration: none;
    font-weight: 700;
    background: none repeat scroll 0% 0% #999999;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    border: medium none;
    cursor: pointer;
}

#commentform #submit:hover {
    background-color: #EC7100;
    color: #FFFFFF;
}

h3#comments, h3#reply-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.comment-list li {
    margin-bottom: 30px;
}

.comment-list li:last-child {
    margin-bottom: 8px ! important;
}

.comment-list .children {
    margin-left: 66px;
    margin-top: 30px;
}

.comment-list li .avatar {
    width: 38px;
    float: left;
    margin-right: 20px;
}

.comment-list li .avatar img {
    border: 2px solid #F5F5F5;
}

.comment-list .author {
    border-bottom: 1px dotted #DEDEDE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comment-list .author span {
    font-weight: 700;
    display: block;
    color: #434242;
}

.comment-list .author .date {
    font-size: 11px;
    color: #999999;
}

.comment-list .author .date a {
    color: #999999;
}

.comment-list .author .date a:hover {
    color: #333333;
}

.comment-list li .comment-text {
    margin-left: 58px;
    background: url("framework/images/comment-list.png") no-repeat scroll 0px -47px #F1F1F1;
    padding: 20px 20px 20px 30px;
}

.comment-list li .comment-text .text p {
    font-size: 12px ! important;
}

.posts-nav {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 41px;
    height: 20px;
}

.posts-prev a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("framework/images/small-prev.png") no-repeat scroll 8px 7px #CCCCCC;
    text-indent: -9999px;
    float: right;
}

.posts-next a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("framework/images/small-next.png") no-repeat scroll 8px 7px #CCCCCC;
    text-indent: -9999px;
    float: right;
    margin-left: 1px;
}

.posts-prev a:hover, .posts-next a:hover {
    background-color: #EC7100;
}

#filters {
    background: none repeat scroll 0% 0% #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    margin: 0px -30px;
    padding: 10px 30px;
}

#filters li {
    display: block;
    float: left;
    margin-right: 20px;
}

#filters li a {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #EFEFEF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

#filters li:last-child a {
    border-right: medium none;
}

#filters li a:hover {
    color: #EC7100;
}

#container {
    width: 940px;
    padding: 30px 20px 10px;
    margin: -30px -30px -60px;
    background: none repeat scroll 0% 0% #F3F3F3;
    border-top: 5px solid #EAEAEA;
}

.work-item {
    overflow: hidden;
    position: relative;
    width: 215px;
    height: 230px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    text-align: center;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

.work-item .prettyPhoto .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom.png") no-repeat scroll center center transparent;
    opacity: 0;
}

.work-item .video .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom-video.png") no-repeat scroll center center transparent;
    opacity: 0;
}

.work-item .pic .zoom {
    position: absolute;
    top: 0px;
    left: -215px;
    display: block;
    width: 215px;
    height: 140px;
    background: url("framework/images/zoom-pic.png") no-repeat scroll center center transparent;
    opacity: 0;
}

.work-item:hover {
    background-color: #FFFFFF;
    border-color: #EC7100;
}

.work-item:hover h3 a {
    color: #EC7100;
}

.work-item:hover img {
    border-color: #EC7100;
}

.work-item img {
    border-bottom: 5px solid #E4E4E4;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
}

.work-item h3 {
    font-size: 15px;
    margin: 15px 0px 2px;
    padding: 0px;
    font-weight: 400;
}

.work-item .work-description span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-style: italic;
    padding: 0px 20px;
}

#content-full div:nth-child(4n) .work-item {
    margin-right: 0px;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height;
}

.isotope .isotope-item {
    transition-property: -moz-transform, opacity;
}

#work-slider {
    width: 600px;
    position: relative;
}

#work-slider .flex-control-nav {
    display: none;
}

.work-detail-thumb {
    width: 600px;
    float: left;
}

.work-detail-thumb img {
}

.work-detail-description {
    width: 280px;
    float: left;
    margin-left: 30px;
}

.work-detail-description h3 {
    margin: 0px 0px 5px;
    padding: 0px;
}

.work-detail-description .taxonomy {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    font-style: italic;
    margin-bottom: 20px;
}

.work-detail-description p {
    margin-bottom: 20px;
}

#embedd-video {
    width: 600px ! important;
    display: none;
}

#sidebar h2 {
    color: #434242;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar {
    font-size: 11px;
}

#sidebar .widget {
    margin-bottom: 40px;
}

#sidebar li {
    background: url("framework/images/arrow.png") no-repeat scroll 6px 11px transparent;
}

#sidebar .widget_recent_entries li {
    background: url("framework/images/pen.png") no-repeat scroll 0px 10px transparent;
}

#sidebar .widget_categories li {
    background: url("framework/images/category.png") no-repeat scroll 0px 10px transparent;
}

#sidebar .widget_tag_cloud a, .meta-tags a {
    font-size: 11px ! important;
    display: inline;
    background: url("framework/images/tag.png") no-repeat scroll left top transparent;
    padding: 1px 7px 2px 18px;
    border-radius: 0px 4px 4px 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #777777;
}

#sidebar .widget_tag_cloud a:hover, .meta-tags a:hover {
    color: #333333;
}

#sidebar .widget_nav_menu li.current-menu-item a {
    color: #EC7100 ! important;
}

#sidebar .widget_recent_comments li {
    background: url("framework/images/comment.png") no-repeat scroll 0px 11px transparent;
    padding: 5px 0px 5px 16px;
    border-bottom: 1px dotted #DEDEDE;
}

#sidebar .widget_recent_comments li a {
    padding: 0px;
    border: medium none;
    display: inline;
}

#sidebar li a {
    display: block;
    color: #8A8A8A;
    border-bottom: 1px dotted #DEDEDE;
    padding: 5px 0px 5px 16px;
}

#sidebar a:hover {
    color: #EC7100;
}

#sidebar ul li:last-child a, #sidebar ul li:last-child {
    border-bottom: medium none;
}

#sidebar ul li ul li:last-child a {
    border-bottom: 1px dotted #DEDEDE;
}

#sidebar #searchform input {
    padding: 6px 4px 6px 26px;
    border: 1px solid #D5D5D5;
    color: #666666;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-weight: 400;
    font-size: 11px;
    width: 185px;
    background: url("framework/images/search.png") no-repeat scroll 8px 8px #FFFFFF;
}

#sidebar #searchform input:focus {
    border: 1px solid #999999;
}

.embed_code > iframe {
    width: 100%;
    height: auto;
}

#twitter_update_list li a {
    padding: 0px;
    margin: 0px;
    border-bottom: medium none;
}

#twitter_update_list li {
    display: block;
    padding-bottom: 10px ! important;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DEDEDE;
}

#twitter_update_list li:last-child {
    border-bottom: medium none;
    padding: 0px;
    margin: 0px;
}

#flickr_tab {
}

#flickr_tab a {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
}

#flickr_tab a img {
    width: 60px;
    height: 60px;
    border: 0px solid #EFEFEF;
    transition: opacity 0.4s ease 0s;
}

#flickr_tab a:hover img {
    opacity: 0.6;
}

.hr {
    background: url("framework/images/dotted.png") repeat-x scroll left bottom transparent;
    height: 1px;
    margin: 35px 0px 40px;
}

.hr2 {
    border-bottom: 1px solid #DEDEDE;
    height: 0px;
    margin: 30px 0px;
}

.hr3 {
    border-bottom: 1px solid #DEDEDE;
    height: 0px;
    margin: 40px -30px;
}

.shadow-top {
    height: 6px;
    width: 100%;
    background: url("framework/images/shadow-top.png") repeat-x scroll center top transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
    opacity: 0.2;
}

.col-4, .col-4-last {
    float: left;
    width: 215px;
    margin-right: 20px;
}

.col-4-last {
    margin-right: 0px;
}

.sticky, .gallery-caption, .bypostauthor {
}

strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

address {
    font-style: italic;
}

code, pre {
    display: block;
    font: 11px/19.2px Consolas,"Andale Mono",Courier,"Courier New",monospace;
    background: url("framework/images/pre.png") repeat scroll 0% 0% #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 18px 20px;
    margin: 0px 0px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #999999;
    font-style: italic;
    background: url("framework/images/blockquote.png") no-repeat scroll 10px 6px #FFFFFF;
    font-size: 15px ! important;
    padding: 10px 10px 10px 50px;
}

blockquote p {
    font-size: 15px ! important;
    line-height: 24px;
    margin: 0px 0px 20px ! important;
    padding: 0px ! important;
}

table {
    margin: 0px 0px 20px;
    text-align: left;
    padding: 0px 5px;
}

tr:nth-child(2n) {
    background: none repeat scroll 0% 0% #F7F7F7;
}

tr {
    border-bottom: 1px solid #E4E4E4;
}

th, td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

thead th {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px medium;
    border-style: solid none;
    border-color: #CCCCCC -moz-use-text-color;
    padding: 10px 5px;
}

#breadcrumb {
    border-top: 1px solid #DEDEDE;
    border-bottom: 5px solid #EBEBEB;
    padding: 5px 30px;
    color: #636363;
    font-size: 11px;
    height: auto;
}

#breadcrumb a {
    color: #636363;
    text-decoration: none;
    background: url("framework/images/arrow.png") no-repeat scroll right center transparent;
    padding: 0px 13px 0px 0px;
    margin: 0px 10px 0px 0px;
}

#breadcrumb a:hover {
    color: #EC7100;
}

#lasttweet {
    background: url("framework/images/twitter.png") no-repeat scroll 30px 11px #EC7100;
    padding: 10px 65px;
    font-size: 11px;
    color: #FFFFFF;
    min-height: 20px;
}

#lasttweet a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#lasttweet a:hover {
    border-bottom: 1px solid #FFFFFF;
}

#footer {
    background: none repeat scroll 0% 0% #636363;
    padding: 40px 0px 40px 30px;
    color: #FFFFFF;
    font-size: 11px;
}

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

#footer a:hover {
    color: #FFFFFF;
}

#footerlogo {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}

#footerlogo h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
}

#footerlogo h4 a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer .widget h2 {
    font-size: 11px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -5px;
}

#footer .widget li {
    border-bottom: 1px dotted #777777;
    padding: 5px 0px;
    font-size: 11px;
}

#footer .widget ul {
    border-top: 1px solid #777777;
}

#footer #searchform input {
    padding: 6px 4px 6px 26px;
    border: 1px solid #777777;
    color: #999999;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-weight: 400;
    font-size: 11px;
    width: 185px;
    background: url("framework/images/search.png") no-repeat scroll 8px 8px #636363;
}

#footer #searchform input:focus {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

#copyright {
    background: none repeat scroll 0% 0% #464646;
    padding: 10px 30px;
    color: #B5B5B5;
    font-size: 11px;
    position: relative;
}

#copyright a {
    text-decoration: none;
    color: #B5B5B5;
    border-bottom: 1px solid #666666;
}

#copyright a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #999999;
}

#back-to-top {
    position: absolute;
    top: 12px;
    right: 20px;
}

#back-to-top a {
    border: medium none;
    opacity: 0.6;
    transition: opacity 0.4s ease 0s;
}

#back-to-top a:hover {
    opacity: 1;
    border: medium none;
}