/**
 * Theme Name: Zone4 for WordPress
 * Theme URI: http://rchour.net/zone4/
 * Description: Theme Design by gnrocks
 * Version: 1.1
 * Author: gnrocks
 * Author URI: http://rchour.net/zone4/
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
 * 
 *     ZONE4 - Premium Theme for WordPress
 *     
 *     This theme was designed and built by gnrocks exclusively for Mojo-Themes
 *     http://www.mojo-themes.com/user/gnrocks
 */
/* @main-file
*
*   1. Imports
*   2. Global Settings
*   3. Forms
*   4. Header
*   5. Subheader
*   6. Branding
*   7. Main Container
*   8. Header - Main menu
*   9. Footer - Secondary menu
*   10. Footer
*   11.Search Results
*   12.Error Page
*   13.Sidebar
*   14.Widgets
*   15.Homepage
*   16.Template - Blog
*   17.Template - Clients
*   18.Template - Portfolio
*   19.Template - Team
*   20.Template - Career
*   21.Template - Archives
*   22.Template - Contact
*   23.Shortcodes (@sub-file)
*
------------------------------------------------------ */
   
   
/*  ==================================================
 	1.   Imports
------------------------------------------------------ */
   
   
/*  ==================================================
 	2.   Global Settings
------------------------------------------------------ */

body {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    border-top: 10px solid #5e5e5e;
    font-size: 75%;
    margin: 0 auto;
}
body,
select,
input,
textarea {
}
a {
    /* Transition Cross-Browser */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: 	all 0.1s ease-in-out;
    -o-transition: 		all 0.1s ease-in-out;
    transition: 		all 0.1s ease-in-out;
    text-decoration: none;
}
a:hover { }
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { }

::-moz-selection {
    background: #d04447;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #d04447;
    color: #fff;
    text-shadow: none;
}
a:link {
    -webkit-tap-highlight-color: #d04447
}

ins {
    background-color: #d04447;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #d04447;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.loading,
.preloader {
    background: url(images/preloader.png) no-repeat;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.size-full,
img.size-thumbnail { }
.entry-content img {
    margin-bottom: 0.5em
}
   
   
/*  ==================================================
 	3.   Forms
------------------------------------------------------ */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    background: #fff;
    box-shadow: -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
    border: 1px solid #E0E1E2;
    height: 1.5em;
    margin: 5px 0;
    padding: 0.5em;
    text-indent: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    box-shadow: -5px -5px 0 0 #F5FCFE, 5px 5px 0 0 #F5FCFE, 5px 0 0 0 #F5FCFE, 0 5px 0 0 #F5FCFE, 5px -5px 0 0 #F5FCFE, -5px 5px 0 0 #F5FCFE;
    outline: none;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
    color: #5E6066
}
textarea {
    min-height: 60px
}
label,
legend {
    display: block;
    font-weight: bold;
}
input[type="checkbox"] {
    display: inline
}
label span,
legend span {
    font-weight: normal
}
   
/*  ==================================================
 	4.   Header
------------------------------------------------------ */

#header {
    min-height: 140px;
    position: relative;
}
#header .logo { }
#header .logo hgroup {
    margin-bottom: 25px
}
#header .logo h1 {
    margin-top: 0.5em;
    font-weight: 500;
    text-transform: uppercase;
}
#header .logo #site-description {
    font-weight: 300;
}
#header .logo a {
    display: inline-block
}
#header .logo img {
    margin-bottom: -5px !important
}

/* ===[ Social bar ]=== */
#header .social {
    position: absolute;
    top: 25px;
    right: -10px;
}

/* Searchform */
#header .search {
    display: inline-block
}
#header .search #searchform {
    position: absolute;
    bottom: 0;
    right: 0;
}
#header .search #searchsubmit { }
#searchsubmit {
    /* Box-Shadow Cross-Browser */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='c', Direction=135, Strength=0);
    filter: progid:DXImageTransform.Microsoft.Blur (PixelRadius=0,MakeShadow=true,ShadowOpacity=0.09);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=true,ShadowOpacity=0.09)";
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 	0 0 0 rgba(0, 0, 0, 0.09);
    box-shadow: 		0 0 0 rgba(0, 0, 0, 0.09);
    
    background: url(images/search.png) top left no-repeat;
    border: none;
    position: absolute;
    top: 6px;
    right: 5px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

/* Social Links */
ul.social_links {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 190px;
}
ul.social_links li {    
    /* Border-radius Cross-Browser */
    -moz-border-radius: 	13px;
    -webkit-border-radius: 	13px;
    border-radius: 			13px;
    
    background-color: #f4f5f5;
    float: left;
    line-height: 26px;
    margin-left: 6px;
    overflow: hidden;
    position: relative;
    width: 26px;
    height: 26px;
    text-align: center;
    bottom:2px;
}
ul.social_links li .icon {
    /* Border-radius Cross-Browser */
    -moz-border-radius: 	10px;
    -webkit-border-radius: 	10px;
    border-radius: 			10px;
    
    background-color: #fcfcfc;
    background-image: url(images/social_links.png);
    background-repeat: no-repeat;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    text-align: center;
    width: 20px;
    height: 20px;
}
ul.social_links a {
    padding: 15px 10px
}
ul.social_links li:last-child {
    background-color: #ffcc02
}
ul.social_links li:last-child .icon {
    background-position: -280px 0
}
ul.social_links li.social0:hover {
    background-color: #3d78cf
}
ul.social_links li.social1:hover {
    background-color: #a5d2fc
}
ul.social_links li.social2:hover {
    background-color: #f9d9e6
}
ul.social_links li.social3:hover {
    background-color: #a4d1ed
}
ul.social_links li.social4:hover {
    background-image: url(images/social_flickr_hover.png);
    background-size: contain;
}
ul.social_links li.social5:hover {
    background-image: url(images/social_google_hover.png);
    background-size: contain;
}
ul.social_links li.social6:hover {
    background-color: #b4e7fb
}
ul.social_links li.social7:hover {
    background-color: #c7c7c7
}
ul.social_links li.social8:hover {
    background-color: #a4eda4
}
ul.social_links li.social9:hover {
    background-color: #b3cfe2
}
ul.social_links li.social10:hover {
    background-color: #c7f1f8
}
ul.social_links li.social11:hover {
    background-color: #d8f1a7
}
ul.social_links li.social12:hover {
    background-color: #e2a4ed
}
ul.social_links li.social13:hover {
    background-color: #ffbbb9
}


/*  ==================================================
 	5.   Subheader
------------------------------------------------------ */

.sub_header {
    background: url(images/subhead-bg.png);
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 25px;
    line-height: 4em;
}
.sub_header a {
    color: #fff
}
.sub_header a:hover { }

/* ===[ Back Link ]=== */
.back { }

/* ===[ Breadcrumb ]=== */
ul#breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#breadcrumb li {
    display: inline-block;
    padding-left: 10px;
}
ul#breadcrumb li:first-child {
    padding-left: 0
}

/* ===[ Innernav ]=== */
.innernav {
    text-align: right
}
.innernav .prev,
.innernav .next {
    display: inline-block
}


/*  ==================================================
 	6.   Branding
------------------------------------------------------ */

.branding {
    background-image: url(images/content-bg.png);
    background-position: top left;
    background-repeat: repeat;
    border-top: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
}
hr.sep {
    background: transparent;
    border: none;
    clear: both;
    height: 1em;
    margin: 0;
    padding: 0;
}

/* ===[ Right Column ]=== */
.branding .right_column {
    height: 100%
}
.branding .right_column h1 {
    display: block;
	font-family:Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 6em;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 0em;
}
.branding .right_column h1:before {
    content: "- ";
}
.branding .right_column h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5em;
}
.branding .right_column.gmaps {
    margin-bottom: -6px
}

.branding.image .right_column {
    display: inline;
    line-height: 0;
}

/* ===[ Left Column ]=== */
.branding .left_column {
    color: #5E6066;
    display: block;
    padding-top: 2em;
}
.branding .left_column ul {
    list-style: none;
    margin: -1em 0 0;
    padding: 0;
}
.branding .left_column li {
    list-style: none
}
.branding .left_column ul li {
    border-bottom: 1px dotted #E0E1E2;
    line-height: 3em;
}
.branding .left_column ul li:last-child {
    border: none
}
.branding.slider {
    background-image: url(images/branding-slider.png);
    background-position: top left;
    background-repeat: repeat;
}


/*  ==================================================
 	7.   Main container
------------------------------------------------------ */

.main { }

/* ===[ Utility ]=== */
.utility {
	margin: 50px 20px 0 0;
}
.utility .headline {
    border-bottom: 1px dotted #E0E1E2
}
.utility ul {
    background: #fff;
    border: 1px solid #E0E1E2;
    list-style: none;
    margin: 0;
    padding: 20px 0 25px;
}
.utility li {
    background: #fff url(images/utility-checkbox.png) no-repeat 0.875em 0.875em;
    line-height: 3em;
    padding-left: 40px;
    padding-right: 0.875em;
}
.utility li a {
    border-bottom: 1px solid #f5f5f5;
    display: block;
}
.utility li.title {
    background: #fff;
    padding-left: 12px;
}
.utility li.active,
.utility li > a.active {
    background: #fff url(images/utility-checkbox-checked.png) no-repeat 0.875em 0.875em
}
.utility li:first-child a { }
.utility li:last-child a {
    border-bottom: none
}
.utility .title {
    font-size: 95%;
    font-weight: 700;
    line-height: 1.50em;
    margin-bottom:1em;
    text-shadow: 1px 1px 2px #fff;
    text-transform: uppercase;
}
.utility.sub .title {
    border-top: 1px solid #E0E1E2;
    padding-top: 1.5em;
}

/* ===[ Utility - Note ]=== */
.utility.note ul {
    background-color: transparent;
    background-image: url(images/utility-note-bottom.png), url(images/utility-note-top.png);
    background-position: bottom left, top left;
    background-repeat: no-repeat, no-repeat;
    border: none;
    padding: 43px 0 38px;
}
.utility.note li {
    background: transparent url(images/utility-note-bg.png) repeat top left;
    border: none;
    font-size: 12px;
    line-height: 21px;
    padding-left: 30px;
}
.utility.note li a {
    border: none
}
.utility.note li.title {
    font-size: 95%;
    line-height: 21px;
    margin-bottom:0;
}

/* ===[ Content ]=== */
.content {
    margin-top: 50px;
}
.content .entry-content { }
.content .entry-content h1,
.content .entry-content h2,
.content .entry-content h3,
.content .entry-content h4,
.content .entry-content h5,
.content .entry-content h6 {
    line-height: 1.5em;
}
.content h2.entry-title {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: normal;
}
.content small.metadata {
	font-family:Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-style: italic;
    font-size: 100%;
    margin-bottom: 1.5em;
}
.content div.metadata {
    font-size: 100%;
    margin-top: 1.5em;
}
.content a.fancybox {
    display: inline-block;
    line-height: 0;
}
.content .glossed {
    position: relative
}
.content .glossed img {
    /* Box-Shadow Cross-Browser */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E1E2', Direction=135, Strength=2);
    filter: progid:DXImageTransform.Microsoft.Blur (PixelRadius=2,MakeShadow=true,ShadowOpacity=0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.2)";
    -moz-box-shadow: 	0 1px 2px #E0E1E2;
    -webkit-box-shadow: 0 1px 2px #E0E1E2;
    box-shadow: 		0 1px 2px #E0E1E2;
    
    background: #fff;
    border: 1px solid #E0E1E2;
    padding: 2px;
}
.content .glossed .gloss {
    background: url(images/avatar-gloss-large.png);
    position: absolute;
    top: 2px;
    left: 2px;
    width: 216px;
    height: 96px;
}
.content .link_pages p {
    height: 0;
    margin: 0;
}
.page-template-default .content h2.entry-title,
.page-template-default .content small.metadata {
    display: none
}
.content div blockquote {
    margin: 0
}
.comments {
    margin-top: 50px
}

/* ===[ Pagination ]=== */
.pagination {
    margin-top: 25px;
    text-align: center;
}
.pagination span,
.pagination a {
    color: #fff;
    padding: 0 1em;
}
.pagination.custom a.next {
    float: right
}
.pagination.custom a.previous {
    float: left
}

/* ===[ Related Posts ]=== */
.related_post {
    position: relative
}
.related_post h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 1em 0;
}
.related_post h5 a {
    color: #5E6066
}

/* ===[ Related News ]=== */
.related_post.noimage {
    border-bottom: 1px solid #E0E1E2;
    padding: 1.5em 0;
}
.related_post.noimage:hover {
    background: url(images/hash.png)
}
.related_post.noimage h5 {
    line-height: 1.75em;
    padding-top: 0;
}
.related_post.noimage p {
    margin-bottom: 0
}
.related_post.noimage.first {
    background: url(images/checker.png) repeat-x top left;
    border-bottom: 1px solid #E0E1E2;
    margin-top: 0;
}
.related_post.noimage.first:hover {
    background-image: url(images/checker.png), url(images/hash.png);
    background-position: top left, top left;
    background-repeat: repeat-x, repeat;
}
.related_post.noimage.last {
    border-bottom: none
}

/* ===[ Related Projects ]=== */
.portfolio.related_post {
    background: url(images/checker.png) repeat-x top left;
    padding-top: 1.5em;
}
.portfolio.related_post:hover {
    background-image: url(images/checker.png), url(images/hash.png);
    background-repeat: repeat-x, repeat;
    background-position: top left;
}

/* ===[ Testimonials ]=== */
.testimonial {
    position: relative;
}
.testimonial cite {
    display: block;
    text-align: right;
}
.testimonial .clip {
    background: url(images/clip.png) no-repeat top left;
    position: absolute;
    top: -10px;
    left: 5px;
    width: 43px;
    height: 61px;
}
.testimonial.grid_20 .top {
    background-image: url(images/testimonial-top.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 25px 0 0;
}
.testimonial.grid_20 .content {
    background: url(images/testimonial-content.png);
    font-size: 12px;
    line-height: 21px;
    margin: 0;
    padding-left: 100px;
    padding-right: 25px;
}
.testimonial.grid_20 .bottom {
    background-image: url(images/testimonial-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 25px;
}
.testimonial.slider {
    position: relative
}
.testimonial.slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.testimonial.slider ul li {
    margin: 0;
    padding: 0;
}
.testimonial.slider #prev,
.testimonial.slider #next {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    z-index: 99999;
}
.testimonial.slider #prev {
    left: 100px
}
.testimonial.slider #next {
    left: 121px
}


/*  ==================================================
 	8.   Footer
------------------------------------------------------ */

#footer {
    clear: both;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
}
#footermenu {
    margin-left: 0;
    width: 750px;
}
.footer_text {
    background: url(images/checker.png) repeat-x top left;
    line-height: 1.5em;
    margin-right: 0;
    margin-left: 20px;
    padding-top: 15px;
    text-align:right;
}

   
/*  ==================================================
 	9.   Header - Main Menu
------------------------------------------------------ */

#menu {
    display: block;
    height: 100%;
    position: relative;
}
#menu div {
    position: absolute;
    bottom: 0;
    right: 0;
}
#menu div ul.menu {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}
.menu li {
    float: left;
    list-style-type: none;
    margin-top: 30px;
    position: relative;
}
#menu div ul.menu li a {
    display: block;
    outline: none;
    padding: 0 20px 1em;
}
#menu div ul.menu li:last-child a {
    padding-right: 0
}
#menu div ul.menu > li > a { }
#menu div ul.menu > .current-menu-ancestor > a,
#menu div ul.menu > .current-menu-item > a,
#menu div ul.menu > .current_page_item > a,
#menu div ul.menu > li a:hover {
    color: #5E6066;
}
#menu div ul.menu li ul {
    background: #fff;
    border: 1px solid #E0E1E2;
    display: none;
    font-size: 95%;
    padding: 0 !important;
    position: absolute;
    width: 140px;
}
#menu div ul.menu li ul:before {
    border-color: #E0E1E2 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    display: block;
    content: "";
    margin-left: -3px;
    position: absolute;
    top: -6px;
    left: 50%;
}
#menu div ul.menu li ul li {
    border-bottom: solid 1px #eee;
    border-top: solid 1px #fff;
    margin: 0;
}
#menu div ul.menu li ul li:last-child {
    border-bottom: none;
}
#menu div ul.menu li ul li a {
    float: left;
    height: auto;
    margin-right: 0;
    padding: 5px 10px;
    text-transform: capitalize;
    width: 120px;
}
#menu div ul.menu li ul li:last-child a {
    padding-right: 10px
}
#menu div ul.menu li ul li a:active {
    margin-top: 0
}
#menu div ul.menu li ul li a:hover {
    background: #fcfcfc
}
#menu div ul.menu li ul li ul {
    top: -1px;
    left: 142px;
}
#menu div ul.menu li ul li ul:before {
    border: none
}
#menu div ul.menu li ul li ul li {
    border-top: none
}
#menu div ul.menu li:hover ul ul,
#menu div ul.menu li:hover ul ul ul,
#menu div ul.menu li:hover ul ul ul ul {
    display: none
}
#menu div ul.menu li:hover ul,
#menu div ul.menu li li:hover ul,
#menu div ul.menu li li li:hover ul,
#menu div ul.menu li li li li:hover ul {
    display: block
}


/*  ==================================================
 	10.   Footer - Secondary Menu
------------------------------------------------------ */

#footermenu {
    background: url(images/checker.png) repeat-x top left;
    padding-top: 15px;
}
#footermenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footermenu li {
    display: inline;
    float: left;
    line-height: 3em;
    margin-right: 20px;
}
#footermenu li:last-child {
    margin-right: 0
}
#footermenu li a {
    margin-right: 5px;
    padding: 8px 25px 8px 0;
}
#footermenu li:before { }
#footermenu li:first-child:before { }
.footermenu .current-menu-item a,
.footermenu .current-page-item a {
    background: none;
    z-index: 99999;
}
.footermenu .home-anchor {
    background: none
}


/*  ==================================================
 	11.   Search Results
------------------------------------------------------ */

#searchSort {
    min-height: 100px
}
p.no-result {
    line-height: 3em
}


/*  ==================================================
 	12.   Error page
------------------------------------------------------ */

.error404 h1.pagetitle {
    margin-bottom: 1.5em
}
.error404 img {
    margin-bottom: 50px
}


/*  ==================================================
 	13.   Sidebar
------------------------------------------------------ */

#sidebar {
    margin-top: 50px;
}
#sidebar > div {
    margin-left: 20px;
    margin-right: 0;
}
.widget {
    background: url(images/checker.png) repeat-x top left;
    clear: both;
    margin-bottom: 25px;
    padding-top: 15px;
}
.widget .widget-title {
    font-size: 95%;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li a {
    border-bottom: 1px dotted #E0E1E2;
    line-height: 2.5em;
}
.widget ul li ul.children li {
    text-indent: 1em
}
.widget ul ul,
.widget ul ul li,
.widget ul ul ul,
.widget ul ul ul li {
    border-bottom: 0;
    margin-bottom: 0;
}


/*  ==================================================
 	14.   Widgets
------------------------------------------------------ */

/* ===[ Adboxes Widget ]=== */
.small_advertisement {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.small_advertisement img {
    float: left;
    border: 1px solid #E0E1E2;
    margin: 0 7.5px;
    padding: 2px;
    width: 75px;
    height: 75px;
}
.big_advertisement img {
    border: 1px solid #E0E1E2;
    margin: 0 -3px;
    padding: 2px;
    width: 180px;
    height: 180px;
}

/* ===[ Calendar widget ]=== */
#sidebar .widget_calendar {
    background: #fff;
    border: 1px solid #E0E1E2;
    padding-top: 0;
}
.widget_calendar .widget-title {
    display: none
}
.widget_calendar #wp-calendar {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.widget_calendar #wp-calendar tbody {
    background: #FDFDFD
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar tr:nth-child(odd),
.widget_calendar #wp-calendar tr:nth-child(even) {
    background: transparent;
    border: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.widget_calendar #wp-calendar caption {
    font-size: 95%;
    font-weight: 700;
    padding: 5px 0 3px;
    text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
    background: #f4f4f4;
    border-top: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
    font-weight: 700;
}
.widget_calendar #wp-calendar tfoot td {
    border-top: 1px solid #E0E1E2;
}
.widget_calendar #wp-calendar tfoot td a {

}

/* ===[ Contact information widget ]=== */
.widget_contact .information {
    float: left;
    font-size: 90%;
    line-height: 1.5em;
    margin-bottom: 5px;
    text-align: left;
}
.widget_contact .information strong {
    display: inline;
    line-height: 23px;
    width: 100%;
}
.widget_contact .information li {
    padding: 0;
}
.widget_contact .information .days {
    display: table-cell;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}
.widget_contact .information .periods {
    display: table-cell;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: left;
}
.widget_contact .icon {
    background-image: url(images/widget-contact.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    width: 23px;
    height: 23px;
}
.widget_contact .icon.adress {
    background-position: 0 -92px
}
.widget_contact .icon.fax {
    background-position: 0 -69px
}
.widget_contact .icon.hours {
    background-position: 0 -115px
}
.widget_contact .icon.mail {
    background-position: 0 0
}
.widget_contact .icon.mobile {
    background-position: 0 -46px
}
.widget_contact .icon.phone {
    background-position: 0 -23px
}

/* ===[ Flickr Widget ]=== */
.flickr_wrap {
    margin-left: -7.5px;
    margin-right: -7.5px;
    position: relative;
}
.flickr_wrap .flickr_badge_image {
    border: 1px solid #E0E1E2;
    float: left;
    line-height: 100%;
    margin: 0 7.5px 5px;
    padding: 2px;
}
.flickr_wrap .flickr_badge_image img {
    display: block;
    width: 75px;
    height: 75px;
}

/* ===[ Search Widget ]=== */
#sidebar #searchsubmit {
	right: 10px;
}
.widget.widget_search {
	background: none;
	padding-top:0;
}
/* ===[ Text widget ]=== */
.widget_text {
    background: none;
    padding: 43px 0 35px;
    background-image: url(images/widget-text-top.png),url(images/widget-text-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
}
.widget_text .widget-title {
    background: url(images/widget-text-bg.png);
    line-height: 21px;
    margin-bottom: 0;
    padding: 0 10px;
}
.widget_text .textwidget {
    background: url(images/widget-text-bg.png);
    line-height: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ===[ Twitter Widget ]=== */
.widget ul#twitter_update_list {
    background: #fff;
    border: 1px solid #E0E1E2;
    line-height: 2em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em;
    position: relative;
}
ul#twitter_update_list:before {
    border-color: #E0E1E2 transparent;
    border-style: solid;
    border-width: 16px 0 0 16px;
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 27px;
    width: 0;
}
ul#twitter_update_list:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 13px 0 0 13px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 29px;
    width: 0;
}
ul#twitter_update_list li {
    border: none;
    display: none;
    list-style: none;
    padding: 0 1em;
    position: absolute;
    left: 0;
}
ul#twitter_update_list li a {
    line-height: 2em
}
ul#twitter_update_list li.current {
    display: block;
    margin-right: 0;
}
ul#twitter_update_list span {
    display: block;
    font-style: italic;
    font-size: 90%;
    line-height: 2em;
}
.widget.widget_twitter a.follow {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    padding: 20px 0 0 45px;
}
.widget.widget_twitter a.follow span {
    display: inline-block;
    line-height: 24px;
    padding-left: 5px;
}


/*  ==================================================
 	15.   Homepage
------------------------------------------------------ */

/* ===[ Orbit Slider ]=== */
.homepage.content.slider {
    margin-top: 0
}
.homepage #slider {
    display: block;
    margin-top: 25px;
}
.homepage .orbit-wrapper .slider-nav span {
    margin-top: -40px;
    width: 80px;
    height: 80px;
}
.homepage .orbit-wrapper .slider-nav span.hright {
    background: url(images/script/orbit/right-arrow-home.png);
    right: -40px;
}
.homepage .orbit-wrapper .slider-nav span.hleft {
    background: url(images/script/orbit/left-arrow-home.png);
    left: -40px;
}

/* ===[ Tagline ]=== */
.homepage.tagline {
    text-align: center
}
.homepage.tagline h1 {
    font-weight: 500;
    text-shadow: 1px 1px 2px #fff;
}
.homepage.tagline h2 {
	font-family:Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.5em;
    margin-bottom: 0;
}

/* ===[ Clients ]=== */
.homepage.clients {
    background: #fff;
    border: 1px solid #E0E1E2;
    padding: 10px 0;
}
.homepage.clients a {
    display: inline-block;
    line-height: 0;
}
.homepage.clients a img {
    margin-bottom: -5px
}

/* ===[ Sidebar ]=== */
.homepage.sidebar {
    margin-bottom: -25px
}
.homepage .home.widget-area {
    background: url(images/checker.png) repeat-x top left;
    padding-top: 1.5em;
}
.homepage .home.widget-area .widget {
    background: none;
    padding-top: 0;
}

/* ===[ Adboxes Widget ]=== */
.homepage .home.widget-area .widget.widget_fables_adboxes {
    margin-bottom: 5px;
}

/* ===[ Text Widget ]=== */
.homepage .home.widget-area .widget_text {
    background: none;
    background-image: url(images/widget-text-top.png),url(images/widget-text-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    padding: 43px 0 35px;
}
.homepage .home.widget-area .widget_text .widget-title {
    background: url(images/widget-text-bg.png);
    line-height: 21px;
    margin-bottom: 0;
    padding: 0 10px;
}
.homepage .home.widget-area .widget_text .textwidget {
    line-height: 21px;
    background: url(images/widget-text-bg.png);
    padding-left: 10px;
    padding-right: 10px;
}


/*  ==================================================
 	16.   Template - Blog
------------------------------------------------------ */

hr.article_sep {
    background: #E0E1E2;
    display: inline-block;
    line-height: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
}
.page-template-template-blog-php #loop-content {
    min-height: 100px
}


/*  ==================================================
 	17.   Template - Clients
------------------------------------------------------ */

ul#items.client {
    list-style: none;
    margin: 0 0 -25px 0;
    padding: 0;
    position: relative;
}
ul#items.client li .client_item {
    border-bottom: 1px solid #E0E1E2;
    margin-bottom: 25px;
}
ul#items.client li .client_item:hover {
    background: url(images/hash.png)
}
ul#items.client .client_item h5 {
    font-weight: 400;
    line-height: 3em;
    margin: 0;
}
.client.related_post {
    border-bottom: 1px solid #E0E1E2;
    margin-bottom: 15px;
}
.client.related_post:hover {
    background: url(images/hash.png)
}
.client.related_post.last {
    border-bottom: none;
    margin-bottom: 0;
}
.client.about {
    background: url(images/checker.png) repeat-x top left;
    padding-top: 1.5em;
}


/*  ==================================================
 	18.   Template - Portfolio
------------------------------------------------------ */

ul#filter .filtering {
    border-bottom: 1px solid transparent;
    line-height: 1;
    padding-bottom: 2em;
}
ul#items.portfolio {
    list-style: none;
    margin: 0 0 -50px 0;
    padding: 0;
    position: relative;
}
.portfolio_item {
    border-bottom: 1px solid #E0E1E2;
    margin-bottom: 50px;
    position: relative;
}
.portfolio_item:hover {
    background: url(images/hash.png)
}
.portfolio_item a {
    color: #5E60667
}
.portfolio_item .description h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 1em 0;
}
.portfolio_item .description h5 a {
    color: #5E6066
}

/* ===[ Isotope ]=== */

/* Isotope Filtering */
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration:0.8s;
    -moz-transition-duration: 	0.8s;
    transition-duration: 		0.8s;
}
.isotope {
    -webkit-transition-property:height, width;
    -moz-transition-property: 	height, width;
    transition-property: 		height, width;
}
.isotope .isotope-item {
    -webkit-transition-property:-webkit-transform, opacity;
    -moz-transition-property: 	-moz-transform, opacity;
    transition-property: 		transform, opacity;
}

/* Disabling Isotope CSS3 transitions  */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration:0s;
    -moz-transition-duration: 	0s;
    transition-duration: 		0s;
}
/* disable CSS transitions for containers with infinite scrolling */
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: 	none;
    transition: 		none;
}


/*  ==================================================
 	19.   Template - Team
------------------------------------------------------ */

ul.team {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.team li {
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}
ul.team li > .team_item {
    border-bottom: 1px solid #E0E1E2;
    margin-bottom: 0;
    padding-bottom: 15px;
}
ul.team li > .team_item:hover {
    background: url(images/hash.png)
}
ul.team li > .team_item a.fancybox {
    background: #000;
    display: inline-block;
    line-height: 0;
}
ul.team li > .team_item a {
    color: #5E60667
}
ul.team li > .team_item .description h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 1em 0;
}
ul.team li > .team_item .description h5 a {
    color: #5E6066;
}
ul.team li.last {
    margin-bottom: 0
}
ul.team li.last > .team_item {
    border-bottom: none;
    padding-bottom: 0;
}


/*  ==================================================
 	20.   Template - Career
------------------------------------------------------ */

ul.career {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.career li {
    display: inline-block;
    float: left;
}
ul.career li > .career_item {
    border-bottom: 1px solid #E0E1E2;
    margin-bottom: 25px;
}
ul.career li >  .career_item:hover {
    background: url(images/hash.png)
}
ul.career li.last > .career_item {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.career_item h5 {
    line-height: 1.50em;
    margin: 0;
    font-weight: 400;
}


/*  ==================================================
 	21.   Template - Archives
------------------------------------------------------ */

.archive-template.content .widget {
    clear: none !important;
    margin-bottom: 0;
}
.archive-template.content .widget h3.last {
    background: url(images/checker.png) repeat-x top left;
    margin-top: 25px;
    padding-top: 15px;
}
.archive-template.content .widget.first,
.archive-template.content .widget.second {
    margin-left: 0;
    margin-right: 20px;
}
.archive-template.content .widget.third,
.archive-template.content .widget.fourth {
    margin-left: 20px;
    margin-right: 0;
}


/*  ==================================================
 	22.   Template - Contact
------------------------------------------------------ */

form#contact-form p,
form#contact-form input[type="text"],
form#contact-form select {
    width: 96%
}
form#contact-form textarea {
    width: 100.5%;
    height: 150px;
}
form#contact-form input[type="text"].missing,
form#contact-form textarea.missing {
    box-shadow: -5px -5px 0 0 #FEF5F7, 5px 5px 0 0 #FEF5F7, 5px 0 0 0 #FEF5F7, 0 5px 0 0 #FEF5F7, 5px -5px 0 0 #FEF5F7, -5px 5px 0 0 #FEF5F7
}
p.form-error {
    border-top: 1px solid #E0E1E2;
    margin-top: 1.5em;
    padding-top: 1.5em;
}
p.form-error strong {
    display: block
}
.email-sent {
    background: #fff url(images/form-validate.png) no-repeat left center;
    border: 1px solid #E0E1E2;
    height: 50px;
    line-height: 50px;
    padding: 1em;
    text-indent: 70px;
}


/*  ==================================================
 	23.   Comments
------------------------------------------------------ */

.comments-header {
    background: url(images/checker.png) repeat-x top left;
    margin-bottom: 25px;
    padding-top: 1.5em;
    position: relative;
}
h2#comments {
    display: inline;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5em;
}
.comments-header .navigation {
    line-height: 18px;
    position: absolute;
    top: 1.5em;
    right: 0;
}
.comments-header .navigation .next-posts,
.comments-header .navigation .prev-posts {
    display: inline-block
}

/* ===[ Comment List ]=== */
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li.comment .comment-body {
    /* Background-Gradient Cross-Browser */
    background: rgb(252,252,252);
    background-image: url(images/comment-list-bg.png), -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(248,248,248,1) 100%);
    background-image: url(images/comment-list-bg.png),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(248,248,248,1)));
    background-image: url(images/comment-list-bg.png),  -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(248,248,248,1) 100%);
    background-image: url(images/comment-list-bg.png),  -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(248,248,248,1) 100%);
    background-image: url(images/comment-list-bg.png),  -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(248,248,248,1) 100%);
    background-image: url(images/comment-list-bg.png), : linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(248,248,248,1) 100%);
    
    /* Border-radius Cross-Browser */
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    
    /* Box-Shadow Cross-Browser */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    
    /* Box-Shadow Cross-Browser */
    -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,1);
    box-shadow: inset 0 1px 2px rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.1);
    
    margin: 0 0 25px 70px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}
ol.commentlist li.bypostauthor .comment-body {
    /* Background-Gradient Cross-Browser */
    background: rgb(253,253,253);
    background-image: url(images/comment-list-bg.png),  -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(255,255,255,1) 100%);
    background-image: url(images/comment-list-bg.png),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));
    background-image: url(images/comment-list-bg.png),  -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
    background-image: url(images/comment-list-bg.png),  -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
    background-image: url(images/comment-list-bg.png),  -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
    background-image: url(images/comment-list-bg.png),  linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
}
ol.commentlist li.comment .comment-body.tooltip {
    margin-left: 70px
}
ol.commentlist li.comment .comment-body.tooltip:after {
    content: "";
    bottom: auto;
    border-color: transparent rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 0 15px 15px 0;
    display: block;
    position: absolute;
    top: 16px;
    left: -16px;
    width: 0;
}
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard {
    line-height: 2em;
    margin: 0 5px 0.5em 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
    font-weight: 700;
}
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard .says {
    display: none
}
ol.commentlist li.comment div.vcard img.avatar {
    margin: 0 10px 0 0;
    position: absolute;
    left: -70px;
}
ol.commentlist li.comment div.vcard img.avatar-40 {
    /* Box-Shadow Cross-Browser */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E1E2', Direction=135, Strength=2);
    filter: progid:DXImageTransform.Microsoft.Blur (PixelRadius=2,MakeShadow=true,ShadowOpacity=0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.2)";
    -moz-box-shadow: 	0 1px 2px #E0E1E2;
    -webkit-box-shadow: 0 1px 2px #E0E1E2;  
    box-shadow: 		0 1px 2px #E0E1E2;
    
    background: #fff;
    border: 1px solid #E0E1E2;
    padding: 2px;
}
ol.commentlist li.bypostauthor div.vcard img.avatar-40 {
    background: #E0E1E2
}
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment p.gloss {
    background: url(images/avatar-gloss.png);
    position: absolute;
    top: 8px;
    left: -77px;
    width: 40px;
    height: 40px;
}
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta {
    position: absolute;
    top: 7px;
    right: 10px;
}
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment .comment-awaiting-moderation,
ol.commentlist li.comment p {
    line-height: 150%;
    margin-left: 10px;
    margin-right: 100px;
}
ol.commentlist li.comment .comment-awaiting-moderation { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply {
    position: absolute;
    top: 35px;
    right: 10px;
    text-align: right;
}
ol.commentlist li.comment div.reply a {
    font-weight: 500;
    line-height: 1.75em;
    padding: 5px 5px;
}
ol.commentlist li.comment div.reply a:hover { }
ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2,
ol.commentlist li.comment ul.children li.depth-3,
ol.commentlist li.comment ul.children li.depth-4,
ol.commentlist li.comment ul.children li.depth-5 {
    margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/* ===[ Comment form ]=== */
#commentform {
    font-size: 12px !important;
    line-height: 20px !important;
    margin: 0;
    padding: 0 2.5%;
}
#commentform a { }
#comment-form {
    position: relative
}
#respond .top {
    background-image: url(images/comment-top-left.png), url(images/comment-top-right.png), url(images/comment-top-bg.png);
    background-position: top left, top right, top left;
    background-repeat: no-repeat, no-repeat, repeat;
    margin-top: -6px;
    padding-top: 47px;
}
#respond .bottom {
    background-image: url(images/comment-bottom-left.png), url(images/comment-bottom-right.png);
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    padding-top: 44px;
}
#respond .bottom .middle {
    background: url(images/comment-bottom-bg.png) repeat top left;
    display: block;
    height: 47px;
    margin-top: -44px;
    margin-left: 80px;
    margin-right: 81px;
}
#respond form#commentform {
    background: url(images/comment-content.png);
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    position: relative;
    z-index: 0;
    width: auto;
}
.commentlist #respond {
    margin-top: -30px;
    margin-bottom: 25px;
    margin-left: 70px;
    position: relative;
}
.commentlist #respond h3 { }
#respond .form-allowed-tags {
    display: none
}
#respond .logged-in-as {
    float: left;
    margin: 20px 0 0;
    width: 45%;
}
#respond .comment-notes {
    display: none
}
#respond a { }
#respond .comment-form-comment label {
    display: none
}
#respond h3#reply-title {
    background: url(images/comment-content.png);
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px !important;
    margin-bottom: 0;
    padding-left: 2.5%;
}
#respond #cancel-comment-reply-link {
    border-bottom: 1px dotted #E0E1E2;
    float: right;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 2.5%;
    text-transform: uppercase;
}
#respond .inputs {
    float: left;
    margin: 0;
    width: 40%;
}
#respond .inputs .comment-form-author label,
#respond .inputs .comment-form-email label,
#respond .inputs .comment-form-url label,
#respond .inputs .required {
    display: none
}
#respond .inputs input {
    /* Border-radius Cross-Browser */
    -moz-border-radius: 	0;
    -webkit-border-radius: 	0;
    border-radius: 			0;
    
    background: transparent;
    border: 1px solid #E0E1E2;
    box-shadow: -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
    font-size: 12px !important;
    height: 19px !important;
    line-height: 19px !important;
    margin: 20px 0 5px;
    padding: 5px 0;
    text-indent: 25px;
    width: 100%;
}
#respond .inputs input:focus,
#respond textarea:focus {
    /* Box-Shadow Cross-Browser */
    box-shadow: -5px -5px 0 0 #F5FCFE, 5px 5px 0 0 #F5FCFE, 5px 0 0 0 #F5FCFE, 0 5px 0 0 #F5FCFE, 5px -5px 0 0 #F5FCFE, -5px 5px 0 0 #F5FCFE;
}
#respond .inputs #author {
    background: url('images/icon-author.png') no-repeat 3px 6px
}
#respond .inputs #email {
    background: url('images/icon-mail.png') no-repeat 3px 6px
}
#respond .inputs #url {
    background: url('images/icon-website.png') no-repeat 3px 6px
}
#respond textarea {
    background: transparent;
    border: 1px solid #E0E1E2;
    box-shadow: -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
    float: right;
    font-size: 12px !important;
    line-height: 19px !important;
    margin: 20px 0;
    padding: 0;
    width: 50%;
    height: 143px;
    resize: none;
}
#respond .form-submit {
    clear: both;
    float: right;
    margin: 0;
    text-align: right;
}
#respond input#submit {
    font-size: 12px;
    margin: 0;
}
#respond #loading {
    margin-right: 20px
}
#respond textarea.missing,
#respond input.missing {
    box-shadow: -5px -5px 0 0 #FEF5F7, 5px 5px 0 0 #FEF5F7, 5px 0 0 0 #FEF5F7, 0 5px 0 0 #FEF5F7, 5px -5px 0 0 #FEF5F7, -5px 5px 0 0 #FEF5F7
}
#error .success,
#error .error {
    /* Border-Radius Cross-Browser */
    -webkit-border-radius: 	3px;
    -moz-border-radius: 	3px;
    border-radius: 			3px;
    
    /* Box-Shadow Cross-Browser */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#fff', Direction=135, Strength=1);
    filter: progid:DXImageTransform.Microsoft.Blur (PixelRadius=1,MakeShadow=true,ShadowOpacity=0.08);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.08)";
    -webkit-box-shadow: 	inset 0 0 3px rgba(255, 255, 255, 0.38);
    -moz-box-shadow: 		inset 0 0 3px rgba(255, 255, 255, 0.38);
    box-shadow:		 		inset 0 0 3px rgba(255, 255, 255, 0.38);
    
    /* Box-Shadow Cross-Browser */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#0c0c0c', Direction=135, Strength=1);
    filter: progid:DXImageTransform.Microsoft.Blur (PixelRadius=1,MakeShadow=true,ShadowOpacity=0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.2)";
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 	0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 		0 1px 2px rgba(0,0,0,0.2);
    
    /* Text-shadow Cross-Browser */
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    filter: dropshadow(color=#0c0c0c, offx=0, offy=1);
    
    color: #fff;
    display: inline;
    font-weight: 700;
    line-height: 2.5em;
    overflow: visible;
    padding: 5px 25px;
    position: relative;
    bottom: 1px;
    text-shadow: 0 0 1px #ccc;
    vertical-align: middle;
    white-space: nowrap;
}
#error .error {
    background-image: url(images/comments-error.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
#error .success {
    background-image: url(images/comments-success.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
#error .close {
    background: url(images/comments-close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 2px;
    width: 17px;
    height: 17px;
}


/* ----------------
   ================================================== */
.page-id-375 h2 {
    background: url(images/checker.png) repeat-x top left;
    padding-top: 15px;
}
.page-id-375 .branding h2, .page-id-375 h2.button-sc {
    background: none;
    padding-top: 0;
}


/** Print styles!
 * -------------------------------------------------------------------------------
 */
@media print { 
    
}
/** Media queries!
 * -------------------------------------------------------------------------------
 */
/* ===[ Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ ]=== */
@media screen and (max-device-width: 480px) { 
    
}
@media all and (orientation: portrait) { 
    
}
@media all and (orientation: landscape) { 
    
}

