/*  
Theme Name: Travel Deals Blog
Theme URI: http://blog.besttraveldeals.net/
Description: Wordpress Theme - Widget Enabled, 2 Columns
Version: 1.0
Author: DevelopmentMill
*/

/* CSS Document */

body {
    background-color:#000;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 0.75em;
    line-height: 1.333em;
    text-align:center;
    color:#666;
}

* {
    margin:0;
    padding:0;
}

img {
    border:0;
}

a:link, a:active, a:visited {
    text-decoration:underline;
    color:#0c95cc;
}

a:hover {
    text-decoration:none;
    color:#0c95cc;
}

p {
    margin:0.5em 0;
    line-height: 1.5em;
    font-size:14px;
}

#wrapper {
    width:990px;
    margin:0 auto;
    background:url(images/wrapper-bg.png) repeat-x top;
    text-align:left;
}

#header {
    height:auto;
    clear:both;
    overflow:hidden;
    margin-bottom:15px;
}

#logo {
    width:267px;
    height:47px;
    margin:35px 0 10px 20px;
}

#description {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-weight:normal;
    font-size:1.2em;
    line-height:normal;
    color:#d7d7d7;
    margin:0 0 20px 20px;
}

/* menu */

#menu {
    float:left;
}

#menu ul {
    width:700px;
    height:26px;
    background:url(images/menu-bg.png) repeat-x;
}

#menu ul li {
    display:block;
    float:left;
    height:26px;
}

#menu .first {
    background:url(images/menu-first.png) no-repeat left;
}

#menu .last {
    float:right;
    background:url(images/menu-last.png) no-repeat right;
}

#menu ul li a {
    line-height:2.4em;
    font-size:0.9em;
    text-decoration:none;
    text-transform:uppercase;
    color:#faa61a;
    display:block;
    border-right:1px solid #353535;
    height:24px;
    margin:1px 0 1px 0;
    padding:0 15px;
}

#menu ul li a:hover {
    color:#fff;
}

#menu .first a {
    padding-left:20px;
}

#menu .last a {
    padding-right:35px;
    border:none;
}

#menu .pre-last a {
    border:none;
}

/* search */

#search {
    float:right;
    width:277px;
    height:26px;
    background:url(images/search-bg.png) no-repeat;
}

#search form {
    padding:5px 0 0 16px;
}

#search label {
    color:#fff;
    font-size:0.9em;
    text-transform:uppercase;
}

#search #input {
    background-color:#2f2f2f;
    border:1px solid #1c1c1c;
    width:160px;
    height:13px;
    margin:0 7px 0 10px;
    color:#666;
}

#search #submit {
    width:18px;
    height:17px;
    background:url(images/search.png) no-repeat;
    border:none;
    text-indent:-99999px;
    cursor:pointer;
}

/* content */

#left-part {
    width:700px;
    float:left;
}

#right-part {
    width:277px;
    float:right;
}

#page-top {
    width:700px;
    height:7px;
    background:#fff url(images/page-top.png) no-repeat;
}

#page-bg {
    width:700px;
    overflow:hidden;
    background:#fff url(images/page-bg.png) repeat-y;
}

#page-inner {
    background:transparent;
    margin:25px 20px;
}

#page-bottom {
    width:700px;
    height:7px;
    background:#fff url(images/page-bottom.png) no-repeat;
}

/* post-box */

.post-box {
    margin-bottom:50px;
}


.post-box h1 {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-weight:normal;
    font-size:2.2em;
    line-height:normal;
    margin-bottom:0.5em;
    color:#0c95cc;
}

.post-box h1 a {
    text-decoration:none;
}

.post-box .meta {
    background:url(images/meta-bg.png) no-repeat left bottom;
    padding-bottom:1em;
    font-size:0.9em;
}

.date {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    color:#faa61a;
}

.post-box .post {
    margin:1em 0;
    font-size:1.05em;
}


#new-older {
    text-align:center;
    color:#0C95CC;
}

/* bookmarks */

.sociable {
    font-size:0.9em;
}

.sociable_tagline {
    margin-bottom:0.3em;
    display:inline;
}

.sociable ul {
    display:inline;
    list-style:none;
}

.sociable li {
    display:inline;
    padding:0 5px 0 0;
}

/* search results */

#search-results {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-weight:normal;
    font-size:2.5em;
    line-height:normal;
    margin-bottom:1em;
}

/* comments */

#comment {
    clear:both;
    overflow:hidden;
}

#comment h2 {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-weight:normal;
    font-size:1.8em;
    margin-bottom:0.5em;
    line-height:normal;
}

#comment-form .form-item {
    margin-bottom:12px;
}

#comment-form .button {
    float:right;
}

#comment-form .form-item input {
    width:248px;
    height:23px;
    background-color:#f1f9fd;
    border:1px solid #6eccf2;
    font-size:1.1em;
    padding-top:4px;
    padding-left:2px;
    color:#0C95CC;
}

#comment-form .form-item label {
    font-size:0.9em;
    margin-left:10px;
}

#comment-form .form-item textarea {
    width:633px;
    height:173px;
    background-color:#f1f9fd;
    border:1px solid #6eccf2;
}

#comment-form .button  input {
    width:115px;
    height:32px;
    border:none;
    margin-right:25px;
}

#comment-list {
    margin-top:10px;
    margin-bottom:50px;
    clear:both;
}

#comment-list h2 {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-weight:normal;
    font-size:1.8em;
    margin-bottom:1em;
    line-height:normal;
}

.view-comment {
    background:url(images/meta-bg.png) no-repeat left bottom;
    margin-bottom:12px;
    padding-bottom:12px;
}

.view-comment h3 {
    font-weight:normal;
    font-size:1.2em;
    margin-bottom:0.3em;
    float:left;
    line-height:normal;
}

.view-comment .date {
    float:right;
    margin-right:25px;
}

.view-comment .comment-text {
    clear:both;
    padding-right:25px;
}

.view-comment .comment-text p {
    font-size:12px;
}

/* widget */

.widget {
    margin-bottom:15px;
    color:#fff;
}

.widget h2 {
    background:url(images/widget-h2.png) no-repeat;
    width:277px;
    height:36px;
    color:#fff;
    font-weight:normal;
    font-size:0.9em;
    text-transform:uppercase;
    text-indent:15px;
    line-height:3.5em;
}

.widget li {
    border-left:1px solid #292929;
    border-right:1px solid #292929;
    list-style:none;
    padding:0 10px 7px 15px;
}

.widget ul {
    background:url(images/widget-bg.png) no-repeat bottom;
    padding-bottom:6px;
}

.widget a {
    color:#faa61a;
    text-decoration:none;
}

.widget a:hover {
    text-decoration:underline;
}

.widget .space {
    border-left:1px solid #292929;
    border-right:1px solid #292929;
    display:block;
    height:10px;
    width:auto;
}

/* rss */

#subscribe {
    width:32px;
    height:30px;
    float:right;
    position:relative;
    top:-20px;
    left:-10px;
}

/* rss */

#twitter {
    width:32px;
    height:30px;
    float:right;
    position:relative;
    top:-30px;
    left:-10px;
}

#facebook {
    width:32px;
    height:30px;
    float:right;
    position:relative;
    top:-30px;
    left:-10px;
}

/* .‘onstant ‘ontact */

.constant-contact h2 {
    color:#FAA61A;
}

.constant-contact .in {
    border-left:1px solid #292929;
    border-right:1px solid #292929;
    list-style:none;
    padding:0 10px 7px 15px;
}

.constant-contact .block {
    background:url(images/widget-bg.png) no-repeat bottom;
    padding-bottom:6px;
}

.constant-contact .form-item-text,
.constant-contact .form-item-submit {
    display:inline;
}

.constant-contact .form-item-text input {
    background-color:#2F2F2F;
    border:1px solid #1C1C1C;
    color:#666666;
    height:16px;
    margin:0 10px 0 0;
    width:160px;
    padding-top:2px;
}

.constant-contact input {
    font-size:11px;
    padding-left:2px;
    padding-right:2px;
}

.constant-contact label {
    color:#fff;
    display:block;
    font-size:11px;
    padding-bottom:1px;
}

.constant-contact .safe a:link,
.constant-contact .safe a:active,
.constant-contact .safe :visited,
.constant-contact .safe a:hover {
    text-decoration:none;
    color:#fff;
}

.constant-contact .foot {
    padding-top:5px;
    font-size:0.9em;
    line-height:1.6em;
}


/* footer */

#footer {
    height:30px;
    clear:both;
    color:#cdcdcd;
    padding-top:20px;
    font-size:0.9em;
}

#footer a {
    color:#cdcdcd;
}

#footer #copy {
    float:right;
}
