/*  
Theme Name: Beatengreen
Description: Custom WordPress theme for Beatengreen
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url('reset.css');
@import url('text.css');

/* Global */

html{
	background: #d8bb83 url(images/tile2.png);
}

body{
	width: 960px;
	margin: 0 auto;
}

#container{
	float: left;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #444;
	background: #d8bb83;
	-moz-box-shadow: 0 0 3px 3px #959586;
	-webkit-box-shadow: 0 0 3px 3px #959586;
	box-shadow: 0 0 3px 3px #959586;
}

/* Links */

a:link, a:visited{
	text-decoration: none;
	color: #504f22;
	-webkit-transition: background-color 0.2s linear; 
	-moz-transition: background-color 0.2s linear; 
	-o-transition: background-color 0.2s linear; 
	transition: background-color 0.2s linear;
}

a:hover, a:focus, a:active{
	text-decoration: underline;
}

a:active{
	outline: none;
}

a img {
	border: none;
	display: block;
}

/* Header */

#header{
	float: left;
	width: 100%;
}

a#site-name{
	float: left;
	margin: 30px 0;
}

#default-search{
	float: right;
	margin-top: 20px;
}

/* Navigation */

#header .menu{
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

#header .menu li{
	display: inline;
}

#header .menu a{
	margin: 0 13px;
	text-decoration: none; 
	font-size: 1.2em;
	text-transform: uppercase;
	color: #504f22;
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: 0.1em;
}

#header .menu a:hover{
	color: #7f151a;
}


/* Content */

#main-content{
	float: left;
	width: 100%;
	padding-top: 45px;
	border-top: 1px dotted #8d8472;
}

#content{
	float: left;
	width: 540px;
	padding-right: 60px;
}

#content-wide{
	width: 100%;
}

#content-narrow{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

/* Sidebar */

#sidebar{
	float: right;
	width: 270px;
	padding: 15px;
	background: rgba(0,0,0,0.2);
}

.widget{
	float: left;
	margin-bottom: 20px;
}

.widget li{
	list-style: none;
}

.widget ul li ul, .widget ul li ul li ul{
	margin-bottom: 0.5em;
}

.widget ul li ul li, .widget ul li ul li ul li{
	margin-bottom: 0.5em;
}

.widget ul li a{
}


/* Footer */

#footer{
	float: left;
	clear: left;
	width: 900px;
	margin: 20px 0;
	padding-top: 20px;
	text-align: right;
	border-top: 1px dotted #8d8472;
}

/* Posts */

.post{
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}

p.post-date{
	margin-bottom: 5px;
}

p.postmetadata{
	margin: 20px 0;
	padding-top: 10px;
	font-size: 0.9em;
	border-top: 1px dotted #8d8472;
}

.entry ul, .entry ol{
	margin-left: 20px;
}

.entry ul li{
	list-style-type: disc;
	margin: 0.5em 0;
}

.entry ol li{
	list-style-type: decimal;
	margin: 0.5em 0;
}


/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.index-thumbnail{
	float: left;
	margin: 0 10px 10px 0;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Form Elements */

#searchform #s{
	width: 118px;
	padding: 5px 22px 4px 4px;
	line-height: 1.5em;
	background: url(images/search.png) no-repeat 97px 3px;
	color: #777;
	border:solid 1px #aaa;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Begin Comments */

h3#comments{
	padding-top: 25px;
}

ul.commentlist {
	margin: 20px 0;
	padding: 0;
}

ul.commentlist li {
	margin: 20px 0 0;
	padding: 20px 20px 20px 58px;
	position: relative;
	list-style: none;
}

ul.commentlist li cite.fn{
	margin: 0 0 10px 0;
	font-size: 1.4em;
}

ul.commentlist .avatar {
	position: absolute;
	top: 20px;
	left: 0;
	border: 1px solid #aaa;
}

ul.commentlist .commentmetadata {
	display: none;
}

ul.commentlist ul  {
	margin: 20px 0 20px 0px;
	padding: 0;
}

ul.commentlist ul li {
	border: 0;
	overflow: auto;
	padding-bottom: 0;
}

ul.commentlist li.even{
}

ul.commentlist li.odd{
}

ul.commentlist li.bypostauthor{
}

.says{
	display: none;
}

#commentform label{
	float: left;
	width: 200px;
}

#commentform textarea{
	margin-top: 15px;
	width: 100%;
}

#submit {
	padding: 0.5em 1em;
	font-size: 0.9em;
	background: #333;
	color: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 0.2s linear; 
	-moz-transition: background-color 0.2s linear; 
	-o-transition: background-color 0.2s linear; 
	transition: background-color 0.2s linear;
}

#submit:hover {
	padding: 0.5em 1em;
	font-size: 0.9em;
	background: #504f22;
	color: #fff;
	cursor: pointer;
}


/* Elements and Utility */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #aaa;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 30px;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	border-left: 3px solid #444;
}

cite {
	margin: 5px 0 0;
	display: block;
	font-style: normal;
}

.center {
	text-align: center;
}

.clearleft{
	clear: left;
}

.pagination{
	float: left;
	clear: left;
	width: 600px;
	text-align: center;
}

/* Gallery Templates */

#page-content{
	float: right;
	width: 300px;
}

#gallery-content{
	float: left;
	width: 600px;
}



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



