/*  
Theme Name: Police Divorce
Theme URI: http://www.policedivorce.co.uk/
Description: Police Divorce custom theme.
Version: 1.0
Author: Matt Heyes 
Author URI: http://www.iamroot.co.uk/

*/

body {
	margin:0;
	padding:0 0 10px 0;
	line-height:1.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#464646;
	background:url(images/bg.png) #0c1c47 top repeat-x;
	text-align:center;
	font-size:12px;
}

a { color:#0c1c47; text-decoration:underline; }
a:hover { text-decoration:none; }

h2, h3, h4, h5 { margin:0 0 10px 0; padding:0; }
h1 { margin:0 0 30px 0; padding:0; line-height:1.2em; }

#wrapper {
	margin:0 auto;
	text-align:left;
	width:940px;
	padding:0 10px;
}

#header {
	height:110px;
	width:940px;
	margin-bottom:10px;
}

#top_right {
	width:588px;
	height:110px;
	float:right;
	overflow:hidden;
	text-align:right;
	padding-top:20px;
}

#top_right span { font-size:24px; }

#menu { background:url(images/bg-menu.png) top right no-repeat; height:46px; width:520px;float:right; margin-top:10px;  }
ul.main_menu { margin:0;padding:13px 0 0 0;list-style:none; text-align:center; height:33px; background:url(images/bg-menu-left.png) top left no-repeat;}
ul.main_menu li { margin:0;padding:0 7px 0 7px;list-style:none;display:inline; text-align:center; }
ul.main_menu li a { color:#858585; text-decoration:none; }
ul.main_menu li a:hover { color:#0c1c47; text-decoration:underline; }

#inner_wrapper {
	width:940px;
	background:url(images/bg-inner.png) repeat-y;
	padding:10px 0;
}

#inner_top { background:url(images/bg-inner-top.png) top no-repeat; width:940px; height:20px;}
#inner_bottom { background:url(images/bg-inner-bottom.png) bottom no-repeat; width:940px; height:20px;  }

#sidebar {
	width:240px;
	float:left;
	color:#fff;
	margin:0 0 0 1px;
}

.sidebox {
	padding:20px 20px 10px 20px;
	margin-bottom:10px;
}

#main_content {
	width:618px;
	float:right;
	padding:20px 40px 20px 40px;	
}

#hp_intro {
	width:600px;
	height:179px;
	background:url(images/bg-hp-intro.jpg);
	border-bottom:1px solid #cfd3d3;
	padding:76px 0 0 340px;
}

#hp_intro h1 {
	margin-bottom:30px;
	color:#959595;
	font-weight:normal;
}

#hp_intro h1 span { color:#0c1c47; }

#hp_intro p {
	margin:0;
	padding:0px 80px 10px 0;
	font-size:16px;
	line-height:1.3em;
	color:#959595;
}

#hp_intro a { font-size:12px; }

ul.middle_buttons {
	margin:0;
	padding:0;
	list-style:none;
	height:60px;
	width:940px;
}

ul.middle_buttons li {
	margin:0;
	padding:10px 0 10px 40px;
	list-style:none;
	display:block;
	height:40px;
	float:left;
}

ul.middle_buttons li.left { background:url(images/bg-button-left.gif) bottom left no-repeat; width:290px; }
ul.middle_buttons li.middle { background:url(images/bg-button-middle.gif) bottom left no-repeat; width:259px; }
ul.middle_buttons li.right { background:url(images/bg-button-right.gif) bottom left no-repeat; width:271px }
ul.middle_buttons a { color:#3e4136; text-decoration:none; }
ul.middle_buttons h2 a { color:#3e4136; text-decoration:none; margin:0px !important; }
ul.middle_buttons h2 { padding:0 !important; margin:0px !important; }

#hp_content {
	width:940px;
	background:url(images/bg-hp-content.jpg) #2e3e66 bottom center no-repeat;
	color:#fff;
	padding-top:15px;
}

#hp_content a { color:#fff; }

.hp_block {
	width:425px;
	float:left;
	padding:20px;	
}

#hp_content_para {
	border-bottom:1px solid #cfd3d3;
	padding:0 20px 10px 20px;
}

.border_left { border-left:1px solid #cfd3d3; }

#footer {
	height:32px;
	width:920px;
	background:url(images/bg-footer.gif) no-repeat;
	color:#b7bbc8;
	padding:12px 10px 0 10px;
	margin:18px 0 5px 0;
	text-align:left;
}

#footer a { color:#b7bbc8 }

#footer span { float:right; }

#foot_note {
	color:#b7bbc8;
	font-size:11px;
	text-align:center;
}

.sidebox ul { margin:0;padding:0;list-style:none; }
.sidebox ul li { margin:0;padding:0;list-style:none; }
.sidebox ul a { display:block; color:#fff; padding:5px 0px; text-decoration:none; border-bottom:1px dashed #b7bbc8; }
.sidebox ul a:hover { background:#b7bbc8; color:#0c1c47; text-decoration:none; border-bottom:1px solid #b7bbc8; }

body.blog h3 { margin:15px 0 5px 0; }
body.blog .post { border-bottom:1px solid #b7bbc8; }

#sort { text-align:right; }

/* Image Align */

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
	img.myimage {
		padding:5px;
		margin:5px;
		border: 1px solid #ccc
	}
