@charset "UTF-8";
/* CSS Document */


/* Style by Ant Hodges - ant@toinfinity.co.uk */


/* reset styles */
*
{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	font-size: 100%;
	font-family: inherit;	
}

/* clearing */
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	caption, th, td {
		text-align: left;
	}

/* GENERAL */
.hide {
	display: none;
}

.show {
	display: block;
}

dl { 
	margin: 0 0 1.5em 0; 
}
	dl dt {
		font-weight: bold; 
	}
	dl dd { 
		margin-left: 1.5em;
	}	

pre, code { 
	margin: 1.5em 0; 
	white-space: pre; 
}

pre, code, tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5; 
}

abbr, acronym { 
	border-bottom: 1px dotted #666; 
}

blockquote { 
	margin: 1.5em 0;
	padding: 0 1.5em; 
}

strong { 
	font-weight: bold; 
}

em, dfn { 
	font-style: italic; 
}

dfn { 
	font-weight: bold; 
}

sup, sub { 
	line-height: 0; 
}

label { 
	font-weight: bold; 
}

fieldset { 
	padding:1.5em; 
	margin: 0 0 1.5em 0; 
	border: 1px solid #cccccc; 
}

legend { 
	font-weight: bold; 
	font-size:1.2em; 
}

input.text, 
input.title,
textarea, 
select {
  margin: 0.5em 0;
  padding: 1px;
  border: 1px solid #cccccc;
}

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

p
{
	line-height:1.5em;
	margin-bottom:5px;
}

/* Ant Blog Styling */

a, a:visited
{
	font-weight:bold;
	text-decoration:underline;
	color:#6b1d0c;
}


body
{
	background-image:url(http://www.toinfinity.co.uk/images/bg-top.jpg) !important;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:1000;
}


#wrapper
{
	width:940px;
	margin:0 auto;
	background:url(http://cv.anthodges.co.uk/images/bg-wrapper-top.jpg) center top no-repeat #FFFFFF;
	padding-bottom:80px;
}

#content
{
	background:url(http://cv.anthodges.co.uk/images/bg-content.jpg) center repeat-y #FFFFFF;
}

#anthodges-logo
{
	position:absolute;
	top:20px;
	left:30px;
}

#header
{
	position:relative;
	clear:both;
	width:100%;
	height:183px;
}

	#header #search
	{
		background-color:#374140;
		width:376px;
		height:27px;
		padding:12px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		position:absolute;
		top:30px;
		right:0;
	}
	
	#header #search input.search
	{
		height:13px;
		width:280px;
		padding:6px;
		color:#666666;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
	}
	#header #search input.searchbox_button
	{
	padding:5px;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
	}
	.searchbutton
	{
		position:relative;
		float:right;
	}
	
	#header-cat-links
	{
		position:absolute;
		right:0;
		width:700px;
		text-align:right;
		top:110px;
		font-size:1.8em;
		letter-spacing:-1px;
	}
	
	#header-cat-links a,
	#header-cat-links a:visited
	{
		margin-left:12px;
		color:#374140;
		text-decoration:none;
	}
	
	#header-cat-links a:hover
	{
		border-bottom:2px solid #990000;
	}
	
#leftcol
{
	
	width:540px;
}

#rightcol
{
	width:340px;
	float:right;
	padding-right:20px;
	color:#374140;
}

	#about-ant
	{
		margin:20px 0;
	}
	
	#about-ant h1
	{
		font-size:1.7em;
		margin-bottom:8px;
		font-weight:normal;
		letter-spacing:-1px;
	}
	
	#about-ant a
	{
		text-decoration:underline;
	}
	
	
	div.linksandcats
	{
		width:160px;
		float:left;
		margin-top:10px;
	}
	
	div.taglist-complete
	{
		width:160px;
		padding-right:10px;
		float:left;
		margin-top:10px;
	}
	
	
	div.taglist-complete ul,
	div.linksandcats ul
	{
	list-style:none;
	}
	
	div.taglist-complete ul li,
	div.linksandcats ul li
	{
		list-style-type:none;
		margin:0;
		padding:0;
		margin-bottom:12px;
	}
	
	

	div.taglist-complete ul li a,
	div.taglist-complete ul li a:visited,
	div.linksandcats ul li a,
	div.linksandcats ul li a:visited
	{
		text-decoration:none !important;
		display:block;
		padding:5px;
		text-align:center;
		background:url(http://cv.anthodges.co.uk/images/bg-tag.gif) top left no-repeat #bba880;
		border:#a4794f 2px solid;
		color:#521e1e !important;
		font-weight:bold;
	    -moz-border-radius:6px;
        -webkit-border-radius:6px;
	}
	
	div.taglist-complete ul li a:hover,
	div.linksandcats ul li a:hover,
	div.linksandcats ul li a.tagselected-highlight
	{
		border-color:#521e1e;
	}
	
	
	
	img.links
	{
	margin-bottom:9px;
	}
	
	img.tags
	{
	margin-bottom:5px;
	}
	
	

#footer
{
	background:url(http://cv.anthodges.co.uk/images/footer-bg.jpg) top center repeat-x #374140;
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
	padding:16px 0 20px 0;
	border-top:4px solid #2d3332;
	height:25px;
	z-index:1001;
}

	#footer-text
	{
		padding:0 20px;
		color:#ffedc9;
	}
	
	#footer-text a,
	#footer-text a:visited
	{
		color:#ffedc9;
		text-decoration:underline;
	}
	
#pagenumbers
{
	margin:20px 0;
}
	
.pagination {  
  padding: 3px;  
  margin: 3px;  
}  
.pagination a {  
  padding: 2px 5px 2px 5px;  
  margin: 2px;  
  border: 1px solid #ccc;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  text-decoration: none;  
  color: #ccc;  
}  
.pagination a:hover, .pagination a:active {  
  border: 1px solid #ca9d00;
  -moz-border-radius:3px;
  -webkit-border-radius:3px; 
  color: #ca9d00;  
}  
.pagination span.current {  
  padding: 2px 5px 2px 5px;  
  margin: 2px;  
  font-weight: bold;  
  border: 1px solid #ca9d00;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;  
  background-color: #ca9d00;  
  color: #FFF;  
}  
.pagination span.disabled {  
  padding: 2px 5px 2px 5px;  
  margin: 2px;  
  border: 1px solid #eee;
  -moz-border-radius:3px;
  -webkit-border-radius:3px; 
  color: #ddd;  
}
	

#postbar
{
	position:relative;
	float:right;
	padding:0 !important;
}

	#postbar a
	{
		text-decoration:none;
	}
	
.datebox
{
	text-align:center;
	color:#FFFFFF;
	background:url(http://cv.anthodges.co.uk/images/date.jpg) top left no-repeat;
	width:50px;
	height:50px;
	margin-bottom:10px;
	float:right;
	margin:10px;
}

 div.datebox span.month
 {
 	font-size:1.2em;
	font-weight:bold;
	color:#521e1e;
	display:block;
	padding-top:5px;
 }
 
 div.datebox span.day
 {
 	font-size:1.8em;
	color:#521e1e;
	font-weight:bold;
 }

div.posts h1
{
	font-size:1.8em;
	margin-bottom:10px;
	letter-spacing:-1px;
	padding-top:25px;
}

div.posts h1 a
{
	color:#906e4b;
	text-decoration:none;
}

div.posts h1 a:visited
{
	color:#906e4b;
}

#siteviewsno
{
	display:block;
	width:100%;
	margin:25px 0;
	padding:10px 0;
	background-color:#cecece;
	color:#333333;
	font-size:1.2em;
	text-align:center;
}

hr
{
}


div.bloginfodivant
{
	background:url(http://cv.anthodges.co.uk/images/footer-bg.jpg) top center repeat-x #374140;
	margin:10px 0 20px 0;
	padding:4px 10px 0 10px;
	border-top:3px solid #2d3332;
	border-bottom:3px solid #2d3332;
	color:#ffedc9;
	font-size:0.8em;
	width:520px;
}

	div.bloginfodivant a,
	div.bloginfodivant a:visited
	{
		color:#ffedc9;
		text-decoration:underline;
	}
	
	span.rtweetbut a,
	span.rtweetbut a:visited,
	span.rtweetbut a:hover
	{
		color:#000000;
		text-decoration:none;
	}
	
	div.pagesearchbox input
	{
		padding:5px;
		border:1px solid #663300;
		width:400px;
		margin-bottom:10px;
		font-size:1.2em;
		color:#333333;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
	}
	
	div.pagesearchbox #searchbox_button
	{
		width:150px;
		border-color:#333333;
	}
	
	
	div.searchpage ul
	{
		padding-left:40px;
	}
	
	div.comment_value input
	{
		padding:5px;
		border:1px solid #333333;
		margin-bottom:10px;
		font-size:1.2em;
		color:#333333;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
	}
	
	#socialbmarks
	{
		width:100%;
		margin:10px;
		text-align:center;
	}
	
	#socialbmarks img
	{
		margin:0 2px;
		border:none;
	}
	
	br.clear
	{
		width:100%;
		height:1px;
		font-size:1px;
		clear:both;
	}
	
div.bodytext ol,
div.bodytext ul
{
	padding-left:50px;
	margin-bottom:12px;
}

div.bodytext p
{
	line-height:14px !important;
	padding-bottom:12px !important;
}

#email
{
margin-bottom:15px;
}

#email input.confimritnow
{
		padding:5px;
		border:1px solid #333333;
		margin-bottom:10px;
		margin-top:8px;
		font-size:1.2em;
		color:#333333;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
}

#email input.box
{
		padding:5px;
		border:1px solid #663300;
		width:328px;
		margin-bottom:10px;
		font-size:1.2em;
		color:#333333;
	    -moz-border-radius:5px;
        -webkit-border-radius:5px;
}

#freemug
{
	position:absolute;
	top:0;
	left:270px;
}