/******************************************************************
Theme Name: Winterize
Theme URI: http://www.s5themes.com/theme/winterize/
Description:  Winterize - Check <a href="http://www.s5themes.com/documentation/winterize/">Winterize Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: S5themes.com
Author URI: http://www.s5themes.com
Version: 1.0.0

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/


/************************ STYLE STRUCTURE ************************

    1. Reset CSS
    2. Typography presets
    3. Header
    4. Footer
    5. Navigation
    6. Navigation Submenu
    7. Main Section
    8. Sidebar & Widgets
    9. Image Styles
    10. Post Style
    11. Contact Form
    12. Tweet List
    13. Paginate
    14. Comments
    15. Respond Form
    16. Dropcaps
    17. Responsive Navigation
    18. Media Queries

****************************************************************/

/************************ Reset CSS ************************/

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;
}
body {
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    padding: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
}
.wp-smiley {
    max-height: 1em;
    margin:0 !important;
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
    margin:-1.5em 0 0 0;
}
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/*  Less Framework 4
    http://lessframework.com
    by Joni Korpi
    License: http://opensource.org/licenses/mit-license.php */


/************************ Resets ************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a img {border: 0;}



/************************   Typography presets ************************/

.gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1 {
    font-size: 68px;
    line-height: 48px;
    letter-spacing: -1px;
}

.large, h2 {
    font-size: 42px;
    line-height: 48px;
}

.bigger, h3 {
    font-size: 26px;
    line-height: 36px;
}

.big, h4 {
    font-size: 22px;
    line-height: 30px;
}

.small, small {
    font-size: 13px;
    line-height: 18px;
}
.clear {
    clear: both;
	padding-bottom: 20px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
}

/************************ Selection colours (easy to forget) ************************/

::selection         { color:#fff; background:rgb(255,150,115);}
::-moz-selection    { background: rgb(255,150,115); color:#fff;}
img::selection      { background: transparent; color:#fff;}
img::-moz-selection { background: transparent; color:#fff;}
body                {-webkit-tap-highlight-color: rgb(255,255,255); color:#fff;}



/*      Default Layout: 992px.
        Gutters: 24px.
        Outer margins: 48px.
        Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body {
    height:100%;
}

body {
    background: rgb(255,255,255,0);
    color: rgb(60,60,60);
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    margin: 0 auto;
    color: #666666;
    font-family: 'Open Sans',Sans-Serif;
    font-size: 16px;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #FF9673;
}
.container {
    margin: 0 auto;
    height: 100%;
}

/************************ Header ************************/
.header {
    margin: 0 auto; 
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
header {
    margin: 0 auto;
    padding:0;
    min-height: 80px;
    max-width:1200px;
    
}
header h1.title {
    font-size: 36px;
    font-weight: 800;
    text-align:center;
    float: left;
    padding: 15px 0 0;
    color:#FF9673;
}
header h1.title a {
    color:#ffffff;
}
header h1.title a:hover {
    color:#FF9673;
}
header .description {
    font-size:16px;
    font-style:italic;
    color:#858585;
    display:block;
    text-align:center;
}
header h1.title span {
    color: #005f6b;
}


/************************ HomePage ************************/
.homepage {
    min-height: 100%;
    background-attachment:fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    overflow: hidden;
    height: 100%;
}
.homesummary h2 {
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
    padding-bottom: 20px;
}
.homesummary {
    height: 100%;
    overflow: hidden;
    display: table;
    width: 100%;
    min-height: 100%;
}
.homecontent {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background: rgba(0,0,0,.5);
    color:#fff;
    padding:10% 20%;
    width:50%;
}

/************************ Footer ************************/
footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
    background: #333;
    font-size: 12px;
    overflow:hidden;
    margin: 0 auto;
    color:#999999;
}

footer a {
    color:#ffffff;
}

footer #menu-main-menu li {
    display: inline;
    padding: 0 10px;
}

.footer_widget ul li, {
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
    color: #747272;
    padding: 3px 0 3px;
}
.footer_widgets{
    padding: 0 20px;
    margin:0 auto;
    text-align:left;
    max-width:1200px;
}
.footer_widgets h2{
    font-size:14px;
    color:#FF9673;
    text-transform:uppercase;
}
.footer_widget {
    float: left;
    margin-right: 30px;
    padding-bottom: 30px;
    width: 21.5%;
}
.footer_widget ul li {
    margin-bottom: 10px;
    border-bottom:1px solid #444;
    padding-bottom:10px;
}
.footer_widget ul li, .footer_widget ul li a {
    list-tyle:none;
    font-size:13px;
    font-weight:400;
    color:#ccc;
}
.footer_widget ul li a:hover {
    color:#FF9673;
}
.footer_widgets .widget_recent_entries ul li  a {
    font-size:13px;
    font-weight:700;
}
.footer_widgets .post-date {
    display:block;
    font-size:11px;
}
#social {
    margin: 0 auto;
}
#social a {
    display:inline-table;
    padding-right: 10px;
    font-size:18px;
    color:#666;
}
#social a:hover {
    color:#FF9673;
}
.copyright {
    background:#000000;
    clear: both;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}
/*********************コピーライト　フォント１２　→　１６に ************************/
.copyright a {
    color:#ccc;
}
.copyright a:hover {
    color:#fff;
}
/************************ Navigation ************************/
.navigation {
    font-size: 12px;
    padding-top: 30px;
}
.my_works .navigation {
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:55px;
}
nav {
    margin:0;
    padding:19px 0;
    line-height: 36px;
    text-align: center;
    float:right;
}
nav ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
nav ul li a {
    padding: 21px 5px;
    color: #888888;
    text-decoration: none;
}
nav ul li a span {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}
nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_item a {
    color: #ffffff;
    border-top:5px solid #FF9673;
}
nav ul li.active a {
    border-bottom: 5px solid #005F6B;
}

/************************ Nav Submenu ************************/
ul.sub-menu {
    position: absolute;
    background: #333;
    margin-top: 17px;
    margin-left: -15px;
    width: 250px;
    text-align: left;
    z-index:999;
    padding:10px 0 10px;
}
ul.sub-menu li {
    line-height: 26px;
    display: block;
    padding: 0px;
    font-weight: 400;
    padding-left:10px;
    text-transform: upppercase;
}
ul.sub-menu li a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight:600;
    padding: 10px 10px;
    display: block;
    text-shadow: none;
    border:none !important;
}
ul.sub-menu li a:hover {
    color: #FF9673 !important;
}

ul.sub-menu li ul {
    position: absolute;
    margin-left: 230px;
    margin-top: -50px;
    width: 250px;
    text-align: left;
    z-index:999;
    padding:10px 0 10px;
}

ul.subnav {
    font-weight: bold;
    font-family: "Helvetica", Arial, Sans-Serif;
    padding-top: 20px;
    margin-bottom: 20px;
}
ul.subnav li {
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    color: #ffffff;
}
#submenu li.current_page_item a {
    color: #000;
}

/************************ Main Section ************************/
section.main {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-right: 0;
    max-width: 1200px;
    overflow: hidden;
    padding-top: 50px;
}

section.main h1 {
    font-size: 32px;
    text-transform: upppercase;
    font-weight:700;
    color:#878787;
    text-align:center;
    margin:40px 0 20px;
}
section.main .post h2 {
    font-size: 40px;
    font-weight: 900;
    padding: 0 0 30px;
    position:relative;;
}
section.main .post h2 a {
    color: #3b2b2d;
    line-height: 36px;
}
section.main .post h2 a:hover {
    color: #FF9673;
}
body.error404 section.main .post h2 {
    line-height: 60px !important;
    font-size: 60px;
}
section.main .post h2 a {
    color: #3b2b2d;
    line-height: 36px;
}

.main-single p {
    font-size: 12px;
    margin-bottom: 15px;
}
section.main blockquote {
    border-left: 4px solid #ff9673;
    clear: both;
    display: block;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 20px;
    padding: 20px;
}
section.main blockquote p {
    font-size: 20px;
    line-height: 30px;
    color: #999;
}
section.main pre {
    border: 1px solid #eee;
    display: block;
    overflow: auto;
    padding: 10px;
    width: 100%;
    word-wrap: break-word;
}
section.full-width {
    width: 896px;
    padding: 20px 0px;
}
.screen-reader-text {
    display: none;
}
#searchform {
    position: relative;
}
#searchform:before {
    content: "";
    display: block;
    height: 46px;
    position: inherit;
    top: 24px;
    width: 117px;
    background: url("images/cloud.png") no-repeat;
    z-index: 99;
}
input#s {
    color: #ccc;
    padding: 0 10px;
    width: 99%;
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
}
#searchform div:after {
    color: #ff9673;
    content: "\e090";
    font-family: 'Simple-Line-Icons';
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50px;
}
#searchsubmit {
    display:none;
}

body.home section.main,
body.page section.main,
body.single-post section.main,
body.error404 section.main,
body.archive section.main,
body.search section.main {
    font-size: 44px;
}

/************************ Column ************************/
.col-left {
    float: right;
    font-size: 18px;
    padding: 30px;
    width: 70%;
    background: white;	
}

/************************ Sidebar & Widgets ************************/
.sidebar {
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 20px;
    width: 30%;
}
.sidebar a:hover {
    color:#140d07;
}
.sidebar ul {
    list-style: none !important;
    padding: 0 !important;
}
.sidebar ul li {
    list-style: none !important;
}
.rsswidget > img {
    float: left;
    margin-right: 5px;
    margin-top: 17px;
}
h2 a.rsswidget  {
    color:#666666;
}
.sidebar ul li ul li {
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 10px;
}
section.sidebar p{
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
    color: #747272;
    padding: 3px 0 3px;
}
section.sidebar .box {
    padding-bottom: 40px;
}
section.sidebar .blog p time {
    display: block;
    font-style: italic;
}
.widget {
    padding: 0;
}
.widget h2 {
    font-size: 16px;
    font-weight:700;
    text-transform:uppercase;
    position: relative;
}
.widget li {
    padding-bottom:10px;
}
.widget a {
    color:#FF9673;
    font-size:16px;
    display:block;
    font-weight:600;
}
.widget .post-date{
    color:#A5A5A5;
    font-size:14px;
}
.widget_recent_entries li{
    border-bottom:1px solid #EEEEEE;
    margin-bottom: 20px;
}
.recentcomments:before {
    color: #ff9673;
    content: "\e07d";
    font-family: 'Simple-Line-Icons';
    padding-right: 10px;
}
.sidebar .recentcomments, .recentcomments a  {
    color: #999999;
    font-size: 16px;
    font-weight:400;
}

/************************ Buttons ************************/
a.gbutton, .reply a, .submitbutton, .comment-reply-link {
    background: none repeat scroll 0 0;
    border:2px solid #ff9673;
    border-radius: 2px;
    color: #ff9673;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica",Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
a.gbutton:hover, .reply a:hover, .submitbutton:hover, .comment-reply-link:hover {
    background: #ff9673;
    color: #fff;
}
a.gbutton:after, .reply a:after, .submitbutton:after, .comment-reply-link:after {
    content: "\e07b";
    font-family: 'Simple-Line-Icons';
    padding-left: 10px;
}
.post_read_more, .more-link {
    border:2px solid #ff9673;
    background: #fff;
    clear: both;
    color: #ff9673;
    display: block;
    font-weight: bold;
    height: 45px;
    margin: 30px 0;
    padding: 7px 15px;
    text-transform: uppercase;
    width: 150px;
    border-radius: 3px;
}
.post_read_more:hover,
.more-link:hover {
    background: #ff9673;
    color: #fff;
}
.post_read_more:after, .more-link:after {
    content: "\e079";
    font-family: 'Simple-Line-Icons';
    padding-left: 15px;
}

/************************ Image Styles ************************/
img.alignleft, img.alignright, img.aligncenter {

}

img.blog-thumb {
    border-radius: 0px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

/************************ Post Style ************************/
section.main .post {
    clear: both;
    padding: 0;
    border-bottom: 1px solid #efefef;
    margin:0 auto;
}
section.main p {
    color: #666666;
    font-size: 18px;
    line-height: 1.9;
    padding-bottom: 20px;
}
/************************ sectionmainp  fontsize 18に ************************/
section.main .post p em {
    font-size:16px;
    font-family: 'Georgia', Sans-Serif;
}
section.main .post:last-child {
    border-bottom: none;
}
section.main ul {
    list-style: disc outside none;
    padding:0 30px 30px;
}
section.main ol {
    list-style: decimal;
    padding:0 30px 30px;
}
section.main h4 {
    color: #999;
    padding: 20px;
    text-transform: uppercase;
    font-size:18px;
}
.post-thumb {
    padding:0;
    margin:0; 
    position: relative;
}
.post-comments {
    border-right: 1px solid #cccccc;
    color: #ff9673;
    display: inline-block;
    font-size: 28px;
    margin-left: -45px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    width: 45px;
    line-height: 32px;
    vertical-align: middle;
}
div.meta {
    font-size: 15px;
    font-style: italic;
    font-weight: 200;
    color: #999999;
    line-height: 32px;
    padding-bottom: 29px;
}
div.meta a{
    color: #ff9673;
    font-weight: 700;
}
div.meta a:hover{
    color: #140D07;
    font-weight: 700;
}
div.meta .post-date {
    padding-top:20px;
}
div.meta .post-comments a {
    font-weight: 600;
    font-size: 18px;
    color:#140D07;
    font-family: Arial,Helvetica,serif;
}
div.meta .post-comments a:hover {
    color:#ff9673;
}
div.meta .post-comments em {
    font-tyle: italic;
    font-size:12px;
}
.post-author {
    font-weight: 700;
}
.post-author em {
    font-tyle: italic;
    font-weight: 200;
}
.post-tags {
    color: #ff9673;
    display: block;
    font-size: 14px;
    font-weight: 500;
}



/************************ Contact Form ************************/
#contactForm {
    display:block;
    padding-top: 30px;
}

#contactForm label {
    display: block;
    font-weight: normal;
    padding: 5px 0px;
}
#contactForm input,
#contactForm textarea {
    background:#fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 7px 10px;
}
#contactForm textarea {
    font-size:13px;
    width: 95%;
}
#contactForm input {
    width: 95%;
}
.thanks {
    background: #F2F3F6;
    background: url('lib/contactform/ok.png') 0 26px no-repeat;
    padding: 25px 15px 15px 25px;
    display: none;
}

#contactForm .error, .error {
    background: url("lib/contactform/error.png") no-repeat scroll 5px 50% #FEF4F1;
    border: 1px solid #F5F5F5;
    border-radius:5px;
    color: #000000;
    display: none;
    margin-bottom: 5px;
    padding: 7px 20px 7px 30px;
    width: 90%;
}

.error {
    display:none;
}

#contact-map{
    background: #fff;
    padding-bottom:30px;
    border:0;
    padding:0;
}
#contact-map iframe{
border:none;
}

/************************ Tweet List ************************/
.tweet_list li {
    background: transparent;
    border-bottom: 1px dotted #efefef !important;
    color: #666666 !important;
    font-size: 14px !important;
    margin: 5px 0;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}

.tweet_list span {
    padding-left:0px;
}

.tweet_list a {
    color:#FF4C4C !important;
}

.tweet_list li img {
    background: none repeat scroll 0 0 #F8F7F1;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px 2px #DDDDDD;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}
.followTwitter {
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight:bold;
}

/************************ Paginate ************************/
.emm-paginate {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    margin:3% auto;
    padding: 10px 0;
    width: 100%;
    text-align: left;
}
.emm-paginate a, .emm-paginate span {
    margin-left:10px;
}

.emm-page {
    border:2px solid #ccc;
    color:#ccc;
    display: inline-table;
    height: 40px;
    min-height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: 5px; 
    text-align: center;
}
.emm-page:hover {
    border:2px solid #FF9673;
    color:#999;
}
.emm-current {
    border:2px solid #FF9673;
    color:#FF9673;
}

/************************ Comments ************************/
#comments {
    border-bottom: 2px solid #DDDDDD;
    display: block;
    float: left;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 90%;
    margin-bottom: 30px;
}
.comment-author {   background:none;}
#comments h3, #comment-form-title h3 {
    font-size: 16px;
    font-weight: 900;
    text-transform:uppercase;
}
ol.commentlist { margin-top: 10px; margin-bottom:20px; padding:0 !important;}
.commentlist ol li {border-bottom:1px solid #ddd;}
.commentlist li { position: relative; clear: both; list-style-type: none; padding: 11px 10px;}
.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 17px; }
.commentlist li.depth-1 { margin-top: 1px; }
.commentlist li:not(.depth-1) { margin-right: -10px; }
.commentlist li:last-child {}.commentlist header {min-height: 30px; border:none;}
nav#comment-nav {line-height: 12px;}

.commentlist .vcard {margin-left: 40px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal;}
.commentlist .vcard time {font-size: 11px;  float: none; background:none;width: auto;margin-top: auto; text-shadow:1px 1px #fff;text-transform:uppercase}
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }

.commentlist .vcard img.avatar { position: absolute; left: 0; padding: 0px; border: 0px solid #cecece; background: #fff; -moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; }
.commentlist li .comment_content { margin-left: 40px; }
.commentlist li .comment_content p { margin: 15px 0; }
.commentlist li ul:not(#comment-form-elements) { margin: 0 0 0 40px; }
.commentlist li ul.children li { border:none;padding-bottom:4px;}
.commentlist .comment-reply-link {text-decoration: none; font-size: 11px; text-transform:uppercase; padding: 4px 8px; margin-left: 40px;}
.commentlist a.comment-reply-link:hover { opacity: 1; }
.commentscount { background:url(library/images/comments.png) 0 2px no-repeat; padding-left:28px; height:30px; display:inline-block; }
#cancel-comment-reply-link { text-transform:uppercase; font-size: 11px; color:#ff4d4d;}
#comment-nav ul {
    list-style: none;
}
#comment-form-elements {
    padding: 0;
}



/************************ Respond Form ************************/
#respond {margin:40px 0 0 0;}
.respond-form form[method=post] {margin: 0; }
.respond-form ol li form#commentform[method=post] li { margin-bottom:0}
.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 20px; padding: 0 }
.respond-form form[method=post] li label, .respond-form form[method=post] li small {cursor:pointer; text-transform:uppercase; width:130px; display:block;}
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { outline:none;}
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { width:95%; height:30px; border: none; padding: 1px 6px; line-height: 24px; }
#allowed_tags { margin: 24px 10px 11px 0; }

.respond-form textarea, .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { font-family: sans; background:#fff; border: 1px solid #ccc;}
.respond-form textarea { resize: none; width: 95%; padding: 10px 5px; line-height: 24px;  height:190px; font-family: Georgia; font-style: italic; color: #999;}
.respond-form input:invalid, .respond-form textarea:invalid { outline: none;}

.nocomments { margin: 0 20px 17px; }
.commentbutton {background:url(library/images/postcomment.png) 0 0px no-repeat; width:162px; height:34px; text-indent:-9999px; border:none; margin-left:135px;}

/************************ Dropcaps ************************/
.dropcapsimple, .dropcapsquare, .dropcapfancy {
    float:left;
    overflow:hidden; 
    text-align:center;
}

.dropcapsimple {
    font-size:34px;
    height:34px;
    line-height:38px;
    width:30px;
    text-align:left;
}

.dropcapsquare {
    font-size:28px;
    height:38px;
    line-height:38px;
    width:38px;
    margin-right:7px;
    color:#fefefe;
    background:#111;
    text-shadow:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.dropcapfancy {
    font-size:26px;
    height:40px;
    line-height:40px;
    width:40px;
    margin-right:7px;
    color:#fefefe;
    text-shadow:none;
    background:url(images/bk_dropcap3.png) 0 0 no-repeat !important;
}

/************************ Responsive Navigation ************************/
nav select {
      display: none;
}

/*      Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    body {
        /*width: 710px;
        padding: 0px 28px 60px;*/
    }
    header {
        width: 100%;
    }
    nav {
        width: 100%;
        text-align: right;
        float:none;
    }
    .homesummary {
        font-size: 18px;
    }
    .homesummary h2 {
        font-size: 41px;
    }
    section.main {
        width: 100%;
        float: right;
        padding-top: 20px;
    }
    .sidebar {
        width: 100%;
        float:none;
    }
    section.main, .col-left {
        width: 100%;
        padding: 0;
        float:none;
    }
    .post-comments, .post-category {
        margin-left: 0;
    }
    section.main .post {        
        width: 95%;    
		padding-top:80px;
    }
    section.main .post h2 {
        width: 95%;
        font-size: 16px;
    }
    #respond #commentform p label {
        clear: both;
        display: block;
        padding-left: 0;
        font-size: 11px;
        font-style: italic;
    }
    #respond #commentform #comment {
        width: 95%;
    }
    body.page section.main img,
    body.blog section.main img,
    body.archive section.main img  {
        max-width: 100%;
        height: auto !important;
    }
    
    nav {
        float: none;
        padding: 20px;
    }
}


/*      Mobile Layout: 320px.
        Gutters: 24px.
        Outer margins: 34px.
        Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

    body {
    /*  width: 250px;
        padding:0px 34px 60px;*/
    }
    header {
        width: 100%;
    }
    header h1.title {
        float: none;
    }
    .footer_widget {
        float: none;
        margin-right: 0px;
        width: 100%;
    }
    .footer_widgets {
        width: 100%;
    }
    .homesummary {
        font-size: 18px;
        line-height: 24px;
    }
    .homesummary h2 {
        font-size: 28px;
        line-height: 28px;
    }
    img.blog-thumb {
        float:none;
    }
    nav ul {
        display: none;
    }
    nav select {
        display: inline-block;
        width: 100%;
        border: 1px solid #ccc;
        color: #666; padding:5px;
        font-family: 'Cabin Condensed', Arial, sans-serif;
        font-size: 12px;
    }
    .sidebar {
        width: 100%;
        float:none;
    }
    section.main, .col-left {
        width: 100%;
        padding: 0;
        float:none;
    }
    .post-comments, .post-category {
        margin-left: 0;
    }
    .post-author {
        position: inherit;
        text-align: left;
    }
    section.main .post {        
        width: 95%;    
		padding-top:80px;
    }
    section.main .post h2 {
        width: 95%;
        font-size: 22px;
    }
    img.blog-thumb {
        float: none;
        width:100%;
    }
    #respond {
        margin: 0px;
        padding-top:40px;
    }
    .commentlist li ul {
        margin: 0px;
    }
    #respond #commentform p label {
        clear: both;
        display: block;
        padding-left: 0;
        font-size: 11px;
        font-style: italic;
    }
    #respond #commentform #comment {
        width: 95%;
    }
    body.page section.main img,
    body.blog section.main img,
    body.archive section.main img  {
        max-width: 100%;
        height: auto !important;
    }
    section #contact-map  {
        width: 95%;
    }
    section #contactForm input, section #contactForm textarea {
        width: 95%;
    }
    
    footer {
        padding:20px;
    }
    
    nav {
        float: none;
        padding: 20px;
    }

}



/*      Wide Mobile Layout: 480px.
        Gutters: 24px.
        Outer margins: 22px.
        Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    body {
        /*width: 420px;
        padding: 5px 22px 48px;*/
    }
    header {
        width: 100%;
    }
    header h1.title {
        float: none;
    }
    nav ul     {
        display: none;
    }
    nav select {
        display: inline-block;
        width: 100%;
        border: 1px solid #ccc;
        color: #666; padding:5px;
        font-family: 'Cabin Condensed', Arial, sans-serif;
        font-size: 12px;
    }
    .footer_widget {
        float: none;
        margin-right: 0px;
        width: 100%;
    }
    .sidebar {
        width: 100%;
        float:none;
    }
    section.main, .col-left {
        width: 100%;
        padding: 0;
        float:none;
    }
    .post-comments, .post-category {
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
    }
    .post-author {
        position: inherit;
        text-align: left;
        display: inline;
    }
    section.main .post {
        width: 95%;
		padding-top:80px;
    }
    section.main .post h2 {
        width: 100%;
        font-size: 16px;
    }
    img.blog-thumb {
        float: none;
        width:100%;
    }
    #respond #commentform p label {
        display: inline;
        padding-left: 20px;
    }
    #respond #commentform #comment {
        width: 95%;
    }
    body.page section.main img,
    body.blog section.main img,
    body.archive section.main img  {
        max-width: 100%;
        height: auto !important;
    }
    section #contact-map  {
        width: 95%;
    }
    footer {
        padding:20px;
    }
    nav {
        float: none;
        padding: 20px;
    }
}

/*  Retina media query.
    Overrides styles for devices with a
    device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2) {

    body {

    }

}