/*

Theme Name: Mark Owen Daily

Theme URI: 

Description: 3 columns.

Version: 1.0

Author: Stacey-Louise
Author URI: http://cherylonline.co.uk 

*/



 

/********************************************

   HTML ELEMENTS

********************************************/ 



/* top elements */

* { margin:0; 	padding: 0; }



body {

	margin: 0; padding: 0;

	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;

	color: #ffffff;
	
	background-image: url("");
	
	background-repeat: repeat-y;
	
	background-color: #000000;

	text-align: center;
	
	left: 105px:

}



/* links */

a {

	color: #e10001; 

	background-color: inherit;

	text-decoration: none;

}

a:hover {

	color: #EE1516;

	background-color: inherit;
	
	text-transform:uppercase;

}



/* headers */

h1, h2, h3 {

	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;

	font-weight: Bold; 		

}

h1 {

	font-size: 145%;	

	padding: 5px 10px 5px 10px;
	
	margin-bottom: -7px;

	color: #ffffff;

	background-color: #EE1516;		

}

h2 {

	font-size: 125%;

	text-transform: uppercase;

}

h3 {

	font-size: 125%;	

	color: #EE1516;

}



h2, h3, p {

	padding: 10px;		

	margin: 0;

}



/* images */

img2 {

	border: 3px solid #D5D5D5;

}

img2.float-right {

  margin: 5px 0px 5px 10px;  

}

img2.float-left {

  margin: 5px 10px 5px 0px;

}



#sidebar h1, 

#sidebar p {

	padding-left: 0;

}



ul, ol {

	margin: 10px 20px;

	padding: 0 20px;

}



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;  

  border-left: 4px solid #FF9966;

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}

blockquote {

	margin: 10px;

 	padding: 0 0 0 32px;  	

  	background: #222222 url(images/quote.png) no-repeat 5px 10px !important; 

	background-position: 8px 10px;

	border: 1px solid #EE1516; 

	border-left: 6px solid #EE1516;
	
	min-height: 53px;  

}



/* form elements */

form {

	margin:10px; padding: 5px;

	border: 1px solid #f2f2f2; 

	background-color: #FAFAFA; 

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding: 3px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:350px;

	padding:3px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

input.button { 

	margin: 0; 

	font: bolder 12px Verdana, Sans-serif; 

	border: 1px solid #CCC; 

	padding: 2px 3px; 

	background: #FFF;

	color: #75A54B;

}

/* search form */

form.search {

	position: absolute;

	top: 15px; right: 5px;

	padding: 0; margin: 0;

	border: none;

	background-color: transparent; 

}

form.search input.textbox { 

	margin: 0; 

	width: 120px;

	border: 1px solid #CCC; 

	background: #FFF;

	color: #333; 	

	vertical-align: top;

}

form.search input.button {

	width: 60px;

	vertical-align: top;

}



/**************************************

   LAYOUT 

***************************************/	

#wrap {

	left: 105px;
	
	margin: 0 auto; 

	padding: 0; 

	width: 900px;

	text-align: left;
	


}

/* header */

#header { 

	position: relative;

	height: 0px; 

	margin: 0; padding: 0;

	color: #808080; 		

}


#headerimg {

	margin-left: auto;

	margin-right: auto;

	margin-top: 0px;

	width: 450px;

	text-align: center;

	padding-top: 10px;

}

#header h1#logo {

	position: absolute;	

	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;

	margin: 0; padding:0;

	color: #75A54B;

	letter-spacing: -2px;	

	border: none;	

	

	/* change the values of top and Left to adjust the position of the logo*/

	top: 0; left: 2px;		

}

#header h1#logo span { color: #FF9966; }



#header h2#slogan { 

	position: absolute;

	margin: 0; padding: 0;	

	font: bold 12px Arial, Tahoma, Sans-Serif;	

	text-transform: none;

	

	/* change the values of top and Left to adjust the position of the slogan*/

	top: 50px; left: 45px;

}



/* menu */

#menu {

	clear: both;

	background: #FF9966 url(images/menubg.gif) repeat-x;

	height: 30px;

	margin: 0;

	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		

}

#menu ul{

	margin: 0; padding: 0 0 0 8px;

}

#menu ul li {

	float: left;

	list-style: none;		

	border-right: 1px solid #FFA500;

}

#menu ul li a {

	display: block;

	text-decoration: none;	

	padding: 0 15px;

	color: #FFF;	

}

#menu ul li a:hover {

  	color: #333;	

	background: url(images/menu-hover-bg.gif) repeat-x;

}

#menu ul li#current a {

	color: #333;

	background: url(images/menu-current-bg.gif) repeat-x;	

}



/* sidebar */

#sidebar {

	float: left;

	width: 21%; 

	margin: 0;	padding: 4px; 

	display: inline;
	
	background: #171616;

}

#sidebar ul {

	list-style: none;

	text-align: left;

	margin: 0 0 7px 0; padding: 0;

	text-decoration: none;	

}

#sidebar ul li {

	border-bottom: 1px solid #EFF0F1;	

	background: url(images/arrow.gif) no-repeat 3px 6px;	

	padding: 2px 5px 2px 20px;

}



#sidebar ul.children {

	list-style: none;

	text-align: left;

	margin: 0; padding: 0;

	text-decoration: none;	

}

#sidebar ul.children li {

	border-bottom: 0px;

	background: url(images/arrow.gif) no-repeat 3px 6px;	

	padding: 2px 5px 2px 20px;

}

* html body #sidebar ul li { height: 1%; }



#sidebar ul li a {

	font-weight: bolder;

	background-image: none;

	text-decoration: none;	

}



#sidebar img {

    border:0;

}



#rightbar {

	float: right;

	width: 21%;

	padding: 4px;

	margin: 0; 	
	
	background: #171616;		

}



#rightbar ul {

	list-style: none;

	text-align: left;

	margin: 0 0 7px 0; padding: 0;

	text-decoration: none;	

}

#rightbar ul li {

	border-bottom: 1px solid #EFF0F1;	

	background: url(images/arrow.gif) no-repeat 3px 6px;	

	padding: 2px 5px 2px 20px;

}



* html body #rightbar ul li { height: 1%; }



#rightbar ul li a {

	font-weight: bolder;

	background-image: none;

	text-decoration: none;	

}

#rightbar ul.children {

	list-style: none;

	text-align: left;

	margin: 0; padding: 0;

	text-decoration: none;	

}

#rightbar ul.children li {

	border-bottom: 0px;

	background: url(images/arrow.gif) no-repeat 3px 6px;	

	padding: 2px 5px 2px 20px;

}

#rightbar img {

    border:0;

}

/* main column */

#main {

	float: left;

	margin: 0 0 0 15px;

	padding: 0;

	width: 54%;
	
	background: #171616;	

}



#main h1 a{

	color: #ffffff;

}

#main h1 a:hover {

	color: #ef4f4f;

}



.post-footer {

	background-color: #ffffff;
	
	text-align: justify;
	
	padding: 2px; margin: 7px 0px 0px 0px;
	
	font-size: 9px;
	
	line-height: 12px;
	
	border-top: 1px solid #000000;

}

.post-footer .date {

	background: url() 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;

}



/* footer */

#footer { 

	clear: both; 	

	color: #666666; 	

	padding: 0;	 

	background: #FFF url(images/footerbg.gif) repeat-x;

	height: 60px

}

#footer a { 

	text-decoration: none; 

	font-weight: bold;

}

#footer-content {

	margin: 0 auto;

	width: 800px

}

/*

#footer-content #footer-left {

	padding: 10px;

	width: 60%;

	float: left;

	text-align: left;

}

#footer-content #footer-right {

	padding: 10px;

	width: 33%;

	float: right;

	text-align: right;

}

*/

/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* additional classes */

.clear  { clear: both; }

.green  { color: #75A54B; }



.linkcat { list-style:none; }

.widget{ list-style:none; }


i, italics   {

	color: #EE1516;

	}

b, bold  {

    color: #EE1516;

	}

u, underline  {

    color: #EE1516;

