/* 
Theme Name: MedicineClinic
URI: http://www.zebrathemes.com
Description: Free General/Blog WordPress theme by Zebra Themes <a href="http://www.zebrathemes.com">zebrathemes.com</a>.
Author: Zebra Themes
Author URI: http://www.zebrathemes.com
Version: 1.0
Tags: Black, White, gray, Blue,  two-columns, right-sidebar, blog
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 17px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*================ Begin Typography & Colors============================ */

body {
    font-size: 12px;
    font-family: Arial, Tahoma, 'Droid Sans', sans-serif;
    background: url(images/bg.jpg) repeat-x top center,url(images/bg-123.png) repeat;
    margin: 0;
    padding: 0;
    color: #545454;
}

#container {
    overflow: hidden;
    position: relative;
}

#main {
    position: relative;
    width: 962px;
    background: #FFFFFF;
    padding: 0px 7px;
    margin: 0px auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a:link, a:visited, a:hover {
    color: #5ccef5;
    text-decoration: none;
}

p {
    line-height: 27px;
    color: #545454;
    padding-bottom: 20px;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
    font-weight: normal;

}

h1 {
    font-size: 34px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #585858;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Tahoma, "Times New Roman", Times, serif;
    font-weight: normal;
}

::selection {
    color: #fff;
    background: #5ccef5;
    text-shadow: none;
}

#sidebar h2 {
    font-size: 24px;
}

textarea, input, select {
    outline: none;
    padding: 5px;
    border: 1px solid #000000;
}

.button, input[type=submit] {
    outline: none;
    cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 7px 12px;
    background: #36c2f4;
    color: #FFFFFF;
    border: none;
}

small {
    font-size: 0.9em;
    line-height: 1.5em;
}

.post-heading {
    font-size: 28px;
    line-height: 28px;
}

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
    margin-bottom: 0px;
}

hr {
    display: none;
}

a img {
    border: none;
}

img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...) !important;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}

.clearboth {
    clear: both;
}

/*===================== Header Section =====================*/
#header_outer {
    margin: 0px auto;
    overflow: visible;
    width: 962px;
}

#header {
    overflow: hidden;
    margin: 0px auto;
    width: 962px;
    padding-bottom: 3px;
}

#tagline {
    float: left;
    font-size: 16px;
    color: #3D3C3C;
    padding: 43px 0px 0px 10px;
    text-shadow: 1px 1px #F3F3F3;
    color: #000;
}

#header .inner {
    position: relative;
    width: 960px;
}

#logo {
    float: left;
    padding: 13px 0 0 0px;
}

#logo h1 {
    padding: 10px 0px 0 0px;
}

#header_right {
    float: right;
    margin-top: 40px;
}

#form_header {
    background: url(images/header_right.png) no-repeat;
    padding-right: 5px;
}

#submit_search {
    background-color: #8eb50a;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    background: url(images/header_submit.png) no-repeat;
}

#search {
    position: relative;
    top: 14px;
    right: 0px;
    float: right;
    padding-right: 13px;
}

#search-type {
    position: relative;
    top: 10px;
    right: 0px;
    float: left;
}

.searchinput {
    float: left;
    width: 180px;
    margin: 0;
    padding: 9px 5px 9px;
    border: none;
    background: #e4e4e4;
}

#searchbutton {
    height: 34px;
    width: 34px;
    border: none;
    border-radius: 0;
    padding: 7px 5px;
    margin-left: 3px;
    background: url(images/search.png) center no-repeat #000000;
}

#searchsubmit {
    margin: 0;
    float: none;
}
/*=============================== header-social-icon ==============================*/
#social-wrapper {
    float: right;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 75px;
    right: 90px;
}

#social-icon-wrapper {
    float: right;
}

.social-icon:first-child {
    margin-left: 0px;
}

.social-icon {
    float: left;
    margin-left: 1px;
    filter: alpha(opacity=55);
    cursor: pointer;
}

.social-icon img {
    background: #e4e4e4;
}

.social-icon img:hover {
    opacity: 0.6;
    background: #000;
}

#social-wrapper-text {
    margin-bottom: 10px;
    display: none;
    margin-right: 7px;
    font-size: 2px;
    color: #977c62;
    text-transform: uppercase;
    font-weight: normal;
}


/*=============================== Menu/Navigation ==============================*/
#responsive-menu {
    display: none;
}

#responsive-dropdown {
    width: 100%;
    border: none;
    position: relative;
    background: #44c8f5;
    color: #fff;
}

#menu_outer {
    height: 60px;
    margin: 0 auto;
    width: 962px;
    background: url(images/menu_outer_bg.png) repeat-x;
}
.menu_outer h2 {
padding: 20px 5px auto auto;
}
.menu {
    width: 90%;
    font-size: 14px;
    margin: 0px auto;
    z-index: 99;
    float: left;
}

#menu_top {
    height: 10px;
}

.menu ul {
    padding: 0;
    list-style-type: none;
}

.menu ul li {
    float: left;
    display: inline;
    position: relative;
    padding: 0px;
    line-height: 60px;
    text-transform: uppercase;
    background: url(images/menu_right.png) no-repeat right;
}

.menu ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    background: rgba(67, 199, 244, 0.90);
    filter: alpha(opacity = 90);
    visibility: hidden;
}

.menu ul li:hover ul {
    left: -1px;
    top: 36px;
    z-index: 99;
}

.menu ul ul li {
    line-height: 25px;
    color: #999;
    display: list-item;
    float: none;
    padding: 5px 15px 5px;
    text-align: left;
    border-bottom: 1px solid #00aef0;
    background: none;
}

.menu ul ul {
    width: 250px;
}

.menu ul ul li, x:-moz-any-link, x:only-child {
    line-height: 23px;
    padding: 5px 15px 5px;
}

.menu ul li ul li ul {
    top: 0px;
}

.menu ul li a h2, .menu ul li a:link, .menu ul li a:visited {
    color: #fff;
}

.menu ul li li a {
    border: none;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    padding: 0px 20px 0px 20px;
    line-height: 60px;
}

.menu ul li:first-child {
    margin-left: 0px;
}

.menu ul li:last-child {
    background: none;
}

.menu ul li a {
    display: inline-block;
}

.menu li li a {
    margin: 0;
    padding: 5px 10px 5px 0;
    display: block;
    line-height: normal;
}

.menu ul li:hover, .current_page_item , .current-menu-item , .current-page-ancestor, .current-menu-parent .current-page-parent, .menu_item {
    color: #fff;
}

.menu ul li a:hover, .current_page_item  a, .current-menu-item a, .current-page-ancestor a, .current-menu-parent a .current-page-parent a {
    color: #fff!important;
}

.menu ul ul li a {
    color: #fff !important;
}

ul li li.current_page_item a,
ul li li.current-menu-item a,
ul lib li.current-page-ancestor a,
ul li li.current-post-ancestor a {
    color: #000 !important;
}
	
/*-----------------------shadow------------------------*/
#shadow {
    background: url(images/shadow.png) no-repeat top center;
    height: 21px;
}

/*==================== Content Area ====================*/
#content_wrapper {
    padding: 25px 0px 40px 0px;
}

#content {
    float: left;
    width: 660px;
    margin: 0px;
    font-size: 16px;
    padding: 0px 0 15px 0px;
}

.content p {
    padding: 0.5em 0px;
    margin-bottom: 10px;
    text-align: inherit;
}

.post {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
}

.post-bottom {
    margin-bottom: 38px;
}	
/*====== Entry Meta =======*/
.entry_meta {
    color: #000;
    line-height: 30px;
    clear: both;
    background: url(images/entry_meta_bg.jpg) repeat-x;
}

.entry_meta .author {
    padding-left: 0px;
    margin-right: 25px;
}

.entry_meta .category {
    padding-left: 0px;
    margin-right: 9px;
}

.entry_meta .metacomment {
    padding-left: 20px;
    margin-right: 15px;
    float: right;
}

.entry_meta .datetime {
    padding-left: 20px;
    margin-right: 27px;
}

.metavalue img {
    padding-right: 5px;
    padding-left: 5px;
}

.tag {
    background: url(images/tag-icon.png) left 3px no-repeat;
    padding-left: 16px;
    font-style: italic;
    float: left;
    margin-top: 10px;
    padding-bottom: 20px;
    color: #000000;
    margin-left: 0px;
}

.tag a:link, .tag a:visited {
    font-weight: normal;
}

.post_title {
    font-size: 20px;
    text-transform: none;
    padding: 0px 0 0px 15px;
    line-height: 45px;
    height: 45px;
    text-align: left;
    margin-bottom: 20px;
    background: url(images/post_title_left.png) no-repeat left 10px center,url(images/post_title_bg.png) repeat-x;
}

.post_title_border {
    background: url(images/boder.png) repeat-x;
    height: 4px;
}

.entry {
    padding-bottom: 10px;
}

.post_title a {
    color: #fff;
    padding-left: 15px;
}

.post hr {
    display: block;
}

.post:last-child {
    border-bottom: none;
}

.feature_image {
    float: left;
    background: white;
    margin: 0px 18px 8px 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 8px #000;
}

.feature_image a:link {
    float: left;
}

feature_image:hover {
    border: 1px solid #C2C2C2;
}

#content_archive h2, .navigation {
    line-height: 29px;
    margin: 0px 0 10px 0px;
    background: #000;
}

/*====== Read More =======*/
.readmore {
    text-align: right;
    line-height: 30px;
    margin: 0px 0px 20px 175px;
    padding-right: 10px;
}

.readmore a {
    text-decoration: none;
}

/*====== Author Info =======*/
#about_the_author {
    margin-bottom: 40px;
}

#about_the_author .author_content {
    background-color: rgba(0, 0, 0, .01);
    min-height: 70px;
    background: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
    margin-top: 15px;
}

.author_info {
    position: relative;
    padding-left: 10px;
}

#respond {
    padding-left: 0px;
}

.author_info h3 {
    font-size: 20px;
}

.author_info h1 {
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 40px;
    color: #424242;
}

.author_name {
    margin-top: 20px;
    font-weight: bold;
}

.author_desc {
    margin-bottom: 0;
}

.author-gravatar {
    float: left;
    height: 70px;
    margin-right: 20px;
    border: 1px solid #BBB9B9;
}

.author-gravatar img {
    padding: 4px;
    height: 60px;
    width: 60px;
    background: #EBEBEB;
    border: 1px solid #CCC;
}

/*====== Post List =======*/
.post ul {
    width: 100%;
    list-style-type: disc;
    margin-top: 5px;
    line-height: 18px;
    float: left;
}

.post ol {
    list-style-type: decimal;
    margin-top: 0px;
    line-height: 18px;
}

.post ol, .post li {
    padding-top: 5px;
}

.post ul, .post ol {
    margin: 0 2.5em 1.5em;
}

.post ul li {
    margin: 0px 0 !important;
    list-style: bullet !important;
    padding-top: 5px;
    line-height: 18px;
    color: #717171;
}
/*====== Post Others ======*/

blockquote {
    border-left: 3px solid #5ccef5;
    color: #444;
    font-style: italic;
    padding: 0px 0px 0px 9px;
    margin: 5px 0px 5px 0px;
}


/*====== Post table ======*/
.post table {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #d4d2d2;
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
}

.post th {
    text-align: center;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background-color: #434343;
}

.post tbody {
    background: #fff;
}

.post td {
    text-align: center;
    padding: 10px;
    border-top: 1px dashed white;
    font-size: 14px;
}

/*==================== Comment list ====================*/
.comment-list {
    margin-top: 10px;
    position: relative;
    padding: 10px 0 10px 0;
}

.comment-list ol, .comment-list ul {
    margin: 0;
    padding: 0;
}

.comment-list ol {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.comment-list ol li:first-child {
    border: none;
}

.comment-list ul li,
.comment-list ol li,
.comment-list ol li ul li:first-child {
    margin: 20px 0 0 0;
    list-style: none;
}

.comment {
    clear: both;
    display: block;
    min-height: 25px;
    padding: 0;
    color: #404040;
	font-size:12px;
}

.comment-container {
    padding: 18px 0px;
}

.avatar img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    background: #EBEBEB;
    border: 1px solid #CCC;
}

.avatar img {
    padding: 4px;
}

.comment-author {
    color: #a6a6a6;
    font-size: 13px;
    padding-bottom: 5px;
}

.comment-author .link-author {
    color: #000;
    font-size: 17px;
    padding-bottom: 3px;
    text-decoration: none;
}

.comment-date {
    display: block;
    font-size: 12px;
    color: #a6a6a6;
}

.comment-entry .link-reply {
    color: #11b1df;
    margin-left: 5px;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.comment-list li .comment-body {
    position: relative;
}

.comment:hover .comment-entry .link-reply {
    display: block;
}

.comment-entry {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    border-bottom: 1px solid #000000;
    padding-bottom: 50px;
}

#commentbox-left {
    float: left;
    margin-right: 20px;
    width: 218px;
}

#commentbox-left label {
    display: block;
    margin-bottom: 11px;
}

#commentbox-left input {
    margin-bottom: 5px;
    width: 198px;
}

#commentbox-right {
    float: right;
}

#commentbox-right label ,#commentbox-admin label {
    display: block;
    margin-bottom: 5px;
}

#commentbox-right textarea {
    width: 390px !important;
}

textarea {
    width: 60%;
}

#commentbox-admin textarea {
    width: 98%;
}

#commentbox-submit {
    float: right;
    margin-top: 10px;
}

.add-comment {
    position: relative;
}

.comment-list h2, .add-comment h3 {
    font-family: 'LatoBold', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 333;
}

.add-comment h3 {
    font-family: 'QueensParkRegular', Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #11b1df;
}

.comment-list .reply {
    float: right;
    text-decoration: underline;
}

.comment-list textarea {
    border: 1px solid #e0e0e0;
}

.comment-head .name {
    font-weight: bold;
}

.comment-head .date {
    font-style: italic;
}

#comments {
    font-size: 20px;
}

.comments_number {
    padding-left: 10px;
}

.comment-head {
    font-size: 12px;
    margin-top: 0px;
}

#respond h3, .comments_numbar h3 , .author_info h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.reply {
    float: right;
    font-size: 12px;
    text-decoration: underline;
}

/*--------------------------------sidebarnew------------------------------------------*/
.sidebar {
    float: right;
    width: 260px;
    margin-left: 10px;
}

.sidebar a:link, .sidebar a:visited {
    color: #000000 !important;
    font-size: 14px;
}

.sidebar a:hover {
    color: #5ccef5 !important;
}

.sidebar h2 {
    font-size: 20px;
    font-weight: 200;
}

.sidebar .widget-title {
    color: #fff;
    background: none repeat scroll 0 0 #00b8d3;
    line-height: 45px;
    padding-left: 20px;
}

.sidebar li {
    margin: 0px 0px 15px 0px;
    padding: 0;
    overflow: hidden;
}

.sidebar li ul li:first-child {
    padding-top: 10px;
    background-position: 0px 1.3em;
}

.sidebar li ul li {
    display: block;
    line-height: 20px;
    padding: 0 0 3px 20px;
    margin: 0 0 8px 0;
    background: url(images/arrow.png) 0px 3px no-repeat;
    border: none;
}

.sidebar .widget-title a {
    color: #ffffff !important;
}

.sidebar li ul li:last-child {
    border: none;
}

.sidebar .recent_post li {
    padding-left: 0;
    background: none;
}

.sidebar .recent_post img {
    float: left;
    margin: 6px 15px 8px 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 8px #000;
    width: 70px;
    height: 70px;
}

.sidebar .recentpost_meta {
    font-size: 12px;
    color: #5ccef5;
}
/*====== Calendar ====== */
.sidebar .widget_calendar table th, #sidebar .widget_calendar table td,.sidebar .widget_calendar table td, .sidebar #calendar_wrap table th, .sidebar #calendar_wrap table td {
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
}

#wp-calendar {
    width: 100%;
}

.sidebar .widget_calendar table td#today, .sidebar #calendar_wrap table td#today {
    color: #5ccef5;
}

.sidebar .widget_calendar table caption,.sidebar #calendar_wrap table caption {
    width: 100%;
}

.sidebar .widget_calendar table caption,.sidebar #calendar_wrap table caption {
    font-size: 12px;
    padding: 5px 0px 5px 10px;
    color: #000;
    text-align: left;
}

.sidebar .widget_calendar table td a,.sidebar #calendar_wrap table td a {
    color: #686868 !important;
}

.sidebar .widget_calendar table td a,.sidebar #calendar_wrap table td a:hover {
    color: #686868 !important;
}

.sidebar .widget_calendar table td#prev,#calendar_wrap table td#prev {
    text-align: left;
}
/*====== Tag Cloud ====== */
.sidebar .widget_tag_cloud div a, .sidebar .tagcloud a, .meta-tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 4px 0;
    padding: 2px 4px 2px 4px;
}

.sidebar .widget_tag_cloud div a:hover,  .sidebar .tagcloud a:hover, .meta-tags a:hover {
    background: #5ccef5;
    color: #ffffff !important;
}

.screen-reader-text {
    display: none;
}

.socialicons {
    margin: 10px 0px 15px 0px;
    float: left;
}

.socialicons a {
    padding: 0px 2px 2px 5px;
}

.socialicons img {
    background: #e4e4e4;
}

.socialicons img:hover {
    background: #000;
}
	


/*================================ Begin Pagination =================================== */

.wp-pagenavi a {
    font-weight: bold;
}
 /* Previous and Next links only */
.wp-pagenavi a.page,.wp-pagenavi a.first,.wp-pagenavi a.last {
    font-weight: normal;
}
 /* Other links */
.wp-pagenavi a, .wp-pagenavi span {
    font: inherit;
    padding: 7px 5px 8px 5px;
    margin-right: 15px;
    color: #fff;
}

.pagetitle {
    color: #5ccef5;
    padding-bottom: 15px;
    margin-left: 10px;
    text-align: left;
    line-height: 24px;
}

.center {
    line-height: 24px;
}

.wp-pagenavi span.current {
    color: #fff;
    background: #2dbff3;
}

.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    margin: 0px;
}

span.wpcf7-form-control-wrap {
    line-height: 0px;
}

.wpcf7-submit {
    padding: 5px 15px;
}


.last {
    margin-right: 0;
}

.fullcolumn {
    width: 100% !important;
}
/*====================================== Footer ====================================== */
#footer {
    background: url(images/post_title_bg.png) repeat-x;
    padding: 0;
    margin: 0px auto;
    height: 45px;
    border-bottom: 5px solid #000;
}

#footer_text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-top: 18px;
}

#footer-widgets {
    background: #1f1f1f;
}

#footer-widget-area {
    color: #fff;
    padding: 25px;
    overflow: hidden;
}

#footer-widget-area a:link, #footer-widget-area a:visited {
    color: #fff;
}

#footer-widget-area a:hover {
    color: #5ccef5;
}

#footer-widget-area h2 {
    font-size: 20px;
}

#footer-widget-area li {
    margin: 0px 0px 25px 0px;
    padding: 0;
}

#footer-widget-area li ul li:first-child {
    padding-top: 10px;
    background-position: 0px 1.3em;
}

#footer-widget-area li ul li {
    display: block;
    line-height: 20px;
    padding: 0 0 3px 10px;
    margin: 0 0 8px 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: url(images/footer_arrow.png) 0px 4px no-repeat;
}

#footer-widget-area li ul li:last-child {
    border: none;
}

#footer-widget-area   .widget-title,.footer-widget-title {
    font-size: 20px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 10px;
    background: url(images/post_title_left.png) no-repeat left 10px center,url(images/post_title_bg.png) repeat-x;
    color: white;
    padding-left: 20px;
}

#footer-widgets .textwidget, #footer-widgets.textwidget p {
    line-height: 24px;
    color: #fff;
}

#footer-widget-area .recent_post li {
    padding-left: 0;
    background: none;
}

#footer-widget-area .recent_post img {
    float: left;
    padding: 3px;
    background: #fafafa;
    margin: 0px 10px 2px 0px;
}

#footer-widget-area .recentpost_meta {
    font-size: 11px;
    font-style: italic;
}

.screen-reader-text {
    display: none;
}

#s {
    min-width: 175px;
}

#searchsubmit {
    background: #f59b1a;
}		
/*====== Calendar ====== */
#footer-widget-area .widget_calendar table th, #footer-widget-area .widget_calendar table td,#footer-widget-area #calendar_wrap table th, #footer-widget-area #calendar_wrap  table td {
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
}

#wp-calendar {
    width: 100%;
    font-size: 14px;
}

#footer-widget-area .widget_calendar table td#today,#footer-widget-area #calendar_wrap table td#today {
    color: #2dbff3;
    font-weight: bold;
}

#footer-widget-area  .widget_calendar table caption,#footer-widget-area  #calendar_wrap table caption, {
    width: 100%;
}

#footer-widget-area .widget_calendar table caption, #footer-widget-area #calendar_wrap table caption {
    font-size: 12px;
    padding: 5px 12px;
    color: #2dbff3;
    text-align: left;
}

#footer-widget-area .widget_calendar table td a,#footer-widget-area #calendar_wrap  table td a {
    color: #fff;
}

#footer-widget-area .widget_calendar table td#prev,#footer-widget-area #calendar_wrap  table td#prev {
    text-align: left;
}
/*====== Tag Cloud ====== */
#footer-widget-area .widget_tag_cloud div a, #footer-widget-area .tagcloud  a, .meta-tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 4px 0;
    padding: 2px 4px 2px 4px;
    color: #fff;
}

#footer-widget-area .widget_tag_cloud div a:hover, #footer-widget-area .tagcloud  a:hover, .meta-tags a:hover {
    background: none;
    color: #5ccef5;
}
.divider {
	border-bottom:1px solid #F5F5F5;
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 4px;
	position: relative;
	margin-right: 13px;
}
.divider.top a {
    background-color: transparent;
}

.divider.top a {
    color: inherit;
    font-size: 10px;
    padding: 0px 2px;
    position: absolute;
    right: 0px;
    text-align: right;
    text-decoration: none;
    top: 15px;
    width: 20px;
}

/* Drop Caps */

.dropcap1 {
    text-shadow: white 1px 1px 0px;
}

.dropcap1 {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 4px 8px 0px 0px;
}

.dropcap2 {
    background: transparent url(images/dropcap_styles_black.png) no-repeat scroll -52px 2px;
    color: white;
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    margin: 0px 8px -4px 0px;
    padding: 0px 2px 0px 0px;
    width: 38px;
}

.dropcap1, .dropcap2 {
    float: left;
	text-align: center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.last {
	margin-right:0 !important;	
}
.code {
	background: #FDFDFD;
	border: 1px dotted #BBB;
	color: #333;
	font: normal normal normal 13px/18px Consolas, 'Courier New', Courier, monospace;
	padding: 10px 5px;
	margin: 0px 13px 20px 0px;
	word-wrap: break-word;
}

.frame_left {
	background: #FAFAFA;
	border: 1px solid #F1F1F1;
    float: left;
    margin: 0px 20px 10px 0px;
    padding: 4px;
    text-align: center;
}

.frame_right {
	background: #FAFAFA;
	border: 1px solid #F1F1F1;
    float: right;
    margin: 0px 0px 10px 20px;
    padding: 4px;
    text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption {
    color: #999;
    display: block;
    margin: 7px 0px 2px;
}
/* Blockquote */

blockquote.pullquote {
    width: 220px;
    border: 0;
    line-height: 150%;
    color: #666;
    background-color: #fff;
    font-style: italic;
}

blockquote.pullquote.type1.alignleft {
    margin: 10px 15px 0px 0;
    padding: 15px 15px 5px 20px;
    border-right: 4px solid #ddd;
}

blockquote.pullquote.type1.alignright {
    margin: 10px 0px 0px 10px;
    padding: 15px 20px 5px 15px;
    border-left: 4px solid #ddd;
}

blockquote.pullquote.type2.alignleft {
    margin: 10px 15px 0px 0;
    padding: 15px 15px 5px 20px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

blockquote.pullquote.type2.alignright {
    margin: 10px 0px 0px 10px;
    padding: 15px 20px 5px 15px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

.pullquote_right {
    float: right;
    margin: 2% 0px 2% 4%;
    padding: 0px 0px 0px 70px;
    width: 40%;
}

blockquote.blockquote {
    background: transparent url(images/quotes.png) no-repeat 0% 0%;
}

blockquote {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.6em;
}

blockquote.blockquote {
    clear: both;
    margin: 0px 0px 22px;
    min-height: 60px;
    padding: 5px 0px 0px 50px;
}

blockquote cite {
    display: block;
    font-size: 12px;
}

cite, em, dfn {
    font-style: italic;
}

.woocommerce-info {
    border-top: 3px solid #000!important;
}
.woocommerce-info:before {
  background-color:#000 !important;
  }
 
.addresses {
	margin-top:20px;
}



.fullcolumn {
    width: 100% !important;
}


.one_half, .one_third, .one_fourth, .two_third, .one_fifth, .one_sixth,  .three_fourth, .two_fifth, .three_fifth {
	position: relative;
	margin-right: 3%;
	float: left;
}
.one_half     	{ width: 46%; 		}
.one_third 		{ width: 30.33%;	}
.two_third 		{ width: 60.9%; 	}
.one_fourth 	{ width: 22.5%;		}
.two_fourth 	{ width: 48%;		}
.three_fourth 	{ width: 74%;		}
.one_fifth 		{ width: 17%;		}
.two_fifth 		{ width: 37.6%;		}
.three_fifth 	{ width: 58.4%;		}
.four_fifth 	{ width: 79.2%;  	}
.one_sixth 		{ width: 13.3333%;	}
.two_sixth 		{ width: 30.6666%;	}
.three_sixth 	{ width: 47.9998%;	}
.four_sixth 	{ width: 65.3332%;  }
.five_sixth 	{ width: 82.6665%;	}

.screen-reader-text {
    display: none;
}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        #main  { width: 660px; }
		.fullcolumn{ width: 660px !important; }
		#header_outer { width: 100%; }
		#header {width:660px; }
		#menu_outer { width: 660px;height:110px; }
		.menu{width:auto;}
		position: relative;top: 19px;right: 0px;float: right;
		#s {min-width: 74px;}
		.searchinput {width: auto;}
		#content { width:100% }
		.tag { float:left;}
		.sidebar {float: left; width: 80%; margin: 0 0 5px 0; }
		.sidebar .recentpost_meta {float:left; width:80%;}
		.one_third  {  width:30%; float:left;   }
		#footer {width:100%; }
		#feature { display:none; }
		.navigation { width:100%; }
		.sliderheading, .slidercontent {  display:none; }
		#wp-calendar{font-size:9px;}
		#footer-widget-area .widget_calendar table th, #footer-widget-area .widget_calendar table td, #footer-widget-area #calendar_wrap table th, #footer-widget-area #calendar_wrap table td{padding: 7px 8px 7px 9px; text-align: center;}
		#search-type{ margin-bottom: 15px;}
		
	
	}
	
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        #main { width: 310px;  margin:0px auto ;  }
		.fullcolumn{ width: 310px !important; }
		#header {width:310px; height:120px }
		#header_outer { width: 310px; height:130px;}
		#menu_outer {width:310px; background:none; height: 75px; border-top:none; margin:0;}
		#search {float: left;position: relative;top: 4px;}
		#content { width:100%; margin:10px auto ; }
		.entry_meta{ font-size:12px; line-height:20px; background:none;}
		.entry_meta .datetime{float:none;}
		.readmore {float: none;width: 100%;text-align: right;margin: 0;padding: 0;}
		.sidebar { float: left; width: 93%; margin: 0; }
		.sidebar .recentpost_meta {float:left;width: 60%;}
		.one_third  {  width:100%; float:left;   }
		#footer {width:100%; line-height: 13px; }
		#commentbox-right textarea { width:280px !important;}
		#commentbox-right {float: left;}		
		#feature { display:none; }
		.navigation { width:96% ;}
		.sliderheading, .slidercontent {  display:none; }
		.menu { display:none; }
		#responsive-menu { display:block ;}
		.shadow{display:none;}
		#search-type{ margin-bottom: 15px;}
		#footer_text {font-size: 9px;}
		#logo{padding-top:20px;}
		#social-wrapper {float: left;}
		.entry_meta .metacomment { float:none;}
		#commentbox-admin textarea {width: 95%;}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        #main { width: 420px;   }
		.fullcolumn{ width: 420px !important; }
		#header_outer { width:100%; height:112px;}
		#header {width:420px; height:112px; }
		#menu_outer {width:420px; background:none; height: 75px;border-top:none; margin: 0;}
		#search {float: left; left: 0; position: relative; top: 4px;}
		#content { width:100%; margin:10px auto ; }
		.entry_meta{ font-size:11px; line-height:20px; background:none;}
		.entry_meta .datetime{float:none;}
		.readmore {float: none;width: 100%;text-align: right;margin: 0;padding: 0;}
		.sidebar { float: left; width: 95%; margin: 0; }
		.sidebar .recentpost_meta {float:left;width: 70%;}
		.one_third  {  width:100%; float:none;   }
		#feature { display:none; }
		#commentbox-right textarea { width:400px !important;}
		.navigation { width:96% ;}
		.sliderheading, .slidercontent {  display:none; }
		.menu { display:none; }
		#responsive-menu { display:block ;}
		.sidebar_title_shadow{ display:none;}
		#footer {width:100%; }
		.shadow{display:none;}
		#search-type{ margin-bottom: 15px;}
		#commentbox-right {float: left;}
		#tagline{ float:none;}
		#logo{padding:0px;}
		#logo img { width:80%; padding-top:9px; }
		#social-wrapper {float: left;}
		.entry_meta .metacomment { float:none;}
		#commentbox-admin textarea {width: 97%;}

		
}