/*
	Theme Name: Pressta
	Theme URI: http://www.highthemes.com
	Description: Responsive Portfolio/Personal Theme
	Author: Highthemes
	Author URI: http://www.highthemes.com
	Version: 1.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Fallow us on Twitter: http://twitter.com/theHighthemes


	TABLE OF CONTENTS
	--------------------
	0. CSS Reset
	1. General Structure & Global Classes
	2. Main Content Styles
	3. Navigation Menu
	4. Page Templates (homepage, contact, etc)
	5. Sidebar
	6. Shortcodes
	7. Comments
	8. Footer
	9. Responsive


*/

/*	0.	CSS Reset
/*-----------------------------------------------------------------------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

textarea {
    overflow: auto;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

*:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */
.sticky {
}

/*	1.	General Structure & Global Classes
/*-----------------------------------------------------------------------------------*/
body, input, textarea {
    font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
}

html, body {
    height: 100%;
}

a, a:visited {
    color: #0b61cb;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #222;
}

address {
    font-style: italic;
}

abbr[title], acronym[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}

::selection {
    background: #00a1cb;
    color: #fff;
}

::-moz-selection {
    background: #00a1cb;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.fix {
    clear: both;
}

.nobg {
    background: none !important;
}

.gradient-box {
    background: #fff url(images/gradient_bg.jpg) repeat-x !important;
}

#back-to-top {
    position: absolute;
    left: 105px;
    bottom: 8px;
    background: url(images/circle_icons.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
}

/* Grid classes */
.one_half {
    width: 48%;
}

.one_third {
    width: 30.66%;
}

.two_third {
    width: 65.33%;
}

.one_fourth {
    width: 22%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 67.2%;
}

.one_sixth {
    width: 13.33%;
}

.five_sixth {
    width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    display: inline;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

/* isotope styles */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* post's thumbnails with hover icons */
.post-thumb {
    border-bottom: 2px solid #ccc;
    padding-bottom: 1px;
}

.post-thumb img {
    width: 100%;
    float: left;
}

.post-thumb a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.post-thumb .overlay {
    background: url(images/transparent.png) repeat;
    cursor: pointer;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 20;
}

.overlay .zoom, .overlay .video {
    background: url(images/icon_zoom.png) 50% 50% no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 40;
}

.overlay .video {
    background: url(images/icon_video.png) 50% 50% no-repeat !important;
}

.overlay .icon {
    background: url(images/icon_zoom.png) 50% 50% no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 40;
}

.contact-details .zoom, .entry .zoom {
    display: inline-block;
    position: relative;
}

.contact-details .zoom img, .entry .zoom img {
    display: block;
}

.contact-details .zoom .overlay, .entry .zoom .overlay {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("images/transparent.png") repeat scroll 0 0 transparent;
}

.entry a.zoom {
    padding-bottom: 1px;
    border-bottom: 2px solid #ddd;
}

/* portfolio thumbnails */
.frame {
    position: relative;
    width: 216px;
    background-color: #fff;
    height: 210px;
    margin: 0 15px 15px 0;
    border: 1px solid #dfdfdf;
    border-bottom-width: 2px;
}

.frame img {
    padding: 5px;
}

.frame .overlay {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 205px;
    height: 137px;
    background: url(images/transparent.png) repeat;
    display: none;
    cursor: pointer;
}

.frame .buttons {
    position: absolute;
    width: 146px;
    top: 63px;
    left: 36px;
    display: none;
}

.frame .buttons a {
    width: 34px;
    height: 34px;
    margin: 0 6px;
    text-indent: -9999px;
    float: left;
}

.frame .buttons .comment {
    background: url(images/circle_icons.png) -245px 0 no-repeat;
}

.frame .buttons .zoom {
    background: url(images/circle_icons.png) -175px 0 no-repeat;
}

.frame .buttons .link {
    background: url(images/circle_icons.png) -105px 0 no-repeat;
}

.frame .buttons .comment:hover {
    background: url(images/circle_icons.png) -280px 0 no-repeat;
}

.frame .buttons .zoom:hover {
    background: url(images/circle_icons.png) -210px 0 no-repeat;
}

.frame .buttons .link:hover {
    background: url(images/circle_icons.png) -140px 0 no-repeat;
}

/* headers */
.htitle {
    font: 18px Questrial, georgia, Georgia, "Times New Roman", Times, serif;
    color: #777;
    background: url(images/thick_dott.png) repeat-x bottom;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 0 0 10px;
    font-weight: normal;
    padding: 0;
}

.entry h1 {
    font-size: 24px;
    line-height: 28px;
}

.entry h2 {
    font-size: 20px;
    line-height: 22px;
}

.entry h3 {
    font-size: 16px;
    line-height: 20px;
}

.entry h4 {
    font-size: 14px;
    line-height: 18px;
}

.entry h5 {
    font-size: 12px;
    line-height: 18px;
}

.entry h6 {
    font-size: 10px;
    line-height: 16px;
}

.entry h1 a, .entry h2 a, .entry h3 a, .entry h4 a, .entry h5 a, .entry h6 a, .single .post-title a {
    color: #777;
}

.entry h1 a:hover, .entry h2 a:hover, .entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover, .entry h6 a:hover, .single .post-title a:hover {
    color: #0B61CB;
}

/* caption */
#content .wp-caption img {
    float: left;
    margin: 0;
}

#content .wp-caption p.wp-caption-text {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-size: 11px;
}

#content .wp-caption.alignleft {
    float: left;
    margin: 0 30px 25px 0;
}

#content .wp-caption.alignright {
    float: right;
    margin: 0 0 25px 30px;
}

.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 11px;
    padding: 0 4px;
}

/*	2.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* The whole wrapper */
#content-wrapper {
    width: 975px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: url(images/lsidebar_bg.png) repeat-y;
    margin: 0 auto;
    position: relative;
}

#content, #primary, .single {
    position: relative;
}

#primary {
    float: left;
    width: 705px;
    min-height: 500px;
    padding-left: 35px;
    margin-bottom: 40px;
}

#action, .page-title, #blog-single, #folio-single {
    margin-right: 20px;
}

/* logo */
#logo {
    padding-top: 25px;
}

.page-title {
    padding-right: 70px;
    margin-top: 90px;
    font: italic 26px/39px 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    color: #888;
    background: url(images/thick_dott.png) repeat-x bottom;
    padding-bottom: 25px;
}

/* top social icons */
#social-icons {
    position: absolute;
    top: -1px;
    right: 20px;
    z-index: 100;
}

#social-icons .twitter, #social-icons .facebook, #social-icons .flickr, #social-icons .rss, #social-icons .in, #social-icons .dribble, #social-icons .google {
    width: 28px;
    height: 32px;
    text-indent: -9999px;
    float: left;
    margin-left: 2px;
}

#social-icons .twitter {
    background: url(images/social_icons.png) -232px 0 no-repeat;
}

#social-icons .facebook {
    background: url(images/social_icons.png) -290px 0 no-repeat;
}

#social-icons .flickr {
    background: url(images/social_icons.png) -319px 0 no-repeat;
}

#social-icons .rss {
    background: url(images/social_icons.png) -203px 0 no-repeat;
}

#social-icons .in {
    background: url(images/social_icons.png) -377px 0 no-repeat;
}

#social-icons .dribble {
    background: url(images/social_icons.png) -261px 0 no-repeat;
}

#social-icons .google {
    background: url(images/social_icons.png) -348px 0 no-repeat;
}

#social-icons .twitter:hover {
    background: url(images/social_icons.png) -29px 0 no-repeat;
    height: 42px;
}

#social-icons .facebook:hover {
    background: url(images/social_icons.png) -87px 0 no-repeat;
    height: 42px;
}

#social-icons .flickr:hover {
    background: url(images/social_icons.png) -116px 0 no-repeat;
    height: 42px;
}

#social-icons .rss:hover {
    background: url(images/social_icons.png) 0 0 no-repeat;
    height: 42px;
}

#social-icons .in:hover {
    background: url(images/social_icons.png) -174px 0 no-repeat;
    height: 42px;
}

#social-icons .dribble:hover {
    background: url(images/social_icons.png) -58px 0 no-repeat;
    height: 42px;
}

#social-icons .google:hover {
    background: url(images/social_icons.png) -145px 0 no-repeat;
    height: 42px;
}

/* header search */
#nav-search {
    position: absolute;
    top: 30px;
    left: 270px;
    width: 156px;
    z-index: 100;
    overflow: hidden;
}

#nav-search fieldset {
    width: 156px;
    overflow: hidden;
}

#nav-search .search-field {
    background: transparent url(images/search_bg.png) repeat-x;
    width: 155px;
    border: none;
    font: 11px Verdana, Geneva, sans-serif;
    color: #aaa;
    padding: 6px 19px 8px 0;
}

#nav-search .search-go {
    border: none;
    background: transparent url(images/search_icon.png) no-repeat right center;
    width: 13px;
    height: 13px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    top: 7px;
    right: 4px;
}

/*	3.	Navigation Menu
/*-----------------------------------------------------------------------------------*/
#nav {
    width: 166px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 18px;
}

.jqueryslidemenu ul li {
    position: relative;
    background: url(images/arrow_menu.png) left 12px no-repeat;
}

.jqueryslidemenu ul li a {
    display: block;
    overflow: auto;
    color: #777;
    text-decoration: none;
    padding: 7px 0 7px 15px;
    background: url(images/dashed_menu.png) left bottom repeat-x;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited, .jqueryslidemenu ul li a:active {
    color: #777;
}

.jqueryslidemenu ul li a.selected {
    color: #777;
}

.jqueryslidemenu ul li a:hover {
    color: #00a1cb;
}

.jqueryslidemenu ul li ul {
    position: absolute;
    width: 170px;
    top: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 0 10px;
}

* html .jqueryslidemenu ul li {
    float: left;
    height: 1%;
}

* html .jqueryslidemenu ul li a {
    height: 1%;
}

/* make select box menu hidden in wide browsers */
#mobile-menu {
    display: none;
}

/*	4.	Page Templates (homepage, contact, etc)
/*-----------------------------------------------------------------------------------*/
/* Homepage */

.home.page #primary {
    padding-top: 80px;
}

#from-blog {
    margin-bottom: 40px;
}

/* slideshow */
#slideshow {
    position: relative;
    width: 687px;
    height: 390px;
    padding-top: 0;
}

#slider {
    margin: 0 auto;
    width: 685px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 2px;
}

#slideshow .slides {
    width: 685px;
    height: 360px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

#slideshow .slides img {
    padding: 5px;
}

/* call-to-action text */
#action {
    font: italic 20px/34px 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 10px;
    color: #777;
    padding-bottom: 40px;
}

/* folio featured boxes */
#filters {
    position: absolute;
    top: 3px;
    right: 20px;
}

#filters li {
    float: left;
    margin: 0px 5px;
}

#filters li a {
    color: #888;
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    padding: 0 5px;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

#filters li a:hover {
    background: #cfdff0;
    color: #666;
    text-decoration: none;
}

#featured {
    position: relative;
    padding-bottom: 40px;
}

#featured h3, #folio .frame h3 {
    text-align: center;
}

#featured h3 a, #folio .frame h3 a {
    color: #66696D;
}

#featured span, #folio .frame span {
    font-size: 11px;
    display: block;
    text-align: center;
    color: #999;
    padding-top: 5px;
}

#folio #filters {
    position: static;
    clear: both;
    width: 684px;
    height: 26px;
    background: url("images/thick_dott.png") repeat-x scroll center bottom transparent;
    margin-bottom: 15px;
}

#folio #filters ul {
    position: relative;
    left: -10px;
}

/* testimonials */
#testimonials .avatar-wrap {
    float: left;
    text-align: center;
}

#testimonials .avatar-wrap span {
    padding-top: 10px;
}

#testimonials {
    height: 190px;
}

#testimonials li {
    list-style: none !important;
    overflow: hidden;
    display: none;
}

#testimonials p.fr {
    width: 600px;
    font: italic 16px/30px Georgia, "Times New Roman", Times, serif;
    color: #888;
    padding-top: 10px
}

/* single page */

.single .page {
    padding-top: 20px;
}

.page .entry {
    padding-top: 15px !important;
}

.folio .single .entry {
    padding: 5px 0 30px
}

.videoe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoe iframe,
.videoe object,
.videoe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry img {
    max-width: 100%;
    height: auto;
}

@media \0screen {
    .entry img {
        width: auto; /* for ie 8 */
    }
}

/* single post */
.single .post {
    width: 685px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.single .post p {
    font: 12px/20px Verdana, Geneva, sans-serif;
    color: #666;
}

.single .post-title {
    font: 18px/24px Questrial, Arial, Helvetica, sans-serif;
    padding: 10px 15px;
}

.single .entry {
    padding: 0 15px;
}

/* blog & posts */
#blog {
    padding-top: 30px;
}

#blog .post {
    margin-bottom: 20px !important;
}

/* post boxes */
.post {
    position: relative;
    float: left;
    display: inline;
    background: #fff;
    width: 216px;
    padding-bottom: 30px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 2px;
    margin-right: 15px;
}

.post .blog-icon {
    position: absolute;
    text-align: center;
    margin-top: 12px;
    width: 100%;
}

.post h3.title {
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
    padding: 10px;
    padding-bottom: 0;
}

.post h3.title a, .post h3.title a:visited {
    color: #666;
    font-weight: bold;
}

.post .entry-excerpt {
    padding: 10px;
}

.post .quote p {
    font: italic 13px/23px Georgia, "Times New Roman", Times, serif;
    color: #888;
}

.post p {
    font: 11px/20px Verdana, Geneva, sans-serif;
    color: #8d9094;
    padding-bottom: 10px;
}

.post .post-details {
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #777;
}

.post-details .date {
    padding: 0 5px;
    font: 11px Verdana, Geneva, sans-serif;
}

.post .post-details a {
    font: 11px Verdana, Geneva, sans-serif;
    color: #777;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    padding: 0 5px;
}

.post .post-details a:hover {
    background: #cfdff0;
    color: #666;
}

/* Portfolio */
#post-single .portfolio .entry {
    padding-top: 20px;
}

.folio-nav {
    position: absolute;
    right: 20px;
    top: 96px;
}

.folio-prev, .folio-next {
    float: left;
}

.folio-prev a, .folio-next a {
    text-indent: -999999px;
    background: url(images/folio_prev.png) no-repeat;
    width: 31px;
    height: 25px;
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: border-color .5s;
    -moz-transition: border-color .5s;
    -webkit-transition: border-color .5s;
}

.folio-next a {
    background: url(images/folio_next.png) no-repeat;
    margin-left: 1px;
}

.folio-prev a:hover, .folio-next a:hover {
    border-color: #bebebe;
}

/* portfolio single slideshow */
#folio-single-slideshow .flex-control-nav {
    bottom: -30px;
}

#folio-single-slideshow {
    margin-bottom: 20px
}

/* Contact */
#contactform .error {
    color: red;
    font-weight: bold;
}

.info-form {
    clear: both;
    padding-top: 30px;
}

.info-form .form-details {
    width: 400px;
    float: left;
    background: url(images/v_dashed_line.png) right center repeat-y;
}

.info-form .personal-data {
    width: 210px;
    float: left;
    padding: 10px 0 0 50px;
}

.info-form p {
    margin-bottom: 20px;
}

.info-form label {
    width: 195px;
    padding: 0 0 3px 5px;
    font: 12px Verdana, Geneva, sans-serif;
    color: #96999d;
    text-shadow: 1px 1px 0 #fff;
    display: block;
}

.info-form input.txt {
    width: 80%;
    display: block;
    background: url(images/input_bg.jpg) repeat-x;
    margin: 0 4px;
    padding: 3px 10px;
    height: 21px;
}

.info-form textarea {
    width: 80%;
    display: block;
    background: #dedede url(images/input_bg.jpg) repeat-x;
    margin: 0 4px;
    padding: 3px 10px;
}

.txt, textarea {
    border: 1px solid #f8f8f8;
    border-top: none;
    border-left: none;
    font: 11px Verdana, Geneva, sans-serif;
    color: #444;
}

.personal-data p {
    text-align: left;
    font: 11px/22px Verdana, Geneva, sans-serif;
    color: #717171;
}

.personal-data .contact-tel, .personal-data .contact-mobile, .personal-data .contact-email {
    background: url(images/contact_icons.png) 0 -70px no-repeat;
    height: 27px;
    display: block;
    padding: 7px 0 0 45px;
    margin-bottom: 10px;
    font: 12px Verdana, Geneva, sans-serif;
    color: #96999d;
    text-shadow: 1px 1px 0 #fff;
}

.personal-data .contact-mobile {
    background: url(images/contact_icons.png) 0 -35px no-repeat;
}

.personal-data .contact-email {
    background: url(images/contact_icons.png) 0 0 no-repeat;
}

/* author bio */
#author-info {
    background: #fff;
    border: 1px solid #DFDFDF;
    border-top-color: #eee;
    width: 683px;
    margin-top: 20px;
}

#author-info .inner {
    padding: 10px;
}

#author-info .avatar {
    padding: 2px;
    background: #fff;
    border: 5px solid #d4d4d4;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    margin: 5px 0 0 5px
}

#author-info .author-name {
    padding: 5px 0;
    display: block;
}

#author-info .inner p {
    padding: 0 10px 5px 95px;
}

/*	5.	Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: left;
    width: 180px;
    padding-right: 20px;
    padding-left: 30px;
}

#sidebar h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
    background: url(images/dott_horiz.png) repeat-x center;
    margin-bottom: 13px;
    color: #666;
}

#sidebar h3 span {
    background-color: #fff;
    padding-right: 10px;
}

#sidebar .nomobile {
    padding-bottom: 15px;
}

/* widgets */
.widget {
    margin-bottom: 40px;
}

.widget .textwidget {
    color: #777;
}

.widget ul li {
    background: url(images/arrow_menu.png) left 11px no-repeat;
    padding: 4px 0 4px 15px;
    margin-left: 5px;
}

.widget ul li a {
    display: inline;
    color: #999999;
    text-decoration: none;
}

.widget ul li a:hover {
    color: #00a1cb;
}

.widget .tagcloud a, .tags a {
    background: url(images/c_bg.png) repeat-x;
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    margin: 0 2px 7px 0;
    font: 11px/21px Verdana, Geneva, sans-serif !important;
    color: #717171;
    text-decoration: none;
    transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
}

.tags strong {
    float: left;
    padding-right: 10px;
}

.widget .tagcloud a:hover, .tags a:hover {
    color: #00a1cb;
}

.flickr .wrap {
    margin-left: 0;
    position: relative;
}

.flickr a {
    display: inline-block;
    padding: 0 !important;
}

.flickr a img {
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 1px;
    float: left;
}

.flickr div.flickr_badge_image {
    float: left;
    margin: 0 0 5px 5px;
    width: 79px;
    height: 79px;
    display: inline;
    padding: 0;
}

.contact-details {
    font-size: 12px;
    color: #999;
}

.contact-details span {
    font-weight: bold;
    color: #888;
}

.clients img {
    border: 1px solid #eee;
}

/* wp-calendar */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: center;
    font: bold 11px/23px Arial, Helvetica, sans-serif;
    color: #333;
}

#wp-calendar td, #wp-calendar th {
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    padding: 3px;
}

#wp-calendar th {
    background: #eee;
    color: #555;
    font-weight: 700;
}

#wp-calendar td:hover {
    background: #eee;
}

#wp-calendar tfoot td {
    background: #eee;
}

#wp-calendar #next, #wp-calendar #prev {
    font-weight: 700;
}

.sidebar-ads ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

.recent-tweets ul li {
    font: 11px/20px Verdana, Geneva, sans-serif;
    color: #6f6f6f;
    padding: 0 0 10px 0;
    background: none;
}

.recent-tweets li span.twitterTime a {
    font-size: 10px;
    display: block;
    color: #458b96;
    padding: 3px 0 0 0;
}

.thumb-list li {
    background: none !important;
    padding: 5px 0 10px !important;
}
.thumb-desc {
    overflow: hidden;
}

.thumb-list .thumb-title {
    font: 11px/18px Verdana, Geneva, sans-serif;
    color: #6f6f6f;
    display: block;
}

.thumb-list .date {
    font: 10px Verdana, Geneva, sans-serif;
    color: #458B96;
    display: block;
    margin-top:4px;
}

.thumb-list .fl {
    margin-right: 10px;
}

.thumb-list img {
    border: 1px solid #9f9f9f;
    padding: 1px;
}

/*	6.	Shortcodes
/*-----------------------------------------------------------------------------------*/

/* tables */
table.tbl-style {
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
}

/* table style1 */
table.tbl-style th {
    font-size: 13px;
    font-weight: 700;
    background: #e9e9e9;
    border-top: 4px solid #c2c4c5;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-shadow: #fff 0 1px 1px;
    padding: 8px;
}

table.tbl-style td {
    border-bottom: 1px solid #eee;
    color: #888;
    border-top: 1px solid transparent;
    padding: 8px;
}

table.tbl-style tr:hover td {
    background: #f6f6f6;
    color: #000;
    cursor: pointer;
}

.special-title {
    font-size: 20px;
    font-weight: normal;
    color: #585858;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    background: url(images/dotted_line.png) repeat-x bottom;
}

.cta-box .button {
    float: right;
    margin: -6px 0 0 15px;
}

.tab-set {
    margin-bottom: 20px;
}

.tab-set ul.tabs-titles {
    padding: 0;
    height: 32px;
    margin: 0 !important;
    clear: right;
}

.tab-set .tabs-titles li {
    float: left;
    list-style-type: none;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin: 0 3px 0 0;
    padding: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-set .tabs-titles li a {
    padding: 9px 15px 8px;
    color: #ccc;
    font: 10px/14px Verdana, Geneva, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    border-radius: 5px 5px 0 0;
}

.tab-set .tabs-titles li .current {
    padding: 9px 15px 8px;
    position: relative;
    top: 1px;
    background: #fff;
    color: #5b5b81; /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(center bottom, #fff 0px, #f6f6f6 90%); /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #f6f6f6, endColorstr = #fff);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ffffff)";
}

.tab-content {
    border: 1px solid #e5e5e5;
    padding: 15px; /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(center bottom, #f6f6f6 0px, #fff 100%); /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #f6f6f6);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f6f6f6)";
}

.tab-content p {
    padding: 0;
}

.accordion {
    margin-bottom: 20px;
}

.accordion .acc-content {
    display: none;
}

.accordion .acc-item {
    /*background: -moz-linear-gradient(center bottom , #f2f2f2 0px, #fff 100%) repeat;*/
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(center bottom, #f2f2f2 0px, #fff 100%); /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #f2f2f2);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2)";
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    margin: 0 2px 10px;
    border: 1px solid #fff;
}

.accordion .acc-item h4 {
    margin: 0 !important;
}

.accordion .acc-item h4 a {
    font-size: 16px;
    color: #8E959A;
    text-shadow: 0 1px 1px #fff;
    letter-spacing: 2px;
}

.accordion .acc-content {
    padding-top: 10px
}

a.button {
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    padding-right: 17px;
}

.button span {
    padding-left: 17px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
}

.small span {
    height: 30px;
    line-height: 28px;
}

a.large {
    font-size: 19px;
    margin-right: 4px;
    height: 50px;
    line-height: 48px;
}

a.large span {
    height: 50px;
    line-height: 48px;
    display: inline-block;
}

a.small {
    font-size: 12px;
    margin-right: 4px;
}

a.button.large {
    padding-right: 32px;
}

.button.large span {
    padding-left: 32px;
}

.magenta {
    border: 1px solid #7a0136;
    background-color: #980143;
}

.pink {
    border: 1px solid #a21769;
    background-color: #d6288e;
}

.orange {
    border: 1px solid #b74200;
    background-color: #f15f0c;
}

.red {
    border: 1px solid #a61c1c;
    background-color: #da2e2e;
}

.green {
    border: 1px solid #688806;
    background-color: #8eb614;
}

.blue {
    border: 1px solid #007cab;
    background-color: #0ba6e1;
}

.white, a.white {
    border: 1px solid #b7b7b7;
    background-color: #efefef;
    color: #777 !important;
    text-shadow: 1px 1px 0 #fff !important;
}

.white span {
    color: #777 !important;
}

.grey {
    border: 1px solid #4a4a4a;
    background-color: #888;
}

.black {
    border: 1px solid #252525;
    background-color: #393939;
}

.purple {
    border: 1px solid #4f2f53;
    background-color: #8a5092;
}

.button {
    border: none !important;
}

.small.magenta {
    background: url(images/small_buttons_right.png) no-repeat right -60px;
}

.small.magenta span {
    background: url(images/small_buttons_left.png) no-repeat left -60px;
}

.small.pink {
    background: url(images/small_buttons_right.png) no-repeat right -150px;
}

.small.pink span {
    background: url(images/small_buttons_left.png) no-repeat left -150px;
}

.small.orange {
    background: url(images/small_buttons_right.png) no-repeat right -90px;
}

.small.orange span {
    background: url(images/small_buttons_left.png) no-repeat left -90px;
}

.small.red {
    background: url(images/small_buttons_right.png) no-repeat right -30px;
}

.small.red span {
    background: url(images/small_buttons_left.png) no-repeat left -30px;
}

.small.green {
    background: url(images/small_buttons_right.png) no-repeat right -120px;
}

.small.green span {
    background: url(images/small_buttons_left.png) no-repeat left -120px;
}

.small.blue {
    background: url(images/small_buttons_right.png) no-repeat right 0px;
}

.small.blue span {
    background: url(images/small_buttons_left.png) no-repeat left 0px;
}

.small.white {
    background: url(images/small_buttons_right.png) no-repeat right -270px;
    color: #777 !important;
    text-shadow: 1px 1px 0 #fff !important;
}

.small.white span {
    color: #777 !important;
    background: url(images/small_buttons_left.png) no-repeat left -270px;
}

.small.grey {
    background: url(images/small_buttons_right.png) no-repeat right -210px;
}

.small.grey span {
    background: url(images/small_buttons_left.png) no-repeat left -210px;
}

.small.black {
    background: url(images/small_buttons_right.png) no-repeat right -240px;
}

.small.black span {
    background: url(images/small_buttons_left.png) no-repeat left -240px;
}

.small.purple {
    background: url(images/small_buttons_right.png) no-repeat right -180px;
}

.small.purple span {
    background: url(images/small_buttons_left.png) no-repeat left -180px;
}

.large.magenta {
    background: url(images/big_buttons_right.png) no-repeat right -97px;
}

.large.magenta span {
    background: url(images/big_buttons_left.png) no-repeat left -97px;
}

.large.pink {
    background: url(images/big_buttons_right.png) no-repeat right -244px;
}

.large.pink span {
    background: url(images/big_buttons_left.png) no-repeat left -244px;
}

.large.orange {
    background: url(images/big_buttons_right.png) no-repeat right -146px;
}

.large.orange span {
    background: url(images/big_buttons_left.png) no-repeat left -146px;
}

.large.red {
    background: url(images/big_buttons_right.png) no-repeat right -48px;
}

.large.red span {
    background: url(images/big_buttons_left.png) no-repeat left -48px;
}

.large.green {
    background: url(images/big_buttons_right.png) no-repeat right -195px;
}

.large.green span {
    background: url(images/big_buttons_left.png) no-repeat left -195px;
}

.large.blue {
    background: url(images/big_buttons_right.png) no-repeat right 1px;
}

.large.blue span {
    background: url(images/big_buttons_left.png) no-repeat left 1px;
}

.large.white {
    background: url(images/big_buttons_right.png) no-repeat right -441px;
    color: #777 !important;
    text-shadow: 1px 1px 0 #fff !important;
}

.large.white span {
    color: #777 !important;
    background: url(images/big_buttons_left.png) no-repeat left -441px;
}

.large.grey {
    background: url(images/big_buttons_right.png) no-repeat right -342px;
}

.large.grey span {
    background: url(images/big_buttons_left.png) no-repeat left -342px;
}

.large.black {
    background: url(images/big_buttons_right.png) no-repeat right -391px;
}

.large.black span {
    background: url(images/big_buttons_left.png) no-repeat left -391px;
}

.large.purple {
    background: url(images/big_buttons_right.png) no-repeat right -293px;
}

.large.purple span {
    background: url(images/big_buttons_left.png) no-repeat left -293px;
}

a.icon-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.icon-button span {
    display: block;
    padding: 1px 15px;
    text-indent: 18px;
}

a.icon-button:hover {
    background: #e2e2e2;
}

a.icon-link {
    margin-right: 10px;
    display: inline-block;
    color: #333;
}

.icon-link span {
    padding-left: 22px;
    display: block;
}

.icon-link .rss-icon {
    background: url(images/small_icons/rss.png) no-repeat 0 3px;
}

.icon-link .search-icon {
    background: url(images/small_icons/search.png) no-repeat 0 3px;
}

.icon-link .arrow2-icon {
    background: url(images/small_icons/readmore.png) no-repeat 0 2px;
}

.icon-link .arrow1-icon {
    background: url(images/small_icons/moreinfo.png) no-repeat 0 3px;
}

.icon-link .email-icon {
    background: url(images/small_icons/email.png) no-repeat 0 3px;
}

.icon-link .print-icon {
    background: url(images/small_icons/printer.png) no-repeat 0 2px;
}

.icon-link .home-icon {
    background: url(images/small_icons/home.png) no-repeat 0 2px;
}

.icon-link .delete-icon {
    background: url(images/small_icons/delete.png) no-repeat 0 2px;
}

.icon-link .add-icon {
    background: url(images/small_icons/add.png) no-repeat 0 2px;
}

.icon-link .star-icon {
    background: url(images/small_icons/star3.png) no-repeat 0 2px;
}

.icon-link .heart-icon {
    background: url(images/small_icons/heart2.png) no-repeat 0 2px;
}

.icon-link .clip-icon {
    background: url(images/small_icons/clip.png) no-repeat 0 2px;
}

.icon-link .twitter-icon {
    background: url(images/small_icons/twitter.png) no-repeat 0 2px;
}

.icon-link .user-icon {
    background: url(images/small_icons/user.png) no-repeat 0 2px;
}

.icon-link .calendar-icon {
    background: url(images/small_icons/calendar.png) no-repeat 0 2px;
}

.icon-link .download-icon {
    background: url(images/small_icons/download2.png) no-repeat 0 3px;
}

.icon-link .tag-icon {
    background: url(images/small_icons/tag.png) no-repeat 0 2px;
}

.icon-link .phone-icon {
    background: url(images/small_icons/phone.png) no-repeat 0 2px;
}

.icon-link .link-icon {
    background: url(images/small_icons/link.png) no-repeat 0 2px;
}

.icon-link .exlink-icon {
    background: url(images/small_icons/ex_link.png) no-repeat 0 2px;
}

/* boxes */
.simple-box, .titled-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
}

.simple-box {
    text-shadow: none;
}

.titled-box {
    border-top: none;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius-topright: 0;
    -webkit-border-radius-topleft: 0;
    border-radius-topright: 0;
    border-radius-topleft: 0;
}

.titled-box-header {
    background-image: url(images/highlight.png);
    background-position: center;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topright: 4px;
    -webkit-border-radius-topleft: 4px;
    border-radius-topright: 4px;
    border-radius-topleft: 4px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
    letter-spacing: 1px;
}

.titled-box-header span {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    padding: 5px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    color: #fff;
}

.simple-box p, .fancy-box p, .titled-box p {
    color: #888;
    padding: 0;
}

.simple-box .divider, .fancy-box .divider, .titled-box .divider {
    padding-top: 10px;
    margin: 0 0 10px 0;
}

/* divider */
div.divider {
    clear: both;
    display: block;
    height: 1px;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 20px;
    margin: 0 10px 35px 0;
}

div.top {
    position: relative
}

div.top a, div.top a:active {
    font: 10px Arial, Helvetica, sans-serif;
    color: #bbb;
    position: absolute !important;
    right: 0;
    top: 15px !important;
    background: #fff;
}

div.top a:hover {
    color: #000;
    text-decoration: none;
}

/* basic list */
.entry ul li {
    list-style-type: disc;
    padding: 3px 0 3px 0;
    list-style-position: inside;
}

.entry ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 3px 0 3px 0;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

.entry ul.children {
    margin-top: 10px;
}

.entry ul, ol {
    margin: 0 0 10px;
}

.entry p {
    padding-bottom: 15px;
    font: 12px/19px Verdana, Geneva, sans-serif;
}

/* image based list */
ul.dottedlist, ul.dashedlist, ul.linelist, ul.checklist, ul.rec-bulletlist, ul.arrowlist, ul.bulletlist, ul.starlist, ul.arrow1list, ul.arrow2list, ul.heartlist, ul.downloadlist, ul.questionlist, ul.flaglist, ul.helplist, ul.commentlist, ul.voicelist {
    margin-bottom: 20px;
}

ul.dottedlist ul, ul.dashedlist ul, ul.linelist ul, ul.checklist ul, ul.rec-bulletlist ul, ul.arrowlist ul, ul.bulletlist ul, ul.starlist ul, ul.arrow1list ul, ul.arrow2list ul, ul.heartlist ul, ul.downloadlist ul, ul.questionlist ul, ul.flaglist ul, ul.helplist ul, ul.commentlist ul, ul.voicelist ul {
    margin: 5px 0 0 0;
}

ul.dottedlist li, ul.dashedlist li, ul.linelist li, ul.checklist li, ul.rec-bulletlist li, ul.arrowlist li, ul.bulletlist li, ul.starlist li, ul.arrow1list li, ul.arrow2list li, ul.heartlist li, ul.downloadlist li, ul.questionlist li, ul.flaglist li, ul.helplist li, ul.commentlist li, ul.voicelist li {
    list-style: none outside;
    color: #333;
    padding: 5px 0 5px 27px;
    line-height: 17px;
}

ul.starlist li {
    background: url(images/small_icons/star2.png) 0 6px no-repeat;
}

ul.arrow1list li {
    background: url(images/small_icons/moreinfo.png) 0 6px no-repeat;
}

ul.arrow2list li {
    background: url(images/small_icons/readmore.png) 0 6px no-repeat;
}

ul.heartlist li {
    background: url(images/small_icons/heart2.png) 0 6px no-repeat;
}

ul.downloadlist li {
    background: url(images/small_icons/download2.png) 0 7px no-repeat;
}

ul.questionlist li {
    background: url(images/small_icons/help.png) 0 6px no-repeat;
}

ul.flaglist li {
    background: url(images/small_icons/flag.png) 0 7px no-repeat;
}

ul.helplist li {
    background: url(images/small_icons/help2.png) 0 7px no-repeat;
}

ul.commentlist li {
    background: url(images/small_icons/comment.png) 0 7px no-repeat;
}

ul.voicelist li {
    background: url(images/small_icons/voice.png) 0 9px no-repeat;
}

ul.checklist li {
    background: url(images/bullets.png) 0 -95px no-repeat;
}

ul.bulletlist li {
    background: url(images/bullets.png) -22px -60px no-repeat;
}

ul.rec-bulletlist li {
    background: url(images/bullets.png) -46px -25px no-repeat;
}

ul.arrowlist li {
    background: url(images/bullets.png) -74px 8px no-repeat;
}

ul.linelist li {
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}

ul.arrowlist li {
    background: url(images/bullets.png) -74px 8px no-repeat;
}

ul.dashedlist li {
    padding: 5px 0;
    background: url(images/dashed.png) bottom repeat-x;
}

ul.dottedlist li {
    padding: 5px 0;
    background: url(images/dotted.png) bottom repeat-x;
}

/* informative boxes */
.info-box-wrapper {
    margin-bottom: 20px;
}

.info-content-box {
    border: 1px solid #fff;
    padding: 12px 10px 10px 15px;
}

.info-content-box-icon {
    border: 1px solid #fff;
    padding: 12px 10px 10px 38px;
}

.info-box-red-header, .info-box-green-header, .info-box-orange-header, .info-box-blue-header, .info-box-silver-header {
    background-position: 10px 15px;
    background-repeat: no-repeat;
}

.info-box-red-header {
    border: 1px solid #fdced0;
    background-color: #fde9ea;
    color: #A14A40;
}

.info-box-red-body {
    border: 1px solid #fdced0;
    background-color: #fff3f3;
    border-top: none;
    color: #A14A40;
}

.info-box-green-header {
    border: 1px solid #b4e168;
    background-color: #e5fac0;
    color: #68A500;
}

.info-box-green-body {
    border: 1px solid #b4e168;
    background-color: #f0fcdb;
    border-top: none;
    color: #68A500;
}

.info-box-blue-header {
    border: 1px solid #93d1eb;
    background-color: #d8f2fe;
    color: #00A1E4;
}

.info-box-blue-body {
    border: 1px solid #93d1eb;
    background-color: #ebf7fd;
    border-top: none;
    color: #00A1E4;
}

.info-box-silver-header {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    color: #777;
}

.info-box-silver-body {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-top: none;
    color: #777;
}

.info-box-orange-header {
    border: 1px solid #d7c993;
    background-color: #fff2bf;
    color: #A48200;
}

.info-box-orange-body {
    border: 1px solid #d7c993;
    background-color: #fef6d8;
    border-top: none;
    color: #A48200;
}

.info-box-warning {
    background-image: url(images/small_icons/warning_icon.png);
}

.info-box-close {
    background-image: url(images/small_icons/close_icon.png);
}

.info-box-error {
    background-image: url(images/small_icons/error_icon.png);
}

.info-box-info {
    background-image: url(images/small_icons/info_icon.png);
}

.info-box-note {
    background-image: url(images/small_icons/note_icon.gif);
}

.info-box-twitter {
    background-image: url(images/small_icons/twitter_icon.png);
}

.info-box-rss {
    background-image: url(images/small_icons/rss_icon.png);
}

.info-box-star {
    background-image: url(images/small_icons/star_icon.png);
}

.info-box-heart {
    background-image: url(images/small_icons/heart_icon.png);
}

.info-box-download {
    background-image: url(images/small_icons/download_icon.png);
}

/* drop-cap */
.dropcap2, .dropcap3 {
    color: #fff;
    display: block;
    float: left;
    font-size: 25px;
    padding-top: 8px;
    margin: 0 8px 0 0;
    text-align: center;
}

.dropcap1 {
    color: #666;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
}

.dropcap2 {
    background: url(images/dropcap.png) no-repeat;
    width: 38px;
    height: 30px;
}

.dropcap3 {
    background: url(images/dropcap2.png) no-repeat;
    width: 43px;
    height: 37px;
}

.code, .pre {
    border: 1px solid #eee;
    border-left: 5px solid #ddd;
    border-bottom: none;
    overflow: auto;
    white-space: pre-wrap;
    display: block;
    line-height: 21px;
    padding: 21px 10px;
    margin-bottom: 20px;
}

.code {
    background: url(images/code_bg.png) repeat;
    white-space: nowrap;
}

.pre {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

/* pullquote */
.pullquote-right, .pullquote-left {
    background: transparent url(images/openquote.png) no-repeat 20px 5px;
    float: right;
    width: 33%;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 20px;
}

.pullquote-left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.pullquote {
    margin-bottom: 20px;
    display: block;
    clear: both;
    position: relative;
    padding: 10px 10px 5px;
    border: 1px solid #ddd;
}

.pullquote p, .pullquote-right p, .pullquote-left p {
    color: #9e9e9e;
    padding: 10px 0 0 45px !important;
    font: italic 15px/24px Georgia, "Times New Roman", Times, serif;
}

.pullquote cite {
    font-style: italic;
    color: #888;
    display: block;
    text-indent: 0;
    padding-top: 10px;
    letter-spacing: 1px;
    text-align: right;
    font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.pullquote .quote-mark {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* slideshow */
/*.slideshow_sc .flex-control-nav { position: static; margin-top:10px; }*/
.slideshow_sc {
    clear: both;
    margin: 0 auto 35px !important;
    position: relative;
}

.slideshow_sc ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.slideshow_sc ul li {
    list-style: none !important;
}

.slideshow_sc .flex-control-nav {
    text-align: left;
    bottom: -23px;
}

.slideshow_sc .flex-caption {
    width: auto !important;
    bottom: 3px;
    left: 0;
}

.slideshow .pagination-post {
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 101;
}

/* toggle */
.framed-toggle-item {
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F2F2F2)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(center bottom, #F2F2F2 0px, #FFFFFF 100%) repeat scroll 0 0 transparent; /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #F2F2F2);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2)";
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 0 2px 10px;
    border: 1px solid #fff;
}

.toggle-item {
    padding: 0;
    margin: 0 0 15px 0;
}

.toggle-head {
    position: relative;
    cursor: pointer;
    clear: both;
}

.toggle-head h3 {
    font-size: 17px !important;
    text-shadow: 0 1px 1px #fff;
    text-align: left;
    background: url(images/plus.png) no-repeat left center;
    margin: 0 !important;
    padding: 0 0 0 25px;
}

.toggle-head .minus {
    background: url(images/minus.png) no-repeat left;
}

.toggle-body p {
    color: #666;
    padding: 10px 0 0 30px;
}

/* text highlights */
.entry .highlight-yellow, .entry .highlight-red, .entry .highlight-black {
    padding: 2px 4px;
}

.entry .highlight-yellow {
    background: #FFFFC7;
}

.entry .highlight-red {
    background: #fde9ea;
}

.entry .highlight-black {
    background: #777777;
    color: #fff;
}

/* alignment */
.alignright, img.alignright, a img.alignright {
    float: right;
    margin: 10px 10px 10px 16px;
}

.alignleft, img.alignleft, a img.alignleft {
    float: left;
    margin: 10px 16px 10px 0;
}

.aligncenter, img.aligncenter, a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tool_tip {
    display: none;
    z-index: 999;
    cursor: pointer;
}

.tooltip_sc {
    cursor: pointer;
}

.tooltip_body {
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: url(images/tooltip_gradient.png) bottom left repeat-x #fff;
}

.tooltip_tip {
    background: url(images/tooltip-tip.png) no-repeat 50% -2px transparent;
    height: 30px;
    position: relative;
    top: -1px;
    overflow: auto;
}

/* =Testimonial Shortcode
----------------------------------------------------------------- */
.testimonials {
    margin-bottom: 20px;
    position: relative;
}

.testimonials li.testimonial {
    list-style: none;
    text-align: center;
    font: italic 16px/26px Georgia, "Times New Roman", Times, serif;
    color: #828282;
    background: #fff url(images/openquote.png) left top no-repeat;
}

.testimonials li.testimonial p {
    padding: 10px 30px;
}

.testimonials .testimonial cite {
    text-align: center;
    display: block;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #a3a3a3;
    padding-top: 10px;
}

/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.avatar-wrap span {
    display: block;
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #96999d;
    padding-top: 3px;
}

.avatar-wrap .avatar-frame {
    border: 5px solid #d4d4d4;
    background: #fff;
    padding: 4px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}

.avatar-wrap img {
    width: 60px;
    height: 60px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
}

#comments {
    width: 685px;
    float: left;
}

#comments .htitle {
    padding-top: 20px;
    position: relative;
    margin-right: 0
}

#comments .nocomments {
    padding-top: 20px;
    float: left;
}

.commentlist .comment {
    padding-bottom: 5px;
}

.comment .comment {
    background: none;
}

.bypostauthor .comment-content:hover {
    border: 1px solid #aed1ff;
}

.comment-entry {
    position: relative;
    padding-bottom: 15px;
    clear: both;
    background: url(images/comment_line.png) left 54px repeat-x;
}

.depth-2 .comment-content, .depth-3 .comment-content, .depth-4 .comment-content, .depth-5 .comment-content {
    background-color: #f6f6f6;
}

.depth-2 .comment-content {
    width: 67%;
}

.depth-3 .comment-content {
    width: 64%;
}

.depth-4 .comment-content {
    width: 61%;
}

.depth-5 .comment-content {
    width: 58%;
}

#cancel-comment-reply-link {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;
    font: 12px Arial, Helvetica, sans-serif;
}

#respond {
    clear: both;
}

.comment-author-wrap {
    display: inline;
    position: absolute;
    top: 15px;
    left: 0;
}

.comment-content {
    position: relative;
    float: right;
    display: inline;
    background: #fff;
    width: 70%;
    padding: 30px;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 2px;
}

.reply {
    position: absolute;
    top: 70px;
    right: -16px;
    display: none;
}

.reply a {
    background: url(images/circle_icons.png) -35px 0 no-repeat;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    display: block;
}

.reply a:hover {
    background: url(images/circle_icons.png) -70px 0 no-repeat;
}

.avatar-wrap .replay img {
    width: 31px;
    height: 39px;
    padding: 11px 0 0 16px;
}

.avatar-wrap .avatar-frame {
    border: 5px solid #d4d4d4;
    background: #fff;
    padding: 4px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}

.avatar-wrap img {
    width: 60px;
    height: 60px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
}

.comment-author-info {
    text-align: center;
    padding-top: 5px;
}

#form-comment {
    margin-bottom: 40px;
    clear: both;
}

#form-comment label {
    width: 195px;
    padding-left: 4px;
    display: none;
}

#form-comment input.txt {
    width: 91%;
    display: block;
    background: url(images/hl_bg.jpg) repeat-x;
    margin: 0 4px 0 0;
    padding: 7px 5px;
}

#form-comment textarea {
    width: 100%;
    display: block;
    background: #fff url(images/hl_bg.jpg) repeat-x;
    margin: 0 4px 0 0;
    padding: 10px;
}

#form-comment .personal-data {
    overflow: hidden;
}

#form-comment p {
    padding-bottom: 10px;
}

#form-comment .personal-data p {
    width: 33%;
    float: left;
}

.contactform label {
    display: block !important;
}

.txt, textarea {
    border: 1px solid #ccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
    font-size: 13px;
    color: #444;
}

textarea {
    overflow: auto;
}

.loading {
    font: italic 12px Arial, Helvetica, sans-serif;
    display: none;
}

.errortxt, textarea.errortxt {
    border: 1px solid red;
}

#submit {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 4px;
    padding: 7px 10px;
}

#submit:hover {
    background: #111;
}

/*	8.	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
    background: url(images/thick_dott.png) repeat-x;
    float: left;
    margin-top: 20px;
    width: 685px;
}

#footer p {
    padding-top: 10px;
    color: #96999d;
    font: 11px Verdana, Geneva, sans-serif;
}

/* wp-pagenavi */
.navi {
    padding: 30px 0;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend, .wp-pagenavi span.current {
    background: url(images/pagenavi_circle.png) center 4px no-repeat;
    margin: 0 3px;
    text-align: center;
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 13px 0 0 0;
    font: 11px Verdana, Geneva, sans-serif;
    color: #96999d;
}

.wp-pagenavi a:hover {
    background: url(images/pagenavi_circle_hover.png) center 4px no-repeat;
    text-decoration: none;
}

.wp-pagenavi span.current {
    background: url(images/pagenavi_circle_hover.png) center 4px no-repeat;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    background: none;
    width: 50px;
}

.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover {
    color: #555;
}

.wp-pagenavi .pages {
    font-size: 11px;
    float: left;
    padding: 10px 10px 0 0;
}

/* 9. Responsive
/*------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 975px) {
    #content-wrapper {
        width: 766px
    }

    #primary {
        width: 501px
    }

    #slideshow {
        width: 486px;
        height: 286px;
    }

    #slider {
        width: 484px;
        height: 255px;
    }

    #slideshow .slides {
        width: 484px;
        height: 255px;
    }

    #slideshow .slides img {
        padding: 5px;
        width: 474px;
        height: 245px;
    }

    #action {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 25px;
        margin-top: 10px;
    }

    #social-icons, #filters {
        right: 15px;
    }

    #action, #testimonials, .page-title, #blog-single, #folio-single, .htitle {
        margin-right: 15px;
    }

    .frame {
        width: 228px;
        height: 210px;
        margin: 0 20px 20px 0;

    }

    .frame img {
        width: 217px;
    }

    .frame .overlay {
        width: 217px;
        height: 145px
    }

    #featured {
        padding-bottom: 0;
    }

    .home .post {
        width: 145px
    }

    .home .post h3.title {
        font-size: 11px;
    }

    .home .post p, .post .post-details a {
        font-size: 10px
    }

    body.home .post-thumb img {
        height: 80px;
    }

    #testimonials p.fr {
        width: 390px;
        font-size: 13px;
        line-height: 25px;
    }

    #blog .post {
        width: 231px;
    }

    #blog .post-thumb a {
        width: 231px
    }

    #blog .post-thumb img {
        width: 100%;

    }

    /* single post page*/
    .single .post, #folio #filters {
        width: 486px;
    }

    .folio-frame {
        position: relative;
        width: 200px;
        height: 137px;
        float: left;
        border: 1px solid #dfdfdf;
        border-bottom-width: 2px;
        background-color: #fff;
    }

    .folio-frame img {
        padding: 7px;
        width: 186px;
        height: 126px;
    }

    .folio-details {
        width: 250px;
    }

    .folio-meta {
        clear: both;
        width: 100%;
        padding: 10px 0;
    }

    .folio-details h3 a {
        font-size: 18px;
        line-height: 24px;
    }

    .folio-details p {
        font-size: 11px;
    }

    .folio-details .folio-more {
        font-size: 11px;
    }

    #comments {
        width: 486px;
    }

    .comment-content {
        width: 60%
    }

    .depth-2 .comment-content {
        width: 57%;
    }

    .depth-3 .comment-content {
        width: 54%;
    }

    .depth-4 .comment-content {
        width: 51%;
    }

    .depth-5 .comment-content {
        width: 48%;
    }

    #footer {
        width: 486px;
    }

    #author-info {
        width: auto;
        margin-right: 20px;
    }

    .info-form .form-details {
        float: left;
        width: 310px
    }

    .info-form .personal-data {
        float: left;
        padding: 10px 0 0 30px;
        width: 150px;
    }

    .entry .zoom {
        display: block;
    }

    .contact .entry {
        padding: 0;
        margin-left: 5px;
    }
}

/* Smaller than tablet */
@media only screen and (max-width: 767px) {

    #content-wrapper {
        width: 478px;
        background: none;
/*        background-color: #fff;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;*/
    }

    #primary, .home #primary {
        width: 438px;
        margin: 0 auto;
        padding: 0 20px;
    }

    #content, #primary {
        position: static;
    }

    .home.page #primary {
        padding-top: 15px
    }

    #logo {
        text-align: center;
    }

    /* slideshow */
    #slideshow {
        width: 438px;
        height: 276px;
    }

    #slider, #slideshow .slides {
        width: 434px;
        height: 245px;
    }

    #slideshow .slides img {
        padding: 5px;
        width: 424px;
        height: 235px;
    }

    /* drop-down menu */
    #nav {
        display: none; /* hide the main navigation*/
    }

    #mobile-menu {
        display: inline-block;

    }

    #mobile-menu select {
        display: inline-block;
        color: #777;
        margin: 25px 0 10px;
        padding: 7px;
        width: 436px;
        margin-left: 1px;
        border: 1px solid #e1e1e1;
    }

    #mobile-menu option {
        color: #777;
        font-size: 12px;
    }

    /* top search */
    #nav-search {
        top: 0px;
        left: 11px;
        position: relative;
    }

    /* sidebar */
    #sidebar {
        float: none;
        position: relative;
        width: 438px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* removing sidebar elements for smaller size screens*/
    #sidebar .nomobile {
        display: none;
    }

    /* homepage  */
    #action {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
        margin-right: 0
    }

    #featured, #from-blog, #testimonials, #blog {
        position: relative;
        left: 5px;
    }

    .htitle {

        margin-right: 13px;
        font-size: 16px;
        line-height: 35px;
    }

    #filters {
        right: 6px;
        top: 9px
    }

    #featured h3, #folio .frame h3 {
        text-align: center;
        padding-right: 3px;
        padding-left: 3px;
    }

    .frame {
        position: relative;
        width: 200px;
        background-color: #fff;
        height: 210px;
        margin: 0 17px 17px 0;
        border: 1px solid #dfdfdf;
        border-bottom-width: 2px;
    }

    .frame img {
        width: 190px;
    }

    .frame .overlay {
        width: 190px;
        height: 126px
    }

    .frame .buttons {
        top: 53px;
    }

    #testimonials {
        width: 430px;
        padding-right: 18px;
    }

    #testimonials p.fr {
        width: 332px;
        font-size: 12px;
        line-height: 23px;
    }

    #from-blog .post:last-child {
        display: none;
    }

    .post {
        width: 200px
    }

    .post {
        margin-right: 17px
    }

    .post h3.title {
        font-size: 12px;
    }

    .post p, .post .post-details a {
        font-size: 10px
    }

    .page-title {
        margin-right: 13px;
        margin-top: 30px;
        position: relative;
        left: 5px;
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 15px;

    }

    /* single post */
    .single .post {
        width: 420px;
        position: relative;
        left: 5px;
    }

    /* comments */
    #comments {
        width: 425px;
        margin-left: 5px;
    }

    #reply-title {
        margin-bottom: 15px;
    }

    #form-comment .personal-data p {
        float: left;
        clear: left;
        width: 50%;
    }

    .comment-content {
        width: 60%
    }

    .depth-2 .comment-content {
        width: 57%;
    }

    .depth-3 .comment-content {
        width: 44%;
    }

    .depth-4 .comment-content {
        width: 41%;
    }

    .depth-5 .comment-content {
        width: 38%;
    }

    #author-info {
        margin-right: 13px;
        width: 420px;
        margin-left: 5px;
    }

    /* portfolio */
    #folio {
        position: relative;
        left: 5px;
    }

    #folio #filters {
        width: 425px;
    }

    .folio-frame {
        position: relative;
        float: left;
        border: 1px solid #dfdfdf;
        border-bottom-width: 2px;
        background-color: #fff;
        width: 428px;
    }

    .folio-frame img {
        padding: 7px;
        width: 414px;
        height: 228px;
    }

    .folio-details {
        width: 430px;
    }

    .folio-meta {
        clear: both;
        width: 100%;
        padding: 10px 0;
    }

    .folio-details h3 a {
        font-size: 18px;
        line-height: 24px;
    }

    .folio-details p {
        display: none
    }

    .folio-details .folio-more {
        display: none
    }

    .info-form .form-details {
        float: left;;
        width: 235px;
    }

    .info-form .personal-data {
        float: left;
        padding: 10px 0 0 30px;
        width: 150px;
    }

    .contact .entry {
        padding: 0;
        margin-left: 5px;
        width: 420px;
    }

    .entry .zoom {
        display: block;
    }

    #back-to-top {
        display: none
    }

    #footer {
        position: static;
        width: 405px;
        padding: 10px 15px;
        clear: both
    }
}