/*  
Theme Name: Anglia Care Trust
Theme URI: http://modagoo.co.uk
Description: Custom theme for angliacaretrust.org.uk
Version: 0.1
Author: Paul Groves
Author URI: http://modagoo.co.uk


Based upon Starkers theme by Elliot Jay Stocks http://elliotjaystocks.com
*/


/* 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; font-weight: inherit; }
* 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...

************************************************************************************************************************************************************ */

@font-face 
{
  font-family: "Monark"; 
  src: url("http://www.angliacaretrust.org.uk/wp-content/themes/act/fonts/monark");
}

body
{
  background: #ffffff url(images/act-hdr-slice.png) repeat-x 0 0;
  font-family: arial, sans-serif;
  line-height: 1.5em;
  margin-bottom: 2em;
  font-size: 75%;
}

div.wrapper
{
  width: 90%;
  min-width: 600px;
  margin: 0 auto;
  position: relative;
}

div#header h1 a
{
  width: 103px;
  height: 133px;
  margin-top: 18px;
  margin-left: -3px;
  float: left;
  margin-bottom: 1.2em;
  background-image: url(images/act-logo.png);
  background-repeat: no-repeat;
  text-indent: -3000em;
  overflow: hidden;
  border: none;
}

div#header p
{
  float: right;
  width: 411px;
  height: 25px;
  text-indent: -3000em;
  overflow: hidden;
  margin-top: 35px;
  position: relative;
  z-index: 2;
  background-image: url(images/act-strap.png);
  background-repeat: no-repeat;
}

div#swoosh
{
  background-image: url(images/act-swoosh.png);
  background-repeat: no-repeat;
  width: 360px;
  height: 122px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

div#main_content
{
  clear: left;
  margin-right: 270px;
  margin-top: 1.5em;
}

div#sidebar
{
  clear: both;
  background-image: url(images/act-sidebar.png);
  background-repeat: no-repeat;
  background-position: right 0;
  width: 180px;
  padding: 30px;
  float: right;
  min-height: 250px;
  margin-top: 1.5em;
}

div#sidebar li a:link, div#sidebar li a:visited, div#sidebar li a:active
{
  font-size: 1.33em;
  color: #333333;
  display: block;
  padding: 2px 2px 2px 0;
  border-bottom: 1px solid #faf7ba;
} 

div#sidebar li a:after, div#sidebar li.current_page_item ul li a:after
{
  content: " »";
}

div#sidebar li a:hover, div#sidebar li.current_page_item a:link, div#sidebar li.current_page_item a:visited, div#sidebar li.current_page_item a:active
{
  background-color: #faf7ba;
}

div#sidebar li.current_page_item ul li a:link, div#sidebar li.current_page_item  ul li a:visited, div#sidebar li.current_page_item ul li a:active
{
  background-color: transparent;
  font-weight: normal;
}

div#sidebar li.current_page_item a
{
  font-weight: bold;
}

div#sidebar li.current_page_item a:after
{
  content: "";
}

div#sidebar li ul
{
  margin: 0 0 1em 1.5em;
  font-size: 0.833em;
}

div.side_widget
{
  margin-top: 2em;
  padding: 0.5em;
}

div#sidebar div.side_widget li a
{
  font-size: 1em;
}

div.side_widget li a span
{
  color: #666;
  font-size: 0.833em;
}

div#sidebar div.line
{
  clear: both;
  background: transparent url(images/act-sb-hr.png) no-repeat 50% 0;
  height: 2px;
  margin: 1.5em 0 ;
}



div#navigation
{
  position: absolute;
  right: 0;
  top: 72px;
  height: 25px;
}

div#navigation h4
{
  display: none;
}

div#navigation ul
{
  float: right;
  list-style-type: none;
  display: inline-block;
  height: 25px;
  margin-right: 2px;
  z-index: 2;
  position: relative;	
}

div#navigation li
{
  float: left;
  font-weight: bold;
  margin-left: 6px;
}

div#navigation li a
{
  background-image: url(images/act-nav-slice.png);
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px 4px;
  -webkit-border-top-right-radius: 4px 4px;
  text-decoration: none;
  color: #e4cfcf;
  height: 24px;
  float: left;
  padding: 4px 10px 0 10px;
  font-size: 14px;
  border: 1px solid #720000;
}

div#navigation li a:hover, div#navigation li.current_page_item a, div#navigation li.current_page_parent a
{
  color: #ffffff;
  background-color: #5f0909;
  background-image: none;
}

div#footer
{
  clear: both;
  background-image: url(images/act-ftr.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 50px;
  padding-top: 2em;
}

div#footer input[type=text]
{
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  height: 14px;
}

div#footer input#searchsubmit
{
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}

form#searchform
{
  margin-top: 16px;
  float: left;
}

div#footer li
{
  display: inline;
}

div#footer li a
{
  text-decoration: none;
  color: #fff;
}

p.copyright
{
  margin-top: 16px;
  float: right;
  color: #e2e2e2;
}

p.subheading
{
  font-weight: bold;
  font-size: 1.333em;
}

p.postmetadata
{
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.833em;
}

p.footnote
{
  font-size: 0.833em;
  color: #666;
  margin-top: 0.5em;
}

.accessibility
{
  display: none;
}

a
{
  text-decoration: none;
  color: #AE0000;
  border-bottom: 1px solid #e3a7a7;
}

a:hover
{
  border-bottom: 2px solid #AE0000;
}

div.post {  }

h2
{
  color: #ae0000;
  font-size: 2.333em;
  margin-bottom: 1em;
  letter-spacing: -1px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 4px;
}

h3
{
  color: #5f0909;
  font-size: 1.5em;
  margin-bottom: 1em;
  letter-spacing: -1px;
  border-bottom: 1px solid #e2e2e2;
}

h3 span
{
  color: #666;
  font-weight: normal;
  font-size: 0.667em;
  float: right;
}

h3.link
{
  border: none;
}

h4
{
  color: #5f0909;
  font-size: 1.333em;
  margin-bottom: 1em;
  letter-spacing: -1px;
  font-weight: normal;
}

h5
{
  font-size: 1.1em;
  letter-spacing: -1px;
}

div#main_content ul
{
  margin-left: 4em;
}

div#main_content li
{
  list-style-type: disc;
  padding-left: 0.2em;
}

div#main_content p, div#main_content ul, div#main_content ol, div#main_content blockquote
{
  margin-bottom: 1.5em;
}

hr
{
  display: none;
}

div.line
{
  clear: both;
  background: transparent url(images/act-hr.png) no-repeat 50% 0;
  height: 2px;
  margin: 1.5em 0 ;
}

div.alert, div.failure, div.success
{
  font-weight: bold;
  padding: 0.9em;
  background-color: #fdfce4;
  border: 2px solid #f9f6b9;
  margin: 0.9em 0;
}

div.homebox
{
  clear: both;
  float: left;
  width: 210px;
  background: transparent url(images/act-postit-t.png) no-repeat 0 0;
}

div.homebox.center
{
  position: relative;
  margin: 0 50%;
  width: 100%;
  outline: 1px solid red;
  width: 210px;
}

div.homebox.right
{
  float: right;
  width: 210px;
}

div.homebox div
{
  background: transparent url(images/act-postit-b.png) no-repeat 0 100%;
  padding: 0 0 27px 0;
}

div.homebox div div
{
  padding: 0 1.5em 0 1.5em;
  background: transparent url(images/act-postit-s.png) repeat-y;
  margin: 27px 0 -18px 0;
}

div.homebox a.homebox_arrow
{
  float: right;
  width: 48px;
  height: 37px;
  text-indent: -3000em;
  overflow: hidden;
  background: transparent url(images/act-arrow.png) no-repeat;
  border: none;
  margin-top: -10px;
  margin-right: 8px;
}

div.homebox h4
{
  font-weight: bold;
  font-size: 1.666em;
  margin-bottom: 0.5em;
}

div.homebox h4 a
{
  border: none;
}

#hbrow 
{
/*  margin: -210px 0 0 210px;*/
}

#hbrow div.cell 
{
	width: 33%;
	float: left;
}

#hbrow div.cell.first div.homebox 
{
  float: left;
}

#hbrow div.cell.mid div.homebox 
{
  margin-right: 30px;
}

#hbrow div.cell div.homebox 
{
	float: right;
}

.green
{
  color: #94aa5d;
}

.brown
{
  color: #84633c;
}

.grey
{
  color: #434a56;
}

div.half
{
  width: 50%;
  float: left;
}

div.half div.pad
{
  padding: 0 0 0 1.5em
}

div.googleMap
{
  border: 2px solid #ddd;
  float: left;
}

div#main_content form
{
  position: relative;
}

div#main_content form ol li
{
  margin-bottom: 0.750em;
  list-style-type: none;
}

div#main_content label
{
  display: block;
  font-size: 1.167em;
  padding-right: 4px;
  line-height: normal;
  color: #2d2d2d;
}

div#main_content input[type=text]:focus, input[type=password]:focus, div#main_content textarea:focus
{
 background-color: #fcfad8;
 background-image: none;
}

input#sendbutton
{
  float: right;
}

div#main_content textarea
{
  font-family: verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  border: 1px solid #dddddd;
}

div#main_content fieldset
{
  padding: 1em;
  border: 1px solid #f2f2f2;
  margin-bottom: 1.5em;
  background-color: #fafafa;
}

div#main_content fieldset.cf_hidden
{
  display: none;
}

div#main_content legend
{
  background-color: #ffffff;
  padding: 0 0.5em;
  font-size: 1.4em;
  color: #ae0000;
}

div#main_content input[type=text], div#main_content input[type=password], div#main_content textarea
{
  width: 80%;
  padding: 0.333em;
  margin: 0.250em 0;
  border: 1px solid #dddddd;
  font-size: 1.2em;
  background: #ffffff url(images/act-field-drop.png) repeat-x 0 0;
}

.linklove
{
  display: none;
}

span.reqtxt, span.emailreqtxt
{
  margin-left: 0.5em;
  color: #666;
  font-size: 0.833em;
}

a.url.fn.n
{
  display: none;
}

div.org
{
  font-size: 1.333em;
  font-weight: bold;
  margin-bottom: 1em;
}

div.tel
{
  font-size: 1.333em;
  font-weight: bold;
  margin-top: 1em;
}

ul.images
{
  width: 100%;
  overflow: hidden;
  height: 150px;
  margin-left: 0em !important;
  position: relative;
}

ul.images li div
{
  background: transparent url(images/act-tl-corner-fill.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

ul.images li
{
  list-style-type: none;
  display: inline;
  white-space: nowrap;
}

ul.images li img
{
  display:inline;
  margin: 0;
  padding: 0;
  background-image: url(images/act-img-filter-150png);
}

img.alignleft
{
  float: left;
  margin: 0 1.5em 1.5em 0;
}

img.alignright
{
  float: right;
  margin: 0 0 1.5em 1.5em;
}

div.breadcrumb
{
  clear: left;
  font-size: 0.833em;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}