/*
	Theme Name: Coffee Break Theme
	Theme URI: Theme URI: http://wordpress.org/themes/coffeebreak
	Description: Simple Coffee-Inspired Theme.It includes HTML5 and CSS3.
	Version: 1.0
	Author: Glory Jean M. Dela Torre (@myGLORYbe)
	Author URI: http://www.twitter.com/myGLORYbe
	Wordpress version: 3.6.1
	Tags: brown, orange, light, custom-header, two-columns, right-sidebar, fixed-width, custom-menu, threaded-comments
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: coffeebreak
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
  font-size:12px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/* wrapper */
.wrapper
{
	width: 1000px;
	margin: auto;	
	border: 0px;
}
/* header */
.header {
	min-height: 150px;	
	margin: auto;	 
  border: 0px;
}

body {
background-image: url('img/back.jpg');
}

section
{
	width: 650px;
	min-height: 700px;
	float:left;
	margin-top:15px;
}
		
aside
{
	float: right;
	width: 330px;
	height: 100%;
	margin-top: 15px;
}

.footer
{
	width: 1000px;
	min-height: 30px;	
	background-image: url('img/head.jpg');
	float: right;
  border: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer a
{	
  color: #FFCC40;
}

.footer p
{	
  font-size: 14px;
}

/*classes and id */

.slides
{
	width: 100%;
	height: 300px;
	background-image: url('img/slide-bg.png');
  background-repeat: repeat;
	border: 0px;
}

.mytable-left
{
	border: 0px;
	width: 700px;
	padding: 20px;
	text-align: center;
}
	
	
.mytable-right
{
	border:0px;
  background-image: url('img/logo.png'), url('img/logo.jpg') ;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  /*background-position:right center;*/
}

.mytable2
{
	height: 150px;
	width: 1000px;	
  background-image: url('img/head.jpg');
}
		
		
article
{
	border: 3px solid #FF9C00;
	margin: 5px;
	width: 100%;	
	min-height:relative; 
  background-image: url('img/menu.jpg');
	padding:20px;
}

article:hover
{
	border: 3px solid #FF9C00;
	margin: 5px;
	width: 100%;
	min-height: relative; 
	padding:20px;
}
	
		
.right-article
{
	border: 1px solid;
	margin-top:10px;
	margin-left: 5px;
	float: left;
	width: 240px;
	height: 100px;	
}
	
a:link, a:focus
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: bold;
}


/*css3 menu */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
/* Menu CSS */
#cssmenu,
#cssmenu > ul {
  background: url('img/highlight-bg.png') repeat;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: 1000px;
	height: 30px;
	background-image:url('img/menu.jpg');
}
#cssmenu > ul {
  background: url('img/menu-bg.png') repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {
   padding: 5px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #c28130;
  text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
  line-height: 18px;
}
#cssmenu > ul > li:hover > a {
  background: url('img/hover.png') repeat;
}
#cssmenu > ul > li > a > span {
  line-height: 14px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url('img/highlight-bg.png') repeat;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  background: url('img/hover.png') repeat;
  margin: 0;
  padding: 0;
  z-index: -1;
  -webkit-transition: all 0.35s 0.2s ease-in-out;
  -moz-transition: all 0.35s 0.2s ease-in-out;
  -ms-transition: all 0.35s 0.2s ease-in-out;
  transition: all 0.35s 0.2s ease-in-out;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 30px;
  left: 0;
}
#cssmenu > ul ul:before {
  content: '';
  position: absolute;
  top: -10px;
  height: 14px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  padding: 5px 16px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-shadow: 0 -1px 0 #c28130;
  text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #055988;
  background: url('img/highlight-bg.png') repeat;
}
#cssmenu > ul ul li a:active {
  background: url('img/menu-bg.png') repeat;
}

/*end */

.sidebar
{
  font-size: 16px;
  font-family: "Trebuchet MS", Verdana, Arial;
}

.sidebar-widget
{
  background-color: #FFD673;
  margin: 10px;
  padding-bottom: 5px;
}

.sidebar-widget a  
{
  background-color: #FFD673;
  margin: 10px;
  color: #454EC1; 
}

.sidebar-widget a:hover
{
  background-color: #FFD673;
  margin: 10px;
  color: #1D2C71; 
}

.sidebar-widget h3
{
	border: 3px solid #FF9C00;
	min-height: 30px; 
	background:#6899d3;
	padding:10px;
  font-family: "Comic Sans MS", Arial, Verdana, Geneva;
  font-weight: bold;
  color: #000000;
  width: 100%;
}

.sidebar-widget  ul  li
{
  list-style:square url("img/bullet.png");
  vertical-align: left;
}

.sidebar-widget ul li:hover
{
  list-style:square url("img/bullet.png");
  vertical-align: left;
}

.sidebar-widget ul li a:hover
{
  list-style:square url("img/bullet.png");
  vertical-align: left;
}


.widget_nav_menu
{
  color: #FFFFFF;
}

.footer-menu
{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: relative;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-menu ul
{
  display: inline;
  text-align: center;
  padding: 10px;
  list-style: none;
}

.footer-menu ul li
{
  margin: 0;
  display: inline;
  text-align: center;
  padding-right: 10px;
  list-style: none;
}

.footer-menu ul li a:hover
{
  color: #
}

.footer-hr
{
  width: 70%;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face
{
  font-family: 'headerFont';
  src: url('fonts/scriptina.ttf');
}

@font-face
{
  font-family: 'articleFont';
  src:url('fonts/Artifika-Regular.ttf');
}

@font-face
{
  font-family: 'descFont';
  src:url('fonts/Panefresco400wtRegular.ttf');
}

.site-title a
{
  font-family: headerFont;
  color: white;
  font-size: 60px;
	
}

.site-title a:hover
{
	color: #FFFFFF;
	font-size: 60px;
	word-wrap:break-word;
}

.searchform
{
	margin:auto;
	border: 1px solid yellow;
	background-color: #FFD673;	
  padding: 10px;
}

.search-input
{
	width: 70%;
	height: 30px;
	margin-left:15px;
}

.search-submit
{
	height: 30px;
  width: 30%
	border-radius: 0px;
}

.search-submit:hover
{
	color: #FFFFFF;
	background-color: #39AECF
}

.search
{
	position: center;
	size: contain;
}

.article-title2
{
  background: #FFAA40;
  color: #000000;
  width: 100%;
  text-align: center;
  font-family: articleFont;
  margin-left: 5px;
  margin-right: 5px;
  
}

.article-title2 h1 a
{
  background: #FFAA40;
  color: #000000;
  width: 100%;
  height: 42px;
  font-size: 25px;
  text-align: center;
  font-family: articleFont;
  margin-left: 5px;
  margin-right: 5px;
}

.article-title2 h1 a:hover
{
  background: #FFAA40;
  color: #FFFFFF;
  width: 100%;
  height: 42px;
  font-size: 25px;
  text-align: center;
  font-family: articleFont;
  margin-left: 5px;
  margin-right: 5px;
}

.article-title h1
{
  width: 100%;
  height: 45px;
  background: #FFAA40;
  text-align: center;
  font-family: articleFont;
  font-size: 35px;
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}

article
{
  overflow:auto;
}

article p
{
  font-family: "Tahoma", Arial, Verdana, Geneva;
  font-size: 16px;
  color: #000000;
  word-wrap: break-word;
  word-spacing: 2px;
  letter-spacing: 1px;
}

article a
{
  font-family: "Tahoma", Arial, Verdana, Geneva;
  font-size: 16px;
  color: #161E7E;
  font-weight: bold;
}

article a:hover
{
  font-family: "Tahoma", Arial, Verdana, Geneva;
  font-size: 16px;
  color: #2CAFAF;
  font-weight: bold;
}

article blockquote p
{
  font-size: 15px;
  color: #000000;
  font-family: "cursive", San-Serif,Verdana;
  font-style: italic;
}

article h2
{
  margin-top: 0px;
  font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
  font-size: 1.5em;
  background-color: #EFC072;
  text-align: center;
  border-radius: 5px;
}

article h2 a 
{
  font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

article h2 a:hover 
{
  font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
   color: #4575D4;
}

article h2 a:active:link:focus
{
  font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
  font-size: 2em;
  color: #4575D4;
  font-weight: bold;
  border: 1px solid #
}

article img:hover
{
  border: 3px solid #000000;
}

article img
{
  border: 3px solid #FFFFFF;
}

.attachment-post-thumbnail
{
  width:100%;
  height: 200px;
  position: contain;
  overflow: hidden;
}

.myImage
{
  float:left;
  margin-right: 10px;
}

.myImage img
{
  float:left;
  margin-right: 10px;
  width: 200px;
  height: 200px;
}

/*comments*/
#comment
{
  width: 100%;
  height: 100px;
}

.comments ul li
{
  list-style: none;
}

.comments p
{
  font-size: 15px;
}

.comments li
{
  margin-bottom: 10px;
}

.comment-author img
{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float:left;
  margin-right: 10px;
  border: 5px solid #FFE396;
}

.comment-author img:hover
{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float:left;
  margin-right: 10px;
  border: 5px solid #FFFFFF;
}

.comment-respond
{
  border-top: 2px solid #000000;
}

.children img
{
   border-radius: 50%;
  width: 60px;
  height: 60px;
  float:left;
  margin-right: 10px;
  border: 5px solid #FFE396;
}

.children img:hover
{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float:left;
  margin-right: 10px;
  border: 5px solid #FFFFFF;
}

.comment-author .fn
{
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
}

.comment-meta a
{
  font-family:"Trebuchet MS", sans-serif;
  font-weight: normal;
  color: #7C8088;
  font-size: 13px;
}

.comment-meta a:hover
{
  font-family:"Trebuchet MS", sans-serif;
  font-weight: normal;
  color: #7C8088;
  font-size: 13px;
}

.reply
{
  margin-bottom: 6px;
}

.reply a
{
  margin-left: 15%;
  font-family: "Comic Sans MS";
  color: #5C5FCA;
}

.reply a:hover
{
  font-family: "Comic Sans MS";
  margin-left: 15%;
  border: 1px solid #FFC313;
  background-color: #FFC313;
  color: #000000;
}

.form-submit input
{
  padding: 5px;
  border-radius: 0px;
  font-weight:bold;
}

.form-submit input:hover
{
  padding: 5px;
  background-color: #5E61E6;
  border-radius: 0px;
  color: #FFFFFF;
  font-weight: bold;
}

.comment-meta .comment-edit-link a:hover
{
  color: #2B2FCD;
}

.comments h2
{
  margin-top: 30px;
  background-color: #6991C9;
  border-radius: 0px;
  color: #FFFFFF;
  border-top: 2px #070A0F solid;
  border-bottom: 2px #070A0F solid;
  border-spacing: 10px;
  border-collapse: separate;
}

.comments a
{
  font-size: 13px;
  font-style: italic;
}

.comments a:hover
{
  font-size: 13px;
  font-style: italic;
}
/*end comments*/
.copyright
{
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}

.copyright a:hover
{
  color: #5FBDCE;
  font-size: 14px;  
}

.date
{
  font-family: "Arial", Tahoma;
  font-size: 14px;  
}

.site-description
{
  color: #FFFFFF;
  font-family: descFont;
  position: relative;
  padding-top: 18px;
}

.postform
{
  margin-left: 20px;
}

.view-article a
{
  font-family: "Comic Sans MS", cursive;
  font-size: 16px;
  border: 1px solid;
}

.view-article a
{
  font-family: "Comic Sans MS", cursive;
  font-size: 16px;
  border: 1px solid;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:none;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
