/**
  Theme Name: Real Publishing
  Theme URI: http://www.realpublishing.com
  Version: 2.0
  Author: John Thomas
  Author URI: http://www.johnsthomas.com
  Tags: custom
  Licence: LGPL
  
  Description: custom built for real publishing to integrate old design into wordpress.
*/
body {
	background: #fff url(/wp-content/themes/realpublishing/img/bkgd.png) 0 0 repeat-x;
	font-family: "Times New Roman",Georgia,Serif;
	color: #132382;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 101px;
	background: transparent;
	color: #fff;
}
#header h1 {
	padding: 20px 0 0 20px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header .description {
	font-size: 1.4em;
	color: #fff;
	padding: 0 0 0 20px;

}
#container-one {
	background: url(/wp-content/themes/realpublishing/img/container-one-bkgd.png) 0 0 repeat-x;
	width: 960px;
	padding: 0 10px;
}
#container-one-left {
	float: left;
	display: inline;
	width: 700px;
}

#container-one-right {
	float: left;
	display: inline;
	width: 260px;
}

#footer {
	background: url(/wp-content/themes/realpublishing/img/footer.png) top center no-repeat;
	height: 46px;
	width: 960px;
	text-align: center;
	padding: 15px;
	color: #fff;
	margin-bottom: 50px;
}

.contact-us {
	height: 105px;
}
.contact-form {
	width: 220px;
	margin-left: 10px;
	color: #2f3d91;
	font-size: 1.4em;
}
input[type=text] {
	width: 190px;
	border: 1px solid #2f3d91;
}
textarea {
	width: 212px;
	height: 50px;
	border: 1px solid #2f3d91;
}
input[type=submit] {
	margin-top: 0px;
	background: url(/wp-content/themes/realpublishing/img/submit.png) 0 0 no-repeat;	
	width: 76px;
	height: 19px;
	border: none;
	cursor: pointer;
}
.clear {
	clear: both;
}
.padding {
	padding: 20px;
}
.widget {
	margin-bottom: 10px;
}
.widget-top {
	width: 220px;
	height: 12px;	
	background: url(/wp-content/themes/realpublishing/img/widget-top.png) 0 0 no-repeat;	
}
.widget-middle {
	padding: 0 10px;
	border-right: 1px solid #2f3d91;
	border-left: 1px solid #2f3d91;
	width: 198px;
	background: #fff;
}
.widget-bottom {
	width: 220px;
	height: 12px;
	background: url(/wp-content/themes/realpublishing/img/widget-bottom.png) 0 0 no-repeat;	
}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
p {
	font-size: 14px;
	margin-bottom: 1em;
}
ul.titles {
	list-style-type: none;
	padding: 0px;
	width: 500px;
	margin: 20px auto;
}
ul.titles li {
	background: url(/wp-content/themes/realpublishing/img/checkbox.png) 0 5px no-repeat;
	padding-left: 27px;
	font-size: 1.7px;
	line-height: 1.6em;
}

.widget-middle ul li {
	font-size: 1.4em;
}

