/*  
Theme Name: Gerry Lytle
Theme URI: http://deucecreative.co.uk/
Description: A custom theme built for Gerry Lytle Associates.
Version: 1.0
Author: Deuce Creative
Author URI: http://deucecreative.co.uk/

	Gerry Lytle v1.0
	 http://deucecreative.co.uk/

	This theme was designed and built by Deuce Creative,
	whose portfolio you will find at http://deucecreative.co.uk/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 50px;
	text-align: center;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: gray;
}

#page {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 740px;
	min-height: 25px;
	margin-bottom: 30px;
}

span.red {
	color: #cc001f;
}

#leftCol, #rightCol {
	float: left;
	margin-bottom: 50px;
}

#leftCol {
	width: 460px;
	margin-right: 20px;
}

#leftColWide {
	width: 760px;
}

.mainImageBox {
	width: 460px;
	min-height: 320px;
	margin-bottom: 30px;
	clear: both;
}

.mainImageBox.wide {
	width: 760px;
}

.mainImageBox ul {
	list-style-position: inside;
}

img#mainImage,
img#mainImage2,
img#mainImage3 {
	width: 460px;
	height: 320px;
	border: none;
}

.mainMenuCol {
	float: left;
	width:115px;
	margin-right: 7px;
}

.subMenuCol {
	float: left;
	width: 155px;
	margin-right: 7px;
}

.noRightMargin {
	width: 175px;
	margin-right: 0;
}

ul.menu {
	font-size: 0.95em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

ul.menu li {
	margin-bottom: 0.7em;
}

ul.menu li a, ul.menu li a:visited {
	color: gray;
	text-decoration: none;
	padding-left: 8px;
}

ul.menu li a:hover,
ul.menu li.current-cat a,
ul.menu li.current-cat a:visited,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:visited,
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:visited,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_parent a,
ul.menu.category-parent-11 li.page-item-2 a,
ul.menu.category-9 li.page-item-4 a {
	padding-bottom: 2px;
	color: #cc001f;
	/*border-bottom: 1px dashed gray;*/
	background: url(images/horizontal_arrow.gif) no-repeat 0 5%;
}

#rightCol {
	width: 280px;
}

#smallImages {
	height: 80px;
	margin-bottom: 20px;
}

.smallImageBox {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

a.smallImage.cv {
	width: 80px;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.smallImage.cv:hover, a.smallImage.cv.current {
	background-position: 0px -80px;
}

.smallImageBox.right {
	/*margin-right: 20px;*/
}

img.smallImage {
	width: 80px;
	height: 80px;
	font-size: 1em;
}

a img.smallImage {
	border: none;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: gray;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed gray;
	margin-bottom: 1.5em;
}

h1.noBorder {
	padding-bottom: 0;
	border-bottom: 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	color: gray;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}

hr {
	color: gray;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 1.5em;
	height: 1px;
}

#rightCol hr {
	width: 260px;
}

p {
	font-size: 1.05em;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

a, a:hover, a:visited {
	color: #cc001f;
}

a.plainLink, a.plainLink:hover, a.plainLink:visited {
	color: gray;
	text-decoration: none;
}

#footer {
	clear: both;
	text-align: right;
}

img#feedIcon {
	vertical-align: bottom;
	margin-right: 5px;
}

.feed,
.pdf,
.print {
	padding: 2px 0 2px 20px;
}

.feed {
	background: url(images/feed-icon-12x12.png) no-repeat 0 50%;
}

.pdf {
	background: url(images/pdf_button.gif) no-repeat 0 50%;
}

a[href $='.pdf'], ul.menu li a:hover[href $='.pdf'] {
	padding-right: 18px;
	background: url(images/061220_icon_pdf.gif) no-repeat center right;
	padding-bottom: 0px;
}

.print {
	background: url(images/printer_button.gif) no-repeat 3px 50%;
}

.hidden {
	display: none;
}

/* News */

div.newsThumb {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

img.newsThumb {
	width: 80px;
	height: 80px;
	border: none;
}

span.title {
	font-size: 1em;
	font-weight: bold;
}

/* Sitemap */

div.ddsg-wrapper ul {
	margin-bottom: 0.65em;
	padding-top: 0.65em;
	float: left;
	width: 300px;
}

div.ddsg-wrapper ul li ul {
	border: none;
	float: none;
}

div.ddsg-wrapper ul li {
	font-size: 1em;
}

div.ddsg-wrapper ul li li {
	font-size: 1em;
}

/* Contact form */

div.ddfmwrap form.ddfm input {
	border: thin solid gray;
}

/* Print Styles */

@media print {

	img.headerLogo {
		margin-bottom: 20px;
	}

	#header,
	.mainMenuCol,
	.subMenuCol,
	#footer,
	p.icon {
		display: none;
	}
	
	div#rightCol h1 {
		line-height: 18pt;
		font-size: 12pt;
	}
	
	div#rightCol p {
		line-height: 16pt;
		font-size: 10pt;
	}
	
	body {
		margin-top: 0px;
	}
	
	.hidden {
		display: block;
	}

	.mainImageBox.noBottomMargin {
		margin-bottom: 0px;
	}
	
}
