/*
Theme Name: Padiham Glass
Theme URI: http://Padihamlass.co.uk/
Description: The default Padiham Glass theme developed by Morecambe.NET.
Version: 1.0
Author: Morecambe.NET
Author URI: http://morecambe.net/
*/

/*---------------------------------------------------

	-- -- -- -- -- -- -- -- -- -- -- -- --
	Morecambe.NET CSS
	last edit: 7th November 08
	-- -- -- -- -- -- -- -- -- -- -- -- --
	
----------------------------------------------------*/


/*-------------------------------------------

    General Setup

-------------------------------------------*/

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
	}	
body {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(i/bg_body.png) no-repeat center 0;
	}
body * {
	font-size: 94%;
	line-height: 1.5;
	}

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,dl,dt,dd,ul,ol,li,strong,em, a {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,cite {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}
acronym { cursor: help; border-bottom: 1px dotted; font-weight: inherit; }
strong {
	font-weight: bold;
	font-style: inherit;
}
em { font-weight: inherit; font-style: italic; }
legend, hr { display: none;	}
label, input { display: block; }

h1, h2, h3, 
h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
.hr, .br {
	width: 100%;
	height: 1px;
	display: block;
	line-height: 1px;
	clear: both;
	border: none;
	} * html .hr, * html .br { line-height: 0; font-size: 1px; }

a, a:link, a:visited, a:hover { color: #5e0113; }
 
/*-------------------------------------------

    Core Strucutre

-------------------------------------------*/
/* ->> Header <<<--- */
#header {
	height: 175px;
	min-width: 865px;
	text-align: center;
	position: relative;
	margin-right: 105px;
	background: transparent url(i/bg_header.png) repeat-x 0 bottom;
	} * html #header { background-image: url(i/ie6/bg_header.gif); }
	
	#header-wrapper {
	height: 175px;
	width: 800px;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	z-index: 1;
		}

/* logo */	
#header h1 {
	width: 275px;
	height: 69px;
	position: absolute;
	top: 20px; left: 60px;	
	}
	#header h1 a {
		width: 275px;
		height: 69px;
		display: block;
		text-indent: -9999px;
		outline: none;
		background: transparent url(i/bg_logo.png) repeat-x 0 bottom;		
		} * html #header h1 a { background-image: url(i/ie6/bg_logo.gif); }		

/* top navigation */

ul#base-nav  {
	position: absolute;
	top: 20px; right: 0;
	line-height: normal;
	margin:0;
	}

ul#top-nav  {
	width: 800px;
	position: absolute;
	bottom: 0; left: 60px;
	line-height: normal;
	margin:0;
	}

	ul#top-nav li, ul#base-nav li {
		float: left;
		display: inline;
		position: relative;
		white-space: nowrap;
		}

	ul#top-nav li a, ul#base-nav li a {
		min-width: 10px;
		float: left;
		display: block;
		padding: 0 10px 0 20px;
		margin: 0 5px;
		} * html ul#top-nav li a, * html ul#base-nav li a { width: 10px; }
		
	ul#base-nav li  a:link, ul#base-nav li  a:visited  {
		color: #fff;
		font: 1em/35px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	ul#base-nav a#find-us:hover, ul#base-nav a#contact-us:hover, ul#base-nav a#home:hover { text-decoration: underline; }

	ul#base-nav li  a#contact-us  {
		background: transparent url(i/phone-icon.png) no-repeat 0 center;	
	}
	
	ul#base-nav li  a#find-us  {
		background: transparent url(i/find-us-icon.png) no-repeat 0 center;	
	}
	
	ul#base-nav li  a#home  {
		background: transparent url(i/home-icon.png) no-repeat 0 center;	
	}

	ul#top-nav a:link, ul#top-nav a:visited  {
		color: #fff;
		font: 1em/35px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		background: transparent url(i/bg_top-nav-li.png) no-repeat 0 center;		
		}
		
		ul#top-nav a:hover { text-decoration: underline; }
	
		ul#top-nav li.active a {
		background-image: url(i/bg_top-nav-li-active.png);
		}

div.swoosh span {
	width: 105px;
	height: 147px;
	position: absolute;
	bottom: -55px; right: -105px;
	background: transparent url(i/bg_swoosh.png) no-repeat 0 0;
	} * html div.swoosh span { background-image: url(i/ie6/bg_swoosh.gif); }

/* ->> Container <<<--- */
#main {
	width: 100%;
	text-align: center;
	}
	#main-wrapper {
		width: 800px;
		margin: 30px auto;
		}

/* heading 1 + 2 */
#main h1, #main h2,
#main h3, #main h4,
#main h5, #main h6  {
	color: #fff;
	font-size: 2em;
	letter-spacing: .05em;
	margin: 0 0 10px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
#main h2 { font-size: 1.75em; }

/* heading 3 */
#main h3 {
	font-size: 1.6em;
	text-align: left;
	}

/* heading 4 */
#main h4 {
	font-size: 1.5em;
	}

/* heading 5 + 6 */
#main h5, #main h6 {
	font-size: 1.25em;
	font-weight: normal;
	text-transform: none;
	color: #e24e26;
	}
#main h6 { font-size: 1.25em; }

/* paragraphs */
#main p {
	margin-bottom: 1em;
	text-align: left;
	}

#main p.intro {
	font-size: 1.125em;
	line-height: 1.75;
	font-weight: bold;
	}
		
/* lists */
#main ol li {
	list-style-position: outside;
	list-style-type: decimal;
	}
#main ul, #main ol { padding: 5px 10px .5em 15px; }
#main ul li {
	margin-left: 10px;
	list-style: disc;
	}

/* links */
#main a:link, #main a:visited {
	color: #a93b3f;
	text-decoration: underline;
	}


/* ->> Column 1 <<<--- */
/* aka, left */
#col-1 {
	width: 410px;
	float: left;
	}
	#col-1-wrapper { margin: 0 25px; }

/* ->> Column 2 <<<--- */
/* aka, right */
#col-2 {
	width: 385px;
	float: right;
	}
	#col-2-wrapper { margin: 0 25px 0 0; }

/* ->> Single Column spanning width of page <<<--- */
#main-content { width: 745px; margin: 0 auto; }
* html #main-content { width: 748px; margin: 0 auto; }

#main-content  .content-section {
	padding: 12px 0;
}
#main-content  .content-section img {
	padding: 0 12px 5px 0;
	margin: 0 12px 0 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333;
}
#main-content  .content-section img.right { border: none; }
#main-content  .content-section p {
	margin-top: 14px;
	font-size: 12px;
}
#main-content  .content-section h4 { }


.product {
	padding: 12px 12px 0 ;
	margin: 0 0 25px;
	background: #121212;
	border-bottom: 1px dashed #333;
	}

#main .product p.thumb {
	width: 185px;
	padding: 0 12px 0 0;
	margin:  0 12px 0 0;
	float: left;
	border-right: 1px dashed #333;
	}
	/* things are a bit mismatched, lets force an img size */
	.product p.thumb img { width: 185px; height: 115px; padding: 6px 0; }

.product p.logo {
	width: 150px;
	height: 59px;
	float: right;
	}

.product p.pdf a,
.product p.pdf2 a,
a.pdf {
	padding: 6px 0 6px 28px;
	background: transparent url(i/bg_pdf.gif) no-repeat 0 center; 
	}		


/*
.product p.pdf { margin-left: 210px; }
	.product p.pdf a {
		width: 165px; 
		height: 38px;	
		display: block; 
		text-indent: -999em;
		background: transparent url(i/pdf-button.gif) no-repeat; 
		}
		
.product p.pdf2 { margin-left: 50px; }
	.product p.pdf2 a {
		width: 165px; 
		height: 38px;	
		display: block;  
		text-indent: -999em;
		background: transparent url(i/pdf-button.gif); 
		}		
*/
/* ->> Footer <<<--- */
#footer address { font-size: .75em; text-align: center; }	

/* address */
#footer address span { color: #e24e26; font-weight: bold; }
	
/* ->> General Formatting <<<--- */
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.txt-left { text-align: center; }
.left { float: left; }
.right { float: right; }

.red { color: #e24e26; }

/* ->> Content Formatting <<<--- */
.side-thumbs, .project-thumbs { display: inline; margin: 0 4px 4px;}

#news {

}

#news .news-item {
	padding: 10px;
	margin: 10px 0;
	background: #121212;
	border-top: 2px solid #007c85;
	border-bottom: 2px solid #007c85;
	}

#news .news-item h3, #main-content  .content-section h3 {
border-bottom: 1px dashed #333;
}

#news .news-item h4 {
	
}

#news .news-item .thumb { 
	width: 105px;
	height: 105px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	}

#news .news-item .date {
	font-weight: bold; color: #ccc;
	border-bottom: 1px dashed #333;
padding: 0 0 8px 0;
}

#news p {
font-size: 1em;
}

/* ->> 'Projects Formatting <<<--- */

.projects {
	min-height: 100%;
	}
	
* html .projects {
height: 530px;
	}


#main .projects h4 {
	clear: both;
	font-weight: bold;
	font-size: 11pt;
}
#main .projects h5 {
	color: #e24e26;
	font-weight: bold;
	font-size: 12pt;
}

main .projects ol * { font-style: italic; }
#main .projects ol li {
	margin: 0 0 0 10px;
	font-size: 10pt;
	text-align: left;
}


.projects, .contact {
	width: 350px;
	float: left;
	padding: 6px;
	margin: 0 4px 10px 4px;
	border: 1px solid #333;
	}

.projects p.project-details,
.contact p.contact-desc { font-size: 0.9em; padding: 8px; border-top: 1px dashed #333; }

/* start: new formatting */
.projects p.project-details { padding: 0; border: none; }
.projects .images {
	width: 500px;
	}

.projects .main {
	width: 231px;
	height: 182px;
	margin-right: 20px;
	float: left;
	}
	
#main .projects .thumbs { text-align: center; margin: 0; padding: 0; }
	/* force image size for now..... */
	.projects .main img { width: 231px; height: 182px; }
	.projects .thumbs { width: 80px; float: left; }
	.projects .thumbs img { width: 87px; height: 87px; }
/* end: new formatting */

/* begin: comment
to restore to the old formatting style, 
remove the or comment out the new 
formatting above and remove the comments 
which wrap this style rule below

#main .projects .thumbs { text-align: center; }

end: comment
*/

/* ->> 'Contact Us Formatting <<<--- */

.contact form { margin: 0 0 0 10px; }

.contact p label { font-size: 1.125em; }

.contact p.input input, .contact p.textarea textarea { margin: 4px 0 8px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.55em; color: #fff; padding: 2px; width: 320px; background-color: #333; color: #fff; border: 1px solid #555;}

.contact p.error input, .contact p.error textarea { width: 280px; }

.contact p.button input { width: auto; padding: 5px 8px; margin: 10px 0; background-color: #333; font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1em ; color: #e24e26; border: 1px solid #555;}

/* ->> Map Formatting <<<--- */

div#map { border: 1px solid #333; }

iframe#googlemap { border: 9px solid #333; width: 425px; margin: 15px 0 15px 160px; }

/* ->> Notices <<<--- */
#main p.notice, #main p.error,
#main p.success {
	color: #000;
	margin: 20px 0;
	padding: 10px 10px 10px 30px;
	background: #ebecd2 url(i/bg_notice.gif) no-repeat 5px center;
	border: 1px solid #333;
	}
#main p.error { background: #ebecd2 url(i/bg_error.gif) no-repeat 5px center; }
#main p.success { background: #ebecd2 url(i/bg_success.gif) no-repeat 5px center; }

#main p.notice span, #main p.error span,
#main p.success span { font-weight: bold; }.projectNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.projectsNew {
}
.projectsNew {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 94%;
	font-style: normal;
	line-height: 1.5px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	padding: 6px;
	float: left;
	width: 700px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	border: 1px solid #333;
	min-height: 530px;
}
#NewProjects {
	width: 722px;
	text-align: left;
}
#main #main-wrapper #main-content #NewProjects #apDiv1 table tr td {
	text-align: left;
}
#main #main-wrapper #main-content #NewProjects #apDiv1 table tr td table tr td {
}

