/* 
	Theme Name: Modeled
	Theme URI: http://fthemes.com/modeled-free-wordpress-theme/
	Description: Modeled is a free WordPress theme with featured posts option. Suitable for any niche. Theme Options at admin panel
	Author: FThemes.com
	Author URI: http://fthemes.com
	Version: 1.0
*/


/* =GENERAL
-------------------------------------------------------------- */

body {
    background: url(images/background.png);
    color: #333333;
}

#container {
    border: 2px solid #E0E0E0;
    background: url(images/container-bg.png) center top no-repeat;
    margin-top: 15px;
}

a {
    color: #BC2121;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #FF0000;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
    height: 60px;
    padding: 20px 0;
}

.branding {
    float: left;
}

.header-banner {
    float: right;
    padding-right: 15px;
}

.logo {
    padding: 6px 0 6px 15px;
}

h1.site-title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:40px;
    line-height: 40px;
    font-weight: bold;
    color: #4E4D4D;
}

h1.site-title a, h1.site-title a:hover {
    color: #4E4D4D;
    text-decoration: none;
}

h2.site-description {
    margin: 0;
    padding:0;
    color: #666;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.social-profiles {
    text-align: right;
    margin-top: 18px;    
}

/* =MENUS
-------------------------------------------------------------- */

/**
* Menu Primary
----------------------------*/

.menu-primary-wrap {
    padding: 0 0 0 10px;
    margin: 14px 0 0 15px;
    position:relative;
    height: 40px;
    z-index: 400;
    background: url(images/menu-primary-bg.png) left top repeat-x;
}

.menu-primary {
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level */
.menu-primary li a {
    color: #555555;
    padding: 14px 15px 15px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.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: #555555;
    background: url(images/menu-primary-bg.png) left -140px repeat-x;
    outline: 0;
}

/* Child Levels */

.menu-primary li li a {
	color: #555555;
    text-transform: none;
    background: #EEEEEE;
    padding: 10px 15px;
    margin: 0;
    font-weight: normal;
}

.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: #555555;
    background: #E1E1E1;
    outline: 0;
}

/* Arrows */

.menu-primary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}

.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;   
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 12px 13px 0 0;
}

.menu-primary li li  .sf-sub-indicator {
    padding: 8px 13px 0 0;
}
/* Shadows */

.menu-primary-wrap .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right; 
}

/**
* Menu Secondary
----------------------------*/

.menu-secondary-wrap {
    padding: 0 10px;
    margin: 0 15px 18px 15px;
    position:relative;
    height: 40px;
    z-index: 300;
    background: #fff;
    background: url(images/menu-secondary-bg.png) left top repeat-x;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menu-secondary {
}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level */
.menu-secondary li a {
    color: #DFDFDF;
    padding: 14px 8px;
	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: #fff;
    background: url(images/menu-secondary-bg.png) left -140px repeat-x;
    outline: 0;
}

/* Child Levels */

.menu-secondary li li a {
	color: #fff;
    background: #9C0707;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
}

.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: #fff;
    background: #B61616;
    outline: 0;
}

/* Arrows */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}

.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;   
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 12px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {
    padding: 8px 13px 0 0;
}

/* Shadows */

.menu-secondary-wrap .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right; 
}

/* =MAIN CONTENT
-------------------------------------------------------------- */

#main {
    background: #fff url(images/main-bg.png) center top repeat-y;
}

#main-fullwidth {
    background: #fff;
}

#content-wrap {}

.content {
    padding: 15px 0; 
}

.post-wrap {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}
.post-wrap-page, .post-wrap-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.post {}

.title {
    color: #353434;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.title a {
    color: #353434;
    text-decoration: none;
}

.title a:hover {
    color: #C43939;
    text-decoration: none;
}

.generic {
    color: #353434;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    text-decoration: underline;
}

.entry {
    line-height: 20px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.postmeta-primary {
    color: #777;
    font-size: 11px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #777;
    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);
}

.readmore-wrap {
    margin-bottom: 15px;
    float: right;
}

a.readmore {
    color: #666666;
    background: url(images/readmore-bg.png) left top repeat-x;
    padding: 5px 14px;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-decoration: none;
    border: 1px solid #DADADA;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: 0 1px 0 #fff;
}

a.readmore:hover {
    color: #fff;
    background: url(images/readmore-bg.png) left -126px repeat-x;
    border: 1px solid #931515;
    text-decoration: none;
    text-shadow: 0 1px 0 #5F0000;
}

/* Featired Posts */

.featuredposts {
    margin: 10px 0 0 0;
    border: 1px solid #D6D6D6;
    width: 468px;
    background: #F4F4F4;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.fp-slides {
}

.fp-post {
    padding: 13px;
}

.fp-thumbnail {
    width: 442px;
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #2C2A2D;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 4px 0;
    margin: 0;
}

.fp-title a {
    color: #2C2A2D;
    text-decoration: none;
}

.fp-title a:hover {
    color: #BE2727;
    text-decoration: none;
}

.fp-label {
    color: #2C2A2D;
    margin: 15px 15px 0 15px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    font-family: Arial, Helvetica, Sans-serif;
}

.fp-post p {
    color: #535353;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}


.fp-more, .fp-more:hover {
    color: #BE2727;
    font-weight: bold;
}


.fp-nav {
    width: 448px;
    padding: 0 10px 10px 10px;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 3px 6px 0 0; 
    padding: 0;
    height: 10px; 
    width: 10px; 
    display: block;
    float: left;
    overflow: hidden; 
    text-indent: -999px; 
    background-position: 0 0;
}
.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -110px;
}


.fp-prev {
    float:right;
    margin-right: 4px;
    width:15px;
	height:17px;
    opacity: 0.7;
    background:url(images/featured-prev.png) top left no-repeat;
}

.fp-prev:hover {
    opacity: 1;
}

.fp-prev:active {
    opacity: 0.7;
}

 .fp-next {
    float:right;
	width:15px;
	height:17px;
    margin-left: 4px;
    opacity: 0.7;
    background:url(images/featured-next.png) top left  no-repeat;
}

 .fp-next:hover {
    opacity: 1;
}

.fp-next:active {
    opacity: 0.7;
}

/* =SIDEBAR(S) & WIDGETS
-------------------------------------------------------------- */

#primary-sidebar-wrap {}

#secondary-sidebar-wrap {}

.sidebar-primary, .sidebar-secondary  {
    color: #444444;
}

.sidebar-primary {
    padding: 10px;
}

.sidebar-secondary {
    padding: 10px;
}

.sidebar-primary a, .sidebar-secondary a {
    color: #444444;
    text-decoration: none;
}

.sidebar-primary a:hover, .sidebar-secondary a:hover {
    color: #BE2727;
    text-decoration: underline;
}

/**
* General Widgets Styling
----------------------------*/

.widget-wrap {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

h3.widgettitle {
    color: #fff;
    background: url(images/widget-title-bg.png) left top repeat-x;
    font-size: 14px;
    line-height: 14px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 8px 0 8px 10px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #710000;
}

h3.widgettitle a, h3.widgettitle 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: 6px 0 6px 12px;
    margin: 0;
    background: url(images/widget-list.png) left 12px no-repeat;
}

.widget ul li:first-child {
    padding-top: 0;
    background: url(images/widget-list.png) left 6px no-repeat; 
}

.widget ul li ul {
    margin-top: 10px;
}

/**
* Search
----------------------------*/

#search {
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    height: 26px;
    padding: 0;
    text-align: left;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#search #s {
    background: none;
    color: #909090;
    border: 0;
    padding: 4px;
    margin:1px 0 0 2px;
    float: left;
}

#search .search-image {
    border:0; 
    vertical-align: top;
    float: right;
    margin: 4px 4px 0 2px;
}

#search-wrap {
    width: 300px;
    padding: 15px 0;
}

.topsearch #search {
    margin: 20px 22px 0 0;
}

/**
* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #C23232;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/**
* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;  
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/**
* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.posts-widget ul li {
    list-style-type: none; 
    padding: 0 0 5px 0; 
    margin: 5px 0 0 0;
    border-bottom: 1px solid #e7e7e7;
}

.posts-widget ul li:first-child {
    margin-top: 15px; 
}

.posts-widgettitle {
    font-weight: normal; 
    padding: 0 0 1px 2px; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    
    
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #e7e7e7;   
    padding: 4px;  
    background: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/**
* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.comments-widget ul li {
    list-style-type: none; 
    padding: 0 0 10px 0; 
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e7e7e7;
}

.comments-widget ul li:first-child {
    margin-top: 0;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #e7e7e7;
    padding: 4px;
    background: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/**
* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/**
* Social Connect Widget
----------------------------*/

.social-connect-widget {
    background: #fff url(images/social-connect-bg.png) left top repeat-x;
    border: 1px solid #C4C4C4;
    padding: 8px 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.social-connect-widget:hover {
    background: #fff url(images/social-connect-bg.png) left -148px repeat-x;
    border: 1px solid #9C9C9C;
}

.social-connect-widget a {
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
}

.social-connect-widget a:hover {
    text-decoration: underline;
}

.social-connect-widget  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/**
* Social Share Widget
----------------------------*/

.social-share-widget ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.social-share-widget ul li {
    text-align: left;
}

.social-share-widget ul li a {
    width: 32px; 
    height: 32px; 
    margin: 0 0px; 
    padding: 0;
}

.social-share-widget ul li a img {
    opacity: 0.7;
}

.social-share-widget ul li a:hover img {
    opacity: 1;
}

/**
* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 10px 0;
    padding: 0; 
    height: 26px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #fff;
    background: url(images/tabs-bg.png) left top repeat-x;
    padding: 5px 10px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: url(images/tabs-bg.png) left -126px repeat-x;
    color: #fff;
    text-decoration: none;
}

.tabs-widget-content {
    background: #F4F4F4;
}

/* Flexi Text */

.flexi-text {
    margin: 0; 
    padding: 0;
}

/**
* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-wrap {}

#footer {
    border-top: 2px solid #E0E0E0;
}

#copyrights {
    color: #444444;
    text-align: center;
    padding: 20px 0;
    background: #fff url(images/footer-bg.png) left bottom repeat-x;
}

#copyrights a {
    color: #444444;
} 

#copyrights a:hover {
    color: #333;
    text-decoration: none;
} 

#credits {
    color: #777777;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
}

#credits a {
    color: #777777;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #777777;
} 

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 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: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.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: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.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: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 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:97%;
    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;
}


.code {
      float:left;
    border: 1px solid #C4C4C4;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   width: 459px;
  
   
}

.code_caption {
    margin: 0px 0px 0px 0px;
    padding: 2px 7px 2px 7px;
    


border-style:solid;
border-left:1px double #D6D6D6;



   
    background: #B4B3B3;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight:bold;
    /* color:white; */
    color:#666666;
    background: url(images/readmore-bg.png) left top repeat-x;
}

.code_sub {
    margin: 0px 0px 0px 0px;
    padding: 2px 7px 2px 10px;
    border: 0px solid #D6D6D6;
    width: 445px;
    background: white;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight:normal;
    color:black;
}

.code_sub_right {
   float:left;
   border-bottom: 1px solid #E7E7E7;
   width: 350px;
}

.syntax_row {
     float: left; 
     margin: 2px 0px 2px 0px;
    padding: 2px 5px 2px 5px;
    width: 459px;
    border: 1px solid #E7E7E7;
    display:block;
}

.syntax_row_left {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    width: 60px;
    
  
}
.syntax_row_right {
    float: right; 
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #E7E7E7;
    width: 341px;
    border-left: 1px solid #E7E7E7;
    
}

.short_desc {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #C4C4C4;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 2px 10px;
    width: 449px;
    background: none repeat scroll 0 0 #F4F4F4;
    
}





.banner-text {
   font-style: normal;
   font-size: 11px;
   color: #B4B0B0;
   border-top: 0px 1px 1px 1px solid #D6D6D6;
 border-left: 0px 1px 1px 1px solid #D6D6D6;
 border-right: 0px 1px 1px 1px solid #D6D6D6;
 border-bottom: 0px 1px 1px 1px solid #D6D6D6;
    width: 460px;
    background: #F4F4F4;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   width: 230px;
}














/*







.sidebar-secondary {
    padding: 4px!important;
}


*/


.sidebar-wrap {
       -moz-box-shadow: 0 0 5px #BBBBBB;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 16px;
    padding: 12px 4px 8px 4px;
    position: relative;
}

.clearfix, #commentform {
    display: block;
}

.sidebar, .sidebar p, .sidebar li {
    font-family: arial;
    font-size: 12px;
}

.sidebar-wrap h3 {
     -moz-border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #195392;
    color: #FFFFFF;
    font: bold 16px/20px arial;
    margin: -16px -2px 5px -5px;
    padding: 7px 1px 6px 9px;
    text-shadow: 0 -1px 0 #555555;
    width: 100%;
}

.sidebar-wrap ul {
    list-style-position: outside;
    list-style-type: none;
       padding-left: 0.9em;
}

.sidebar-wrap ul, .sidebar-wrap ol, .sidebar-wrap p {
    color: #000000;
    font: 11px tahoma;
    margin: 0;
}

.sidebar-wrap ul li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 15px;
    padding: 6px 0;
}

.sidebar-wrap, .sidebar-wrap p, .sidebar-wrap li {
    font-family: arial;
    font-size: 12px;
}






/*


.widget-wrap {
       -moz-box-shadow: 0 0 5px #BBBBBB;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 16px;
    padding: 12px 4px 8px 4px;
    position: relative;
}

.widget-wrap h3.widgettitle  {
     -moz-border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #195392;
    color: #FFFFFF;
    font: bold 14px/18px arial;
    margin: -16px -2px 5px -5px;
    padding: 7px 1px 6px 9px;
    text-shadow: 0 -1px 0 #555555;
    width: 100%;
}

.posts-widget ul li {
    border-bottom: 1px solid #E7E7E7;
    list-style-type: none;
    margin: 5px 2px 0 5px;
    padding: 0 0 5px;
}

.posts-widgettitle {
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 0 0 1px 2px;
}
*/

.about-site {
  -moz-box-shadow: 0 0 5px #BBBBBB;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 16px;
    padding: 4px 4px 4px;
    position: relative;

}

.fullwidth .expand { 
	width:210px; 
	height:1px; 
	margin:2px 0; 
	background:#2187e7; 
	position:absolute;
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation:fullexpand 10s ease-out;
	-webkit-animation:fullexpand 10s ease-out;
}

@-moz-keyframes fullexpand {
	0%  { width:0px;}
	210px{ width:210px;}	
}
@-webkit-keyframes fullexpand {
	0%  { width:0px;}
	210px{ width:210px;}	
}


.canvas {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      z-index:-1;

    }
   /* .header {
      position: relative;
    } */
    canvas.flare {
      opacity: 0.25;
    }

 .pointer {
      position: fixed;
      bottom: 10px;
      left: 50%;
      margin-left: -245px;
      color: #2744BE;
      font-family: 'Open Sans', cursive;
      font-weight: bold;
      font-size: 14px;
      margin-top: 15px;
    }







/* =Floating top
-------------------------------------------------------------- */

                #elevator_item {
                    width: 60px;
                    height: 100px;
                    position: fixed;
                    right: 15px;
                    bottom: 10px;
                    -webkit-transition: opacity .4s ease-in-out;
                    -moz-transition: opacity .4s ease-in-out;
                    -o-transition: opacity .4s ease-in-out;
                    opacity: 1;
                    z-index: 100020;
                    display: none;
                }
                #elevator_item.off {
                    opacity: 0;
                    visibility: hidden
                }
                #elevator {
                    display: block;
                    width: 60px;
                    height: 50px;
                    background: url(/wp-content/uploads/2014/04/icon_top.png) center center no-repeat;
                    background-color: #444;
                    background-color: rgba(0,0,0,.6);
                    border-radius: 2px;
                    box-shadow: 0 1px 3px rgba(0,0,0,.2);
                    cursor: pointer;
                    margin-bottom: 10px
                }
                #elevator:hover {
                    background-color: rgba(0,0,0,.7)
                }
                #elevator:active {
                    background-color: rgba(0,0,0,.75)
                }
                #elevator_item .qr {
                    display: block;
                    width: 60px;
                    height: 40px;
                    border-radius: 2px;
                    box-shadow: 0 1px 3px rgba(0,0,0,.2);
                    cursor: pointer;
                    background: url(/wp-content/uploads/2014/04/icon_code.png) center center no-repeat;
                    background-color: #444;
                    background-color: rgba(0,0,0,.6)
                }
                #elevator_item .qr:hover {
                    background-color: rgba(0,0,0,.7)
                }
                #elevator_item .qr:active {
                    background-color: rgba(0,0,0,.75)
                }
                #elevator_item .qr-popup {
                    width: 170px;
                    height: 200px;
                    background: #fff;
                    box-shadow: 0 1px 8px rgba(0,0,0,.1);
                    position: absolute;
                    left: -180px;
                    bottom: 0;
                    border-radius: 2px;
                    display: none;
                    text-align: center
                }
                #elevator_item .qr-popup .code-link {
                    display: block;
                    margin: 10px;
                    color: #777
                }
                #elevator_item .qr-popup .code {
                    display: block;
                    margin-bottom: 10px
                }
                #elevator_item .qr-popup .arr {
                    width: 6px;
                    height: 11px;
                    background: url(/wp-content/uploads/2014/04/code_arrow.png) 0 0 no-repeat;
                    position: absolute;
                    right: -6px;
                    bottom: 14px
                }




.demo_download_url{
   display:block;
}

.post-wrap-single .demo_download_url{
   padding-bottom :70px;
}
.demo_url {
  float:left;
  display:block;
}

.download_url {
  float:left;
  margin-left :20px;
 display:block;
}






.navigation_slugs_new a {
/* color: #666666;
padding: 5px 14px;
font-size: 12px;
line-height: 32px;
text-decoration: none;
border: 1px solid #DADADA;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
text-shadow: 0 1px 0 #fff; */

color: #666666;
padding: 1px 10px;
font-size: 10px;
line-height: 19px;
text-decoration: none;
border: 1px solid #DADADA;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
text-shadow: 0 1px 0 #fff;
display: inline-block;
margin: 2px 0px;


}

.navigation_slugs_title_new {

color: #666666;
padding: 0px 14px 8px 0px;
font-size: 16px;
margin-top: 16px;
line-height: 12px;
}

.navigation_slugs_title_new span{
color: #666666;
font-size: 10px;

}


.categories_posts_header {
color: #666666;
background: url(images/readmore-bg.png) left top repeat-x;
padding: 5px 14px;
font-size: 12px;
line-height: 12px;
display: inline-block;
text-decoration: none;
border: 1px solid #DADADA;
margin:0px 2px 5px 0px;
}