/*
Theme Name: A way to art
Theme URI: http://awaytoart.com/
Description: Wordpress Template for Away to art <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Nazmus Sakib
Author URI: http://jadewits.com/
Tags: artist, image, two column
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
:focus{outline:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
img,fieldset {border:none;}
li{list-style:none;}
a,a:active,a:hover{text-decoration: none;}


/* Main Css */
* {
    font-family: Arial,Helvetica, Tahoma, "Times New Roman";
}
body{
    text-align: left;
    color: #666666;
    font: 12px/12px Arial,Helvetica, Tahoma, "Times New Roman";
}
#mainBody{
    width: 900px;
    height: 700px;
    margin: 0 auto;
}
#header{
    width: 900px;
    height: 316px;
    background: url('images/header.jpg') left top no-repeat;
}
#header .top{
    width: 900px;
    height: 287px;
}
#header h1{
    background: url('images/logo.jpg') left 83px no-repeat;
    width: 139px;
    height: 288px;
    cursor: pointer;
}
#header h1 a{
    cursor: pointer;
}
#header .bottom{
    text-align: center;
    width: 900px
}
.mainMenu{
    margin-left: 100px;
    width: 800px;
    overflow: hidden;
    text-align: center;
}
.mainMenu li{
    float: left;
    line-height: 25px;
    margin-left: 20px;
}
.mainMenu li a,.mainMenu li a:hover{
    color: #fff;
    font-size: 18px;
}
/* Main Body Starts */
#theBody{
    width: 900px;
    /*background: url('images/body-bg.jpg') left top no-repeat;*/
    overflow: hidden;
}
#theBody .main{
    width: 700px;
    float: left;
}
.postTitle{
    margin: 20px 20px 2px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #663333;
}
.time{
    font-size: 10px;
}
.time ul{
    display: inline;
}
.time ul li{
    display: inline;
}
.time ul li a, .time ul li a:hover{
    color: #663333;
    font-weight: bold;
}
.postTags a{
    color: #663333;
}
.postTags a:hover{
    text-decoration: underline;
}
.more-link{
    display: block;
    margin: 10px 0;
}
.postTitle a,.postTitle a:hover{
    color: #663333;
    font-size: 18px;
    font-weight: bold;
    
}
.post{
    color: #663333;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    padding: 20px 20px 20px 0;    
}
.post a,.post a:hover{
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
    color: #663333;
}
.post ul{
    margin: 10px 10px 10px 10px;
}
.post ul li{
    list-style: circle;
    list-style-position: inside;
    
    
}
.nextPrev{
    margin: 20px 10px;
    /*padding: 0 10px; */
    width: 680px;
    height: 20px;
    border-top: 1px solid #663333;
    border-bottom: 1px solid #663333;
}
.nextPrev .left{
    float: left;
}
.nextPrev .right{
    float: right !important;
    width: auto !important;
}
.nextPrev a{
    color: #663333;
    font-size: 12px;
    line-height: 20px;
}
#theBody .right{
    width: 200px;
    float: left;
}
/* Sidebar */
#sidebar{
    margin: 20px 0;
}
.widget{
    margin: 20px 0;
    
}
#sidebar h2{
    color: #cc6633;    
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: lowercase;
    border-bottom: 1px solid #cc6633;
    padding-bottom: 5px;
}
#sidebar ul li ul li{
    margin-bottom: 5px;
    list-style-position: inside;
    list-style: square;
    margin-left: 20px;
}
#sidebar ul li ul li a{
    color: #cc6666;
    font-size: 12px;
}
#sidebar ul li ul li a:hover{
    text-decoration: underline;
}
#s{
    width: 150px;
    border: 1px solid #cc6633;
    padding: 5px;
}
#searchsubmit{
    background: url('images/search.png') left top no-repeat;    
    text-indent: -9999em;
    height: 24px;
    width: 24px;
    border: 0 none;
    cursor: pointer;
}
.widget_tag_cloud a{
    color: #cc6633;
}
/* Contact Us */
.contactform{
    margin: 20px 0;
    width: 640px;
    font-size: 11px;
    font-weight: normal;
}
.contactform p{
    height: auto;
    clear: both;
}
#wpcf_your_name,#wpcf_email,#wpcf_website, #author,#email,#url{
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    border: 1px solid #663333;
    padding: 2px 5px;
    font-size: 11px;
    width: 350px;
}
.contactform input{
    border: 1px solid #663333;
}
.contactform textarea{
    margin-right: 20px;
    margin-bottom: 5px;
    border: 1px solid #663333;
    padding: 2px 5px;
    font-size: 11px;
    width: 350px;
}
#contactsubmit{
    width: 100px;   
    float: left;
    margin-top: 10px;
    background: #663333;
    border: 0 none;
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
}
.contactform label,.contactform label small{
    font-size: 11px;
    font-weight: normal;
}


/* Footer*/
#footer{
    width: 900px;
    height: 70px;
    text-align: center;
    overflow: hidden;
}
#footer ul{
    overflow: hidden;
    margin-left: 225px;
}
#footer ul li{
    float: left;
    margin-left: 10px;
    height: 30px;
}
#footer ul li a,#footer ul li a:hover{
    color: #666666;
    font-size: 14px;
}

.hide{
    display: none;
}
/* Extra */
.alignleft{
    float: left;
    margin: 10px 10px 10px 0;
}
.alignright{
    float: right;
    margin: 10px 0px 10px 10px;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 10px 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }
    
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.secondaryMenu{
    overflow: hidden;
    background-color: #000;
    margin-left: 10px;
    display: block;
    width: 200px;
    z-index: 5;
}
.secondaryMenu li{
    display: block;
    float: none;
    text-align: left;
    width: 200px;
}
.galleryMenu{
    width: 53px;
    height: 27px;
}

#jsddm li ul{
    margin: 0;
    margin-top: 2px;
    padding: 0;
    position: absolute;
    visibility: hidden;
}
#jsddm li ul li{
    float: none;
    display: inline;
}
#jsddm li ul li a{    
    width: auto;
    background: #CC6633;
    color: #fff;
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    z-index: 1;
}
#jsddm li ul li a:hover{
    background: #8EA344;
}
.page_item{
    display: none !important;
}
.piclenselink{
    display: none;
}
.ngg-gallery-thumbnail{
    overflow: hidden;
}
.ngg-gallery-thumbnail img{
    float: left;
}
.imageDes{
    float:left;
    margin-left:10px;
    margin-top:5px;
    text-align:left;
    width:180px;
}

#commentlist li{
    overflow: hidden;
    margin-bottom: 20px;
}
#commentlist li p{
    /*float: left;*/
    margin-bottom: 10px;
    color:  #663333;
    font-size: 13px;
    line-height: 16px;
}
#commentlist li img{
    float: left;
    margin-right: 10px;
}
h2#comments, h2#postcomment{
    color: #663333;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #663333;
    margin: 10px 0;
}
.copyright{
    float: left;
    width: 700px;
    text-align: center;
}
.poweredBy {
    float:left;
    overflow:hidden;
    width:140px;
    padding-right: 50px;
    height: 40px;
    line-height: 40px;
    background: url('http://demo.jadewits.com/diu/images/jadewits.png') right top no-repeat;
}
.poweredBy a{
    color: #663333;
    width: 50px;
    height: 40px;
}

