/* 
	Theme Name: Levels
	Theme URI: http://flexithemes.com/themes/levels/
	Description: 2 columns theme by <a href="http://flexithemes.ocom">FlexiThemes.com</a>
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.0.1
*/

/******************************************************
    [ GENERAL ]
*******************************************************/

body {
    background: #E8EBEC;
    color: #545454;
    padding:0;
}

#wrapper {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #545454;
}

/* Links */
a {
    color: #B54633;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #7C1916;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/******************************************************
    [ LAYOUT ]
*******************************************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main {
	padding: 15px 12px;	
    border-left: 1px solid #DBDEDF;
    border-right: 1px solid #DBDEDF;
    background: url(images/bg-main.png) center top repeat-y;
}

#main-fullwidth {
    padding: 15px 10px;	
    border-left: 1px solid #DBDEDF;
    border-right: 1px solid #DBDEDF;
    background: url(images/bg-main-fullwidth.png) center top repeat-y;
}

#wrap-content {
    overflow: hidden;
    float: left;
    width: 624px;
}

#wrap-content-fullwidth {}

#wrap-sidebar-primary {
    overflow: hidden;
	float: left;
    width: 297px;
    margin-left: 13px;
}

/******************************************************
    [ HEADER ]
*******************************************************/

#wrap-header {}

#header {
    height: 60px;
    padding:20px 0;
}

#branding {
    float: left;
}

#header-banner {
    float: right;
}

.logo {}

h1.site-title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:40px;
    line-height: 40px;
    font-weight: bold;
}

h1.site-title a, h1.site-title a:hover {
    color: #AB3429;
    text-decoration: none;
}

h2.site-description {
    color: #878787;
}

/******************************************************
    [ Menus ]
*******************************************************/

/**** Menu Primary ****/

.wrap-menu-primary {
    position:relative;
    height: 30px;
    z-index: 400;
    padding-top: 5px;
}

.menu-primary {
	float: right;
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level */
.menu-primary li a {
    color: #555;
    padding: 10px 0 10px 20px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #B64834;
    outline: 0;
}

/* Child Levels */

.menu-primary li li a {
	color: #666;
    background: #fff;
    padding: 10px 0 10px 20px;
    margin: 0;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #B64834;
    outline: 0;
    background: #fff;
}

/* Arrows */

.menu-primary .sf-sub-indicator {
    background: url(images/menu-primary-arrows.png) 0 0 no-repeat;    
}

/* Shadows */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right; 
}

/**** Menu Secondary ****/

.wrap-menu-secondary {
    position:relative;
    height: 48px;
    z-index: 300;
    background: url(images/menu-secondary-bg.png) center top no-repeat;
    padding: 0 15px;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level */
.menu-secondary li a {
    color: #fff;
    padding: 18px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #7C1916;
    background: url(images/menu-secondary-bg.png) left -148px repeat-x;
    outline: 0;
}

/* Child Levels */

.menu-secondary li li a {
	color: #373737;
    background: #E6E8E8;
    padding: 10px;
    margin: 0;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #7C1916;
    background: #F7F7F7;
    outline: 0;
}

/* Arrows */

.menu-secondary .sf-sub-indicator {
    background: url(images/menu-secondary-arrows.png) 0 0 no-repeat;    
}

/* Shadows */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right; 
}

/******************************************************
    [ MAIN CONTENT ]
*******************************************************/

.content {
    font-size: 14px;
}

.wrap-post {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(images/post-separator.png) center bottom no-repeat;
}

.wrap-post-single, .wrap-post-page {    
    border-bottom: 0;
    margin-bottom: 0;
}

.wrap-post-page {
    background: none;
    padding-bottom: 0;
}

.post {}

.title {
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

.title a {
    color: #000;
    text-decoration: none;
}

.title a:hover {
    color: #962E20;
    text-decoration: none;
}

.featured_image {
    border-color: #E9ECED;
    background: #fff;
    border-right: 2px solid #DBDFE1;
    border-bottom: 2px solid #DBDFE1;
}

.entry {
    line-height: 20px;
}

.generic {
    color: #fff;
    background: url(images/bg-generic.png) left top no-repeat;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 10px 0 20px 16px;
}

.postmeta-primary {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #666;
    font-size: 11px;
    padding: 0 0 10px 0;
}

.meta_date, .meta_author, .meta_comments, .meta_edit, .meta_categories, .meta_tags {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/time.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/cat.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

.wrap-readmore {
    margin-bottom: 10px;
    float: right;
}

a.readmore {
    color: #fff;
    background: url(images/bg-readmore.png) left top repeat-x;
    padding: 6px 14px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: block;
    -moz-border-radius: 14px;
    -khtml-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

a.readmore:hover {
    color: #fff;
    background: url(images/bg-readmore.png) left -125px repeat-x;
    text-decoration: none;
}

.navigation {}

/* Featired Posts */

.featuredposts {
    margin: 0 0 20px 0;
    width: 624px;
}

.fp-label {
    color: #606060;
    padding: 0 0 10px 0;
    margin: 0 15px 10px 0;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.fp-slides {
    width: 620px !important;
    border: 2px solid #e2e4e5;
    background: #FBF9F9 url(images/bg-featured.png) left bottom repeat-x;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fp-post {
    margin: 10px
}

.fp-thumbnail {
    max-width: 600px;
    overflow: hidden;
}

.fp-content {
    padding: 10px 0;
    float: left;
    width: 520px;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #120E0A;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
    text-transform: uppercase;
}

.fp-title a {
    color: #120E0A;
    text-decoration: none;
}

.fp-title a:hover {
    color: #CC5639;
    text-decoration: none;
}

.fp-content p {
    color: #6F6F6F;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 16px;
}

.fp-more,  .fp-more:hover{
    color: #333;
    font-weight: bold;
}

.fp-nav {
    margin-top: 6px;
    width: 626px;
    height: 14px;
    text-align: center;
    
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 2px 6px 0 0; 
    padding: 0;
    display: inline-block;
    width: 14px; 
    height: 14px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 0;
}
.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -114px;
}


.fp-prev {
    float:left;
    margin: 20px 10px 0 0;
    width:29px;
    height:29px;
    background:url(images/featured-prev.png);
}


 .fp-next {
    float:right;
	width:29px;
    height:29px;
    margin: 20px 0 0 10px;
    background:url(images/featured-next.png);
}

/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

#wrap-sidebar-primary {}

.sidebar-primary {
    color: #555;
    font-size: 14px;
}

.sidebar-primary a {
    color: #555;
    text-decoration: none;
}

.sidebar-primary a:hover {
    color: #CC5639;
    text-decoration: underline;
}

.sidebar {}

/******************************************************
    [ WIDGET(S) ]
*******************************************************/

.widgetized {}

/*  General Widgets Styling */

.wrap-widget {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 15px;
    padding: 0;
}

h3.widget-title {
    color: #fff;
    background: url(images/bg-widget-title.png) left top no-repeat;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px -15px;
    text-transform: uppercase;
    padding: 10px 0 20px 16px;
}

h3.widget-title a, h3.widget-title a:hover {
    color: #fff;
    text-decoration: none;
}

/*  Default Widgets */

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 10px 0 10px 12px;
    margin: 0;
    background: url(images/widget-list.png) left 15px no-repeat;
    border-top: 1px solid #e8e8e8;
}

.widget ul li:first-child {
    padding-top: 0; 
    border-top: none;
    background: url(images/widget-list.png) left 6px no-repeat;
}

.widget ul li ul {
    margin-top: 15px;
}

/* Search */

#wrap-search {
    width: 300px;
    padding: 20px 0;
}

#search {
    border: 1px solid #d8dbdc;
    background: #fff url(images/bg-search.png) left top repeat-x;
    height: 30px;
    padding: 0;
    text-align: left;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#search #s {
    background: none;
    color: #A9A9A9;
    border: 0;
    padding: 4px;
    margin:3px 0 0 4px;
    float: left;
}

#search .search-image {
    border:0; 
    vertical-align: top;
    float: right;
    margin: 8px 10px 0 2px;
}

/* Wp Calendar */
#wp-calendar {
}
#wp-calendar caption {
    background: none;
}

#wp-calendar th {
    background: none;
}

#wp-calendar td {
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #464646;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Flexi Ads */

.flexi-ads {
    text-align: center;
}

/* Flexi Banners 125 */

.flexi-banners {
    text-align: center;  
    margin-bottom:-10px;
}

.flexi-banners img {
    margin: 0 5px 5px 5px;
}

/* Flexi Comments */

.flexi-comments ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-comments ul li {
    list-style-type: none; 
    padding: 0 0 25px 0; 
    margin: 5px 0 0 0;
    background: url(images/widget-item-separator.png) center bottom no-repeat;
}

.flexi-comments ul li:first-child {
    margin-top: 0;
}

.flexi-comments-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.flexi-comments-author:hover {}

.flexi-comments-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.flexi-comments-more {
    font-weight: bold; 
}

.flexi-comments-more:hover {}

.flexi-comments-avatar {
    border: 1px solid #ddd;
    padding: 4px;
}

.flexi-comments .alignleft {
    margin: 0 8px 0 0;
}

.flexi-comments .alignright {
    margin: 0 0 0 8px;
}

.flexi-comments .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Posts */

.flexi-posts ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}

.flexi-posts ul li {
    list-style-type: none; 
    padding: 0 0 25px 0; 
    margin: 10px 0 0 0;
    background: url(images/widget-item-separator.png) center bottom no-repeat;
}

.flexi-posts ul li:first-child {
    margin-top: 15px; 
}

.flexi-posts-title {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.flexi-posts-title a {
}

.flexi-posts-title a:hover {
    text-decoration: none;
}

.flexi-posts-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.flexi-posts-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.flexi-posts-more {
    font-weight: bold;
}

.flexi-posts-more:hover {}

.flexi-posts-featured-image {
    border: 1px solid #E9ECED;  
    background: #fff; 
    padding: 4px;  
    border-right: 2px solid #DBDFE1;
    border-bottom: 2px solid #DBDFE1;
}

.flexi-posts .alignleft {
    margin: 0 8px 8px 0;
}

.flexi-posts .alignright {
    margin: 0 0 8px 8px;
}

.flexi-posts .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Social Connect */

.flexi-social-connect {
    background: #fff url(images/bg-social-connect.png) left bottom repeat-x;
    border: 1px solid #C8CDCF;
    padding: 10px;
}
.flexi-social-connect:hover {
   border: 1px solid #9aa1a4; 
}

.flexi-social-connect a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
}

.flexi-social-connect a:hover {
    color: #990100; 
    text-decoration: none;
}

.flexi-social-connect  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/* Flexi Social Share */

.flexi-social-share ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-social-share ul li {
    text-align: center;
}

.flexi-social-share ul li a {
    width: 32px; 
    height: 32px; 
    margin: 0 2px; 
    padding: 0;
}

.flexi-social-share ul li a img {
    opacity: 0.7;
}

.flexi-social-share ul li a:hover img {
    opacity: 1;
}

/* Flexi Tabs */

.flexi-tabs {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 10px 0;
    padding: 0; 
    height: 28px;
}

.flexi-tabs li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 2px; 
    padding: 0; 
    float: left;
}

.flexi-tabs li:first-child {
    margin: 0;
}

.flexi-tabs li a {
    color: #fff !important;
    background: url(images/bg-tab.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 12px;
    padding: 8px 16px;
    display: block;
    -moz-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.flexi-tabs li a:hover, .flexi-tabs li a.flexi-tabs-current {
    color: #fff !important;
    background-position: 0 -128px;
    text-decoration: none;
}

.flexi-tabs-content {
}


.flexi-tabs-content .flexi-posts {
    margin-top: -10px;
}

/* Flexi Text */

.flexi-text {
    margin: 0; 
    padding: 0 0 0 15px;
}

/* Flexi Tweets */

.flexi-tweets ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.flexi-tweets ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.flexi-tweets ul li:first-child {
    margin-top: 5px;
}

.flexi-tweets li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.flexi-tweets a {}

.flexi-tweets a:hover {}

a.flexi-tweets-time {
    text-decoration: underline; 
}

a.flexi-tweets-time:hover {
    text-decoration: none; 
}

/* Flexi Info Box */

.flexi-infobox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flexi-infobox ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 5px 0 0 0;
}

.flexi-infobox ul li a {
    text-decoration: none;
}

.flexi-infobox-description {
    line-height: 20px;
}

.flexi-infobox-more {
    font-weight: bold;    
}

.flexi-infobox-more:hover {   
}


.flexi-infobox .alignleft {
    margin: 0 10px 10px 0;
}

.flexi-infobox .alignright {
    margin: 0 0 10px 10px;
}

.flexi-infobox .aligncenter {
    margin-bottom: 10px;
}

.flexi-infobox .inbottom {
    margin-top: 10px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

#wrap-footer {}

.footer-widgets {
    background: #3E3E3E url(images/bg-footer-widgets.png) center top repeat-y;    
    padding: 20px 20px 0 20px;
    color: #b1b1b1;
    font-size: 13px;
    line-height: 16px;
    -moz-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.footer-widgets .wrap-widget {
    margin-left: 0;    
}

.footer-widgets .widget ul  {
    padding-left: 0;    
}

.footer-widgets .widget ul li {
    border-top: 1px solid #494848;
}

.footer-widgets .widget ul li:first-child {
    padding-top: 0; 
    border-top: none;
    background: url(images/widget-list.png) left 6px no-repeat;
}

.footer-widgets a {
    color: #b1b1b1;
    text-decoration: none;
}


.footer-widgets a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-widgets-left {
    width: 280px;
    float: left;
}

.footer-widgets-center {
   width: 280px; 
   padding: 0 40px;
   float: left;
}


.footer-widgets-right {
    width: 280px;
    float: left;
}

.footer-widgets h3.widget-title {
    color: #fff;
    background: none;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 0
}


#footer {
}

#copyrights {
    color: #464646;
    text-align: center;
    padding: 20px 0 0 0;
}

#copyrights a {
    color: #CC5639;
} 

#copyrights a:hover {
    color: #822115;
    text-decoration: none;
} 

#credits {
    color: #666;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 20px 0;
}

#credits a {
    color: #CC5639;
} 

#credits a:hover {
    text-decoration: none;
    color: #822115;
} 

/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments {
    margin-bottom: 20px;
}

h2#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 32px; 
    height: 32px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}

.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}