/*   
Theme Name: Dark Blue Orange
Theme URI:
Description: Orange Blue Theme that can be used for any purpose without any editing in the theme. Just install the theme and enjoy...
Author: Sulav Neupane
Author URI: http://www.sulavneupane.com.np/
Version: 1.2

Tags: dark, blue, orange, two-columns, right-sidebar, fixed-width, threaded-comments, custom-background

License: GNU - General Public License Version 3
License URI: license.txt
*/

@import url('css/comment.css');
@import url('css/reset.css');
@import url('css/wp-essentials.css');

@media screen {

#page-wrap {
    min-height: 100%;
    padding: 15px;
    position: relative;
    width: 960px;
    margin: 0 auto;
    border-right: 3px solid #abadb1;
    border-left: 3px solid #abadb1;
    border-bottom: 3px solid #abadb1;
    background: #f1f4f9;
}




/*================================================ Header ==========================================*/
header {
    background: #1a53fa url(images/header-bg.jpg) repeat-x;
    border-bottom: 3px #000 solid;
    border-top: 2px #000 solid;
    overflow: hidden;
    height: 82px;
    color: #fff;
}

#header-wrap {
    text-align: left;
    width: 960px;
    margin: 0 auto;
}

header h1 {
    width: 800px;
    margin-bottom: -5px;
    height: 40px;
    overflow: hidden;
    text-shadow: 2px 2px 1px #000;
}

header h1 a {
    font-weight: bold;
    font-variant: small-caps;
    color: #ff0;
    text-decoration: none;
    padding: 10px 0;
    letter-spacing: 2px;
}

header h1 a:hover {
    text-decoration: underline;
}

header .description {
    width: 800px;
    font-size: 16px;
}




/*====================================== Navigations ================================*/
#nav {
    background: #ff7d23;
    width: 100%;
    border-bottom: 2px solid #000;
    margin: 0;
}

article a {
    color: #00f;
    text-decoration: none;
    font-style: italic;
}

article a:visited {
    color: #066;
}

article a:hover, article a:active, article a:focus {
    color: #000;
    text-decoration: underline;
}


/*======================================= Sidebar ===================================*/
aside {
    padding: 10px;
    width: 250px;
    float: right;
}

aside ul, aside li {
    list-style: none;
}

aside a {
    text-decoration: none;
    font-style: italic;
    color: #00f;
}

aside a:visited {
    color: #066;
}

aside a:hover, aside a:active, aside a:focus {
    text-decoration: underline;
    color: #000;
}

aside h2 {
    font-weight: bold;
    width: 270px;
    padding-left: 15px;
    padding-right: 10px;
    background: #0ea7d3;
    color: #fff;
    margin-left: -20px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -khtml-box-shadow: 0 0 5px #000;
}

aside ul {
    padding-left: 20px;
}




/*===================================== Form Style ======================================*/
#searchform {
    width: 288px;
    border: 1px solid #000;
    padding: 5px;
    background: #05a6d0;
    margin-left: -25px;
    margin-top: -25px;
}

#searchform label {
    font-variant: small-caps;
    float: left;
    line-height: 33px;
    color: #fff;
}

#searchform input[type=text] {
    background: #06cbfe;
    color: #000;
    width: 188px;
    float: left;
    padding: 5px;
    padding-top: 8px;
    border: none;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
    font-style: italic;
}

#searchform input[type=text]:hover, #searchform input[type=text]:active {
   -moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000;
}

#searchform input[type=text]:focus {
    border-color: #fff;
    -moz-box-shadow:inset 0 0 5px #999;
   -webkit-box-shadow:inset 0 0 5px #999;
   box-shadow:inset 0 0 5px #999;
}

#searchform input[type=submit] {
    background: url('images/search-button-rollover.png') 0 -30px no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: -9999px;
}

#searchform input[type=submit]:hover {
    background: url('images/search-button-rollover.png') 0 0 no-repeat;
}





/*=================================== Subscription ====================================*/
#subscription {
    padding-top: 20px;
    width: 288px;
    height: 80px;
    margin-left: -25px;
    background: url('images/subscription.png') no-repeat;
    padding-left: 80px;
}

#subscription a {
    text-decoration: none;
    font-style: italic;
    color: #999;
}

#subscription a:hover {
    color: #000;
}




/*===================================== Contents ======================================*/
article {
    width: 670px;
    float: left;
}

.post {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px;
    padding-bottom: 30px;
    background: #fff url('images/post-foot.png') bottom right no-repeat;
    border: 1px solid #ff7d23;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    khtml-border-radius-bottomleft: 10px: 10px;
    khtml-border-radius-bottomright: 10px: 10px;
    box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    -webkit-box-shadow: 3px 3px 5px #000;
    -khtml-box-shadow: 3px 3px 5px #000;
}

h2.title {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background: #000060;
    width: 960px;
    margin-left: -10px;
    margin-top: -10px;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 3px 3px 5px #ff80c0;
}

h2.title a {
    padding-left: 10px;
    padding-right: 10px;
    width: 650px;
    color: #fff;
    background: #000060;
    margin-left: -10px;
    display: block;
    text-decoration: none;
    font-style: normal;
    text-shadow: 3px 3px 5px #ff80c0;
}

h2.title a:hover {
    color: #000;
    background: #ff7d23;
}

.read-more a, .read-more a:visited {
    position: absolute;
    bottom: 5px;
    right: 40px;
    color: #fff;
    text-decoration: none;
}

.read-more a:hover, .read-more a:active, .read-more a:focus {
    color: #d0d603;
}

h2.result {
    text-align: center;
    color: #ff7d23;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 2px #666;
}

.entry {
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 20px;
}

.entry table, .comment table {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}

td {
    padding: 5px;
    border: 1px solid #e1e1e1;
    color: #777;
}

.entry ul, .entry ol, .comment ul, .comment ol {
    padding-left: 30px;
}

address {
    font-size: 12px;
}

dt {
    text-decoration: underline;
}

dd {
    padding-left: 20px;
    font-size: 12px;
}




/* ============================================ Templates Style ==========================================*/
.no-sidebar {
    margin: 0 auto;
    width: 935px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 30px;
    background: #fff url('images/post-foot.png') bottom right no-repeat;
    border: 1px solid #ff7d23;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    khtml-border-radius-bottomleft: 10px: 10px;
    khtml-border-radius-bottomright: 10px: 10px;
    box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    -webkit-box-shadow: 3px 3px 5px #000;
    -khtml-box-shadow: 3px 3px 5px #000;
}





/*=========================================== Entry Style =====================================*/
.entry {
    margin-bottom: 20px;
}

.edit-entry {
    margin-top: 10px;
}





/*====================================== Meta Tags =====================================*/
.meta {
    padding: 2px;
    padding-left: 10px;
    background-color: #d3116d;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

em.posted {
    background: url('images/posted-on.png') no-repeat;
    width: 30px;
    height: 22px;
    padding-left: 25px
}

.meta a {
    color: #f8c0f8;
    text-decoration: none;
}

.meta a:hover {
    color: #f5f267;
    text-decoration: underline;
}

.comments-meta {
    color: #f8c0f8;
    padding-right: 10px;
    float: right;
}

.tags {
    padding-left: 25px;
    background: url('images/tags.png') no-repeat;
}

.posted-in {
    padding-left: 25px;
    background: url('images/posted-in.png') no-repeat;
}

.tags a, .posted-in a {
    color: #00f;
    text-decoration: none;
    font-style: italic;
}

.tags a:hover, .posted-in a:hover {
    color: #000;
    text-decoration: underline;
}





/*====================================== Footer =========================================*/
footer {
    position: relative;
    padding: 20px;
    padding-top: 10px;
    margin: 0 auto;
    width: 956px;
    text-align: center;
    color: #aaa;
    font-size: 16px;
}

footer a {
    color: #aaa;
    font-variant: small-caps;
    font-style: italic;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .designer {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 8px;
}



} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */