/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
/* ol, ul, li { list-style:none } */
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

#main {
	float: left;
	width: 626px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
}

/* @group Sidebar */

#sidebar {
	width: 241px;
	float: right;
}

#sidebar .side-widget {
	margin: 10px 0 15px;
	font-size: 13px;
	line-height: 1.3;
	/*padding: 0 15px 10px;*/
	border: 1px solid #CCC;
	width:239px;
}

#sidebar .widget_search {
border:none;
}

#sidebar .side-rss {
	background: none;
	padding: 0;
	border:none;
}

#sidebar .side-rss p {
	padding: 0 !important;
}

#sidebar .side-widget h3 {
	height: 18px;
	font-size: 15px;
	color: #FFF;
	padding: 10px 15px;
	/*margin: 0 -15px 10px;*/
	line-height: 1.3;
	background-color:#5977AC;
	margin-bottom:0px;
}

#sidebar .side-widget p{
	padding: 10px 15px 15px 20px;
}

#sidebar .side-widget p, #sidebar .side-widget ul, #sidebar .side-widget ol {
	line-height: 1.3;
}

#sidebar .side-widget ul, #sidebar .side-widget ol {
	/*list-style-position: inside;*/
	/*margin: 0 -12px;*/
	margin:0;
	list-style-type:none;
	list-style-image:none;
}

#sidebar .side-widget a {
	color: #000;
	text-decoration: none;
}

#sidebar .side-widget a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar .side-widget ul li, #sidebar .side-widget ol li {
	padding: 8px 5px;
	border-top: 1px solid #dfdfdf;
	background: url(http://www.caesar-howie.co.uk/assets/images/icons/arrow-bullet.gif) no-repeat 6px 14px;
}

#sidebar .side-widget ul li a {
margin-left: 16px;
}

/*#sidebar .side-widget ul li:first-child, #sidebar .side-widget ol li:first-child {
	padding: 0 0 8px 5px;
	border-top: none;
}*/

#sidebar p img {
	float:none;
	margin:0;
	padding:0;
}

.widget_search{
padding:0px; !important
}

.execphpwidget, .ctc {
margin:10px;
}

/* @end(sidebar) */

/* @group Footer */

#footer {
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

.copy-note {
	float: left;
	width: 600px;
}

.design-note {
	margin-top: -18px;
	float: right;
	width: 171px;
}

.design-note a{
	display: block;
	height: 35px;
	background: url(images/449credit.png);
	text-indent: -9000px;
	overflow: hidden;
}

/* @end(footer) */

/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

#s {
border:1px solid #666;
padding:5px;
}

a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}


