/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

.top_navi { float:left; width:500px; background: url(http://www.simcoe.co.uk/wp-content/themes/InspiredBits/images/background-grey.png) repeat-x;}

body { background: url(http://www.simcoe.co.uk/wp-content/themes/InspiredBits/images/background-grey.png) repeat-x; color:#fff;}

#header-in {
background: url(http://www.simcoe.co.uk/wp-content/themes/InspiredBits/images/top-banner.png) no-repeat scroll left bottom;
padding:75px 0 20px;
}

#content-inner p {
margin-bottom:15px;
}

#content-inner p a {
color: #1065a1; font-weight:bold;
}

#content-inner p a:hover {
border-bottom: 1px dotted #1065a1; color: #1065a1; font-weight:bold;
}

#sidebar .widget a:hover {
border-bottom: 1px dotted #1065a1; color: #1065a1;
}

.widget.flickr {
margin-top:15px;
}


#bottom {
line-height:16px;
color:#e4e4e4;
}

#sidebar-inner li a {
color: #1065a1;
}

#sidebar-inner li a:hover {
color: #1065a1; 
border-bottom: 1px dotted #1065a1;
}

#latestposts .commentcount, #content-inner .commentcount 
{
display:none;
}

#latestposts .pt_left {
width:400px;
}

h1 {
padding-bottom: 15px;
}

.popular_post li p a {
color:#1065a1;
}

.popular_post li p a:hover {
color:#1065a1;
border-bottom: 1px dotted #1065a1;
}

#bottom li span {
font-size:10px;
color:#ddd;
}

#bottom.li cite {
font-size:10px;
}

#myGallery p {
font-size:11px;
margin:0;
padding:0;
}

.ptags {
display:none;
}

.pcomments {
display:none;
}

#content-inner blockquote p {
font-size:12px;
font-style:normal;
line-height:22px;
font-family:arial,verdana,sans-serif;
margin-bottom:20px;
}

#latestposts .headline h3 a:hover {
color:#1065a1;
border-bottom: 1px dotted #1065a1;
}

#latestposts .headline h3 a {
color:#1065a1;
}

.main_navi {
width:570px;
}