/*
Theme Name: Design Tree Theme 1
Description: Basic two column theme, sidebar on right.
Version: 1.0
Author: Design Tree & Matt Rogers
Author URI: 
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region � Styles for comment thread, forms, etc.
5. Sidebar Region � Styles for widgets, additional menus lists and links.
6. Footer Region � Styles specific to the footer region.
7. Misc. & Plugins � Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav {  
    margin:0; 
    padding:0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url(http://www.glacierrefrigeration.co.uk/wp-content/themes/GlacierTheme/images/BG.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
h1 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-weight:normal
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #0063AB;
	font-weight:normal;
	margin-bottom: 20px;
	line-height: 26px;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#333;
	font-weight:normal;
	color: #666;
	margin-bottom: 20px;
}
p {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:20px;
	line-height: 18px;
	padding: 1px;
}



/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 900px;
	margin: 0;
	height: 330px;
	background-image: url(http://www.glacierrefrigeration.co.uk/wp-content/themes/GlacierTheme/images/BG2_header.png);
	padding: 45px 0 0 0;
}
.headertitle {
	width: 100%;
	float: left;
	margin: 0px;
	height: 20px;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header h1 a:hover {
}
.headerLogo {
	width: 100%;
	height: 50px;
	margin: 0;
	float: left;
	}
.headerLogo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.description {
	clear: left;
	padding: 0;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 18px 0 10px 0;
	text-align:left;
	float: right;
	width: 732px;
	overflow: hidden;
	height: 35px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#menu li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding-top: 10px;
	width: 120PX;
	height: 35px;
	text-align: center;
	background-image: url(http://www.glacierrefrigeration.co.uk/wp-content/themes/GlacierTheme/images/button.png);
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 0px;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: underline;
}


/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 900px;
}
#main img {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333;
}

#content {
	width: 600px;
	padding: 10px;
	float: left;
	margin-bottom: 60px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content ul li{
	font-style:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	margin-bottom:10px;
	margin-left: 12px;
	line-height: 16px;	
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 5px 60px 0;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 5 - Sidebar Region ===*/

/*=== START SECTION 6 - Footer Region ===*/
#footer {
	clear: both;
	text-align: left;
	width: 900px;
	margin: 20px 0 40px 0;
	padding: 10px 0 0 0;
	height: 170px;
}
.footerMiddle {
	width: 900px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: dashed 1px #333;
	border-bottom: dashed 1px #333;
	height: 70px;
}
#footer img {
	margin-left:20px;
	border: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
.leftColumn {
	margin: 0px 20px 0 0;
	padding: 0px;
	float: left;
	width: 280px;
}
.middleColumn {
	margin: 0 20px 0 0;
	padding: 0px;
	float: left;
	width: 280px;
}
.rightColumn {
	margin: 0 0 0 0;
	padding: 0px;
	float: right;
	width: 300px;
	text-align:right;
}

/*=== END SECTION 6 - Footer Region ===*/



/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

/*=== START SECTION 8 - indexSpecific ===*/

#indexContentWrapper {
	height: 560px;
	margin-left:auto;
	margin-right:auto;
}
#indexContentWrapper h2 {
	margin-bottom: 20px;

}
.indexImage {
	width:900px;
	margin: 0 0 10px 0;
}
.contentIntroleftColumn {
	height: 300px;
	margin: 0px 10px 10px 0;
	float: left;
	width: 288px;
	background-color:#FFF;
	border: dashed 1px #666;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
.contentIntroMiddleColumn {
	height: 300px;
	margin: 0px 0px 10px 0;
	float: left;
	width: 299px;
	background-color:#FFF;
	border-left: dashed 1px #666;
	border-top: dashed 1px #666;
	border-bottom: dashed 1px #666;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topleft:8px;
}
.contentIntroRightColumn {
	height: 300px;
	margin: 0px 0px 10px 0;
	float: left;
	width: 299px;
	background-color:#FFF;
	background-color:#FFF;
	border-right: dashed 1px #666;
	border-top: dashed 1px #666;
	border-bottom: dashed 1px #666;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topright:8px;
}
.contentIntroRightColumn h2, .contentIntroRightColumn p {
	margin: 10px 0 0 20px;
}
.contentIntroMiddleColumn h2, .contentIntroMiddleColumn p {
	margin: 10px 0 0 20px;
}
.contentIntroleftColumn h2, .contentIntroleftColumn p {
	margin: 10px 0 0 20px;
}
.contentContact {
	margin: 0px;
	float: left;
	width: 900px;
	background-color:#FFF;
	margin: 0 0 80px 0;
}
.contentContact img {
	border: 0px;
}
.contentIntroleftColumnHead {
	margin: 0px 20px 40px 0;
	padding: 10px 10px 10px 20px;
	float: left;
	width: 100%;
	background-color:#FFF;
	border: dashed 1px #666;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
.subHeader {
	height: 125px;
	width: 898px;
	float: left;
	background-image: url(http://www.glacierrefrigeration.co.uk/wp-content/themes/GlacierTheme/images/header2_sub.png);
	background-repeat: repeat-x;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-bottom: 10px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	overflow: hidden;
}
.subHeader h2 {
	padding: 10px 0 0 20px;
}
.subHeader img {
	float: right;
	margin-left: 60px;
	margin-right: 15px;
}

/*=== END SECTION 8 - indexSpecific ===*/
