/*   
Theme Name: Coffee
Author: Organicsoft
Author URI: http://www.organiksoft.com
Description: The Coffe is sophisticated, modern theme,you can add your own personal flair by uploading a custom header or background image.
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black,brown,red,dark,light, two-columns,custom-header,custom-background
******************************************************************************

/* -------------------------------------------------------------- 
                     GENERAL STRUCTURE
----------------------------------------------------------------*/

body {
	font-size:80%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	display: block;
	width: 1040px; 
	margin: 2em auto;
	background: #E9DAB9;
}
	
#container {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-right: -26.4%;
	margin-bottom: 10px;
	margin-left: 0;
	}

#content {
margin: 0 34% 0 7.6%;
width: 58.4%;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}



/*--------------------------------------------------------------
               GLOBAL STYLES
-------------------------------------------------------------- */

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	
}


.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

ol {
	list-style-type: none;
}

p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

a:link{
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #993300;
}

/*-------------------------------------------------------------- 
                   HEADER
--------------------------------------------------------------*/

#site-header {
position: relative;
width: 1040px;
}

#header-image {
	display: block;
	width: 1040px;
	height: 200px;
}

#site-title {
	font-size: 2.5em;
	font-weight: 700;
	margin: 0;
	font-family: 'Vivaldi';
	margin-top: -180px;
	padding-left: 100px;
}


#site-description {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 100px;
}


#header-title.header-image-true {
	width: 100%;
}

/* ------------------------------------------
       HEADER MENU
--------------------------------------------*/


#holder {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #871107;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #333;
	border-bottom-color: #333;
	height: 30px;
}
#navmenu ul {
	padding: 0;
	list-style-image: none;
	float: left;
}
#navmenu li {
   display: inline;
}

#navmenu a {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
}
#navmenu ul li a {
	text-decoration:none;
	color: #CC3333;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	margin-top: -8px;
}
#navmenu ul li a:hover {
	color: #333;
	background-color: #7A1100;
}
#navmenu ul ul {
	display: none;
	float: right;
	position: absolute;
	top: 1.8em;
	left: 0;
	z-index: 99999;
	background-position: 30px 0px;
	background-image: url('images/arrow.png');
	margin-left: 10px;
	background-repeat: no-repeat;
	margin-top: 210px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navmenu ul ul li {
	border: none;
}

#navmenu ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#navmenu ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#navmenu ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navmenu ul ul a {
	line-height: 1em;
	width: auto;
	height: auto;
	color: #CC3333;
	background-color: #871107;
}

#navmenu li:hover > a,
#navmenu li:focus > a {
	color: #333;
}

#navmenu ul ul :hover > a,
#navmenu ul ul :focus > a {
	color: #333;
}

#navmenu ul ul li:hover > a,
#navmenu ul ul li:focus > a {
	border-bottom: none;
	background-color: #7D2800;
}

#navmenu ul ul a:hover,
#navmenu ul ul a:focus {
	background: #993300;
}

#navmenu ul li:hover > ul,
#navmenu ul li:focus > ul {
	display: block;
}

#navmenu ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
}


/* -------------------------------------------------------------- 
                  MAIN CONTENT
-----------------------------------------------------------------*/
.sticky {

}
.entry-header a:link,
.entry-header a:visited {
	text-decoration: none;
}

.entry-header a:hover,
.entry-header a:focus {
	text-decoration: underline;
}
.entry-title {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	color:#990033;
}

.name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
}

.single-thumb {
	margin: 0 0 1em 0;
}

.single-thumb img {
	max-width: 100%;
	height: auto;
}
.entry-content p {
	line-height: 1.8em;
	margin-bottom: 2em;
}

.entry-content li {
	font-size: 0.9em;
	margin: 0 0 1em 2em;
	line-height: 1.3em;
}

.entry-content ul {
	list-style-type: square;
	margin-bottom: 2em;
}

.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

.index-title {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 1.3em;
	word-wrap: break-word;
}

.index-title a {
	text-decoration: none;
}

.index-title a:hover,
.index-title a:focus {
	text-decoration: underline;
}

.index-name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 20px;
}

.index-name-date a {
	text-decoration: none;
}

.index-name-date a:hover,
.index-name-date a:focus {
	text-decoration: underline;
}

.index-content {
	margin: 20px;
}

.more-link {
	text-align: left;
}
.more-link a:link,
.more-link a:visited {
	font-size: 0.6em;
	background:  #A82825;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.more-link a:hover,
.more-link a:focus {
	background-color: #990033; 	
}

.page-header {
background-color: #E9DAB9; 	
}
.page-header h1 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/*---------------------------------------------
              SIDEBAR
----------------------------------------------*/
#sidebar {
	width: 23%;
	float: right;
	margin-top: 20px;
}


#sidebar .widget {
	width: 80%;
	float: left;
	padding: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	color: #990033;
}

#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
#sidebar ul {
	list-style-image: url(images/bean.png);
 }

#sidebar ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	color: #000000;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
	background-color: #FFFFCC;
	text-decoration: none;
	padding: 10px;
}

/* Recent Comments widget */


.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}

.recentcomments a {
	font-size: 100%!important;
}

.recentcomments a:hover,
.recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}

.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.textwidget p {
	font-size: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar tr {
	line-height: 1.8em;
}

.widget_calendar #wp-calendar caption {
	font-size: 1em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* RSS Widget */

h1.widget-title a:link,
h1.widget-title a:visited {
	text-decoration: none!important;
}

h1.widget-title a:hover,
h1.widget-title a:focus {
	text-decoration: underline!important;
}

.widget_rss ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-weight: 100;
}

.widget_rss ul li a {
	text-transform: uppercase;
	font-size: 1.1em!important;
}

.widget_rss ul li a:hover {
	text-decoration: underline!important;
}

.widget_rss a:hover,
.widget_rss a:focus {
	background: inherit!important;
	padding: 10px 0!important; 
}

.widget_rss .rss-date {
	font-size: 0.8em;
	color: #808080;
	margin-bottom: 10px;
}

.widget_rss .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.widget_rss cite {
	font-size: 0.8em;
	color: #808080;
}

.widget_rss cite:before {
	content: "by ";
}


/* -------------------------------------------------------------- 
                      SINGLE POST
-------------------------------------------------------------- */

.entry-content {

}

.footer-meta {
	margin: 1em 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0;
	padding-left: 2em;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #FFFFCC;
	border-left-width: 10px;
}

.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}

.footer-tags li a:link,
.footer-tags li a:visited,
.footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #FFFFCC;
}

.footer-tags li.highlight,
.footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}

.footer-tags li a:hover,
.footer-tags li a:focus {
	background: #993300;
}


/* ------------------------------------
              RELATED 
---------------------------------------*/

h1#recent {
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 1em 50px;
}

#related {
	background: #eaeaea;
	padding: 50px;
}

#related ul {

}

#related ul li {
	width: 31.91489361702128%;
	float: left;
	margin-right: 2.127659574468085%;
}

#related ul li:last-child {
	margin-right: 0;
}

#related ul li a {
	text-decoration: none;
}

#related ul li article {
	padding: 20px;
	border: 1px rgba(255,255,255,0.5) solid;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#related ul li a:hover article,
#related ul li a:focus article {
	background: #fff;
}

#related .theExcerpt {
	margin-top: 1em;
}


/* -------------------------------------------------------------- 
                 IMAGE ATTACHMENTS 
-------------------------------------------------------------- */

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}

.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* --------------------------------------------------------------
                     IMAGES
----------------------------------------------------------------*/

a img {
	border: none;
}
p img {
	margin-bottom: 1em; 
}


img.alignleft,
.wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	height: auto;
}
.wp-caption {
	padding: 10px;
	text-align: center;
	border: 1px #ccc solid;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/*--------------------------------------------------------------
                     FORMS
---------------------------------------------------------------*/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/*--------------------------------------------------------------
                   COMMENTS
---------------------------------------------------------------*/

#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
	color: #990033;
}

#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
	color: #990033;	
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

.comment-author {
	text-transform: uppercase;
	color: #999999;	
}
.commentlist  li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
}
.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 3.2em;
		width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	float: right;
	margin-top:-60px;
}
.commentlist li.comment .fn {
	display: block;
	
}
.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
		display: none;
}
	
.commentlist .reply {
	width: 48px;
	display: block;
	text-transform: uppercase;
	font-size: 70%;
	text-align: center;
	padding: 0;
	float: right;
}

.commentlist  li.bypostauthor {
		color: #444;
}
.commentlist  li.bypostauthor .comment-meta {
		color: #666;
}
.commentlist li.bypostauthor:before {
		content: none;
}


.commentlist .children  li.bypostauthor {
		background: #fff;
		border-color: #ddd;
}
.commentlist .children  li.bypostauthor > article,
.commentlist .children  li.bypostauthor > article .comment-meta {
		color: #666;
}

#commentform {
	margin-left: 4.04255319148936%;
	margin-bottom: 2em;
}

#commentform input:focus,
#commentform textarea:focus {
	outline: 1px solid #808080;
}

#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}

#commentform input,
#commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-right:59.61290322580645%;
	width: 41.38709677419355%;
	float: right;
	font-size: 80%;
	color: #999;
}

.form-allowed-tags {
	font-size: 80%;
	color: #999;
	
}
#respond input[type=text] {
	display: block;
    width: 40%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 60%;
}
#respond .form-allowed-tags {
	clear: both;

}
#respond .form-allowed-tags code {
	display: block;
}

#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #999;
	color: #999;
	padding: 3px 2em;
	background: #fff;
	font-size: 70%;
	text-transform: uppercase;
}

#commentform input#submit:hover,
#commentform input#submit:focus {	
	border-color: #999;
	color: #333;
	cursor: pointer;
}

.pingback {
	margin: 0 0 2em 0;
}


/*--------------------------------------------------------------
                  WIDGETS
--------------------------------------------------------------*/

.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}


/*--------------------------------------------------------------
                   FOOTER
--------------------------------------------------------------*/

#colophon {
	padding: 0;
	color: #993300;
	font-size: 1em;
	background-color: #E9DAB9;
}

#footer-content {
	margin: 0;
	padding: 20px 50px;
	text-align: center;
	font-size: 90%;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E9DAB9;

#footer-content p {
	margin: 0 0 10px 0;
}

#colophon a:link,
#colophon a:visited {
	color: #666666;
	text-decoration: none;
}

#colophon a:hover,
#colophon a:focus {
	text-decoration: underline;
}