/*
THEME NAME: Big Als Place
THEME URI: http://www.bigalsplace.co.uk/
DESCRIPTION: Wordpress theme for Big Als Place blog
VERSION: 0.1
AUTHOR: Chris Taylor
AUTHOR Uri: http://www.stillbreathing.co.uk
TAGS: two columns, mountain biking, brown
*/

/* Two-column with sidebar on left  */
@import url('2c-l.css');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
margin:0 220px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Styles for Big Al */
body {
background: #A59272 url(ground.jpg) repeat top left;
background-attachment: fixed;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
div#wrapper2 {
	border: 1px solid #A9987C;
background: url(track.jpg) no-repeat top left;
background-attachment: fixed;
}
div#wrapper1 {
background: url(bg.png) repeat-x bottom left;
background-attachment: fixed;
}
div#wrapper {
width:754px;
margin: 0 auto;
}
.hentry {
margin-bottom: 1em;
}
div.hentry, div.sidebar li {
padding: 1em;
background: #FFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
div.sidebar li li {
padding: 0;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
div#menu ul ul {
background: #F00;
}
h2.entry-title {
margin: 0;
}
#header
{
	margin: 1em 0 0 0;
	background: url(fatladtopbar.jpg) no-repeat top center;
	padding: 1em 0;
}
#blog-title
{
	padding: 140px 10px 0 10px;
	text-align: right;
	color: #FFF;
	margin: 0;
}
#blog-title a
{
	color: #FFF;
	text-decoration: none;
}
#blog-description
{
	color: #FFF;
	text-align: right;
	margin: 0;
	padding: 0 10px 40px 10px;
}
div#primary {
	margin-top:0;
}
.entry-meta {
	font-size: 0.8em;
}
a {
	color: #4F4531;
	text-decoration: none;
}
a:hover {
	color: #BF9A53;
}
.navigation a, #access a {
	font-size: 0.8em;
	color: #333;
	background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.4em;
}
.navigation a:hover, #access a:hover {
	color: #666;
}
.entry-date {
	font-size: 0.7em;
}
.entry-meta a, .sidebar a {
	padding-left: 16px;
	background: url(bullet.png) no-repeat top left;
}
.entry-content img {
	padding: 0.4em;
	border: 1px solid #A8977B;
}
.entry-content img:hover {
	background: #DFCFB5;
}
div.sidebar ul {
	list-style: none; !important
}
div.sidebar ul li {
	list-style: none;
	padding: 0;
}
div.sidebar ul ul {
	padding-bottom: 1em;
}
div.sidebar ul ul ul {
	padding-bottom: 0;
}
div.sidebar ul li li {
	margin: 0.3em 1em 0.3em 0.3em;
}
div.sidebar h3 {
	font-style: italic;
	text-align: right;
	padding: 6px 6px 0 0;
}
div.sidebar li form input {
	border: 1px solid #CCC;
}
div.sidebar li form div {
	padding: 0 1em 1em 1em;
}
div#footer {
	background: #333;
	color: #FFF;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer {
	padding: 0.4em 0;
}
div#footer ul {
	list-style: none;
}
div#footer ul li {
	display: inline;
	padding: 0 0.6em;
}
div#respond, div#comments-list {
	color: #333;
	background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1em;
	margin: 1em 0;
}
div#respond h3 {
	margin: 0;
}
div#respond form input, div#respond form textarea {
	width: 98%;
	border: 1px solid #CCC;
}
div#respond form #submit {
	width: auto;
}
div#comments-list li {
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
}
div#comments-list .comment {
	margin: 1em 0 0 0;
}
div#comments-list .comment img {
	float: left;
	margin: 0 1em 1em 0;
}
div#comments-list  .comment-meta {
	font-size: 0.8em;
}