/* @override http://www.andrewshillito.com/wp/wp-content/themes/andy_v1/style.css */

/*
	Theme Name: Andy v1
	Theme URI: http://www.andrewshillito.com
	Description: A simple theme for you to do what you want with
	Author: Stolen from somewhere else
	Author URI: http://www.andrewshillito.com
*/


/*bit of css to fix the clearing problem with divs containing floats - explained here http://www.positioniseverything.net/easyclearing.html 
might cause some problems? Keep an eye on it, seems to work well though */
.floatfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden
}
.floatfix {
	display:inline-block
}
/* Hides from IE-mac \*/
* html .floatfix {
	height:1%
}
.floatfix {
	display:block
}
/* End hide from IE-mac */



body {
	background:url(images/backwide.gif);
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
	
	
/* @group body copy and links */

a {
	color: #f29711;
	/*padding:2px;*/
}
a.more-link {
	color: #eff1f1;
	font-weight: bold;
	font-size: 14px;
	margin:0 0 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #323232;
}
a:visited {
	color: #975e0a;
}
a:hover, a:focus, a:active {
	/*color: #ff9b0e;*/
	color: #fbd510;
	background-color: #323232;
	text-decoration: none;
	/*padding:2px;*/
}
/* @end */


/* style for the H3, header title and the H4, the more page title*/

#content h3 a {
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	margin:0 0 5px;
	/*padding:2px;*/
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #4c4c4c;
}
#content h3 a:hover {
	color: #fbd510;
	background-color: #323232;
	text-decoration: none;
	/*padding: 2px;*/
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content h4 a {
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	/*margin:0 0 5px;*/
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #b1004c;
}
#content h4 a:hover {
	color: #fbd510;
	background-color: #b1004c;
	text-decoration: none;
	/*padding: 2px;*/
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* end of comments*/

div.comment-number {
	float:right;
	color:#999;
	width:40px;
}
#leftwrap {
	background: url(images/leftheadertitle.jpg) no-repeat;
	display:inline;
	float:left;
	position: absolute;
	width:280px;
	height:100%;
	padding:0px 0px 0px 0px;
}
.navwidth {
	width:270px;
	background: #676767;
}
.description {
	color:#fff;
	font-size:11px;
	font-style:italic;
}
#content {
	color: #292933;
	display:inline;
	min-height:824px;
	float:left;
	font-size:11px;
	line-height:1.5em;
	text-align:left;
	width:600px;
	margin: 0 0 0 280px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	/*padding:20px 20px 20px;*/
	left: 0;
	position: absolute;
	background: transparent;
}

#content h2 {
	margin-top:20px;
	margin-left:20px;

}

#content p {
	padding-left: 20px;
}
#sidebar {
	display:inline;
	float:left;
	font-size:12px;
	line-height:1.4em;
	margin-top:140px;
	margin-left:20px;
	width:245px;
}
#postdivider {
	background: url(images/postdivider3.jpg) no-repeat;
	width: 640px;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3.entrytitle, h3 {
	color:#444;
	/*display:block;*/
	font-size:22px;
	font-weight:bold;
	line-height:100%;
	padding-bottom:3px;
	margin:0;
	float:left;
}

h5 {
	clear: both;
	color:#444;
	font-size: 12px;
	font-weight:bold;
	padding-left: 20px;
	margin:0 0 5px;
}

h6 {
	clear: both;
	color:#444;
	font-size: 30px;
	font-weight:bold;
	padding-left: 20px;
	margin:0 0 20px;
}

hr {

	height: 1px;
 	 margin-left: 20px;
}

#sidebar h2, #sidebar-r h2 {
	color: #bdbdbd;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:0 0 5px;
}
/* left hand margin before arrow on each unordered list */
#sidebar ul, #sidebar-r ul {
	list-style: disc url(images/bullet.gif);
	padding:0px;
	margin: 0 0 10px 25px;
}


#sidebar ul li, #sidebar-r ul li{
	margin: 0;
	padding:0;
}

/* @group navigation links (sidebar) */

/* all states of the link in list items*/
#sidebar a {
	font-size:11px;
	text-decoration: none;
	color: #cecece;
	padding: 2px;
}
/* visited of the link in list items*/

#sidebar a:visited {
	color: #7f7f7f;
	/*padding: 2px;*/
}
/* hover of the link in list items*/
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #fbd510;
	background-color: #191919;
	text-decoration: none;
	/*padding: 2px;*/
}
/* @end */

/* @group navigation links (sidebar-r) */

/* all states of the link in list items*/
#sidebar-r a {
	text-decoration: none;
	color: #cecece;
	border-style: none;
}

#sidebar-r img {
	text-decoration: none;
	color: #cecece;
	border-style: none;
}
/* visited of the link in list items*/

#sidebar-r a:visited {
	color: #7f7f7f;
	/*padding: 2px;*/
}
/* hover of the link in list items*/
#sidebar-r a:hover, #sidebar-r a:focus, #sidebar-r a:active {
	color: #fbd510;
	background-color: #191919;
	text-decoration: none;
	/*padding: 2px;*/
}
/* @end */


#searchdiv {
	/*float: left;*/
	width:250px;
	height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	padding:0;
	position:relative;
}
#searchdiv input {
	width:180px;
	position:absolute;
	background: #373737;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	border: 2px solid #303030;
}
#searchdiv #sbutton {
	width:22px;
	height:21px;
	position:absolute;
	left:205px;
	top: 3px;
	border: 0px;
	color: white;
}
#sidebar-r {
	background: url(images/rightheaderimage.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:930px;
	width:250px;
	padding-top: 180px;
}

#sidebar-r img {
	
}
#header a {
	color: #fdd714;
	font-size: 14px;
	margin:0 0 5px;
}
#emaillink a {
	color: #fed61f;
}

#commentblock {
	float: left;
}


#commentblock h2 {
	padding-left: 20px;
}
#commentform #comment {
	width:596px
}

.entrymeta p{
	float :right;
	height: 20px;
}

.entrymeta{
	margin-left: 20px;
	margin-bottom: 20px;
}



.entrytitle {
	height: 30px;
}

.single-entrymeta {
	float: right;
	height: 20px;
}
.entrybody img {
	margin-top: 5px;
	margin-bottom: 1px;
}

.entrybody {
	width: 620px;
	clear: both;
}


.entrybody a img {
	border: 2px solid #fff;
}


.entrybody a:hover img {
	border: 2px solid #ffc20e;
	/*width: 596px;*/

}

.nextpage {
	padding-top: 5px;
	padding-bottom: 50px;
	height: 50px;
}

#gallerylistingcontainer {
		width: 600px;
		margin-left: 20px;
		/*background: url("http://www.andrewshillito.com/images/interface/					gallerybacktop.gif") no-repeat;*/
		/*background-color: #f97e7e;*/
}

#gallerylistingcontainer img{
		margin-right: 10px;
		margin-bottom: 5px;
		float: left;
	
}

#homeback {
	width: 640px;
	height: 300px;
	background: url(images/homeback2.jpg) no-repeat;
}



