/*
Theme Name: Modern Blogger WordPress Theme
Theme URI: http://www.wpexplorer.com
Description: Modern Blogger WordPress theme by AJ Clarke from WPExplorer.com
Author: AJ Clarke
Version: 1.2
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    background: #EAE8E5 url(images/bg.png) repeat;
    font-size: 14px;
    line-height: 1.5em;
    color: #646464;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 30px 0;
}
a {
    text-decoration: none;
    color: #004b91;
}
a:hover {
    text-decoration: underline;
    color: #6893D2;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
blockquote{margin: 20px 0; padding: 20px; border: 1px solid #CCC; background: #EEE;}
#wrap {
    background: #DAD8D5;
    padding: 1px;
    margin: 30px auto 10px auto;
    width: 980px;
    border: 10px solid #DFDDD9;
}
#main {
    background: #F5F5F5;
    border: 1px solid #FFF;
}
/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}
h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 31px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h1 a,
h2 a,
h3 a,
h4 a { color: #000 }
#post-header {
    margin: 0 0 40px;
    font-size: 18px;
    color: #999;
}
/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.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;
}
#calendar_wrap {
    font-size: 11px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar thead th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}
#wp-calendar td {
    color: #CCC;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
#wp-calendar a {
    display: block;
    color: #09F;
}
#wp-calendar td:hover { color: #333 }
#wp-calendar #today {
    display: block;
    background: #EEE;
    color: #333;
}
#wp-calendar {
    empty-cells: show;
    margin: 0;
    width: 100%;
}
#wp-calendar caption {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}
.tagcloud a {
    float: left;
    display: block;
    padding: 2px 15px;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #FFF;
    outline: 1px solid #CCC;
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
    color: #333;
}
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #FFF;
}
#header-ad {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 468px;
    height: 60px;
}
#header-ad img { border: 3px solid #DFDDD9 }
#logo { float: left }
#logo h2,
#logo h1 {
    margin: 0;
    line-height: 1em;
    font-size: 36px;
    text-shadow: 1px 1px 3px #CCC;
}
#logo h2 a,
#logo h1 a { text-decoration: none }
#logo p {
    font-size: 14px;
    color: #666;
    font-style: italic;
}
/*-----------------------------------------------------------------------------------*
/*Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    width: 980px;
    background: #111;
    float: left;
    margin: 0 -1px 0;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** SKIN ***/
.sf-menu { float: left }
.sf-menu a {
    padding: .75em 1.2em;
    text-decoration: none;
}
.sf-menu a { color: #878C92 }
.sf-menu li li { background: #111 }
.sf-menu li li li { background: #111 }
.current-menu-item a {
    color: #FFF; /* current wp menu item */
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
    color: #FFF;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 1.1em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1em;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*-----------------------------------------------------------------------------------*
/*Featured Posts
/*-----------------------------------------------------------------------------------*/
#feat-posts-wrap {
    height: 200px;
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#feat-posts {
    margin: 0 !important;
    padding: 0;
}
#feat-posts li {
    position: relative;
    width: 190px;
    height: 160px;
    padding-right: 18px;
}
#feat-posts h2 {
    margin: 0 !important;
    width: 180px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    font-size: 10px;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    padding: 5px;
    color: #FFF;
}
.bx-next,
.bx-prev {
    display: block;
    position: absolute;
    bottom: -50px;
    height: 30px;
    width: 30px;
    background: url(images/bx-arrows.png) no-repeat;
}
.bx-next {
    left: 35px;
    background-position: -30px 0;
}
.bx-prev { left: 0px }
.bx-prev:hover { background-position: -60px 0 }
.bx-next:hover { background-position: -90px 0 }
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 650px;
    position: relative;
    padding: 10px;
}
.post-entry {
    position: relative;
    width: 610px;
    padding: 20px 20px 0;
    margin: 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
.post-entry-featured-image img {
    padding: 2px;
    background: #FFF;
    border: 1px solid #B9B3A8;
}
.post-entry-featured-image {
    float: left;
    height: 165px;
    width: 195px;
    border: 4px solid #DFDDD9;
}
.post-entry-content {
    float: right;
    width: 390px;
}
.post-entry-date {
    display: block;
    background: #B80000;
    color: #FFF;
    padding: 10px 5px;
    width: 50px;
    height: 45px;
    position: absolute;
    left: -60px;
    top: -8px;
    margin: 7px 0;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #333;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.date-single { left: -60px }
.date-day {
    margin-bottom: 5px;
    font-size: 31px;
}
.post-entry-bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 20px -20px 0;
    padding: 0 10px;
    background: #EFEFEF;
    border-top: 1px solid #DFDFDF;
}
.post-tags,
.post-category {
    float: left;
    margin-right: 10px;
}
.post-tags a,
.post-category a {
    color: #FFF;
    margin: 0 2px;
    padding: 0 4px;
    background: #710000;
}
.post-entry-read-more { float: right }
.post-entry-read-more:hover { }
#single-featured-image {
    float: left;
    height: 165px;
    width: 195px;
    border: 4px solid #DFDDD9;
    margin-right: 20px;
    margin-bottom: 10px;
}
#single-featured-image img {
    padding: 2px;
    background: #FFF;
    border: 1px solid #B9B3A8;
}
.full-width-wrap { margin: 20px !important }
#the-author {
    margin: 30px 0;
    font-size: 30px;
    font-family: 'Dancing Script', arial, serif;
}
#post-content ul,
ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
#post-content h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
#post-content h1 {
    margin-bottom: 0px;
    margin-top: -10px;
}
#post-header {
    padding: 20px;
    margin: 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1em;
    margin: 0 0 30px!important;
    font-size: 31px;
}
.post-entry h2 a { text-decoration: none }
.page-title { margin-bottom: 20px !important }
.social {
    margin-top: 20px;
    width: 600px;
    height: 40px;
}
.tweet-this { float: left; margin-left: 20px }
/*-----------------------------------------------------------------------------------*
/*Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    padding: 20px;
    margin: 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#author-avatar {
    float: left;
    width: 70px;
}
#author-avatar img {
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-description {
    float: right;
    width: 500px;
}
/*-----------------------------------------------------------------------------------*
/*Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
    padding: 20px;
    margin: 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#related-posts ul {
    list-style: none;
    margin-right: -22px;
    margin-left: 0 !important;
}
#related-posts li {
    position: relative;
    display: block;
    float: left;
    width: 190px;
    height: 130px;
    margin-right: 20px;
}
#related-posts img { background: url(images/related-shadow.png) bottom center no-repeat }
#related-posts h3 { margin: 0 0 20px }
#related-posts h4 {
    width: 180px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    font-size: 10px;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    padding: 5px;
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments {
    position: relative;
    z-index: 2;
    background: #B80000;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
    letter-spacing: 2px;
    padding: 10px 40px;
    margin: 0 -20px 30px -42px;
}
#comments-title-triangle {
    z-index: 1;
    display: block;
    position: absolute;
    top: 10px;
    left: -22px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent; /* left arrow slant */
    border-top: 10px solid transparent; /* right arrow slant */
    border-right: 10px solid #930000; /* bottom, add background color here */
    font-size: 0px;
    line-height: 0px;
}
#commentsbox {
    position: relative;
    padding: 20px;
    background: #FFF;
    border: 1px solid #E3E3E3;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {

    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
    margin-left: 90px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url(images/comment-arrow.png) no-repeat;
}
.comment-author:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -95px;
    width: 64px;
    height: 64px;
    border: 1px solid #CCC;
    background: url(images/avatar-overlay.png) no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentsbox .avatar {
    position: absolute;
    left: -90px;
    top: 6px;
}
.comment-author {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 1em;
}
.says { display: none }
.comment-meta a {
    margin-bottom: 10px;
    font-family: 'Droid Serif',arial,serif;
    font-size: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
    display: none;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #E3E3E3;
    padding: 0 8px;
    border-bottom: none;
    background: #EEE;
    color: #666;
}
.comment-body:hover .comment-reply-link { display: block }
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 0px 0px 4px #CCC;
    -webkit-box-shadow: 0px 0px 4px #CCC;
    box-shadow: 0px 0px 4px #CCC;
}
#commentSubmit {
    width: 130px !important;
    margin-top: -10px;
    cursor: pointer;
    background: #1C1F20 !important;
    color: #FFF;
    padding: 5px 15px !important;
}
#commentSubmit:hover { background: #3E4244 !important }
#commentSubmit:active { background: #303334 !important }
#commentSubmit:focus { background: #333 !important }
/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 250px;
    margin: 30px 0;
    margin-right: -1px;
    padding: 20px;
    background: #FFF;
    border-left: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sidebar-box {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #B80000;
    padding: 7px 30px;
    margin-bottom: 20px;
    margin-left: -30px;
    margin-right: -30px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sidebar-triangle-left {
    z-index: 1;
    display: block;
    position: absolute;
    top: -10px;
    left: -30px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent; /* left arrow slant */
    border-top: 10px solid transparent; /* right arrow slant */
    border-right: 10px solid #930000; /* bottom, add background color here */
    font-size: 0px;
    line-height: 0px;
}
.sidebar-triangle-right {
    z-index: 1;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 21px;
    right: -30px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent; /* left arrow slant */
    border-top: 10px solid transparent; /* right arrow slant */
    border-left: 10px solid #930000; /* bottom, add background color here */
    font-size: 0px;
    line-height: 0px;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 20px;
}
.sidebar-box li { margin-bottom: 5px }
.sidebar-box li a { }
.sidebar-box li a:hover { }
/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
}
.pagination span,
.pagination a {
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 9px;
    text-decoration: none;
    width: auto;
    color: #666;
    background: #EEE;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E3E3E3;
}
.pagination a:hover {
    color: #FFF;
    background: #B80000;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #930000;
}
.pagination .current {
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    color: #FFF;
    background: #B80000;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #930000;
}
/*-----------------------------------------------------------------------------------*
/*Copyright
/*-----------------------------------------------------------------------------------*/
#copyright {
    width: 980px;
    margin: 0 auto;
    color: #666;
    text-align: right;
    font-size: 10px;
    text-shadow: 1px 1px 1px #FFF;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 250px;
}
#search {
    position: relative;
    background: #F3F3F3;
    width: 212px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #E1E1E1;
    color: #999;
    text-shadow: 1px 1px 1px #FFF;
}
#search:focus { background: #F8F8F8 }
#searchsubmit {
    position: absolute;
    right: 7px;
    top: 6px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}