/*
Theme Name: CatlinsWP
Theme URI: http://www.catlins.org.uk/
Description: A WordPress theme for Catlins of Lewes
Author: James Tiplady (Ibis Design)
Author URI: http://www.ibis-design.com/
Version: 1.0
*/

/*
 * General styles, layout etc
 */

body, html {
	background-color: #001230;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body, html, td {
	color: #fff;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, Geneva, Arial, sans-serif;
	line-height: 150%;
}

#rap {
	width: 832px;
	margin: 0px auto;
	margin-top: 10px;
	
	text-align: left;
}

#head {
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	width: 832px;
	height: 243px;
}

#main {
	width: 832px;
	height: 242px;
}

#middle1 {
	background-image: url('images/middle1.png');
	background-repeat: no-repeat;
	width: 264px;
	height: 242px;
	
	float: left;
}

#menu {
	margin-top: 12px;
	margin-left: 102px;
	line-height: 100%;
	
	text-align: center;

	max-width: 100px;
	max-height: 190px;
}

.menuitem {
	border: 0;
	margin: 1px;
}

#middle2 {	
	background-image: url('images/middle2.png');
	background-repeat: repeat;
	/*width: 464px;
	height: 242px;*/
	width: 444px;
	height: 222px;
		
	float: left;
	
	overflow: auto;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#middle2c {	
	color: #402121;
	font-size: 9pt;
}

#middle3 {
	background-image: url('images/middle3.png');
	background-repeat: no-repeat;
	width: 104px;
	height: 242px;
	
	float: left;
}

#footer {
	width: 832px;
	height: 105px;
	background-image: url('images/bottom.png');
	background-repeat: no-repeat;
}

#content {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#footertext {
	font-size: 7pt;
	color: #755518;
	
	float: right;
	margin-right: 36px;
	margin-top: -15px;
}

#footertext a, #footertext a:visited {
	color: #755518;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}

a, a:visited {
	color: #755518;
}

a:hover {
	text-decoration: none;
}

/*
 * Form CSS
 */

.textbox, .button {
	font-size: 12pt;
}

textarea.textbox {
	font-size: 10pt;
}

.button {
	font-weight: bold;
}

.formsubtext {
	font-size: 8pt;
}

.formimage {
	vertical-align: bottom;
}

/*
 * Post-related css
 */

.post {
	margin-bottom: 20px;
	width: auto;
	
	border-bottom: 1px dotted #402121;
}

.post-header {
	width: auto;
	clear: both;
	
	border-bottom: 2px #402121 solid;
	
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.post-title {
	width: auto;
	font-size: 12pt;
	text-transform: uppercase;
		
	float: left;
}

.post-meta {
	width: auto;
	text-align: right;
	
	font-size: 8pt;
	
	float: right;
}

.post-content {
	margin-bottom: 10px;
}

/*
 * Page-related css
 */
 
.pagemenu {
	width: auto;
	border-bottom: 1px dotted #402121;
	padding-bottom: 1px;
	margin-bottom: 10px;
	
	font-size: 9pt;	
} 

.pagemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.pagemenu li {
	display: inline;
	margin-right: 10px;
}

/*
 * Product-related css
 */

.productcontainer {
	width: auto;
	padding: 10px;
	margin-bottom: 10px;
	
	min-height: 45px;
		
	border-top: 1px solid #cfc8a4;
	border-left: 1px solid #cfc8a4;
	border-right: 1px solid #c1bb9a;
	border-bottom: 1px solid #c1bb9a;
}

.productname {
	font-size: 12pt;
}

.productdescription {
	font-size: 9pt;
}

.productimage {
	border-top: 1px solid #cfc8a4;
	border-left: 1px solid #cfc8a4;
	border-right: 1px solid #c1bb9a;
	border-bottom: 1px solid #c1bb9a;

	float: left;
	margin-right: 10px;
}

.productprice {
	font-size: 9pt;
}