/********************************************
  AUTHOR:  			    Erwin Aligam 
  WEBSITE:   			  http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
  TEMPLATE CODE: 	  S-0002
  VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3 {
	padding: 5px 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 10px;
  padding: 0 0 0 28px;  
  border: 1px solid #f2f2f2; 
  background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin: 10px 15px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font-size: 1em;
	color:#777;
}
form.search input {
  display: inline-block;
  float: left;
}
textarea {
	width: 400px;
	padding: 2px;
	font-size: 1em;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color:#777;
}
input.button { 
	margin: 0; 
	font-size: 12px;
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 45px; 
  right: 30px;
	background: transparent;
	border: 1px solid #4e92ff;	
}	
form.search input.textbox {
	margin: 0; 
  padding: 0 4px;
	width: 120px;
	background: #FFF;
	color: #333; 
  height: 23px;
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; 
  height: 25px;
}
form.search input.button:hover {
  background: #88ac0b;
  color: #FFF;
  cursor: pointer;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#header h1#logo-text {
	position: absolute;
	margin: 0; 
  padding: 0;
	font-weight: bolder;
  font-size: 2.25em;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
  text-shadow: 1px 1px #333;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 44px; 
  left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 0.8em;
	text-transform: none;
	color: #FFF;
  text-shadow: 1px 1px #333;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; 
  left: 58px;		
}
td, th {
  padding: 2px 5px;
}
th img {
  vertical-align: middle;
}

/* Menu */
#menu {
	clear: both;	
	margin-bottom: 10px; padding: 0 40px 0 0;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
  float: left;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	font-size: 125%;
  font-weight: 700;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}
.post {
  margin: 10px;
}
.post p {
  margin-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
.post-info {
  font-style: italic;
  color: #666666;
  font-weight: 700;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
  margin-top: 20px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.comment-form {
  padding: 10px 15px;
  margin: 10px;
}
.form-submit input {
  margin: 13px 0 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}
ol.commentlist {
  margin: 10px;
  padding: 0 0 10px;
}
li.comment {
  list-style-type: none;
}
.youtube-video {
  aspect-ratio: 16/9;
  padding: 0 0 10px;
  width: 100%;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; 
  margin: 0;	
}	
#sidebar h1, summary {
	padding: 5px 0 5px 10px; 
  font-size: 1.1em;
  font-weight: 700;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
details {
  margin-bottom: 5px;
  background: #fcfcfc;
}
details[open] {
  padding-bottom: 10px;
  border-bottom: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border-left: 1px solid #EFF0F1; 
  border-right: 1px solid #EFF0F1;
  border-bottom: 1px solid #EFF0F1;
	margin: 0 0 10px 0;	
}
#sidebar ul,
.left-box ul {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; 
  padding: 0;
	text-decoration: none;		
}
#sidebar ul li,
.left-box ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 6px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul li:last-of-type,
.left-box ul li:last-of-type {
  border-bottom: none;
}
#sidebar ul a,
.left-box ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.wp-audio-shortcode {
  margin: 10px 0;
}
details {
  display: none;
}

@media screen and (max-width: 520px) {
  body {
    font-size: 90%;
  }
  #header {
    background: url(images/m_header.jpg) no-repeat center top;
    height: 70px;
  }
  #header h1#logo-text {
    top: 16px;
    left: 10px;
  }
  #header h2#slogan {
    top: 44px;
    left: 20px;
  }
  #menu {
    background: #82c13e;
    margin-bottom: 0;
  }
  #menu ul {
    float: left;
  }
  #footer {
    background: #ffffff;
  }
  #main h1 {
    padding-left: 30px;
    background-position: 10px;
  }
  .post p.post-footer {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #header, 
  #wrap, 
  #content-wrap, 
  #footer {
    width: auto;
  }
  #sidebar, 
  #main {
    float: none;
    width: auto;
  }
  #sidebar {
    display: none;
  }
  details {
    display: block;
  }
  form {
    margin: 10px;
  }
  form.search {
    top: 46px; 
    right: 0;
  }
}