﻿/******************************************************

	tripsis.co.uk
	Screen CSS
	(c) Tripsis 2008
	Author: K Wilson

******************************************************/

html,
body {
	background: #2b373f;
}

body {
	text-align: center;
	font: 86%/1.5
		"Century Gothic",		/* Windows (HP printer) */
		"Avant Garde Gothic",	/* HP font name */
		"Avant Garde",			/* MacOS */
		"URW Gothic L",			/* Unix+X+FontConfig */
		/* Fallback options */
		helvetica,
		sans-serif;
}


#pageholder {
	background: url(../images/css/round_top.png) no-repeat 0 0;
	margin: 32px auto;
	padding: 12px 0;
	text-align: left;
	width: 980px;
	position: relative;
}


h1,h2 {
	clear: both;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
	text-transform: lowercase;
	font-size: 2em;
	color: #c9da2c;
}

p {
	margin-bottom: 12px;
}

p.homelink {
	padding-top: 12px;
	background: #fff;
	margin-bottom: 0;
}

	p.homelink img {
		width: 201px;
		height: 85px;
	}

	p.homelink a {
		margin-left: 24px;
	}
	p.homelink a:hover { background: none; }
	p.homelink span { display: none; }

	
	
#content {
	background: #fff;
	padding: 24px;
	padding-top: 0;
	clear: both;
	border-top: solid 1px #fff;
}

a { color: #aebf17; }
a:hover { background: #e3ea95; color: #000; }

.clear { clear: both; }
		
		
		
#defaultcontent {
	padding: 10px 25px;
	margin-bottom: 16px;
}

/******************************************************
	Projects
******************************************************/
#projects {
	margin-bottom: 16px;
}

	#projects div.paging {
		float: right;
		clear: both;
	}
	
		#projects div.paging ul li {
			float: left;
			margin-left: 8px;
		}
		
			#projects div.paging ul li a {
				background: #ededed url(../images/css/pagetabbg.jpg) repeat-x 0 100%;
				display: block;
				padding: 4px 12px;
				color: #455560;
				font-size: 0.9em;
			}
			
			#projects div.paging ul li a:hover {
				background: #ddd;
			}
			
			#projects div.paging ul li.selected a {
				background: #455560;
				color: #fff;
			}
	
	#projects div.links {
		background: #455560;
		float: left;
		width: 100%;
	}

		#projects ul#nav {
			padding: 22px 34px;
			padding-bottom: 0;
			padding-right: 0;
		}

			#projects ul#nav li {
				float: left;
				padding-bottom: 0;
				padding-right: 0;
				margin-right: 18px;
				width: 130px;
			}
			
			#projects ul#nav li.last-child {
				margin-right: 0;
			}
			
				#projects ul#nav li a {
					display: block;
					color: #455560;
					text-decoration: none;
					background: url(../images/css/thumbbg.jpg) no-repeat 0 0;
					padding: 7px 13px 14px 7px;
					padding-bottom: 24px;
				}
				
					#projects ul#nav li a img {
						width: 110px;
						height: 88px;
						background: none;
					}
				
				#projects ul#nav li a:hover,
				#projects ul#nav li a:focus {
					color: #000;
					background-position: -130px 0;
					outline: none;
				}
				
				#projects ul#nav li a.selected {
					background: url(../images/css/thumbbg_sel.jpg) no-repeat 0 0;
				}
				
				#projects ul#nav li a.selected:hover {
					background-position: 0 0;
				}
					
		

#projdetails {
	clear: both;
	margin-top: 0;
	padding: 24px 18px;
	color: #455560;
	position: relative;
	background: #fff;
	height: 300px;
	border: solid 10px #455560;
	border-top: none;
}

	#projdetails div.info {
		padding-right: 458px;
	}

	#projdetails h1,
	#projdetails h2 {
		clear: both;
		text-transform: lowercase;
		font-size: 2em;
		color: #c9da2c;
		font-weight: normal;
	}
	
	#projdetails h1,
	#projdetails h2,
	#projdetails p {
		background: #fff;
	}
	
		#projdetails h1 span.detail {
			color: #455560;
		}
	
	#projdetails h2 {
		font-size: 1.2em;
	}
		
	#projdetails p {
		margin-bottom: 18px;
	}
	
	#projdetails p.services {
		margin: 0;
	}
	
	#projdetails div.photos {
		width: 436px;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	
		#projdetails div.photos #mainimage {
			background: url(../images/css/photobg.jpg) no-repeat 0 0;
			height: 258px;
		}
	
			#projdetails div.photos #mainimage img {
				padding: 9px 15px 16px 9px;
				width: 412px;
				height: 233px;
			}
		
		#projdetails div.photos ul {
			float: right;
			margin-top: 8px;
			margin-right: 15px;
			border-right: solid 1px #c9da2c;
		}
		
		#projdetails div.photos p {
			margin: 0;
		}
		
			#projdetails div.photos ul li {
				float: left;
			}
			
				#projdetails div.photos ul li a {
					display: block;
					padding: 2px 8px;
					border: solid 1px #c9da2c;
					border-right: none;
					text-decoration: none;
					font-weight: bold;
					background: #efefef;
				}
				
				#projdetails div.photos ul li a.selected {
					color: #000;
					background: #fff;
				}

		
#miniprojects {
	background: #455560;
	margin-bottom: 16px;
	padding: 25px 0;
}

	#miniprojects ul {
		list-style-type: none;
		padding-left: 25px;
	}
	
		#miniprojects ul li {
			float: left;
			padding-right: 9px;
		}
		
			#miniprojects ul li a {
				display: block;
				overflow: hidden;
				border: solid 4px #d4d4d4;
			}
			
			#miniprojects ul li a:hover {
				border-color: #fff;
			}
		

/******************************************************
	Info Panel
******************************************************/
#infopanel {
	clear: both;
	float: left;
	border: solid 1px #53626c;
	padding: 25px 0;
	margin-bottom: 16px;
	width: 930px;
}

	#infopanel h2 {
		clear: both;
		text-transform: lowercase;
		font-size: 1.8em;
		color: #c9da2c;
		font-weight: normal;
	}
	
	#infopanel div.items {
		background: url(../images/css/infosep.gif) repeat-y 0 0;
		float: left;
		width: 930px;
		padding-bottom: 8px;
	}

	#infopanel div.item {
		width: 260px;
		float: left;
		padding: 0 25px;
	}
	
	#infopanel li {
		list-style-type: square;
		margin-left: 16px;
	}
	

/******************************************************
	News Holder
******************************************************/
#newsholder {
	margin: 16px 0;
	background: #fff;
	border: solid 10px #455560;
}

	#newsholder h1 {
		background: #455560;
		padding: 10px 15px;
		padding-top: 0;
		clear: both;
	}

	#newsholder div.story {
		padding: 10px 15px;
	}
	
		#newsholder div.story p {
			margin-bottom: 12px;
		}
	
	#newsholder div.paging {
		clear: both;
		margin-top: 12px;
		border-top: solid 1px #eee;
		margin: 10px 15px;
	}
		
		#newsholder div.paging p.prev,
		#newsholder div.paging p.next {
			width: 49%;
			padding: 6px 0;
		}
		
		#newsholder div.paging p.prev {
			float: right;
			text-align: right;
		}
		#newsholder div.paging p.next {
			float: left;
		}


/******************************************************
	Client List
******************************************************/
ul#clientlist {
	padding-top: 8px;
}

ul#clientlist li {
	clear: both;
	float: left;
	margin-bottom: 16px;
	width: 100%;
}

	ul#clientlist li ul {
	}

		ul#clientlist li ul li {
			width: auto;
			float: left;
			clear: none;
			padding-right: 8px;
			margin-right: 8px;
			margin-bottom: 4px;
			border-right: solid 1px #aaa;
		}

		ul#clientlist li ul li.last-child {
			border: none;
			padding-right: 0;
			margin-right: 0;
		}
	

/******************************************************
	Contact Panel
******************************************************/
#contactpanel {
	clear: both;
	float: left;
	width: 932px;
	background: url(../images/css/contactbg.jpg) repeat-y 0 0;
}

	#contactpanel h2 {
		clear: both;
		text-transform: lowercase;
		font-size: 1.8em;
		color: #c9da2c;
		font-weight: normal;
	}

	#contactpanel div.item {
		background: #455560;
		float: left;
		width: 407px;
		margin-right: 18px;
		color: #fff;
		padding: 25px;
	}
	
		#contactpanel div.item p {
			margin-bottom: 8px;
		}
	
	#contactpanel div.last {
		margin: 0;
	}
	
	#contactpanel p.emaillink {
		position: absolute;
		top: 25px;
		right: 25px;
	}
	
	#contactpanel .error {
		background: #c9da2c;
		color: #000;
	}
	
/******************************************************
	Top Links
******************************************************/	
#commonlinks {
	position: absolute;
	top: 25px;
	right: 25px;
}

	#commonlinks li {
		float: left;
		margin-left: 25px;
	}


/******************************************************
	Quote
******************************************************/
#quoteform {
	padding: 25px;
	background: #efefef;
	clear: both;
	border: solid 1px rgb(69, 85, 96);
	margin-bottom: 25px;
}


/******************************************************
	Forms
******************************************************/
ul.form {
}

	ul.form li {
		clear: both;
		float: left;
		margin-bottom: 4px;
		width: 100%;
	}

	ul.form span.field,
	ul.form span.value {
		display: block;
		float: left;
	}

	ul.form label {
		clear: both;
		padding-bottom: 8px;
	}

	ul.form span.field {
		width: 100px;
		clear: both;
		padding: 4px 0;
	}
	
	ul.form span.submit {
		margin-left: 100px;
	}
	
		ul.form span.value input,
		ul.form span.value textarea {
			width: 292px;
			padding: 4px 4px;
			border: solid 2px #c9da2c;
		}
		
		ul.form span.value input,
		ul.form span.value textarea { font-family: Arial, Verdana, Sans-Serif; font-size: 1em; }
		
		ul.form span.value textarea {
			height: 120px;
		}
		
ul.wide span.field {
	width: 180px;
}
ul.wide span.submit {
	margin-left: 180px;
}
ul.wide span.value input,
ul.wide span.value textarea {
	width: 420px;
}


/******************************************************
	Footer
******************************************************/
div#footer {
	background: url(../images/css/round_btm.png) no-repeat 0 0;
	clear: both;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}