/*
Webdesign Inspiration CSS by Adam Lofting
see www.adamlofting.com
or www.ignitionuk.co.uk
*/

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background-image: url(http://www.webdesigninspiration.co.uk/images/page-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #434343;
	font-size:76%;
color: #777777;
}

h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, fieldset, address {
margin-bottom:1em;
}

h1 {
font-size:1.8em;
line-height:1.2em;
margin:0pt 0pt 12px;
}
h2 {
font-size:1.5em;

}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.3em;
}
h5 {
font-size:1.1em;
}
h6 {
font-size:1em;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}
h2, h3, h4, h5, h6 {
line-height:1.3em;
margin:0pt 0pt 10px;
}
h1, h2, h3 {
color:#A257A6;
}
h4, h5, h6 {
color:#A257A6;
}
table, th, td {
font-size:1em;
font-weight:normal;
text-align:left;
vertical-align:top;
}
ul, ol {
padding:0pt 0pt 0pt 1.6em;
}
ol li {
background:transparent none repeat scroll 0%;
list-style-type:decimal;
}

a:link {
	color:#C65BCC;
	text-decoration: none;
}
a:visited {
	color:#C65BCC;
	text-decoration: none;
}

a:active {
	color: #C65BCC;
}

a:hover {
	text-decoration: underline;
}

div#page
{
	display: block;
	float: left;
	width: 1250px;
}

div#header
{
	display: inline;
	float: left;
	width: 900px;
	height: 260px;
	overflow: hidden;
	color: #CCCCCC;
}

.smalltext
{
	font-size: 22px;
	color:#FFCD24;
	padding-top: 5px;
}

div#header h1 a:link,
div#header h1 a:visited
{
	display: inline;
	float: left;
	width: 721px;

	background-image: url(http://www.webdesigninspiration.co.uk/images/web-design-inspiration-logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;

    padding: 72px 0px 0px 0px;
	overflow: hidden;

    height: 0px !important;
    height /**/: 72px;
	font-size: 10px;
}

div#bg
{
	display: block;
	float: left;
	width: 100%;
	background-image: url(http://www.webdesigninspiration.co.uk/images/lightsheader.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#headerimg
{
	display: inline;
	float: left;
	padding: 103px 0 0 25px;
	font-size: 30px;
}

div#sidebar
{
	display: inline;
	float: left;
	padding-top: 14px;
	padding-left: 15px;
	width: 	350px;
}

div.description
{
	position: absolute;
	top: -999px;
	left: -3999px;
}

div#content
{
	display: inline;
	float: left;
	width: 816px;
	overflow: hidden;
	background-color: #373737;
	padding: 20px 20px 20px 20px;
	background-image: url(http://www.webdesigninspiration.co.uk/images/round-corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div#footer
{
	display: inline;
	float: left;
	width: 900px;
}

p.sideFancy,
p.sideFancyG,
form#searchform,
ul.sideFancy
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #63615E; /* 804A83 */
	padding: 5px 0 15px 0;
	margin: 0px;
	list-style-type: none;
}

form#searchform,
ul.sideFancy
{
	padding-top: 15px;
}

p.sideFancyG
{
	padding: 20px 0 20px 0;
}

div#side-lists
{
	display: block;
	float: left;
	width: 100%;
}

li.pagenav *
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

li.categories *
{
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0 12px 6px 0;
	font-weight: bold;
	margin: 0 0 0 0;
}

li.categories ul li
{
	width: 325px;
}

li.categories ul li li
{
	width: auto;
}

li.categories a
{
	padding: 0 0 0 0;
	margin: 0 6px 0 0;
}

li.categories ul.children *
{
	font-weight: normal;
}

ul.children
{
	display: inline;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}

div.post
{
	border-bottom: 1px dashed #804A83; 
}

div.post h2
{
	padding-bottom: 10px;
}

div#footer
{
	padding: 10px 0 20px 10px;
}

blockquote
{
	font-style: italic;
	padding: 10px 10px 10px 30px;
	background-color: #333333;
}




