/*  
Theme Name: Stonecot Hill News
Theme URI: http://www.stonecothillnews.co.uk/
Description:
Version: 0.1
Author: Adrian Short
Author URI: http://adrianshort.co.uk

*/

body
{
  font-family: georgia, verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color:  #000;
}

#main
{
	width: 540px;
	padding: 30px 100px;
  background-color: #fff;
  margin: 0 auto;
  text-align: justify;
}

#header
{
  margin: 30px 0 60px 0;
}

#content
{
}

#sidebar
{
  clear: both;
  margin: 30px 0 0 0;
}

p, td
{
  color: #333;
  line-height: 1.3em;
}

.headline
{
  font-size: 180%;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  padding: 0;
  margin: 20px 0 5px 0;
  text-align: left;
  line-height: 1.35em;
}


#columns table
{
  width: 910px;
}

#columns th
{
  width: 182px;
}

#columns td
{
  background-color: #fff;
  width: 180px;
}

#actions td
{
  background-color: #eee;
  width: 180px;
}

.col_left
{
  padding: 10px 5px 10px 0;
  border-right: 1px solid #ccc;
}

.col_middle
{
  padding: 10px 5px;
  border-right: 1px solid #ccc;
}

.col_left
{
  padding: 10px 0 10px 5px;
}

.meta
{
  font-size: 80%;
  padding-top: 5px;
  text-align: right;
}

.actions li
{
  
  list-style-type: none;
  margin-left: 0;
  padding: 0 0 15px 0;
  list-style-image: url('img/bullet.png');
  
}

th
{
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  padding: 5px 20px;
}

.byline
{
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  color: #777;
}

.sidebar_box
{
  margin: 40px 0;
  background-color: #f7f7f7;
  padding: 10px 30px 20px 30px;
  font-family: arial, helvetica, sans-serif;
  /*-webkit-border-radius: 15px; 
  -moz-border-radius: 15px; */
}

.footnote
{
  margin: 30px 0 0 0 ;
  font-size: 70%;
  font-style: italic;
}

a
{
  text-decoration: none;
  color: #0080ff;
}

a:visited
{
  text-decoration: none;
  color: #a25df1;
}

a:hover
{
  background-color: #0080ff;
  color: #fff;
}

.hidden
{
  display: none;
}

.headline a, .headline a:visited
{
  color: black;
  
}

.headline a:hover
{
  background-color: black;
  color: white;
}

.pagetitle
{
  font-family: arial, helvetica, sans-serif;
  font-size: 130%;
  text-transform: uppercase;
  color: #777;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.navigation
{
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  color: #777;
  font-weight: normal;
  text-transform: uppercase;

}

.post
{
  margin: 40px 0;
}

#content img
{
  border: 1px solid #eee;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

.noborder
{
  border: 0;
}