/*  
Theme Name: AJ+C Australia
Theme URI: http://architectsajc.com.au/
Description: Custom WordPress theme for the Australian AJ+C site.
Version: 1.0
Author: Billarga
Author URI: http://billarga.com/
*/


/* Begin Typography & Colors */
body {
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Sans-Serif; 
	background: #fff;
	color: #5A585D;
	text-align: center;
	}

#page {
	background: transparent;
	text-align: left;
	}

#header {
	background: transparent;
	}

#header-mininav {
	line-height: 30px;
	}

#header-mininav a, #header-mininav a:visited, 
#secondary-nav a, #secondary-nav a:visited, 
#tertiary-nav a, #tertiary-nav a:visited, 
.five-col .sub-nav a, .five-col .sub-nav a:visited, 
.project-item-nav a, .project-item-nav a:visited, 
.project-item div.value a, .project-item div.value a:visited,
.project-sequence a, .div-sequence a:visited {
	color: #5A585D;
	text-decoration: none;
	}

#header-mininav a:hover, 
#secondary-nav a:hover, 
#tertiary-nav a:hover, 
.five-col .sub-nav a:hover,
.project-item-nav a:hover, 
.project-item div.value a:hover,
.project-sequence a:hover {
	color: #da6413;
	text-decoration: none;
	}

#header-mininav .search input.input-text {
	font-size: 10px;
	color: #5a585d;
	border: 1px solid #B5B5B5;
	}

#header-mininav .rssicon {
	padding: 5px 0 0 10px;
	}

#header-nav {
	font-size: 17px;
	line-height: 28px;
	}

	#header-nav a, #header-nav a:visited {
		color: #000;
		text-decoration: none;
		}

	#header-nav a:hover {
		color: #da6413;
		text-decoration: none;
		}

#header-mininav li.current a, #header-mininav li.current a:link, #header-mininav li.current a:visited,  
#header-nav li.current a, #header-nav li.current a:link, #header-nav li.current a:visited, 
#secondary-nav li.current a, #secondary-nav li.current a:link, #secondary-nav li.current a:visited, 
#tertiary-nav li.current a, #tertiary-nav li.current a:link, #tertiary-nav li.current a:visited, 
.project-item-nav li.current a,
.three-col-wrap .item-row div.current a,
.three-col .item-row div.current a,
.image-two-col p a, .image-two-col p a:visited {
	color: #da6413;
	}

#content {
	font-size: 11px;
	}

	#content p {
		line-height: 16px;
		}

	/*#content p a, #content p a:visited {
		color: #da6413;
		}

	#content p a:hover {
		color: #da6413;
		text-decoration: underline;
		}*/

	.image-two-col .text p {
		line-height: 16px;
		}
	
	.image-two-col .left table,
	.image-two-col .right table {
		margin: 0 0 16px;
		}
		.image-two-col .left table tr,
		.image-two-col .right table tr {
			line-height: 16px;
			}
			.image-two-col .left table tr td,
			.image-two-col .right table tr td {
				padding-right: 5px;
				}
	
	.image-two-col .accreditation p a, 
	.image-two-col .accreditation p a:visited {
		color: #5A585D;
		text-decoration: underline; }
	
	.image-two-col .accreditation p a:hover {
		color: #da6413; }
	
	.two-col .item-row p a, #content .two-col .item-row p a:visited {
		color: #5a585d;
		}

.five-col .col .text h3, .five-col .col .text h4 {
	line-height: 16px;
	font-weight: 100;
	}
.five-col .col .text p {
	font-style: normal;
	}

.five-col .col .services-text h3 {
	height: 18px;
	line-height: 16px;
	font-weight: 100;
	}
.five-col .col .service-text p {
	font-style: normal;
	}

.listing .item-marker, 
.image-listing .item-marker, 
.listing-simple .item-marker h3, 
.three-col-wrap .item-marker, 
.three-col .item-marker, 
.two-col .item-marker h3 {
	color: #fff;
	}

.listing .item-row a:link, .listing .item-row a:visited, 
.image-listing .item-row a:link, .image-listing .item-row a:visited, 
.listing-simple .item-row a:link, .listing-simple .item-row a:visited, .listing-simple .item-row .item-details h3, 
.pdf-large a, .pdf-large a:visited, .file-download a, .file-download a:visited,
.three-col-wrap .item-row a:link, .three-col-wrap .item-row a:visited, 
.three-col .item-row a:link, .three-col .item-row a:visited, 
.two-col .item-row a:link, .two-col .item-row a:visited {
	color: #5a585d;
	text-decoration: none;
	}

.listing .item-row:hover a, .listing .item-row:hover a:link, .listing .item-row:hover a:visited, .listing .item-row:hover .item-marker, 
.image-listing .item-row:hover a, .image-listing .item-row:hover .item-marker, 
.listing-simple .item-row:hover, .listing-simple  .item-row:hover .item-marker, .listing-simple  .item-row:hover a, .listing-simple .item-row:hover h3, .listing-simple .item-row:hover .pdf a,
.pdf-large a:hover, .file-download a:hover,
.three-col-wrap .item-row:hover a, .three-col-wrap .item-row:hover .item-marker, 
.three-col .item-row:hover a, .three-col .item-row:hover .item-marker, 
.two-col .item-row:hover a, .two-col .item-row:hover .item-marker h3 {
	color: #da6413;
	text-decoration: none;
	}

/*** for testing ***/
.listing .item-hover .item-details,
.image-listing .item-hover .item-details,
.list .item-hover .item-details,
.listing-simple .item-hover .item-details {
    border-bottom: 1px solid #da6413; }
    
.listing .item-hover .item-marker, 
.listing .item-hover .item-details a,
.listing .item-hover .item-details a:link,
.listing .item-hover .item-details a:visited,
.image-listing .item-hover .item-marker, 
.image-listing .item-hover .item-details a,
.image-listing .item-hover .item-details a:link,
.image-listing .item-hover .item-details a:visited,
.list .item-hover .item-marker, 
.list .item-hover .item-details a,
.list .item-hover .item-details a:link,
.list .item-hover .item-details a:visited,
.listing-simple .item-hover .item-marker, 
.listing-simple .item-hover .item-details a,
.listing-simple .item-hover .item-details a:link,
.listing-simple .item-hover .item-details a:visited {
	color: #da6413;
	text-decoration: none; }
	
.listing .item-hover .item-thumb img,
.listing-simple .item-hover .item-thumb img {
	border: 2px solid #da6413; }
/***/

.listing .item-row:hover .item-details, 
.image-listing .item-row:hover .item-details, 
.listing-simple .item-row:hover .item-details, 
.three-col-wrap .item-row:hover .item-details, 
.three-col .item-row:hover .item-details, 
.two-col .item-row:hover .item-details {
	border-bottom: 1px solid #da6413;
	}

.listing-simple .item-description p a {
	font-size: 12px; }

.images-one-col .images a:hover img {
	border: 2px solid #da6413;
	}

.one-col-mid a, .one-col-mid a:visited {
	color: #5a585d;
	text-decoration: underline; }
.one-col-mid a:hover {
	color: #da6413; }
	
.three-col-wrap .list, .three-col .list {
	font-size: 13px;
	line-height: 16px;
	}
	
	.three-col-wrap p a:link, 
	.three-col-wrap p a:visited {
		color: #5a585d;
		text-decoration: underline; }
	
	.three-col-wrap p a:hover {
		color: #da6413; }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	color: #B5B5B5;
	background: #fff; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: 100;
	}

h1 {
	/*font-size: 4em;*/
	text-align: right;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 15px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 14px;
	}

.project-item h3, .image-two-col h3, .images-one-col h3, .images-one-col h4 {
	font-size: 12px;
	color: #5a585d;
	}

h4 {
	font-size: 12px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #da6413;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.project-item-nav {
	font-size: 9px;
	}

.quote {
	color: #da6413;
	font-size: 12px;
	}

.author {
	font-size: 9px;
	}
#content div#project-description p.quote {
	margin-bottom: 5px; }

.entry p a:visited {
	color: #b85b5a;
	}
	
/* End Typography & Colors */



/* Begin Structure */

#page {
	background: transparent;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: 0;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 90px; 
	width: 100%;
	border-bottom: 2px solid #da6413;
	}

.container {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	height: 100%;
	}

#headerimg 	{ 
	margin: 0 22px 0 0; 
	height: 90px; 
	width: 182px;
	float: right;
	clear: both;
	}

#header-mininav {
	width: 650px;
	height: 30px;
	padding: 10px 0 0 0;
	}

#header-mininav .search input.input-text {
	width: 175px;
	height: 16px;
	margin: 0 7px;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	}

#header-nav {
	width: 650px;
	height: 30px;
	margin: 0;
	padding: 20px 0 0 0;
	}

#secondary-nav, #tertiary-nav {
	height: 14px;
	padding: 3px 0 0 0;
	border-bottom: 1px solid #B5B5B5;
	width: 100%;
	}

#content p {
	margin: 0 0 16px 0;
	}

	#content .two-col p {
		margin: 0 0 16px 0;
		}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.fullcolumn {
	width: 960px;
	height: 518px;
	}

.image-one-col {
	width: 960px;
	}

	.image-one-col .image {
		width: 730px;
		float: left;
		margin: 0 20px 0 0;
		}
		
	.image-one-col .text {
		float: left;
		width: 200px;
		}

/*.images-one-col {
	width: 960px;
	}

	.images-one-col .images {
		width: 555px;
		float: left;
		margin: 35px 21px 0 15px;
		}
		
		.images-one-col .images img {
			float: left;
			margin: 0 22px 22px 0;
			border: 2px solid #fff;
			}
		
	.image-one-col .col {
	float: left;
	width: 362px;
	}*/
	
.images-one-col {
	width: 960px;
	}

	.images-one-col .images {
		width: 555px;
		float: left;
		margin: 65px 21px 0 15px;
		}
		
		.images-one-col .images img {
			float: left;
			margin: 0 22px 22px 0;
			border: 2px solid #fff;
			}
		
	.images-one-col .col {
	float: right;
	width: 362px;
	}

.one-col-mid {
	width: 960px;
	}
	
	.one-col-mid .col {
		width: 555px;
		margin: 0 0 0 405px;
		}

.image-two-col {
	width: 960px;
	}

	.image-two-col .image {
		width: 555px;
		float: left;
		margin: 0 43px 0 0;
		}
		
	.image-two-col .text {
	float: left;
	width: 362px;
	}

	.image-two-col .text .left {
		float: left;
		width: 170px;
		margin: 0 22px 0 0;
		}

	.image-two-col .text .right {
		float: left;
		width: 170px;
		}
	
.two-col {
	width: 960px;
	}
	
	.two-col .left {
		width: 350px;
		margin: 0 40px 0 15px;
		float: left;
		}
		
		.two-col input.input-text {
			border: 1px solid #B5B5B5;
			color: #5A585D;
			font-size: 10px;
			padding-left: 3px;
			padding-right: 3px;
			vertical-align: middle;
			width: 315px;
			margin: 0 10px 10px 0;
			height: 16px;
			}
	
	.two-col .right {
		width: 555px;
		float: left;
		}
		
		.two-col .item-row {
			width: 535px;
			float: left;
			margin-bottom: 10px;
			}
			
			.two-col .item-marker {
				width: 10px;
				margin: 0 10px 0 0;
				float: left;
				}
			
			.two-col .item-details {
				width: 515px;
				float: left;
				border-bottom: 1px solid #b5b5b5;
				}
	
.three-col-wrap, .three-col {
	width: 960px;
	}
	
	.three-col-wrap .list, .three-col .list {
		width: 350px;
		margin: 0 40px 0 15px;
		float: right;
		}
		
		.three-col-wrap .item-row, .three-col .item-row {
			width: 100%;
			float: left;
			}
			
		.three-col-wrap .item-marker, .three-col .item-marker {
			width: 10px;
			margin: 10px 10px 0 0;
			float: left;
			}
		
		.three-col-wrap .item-details, .three-col .item-details {
			width: 330px;
			border-bottom: 1px solid #b5b5b5;
			float: left;
			padding: 10px 0;
			}
		
			.three-col-wrap .item-date, .three-col .item-date {
				width: 70px;
				margin-right: 15px;
				float: left;
				}
			
			.three-col-wrap .item-name, .three-col .item-name {
				width: 300px;
				}
	
	.three-col-wrap .cols, .three-col .cols {
		width: 555px;
		float: right;
		}
		
		.three-col-wrap .cols .left, .three-col .cols .left {
			width: 265px;
			margin: 0 25px 0 0;
			float: left;
			}
		
		.three-col-wrap .cols .right, .three-col .cols .right {
			width: 265px;
			float: left;
			}

.five-col {
	width: 960px;
	margin: 47px 0 0 15px;
	}

	.five-col .col {
		width: 153px;
		margin: 0 37px 30px 0;
		float: left;
		}

	.five-col .col-last {
		width: 155px;
		margin: 0;
		float: left;
		}
	
	.five-col .people-col-wrapper {
		float: left;
		width: 100%;
		}

	.five-col .col .text {
		height: 220px;
		width: 155px;
		margin-bottom: 15px;
		}
		.five-col .col .text h4 {
			height: 30px;
			}
		#content p.people-note {
			margin-bottom: 5px; }
			.five-col .col .text .people-note span, .five-col .col .text .people-quote span {
				color: #DA6413;
				font-weight: bold; }
			.five-col .col .text .people-note span {
				font-size: 14px; }
			
	.five-col .col .services-text {
		width: 155px;
		}

	.five-col .sub-nav {
		float: right;
		margin: 30px 40px 0 0;
		}

.listing {
	margin: 20px 15px 0 15px;
	}

	.listing .item-row {
		width: 100%;
		height: 74px;
		clear: both;
		}

	.listing .item-details {
		width: 770px;
		height: 43px;
		border-bottom: 1px solid #b5b5b5;
		float: left;
		padding-top: 24px;
		margin-top: 7px;
		}

	.listing .item-thumb {
		width: 109px;
		height: 60px;
		margin: 5px 25px 5px 0;
		float: left;
		}

		.listing .item-thumb img {
			border: 2px solid #fff;
			}
	
		.listing .item-row:hover .item-thumb img {
			border: 2px solid #da6413;
			}

	.listing .item-marker {
		width: 10px;
		height: 43px;
		padding-top: 24px;
		margin: 7px 10px 0 0;
		float: left;
		}

	.listing .item-name {
		width: 210px;
		float: left;
		}

	.listing .item-location {
		width: 220px;
		float: left;
		}

	.listing .item-date {
		width: 100px;
		float: left;
		text-align: center;
		}

	.listing .item-type {
		/*float: left;*/
		padding-left: 530px;
		}
	
.listing-simple {
	margin: 20px 15px 0 15px;
	}
	
	.listing-simple .item-row {
		width: 100%;
		clear: both;
		}
	
	.listing-simple .item-thumb {
		width: 109px;
		height: 60px;
		margin: 5px 25px 5px 0;
		float: left;
		}
		
		.listing-simple .item-thumb img {
			border: 2px solid #fff;
			}
	
		.listing-simple .item-row:hover .item-thumb img {
			border: 2px solid #da6413;
			}
	
	.listing-simple .item-marker {
		width: 10px;
		margin: 7px 10px 0 0;
		float: left;
		}
	
	.listing-simple .item-details {
		width: 750px;
		min-height: 74px;
		border-bottom: 1px solid #b5b5b5;
		float: left;
		margin: 7px 0;
		padding-bottom: 20px;
		}
	
		.listing-simple .item-date {
			width: 110px;
			float: left;
			}
	
		.listing-simple .item-description {
			width: 640px;
			float: left;
			}

.image-listing {
	width: 960px;
	}

	.image-listing .image {
		width: 360px;
		float: left;
		}

	.image-listing .text {
		width: 600px;
		float: left;
		}
	
		.image-listing .item-row {
			width: 100%;
			clear: both;
			}
			
			.image-listing .item-marker {
				width: 30px;
				padding: 10px 10px 0 0;
				float: left;
				text-align: right;
				}

		.image-listing .item-details {
			width: 560px;
			border-bottom: 1px solid #b5b5b5;
			float: left;
			padding: 10px 0;
			}
	
		.image-listing .item-date {
			width: 40px;
			float: left;
			}

		.image-listing .item-name {
			width: 240px;
			float: left;
			margin-right: 40px;
			}

		.image-listing .item-location {
			width: 240px;
			float: left;
			}
		
.project-item {
	width: 960px;
	}

	.project-item .text, 
	.project-facts, 
	.project-awards, 
	.project-media,
	.project-description {
		width: 350px;
		float: left;
		margin: 0 40px 0 15px;
		}
	
    .project-item div.item-row {
        width: 100%;
        float: left;
    }
        .project-item div.key {
            width: 120px;
            float: left;
            }
        .project-item div.value {
            width: 245px;
            float: left;
            line-height: 16px;
            margin-bottom: 10px;
            }
        .project-awards div.key, .project-media div.key {
            width: 50px;
            float: left;
            }
        .project-awards div.value, .project-media div.value {
            width: 315px;
            float: left;
            }
            
		.project-item table.facts,
		.project-item table.awards {
			width: 350px;
			}
		.project-item table.facts tr,
		.project-item table.awards tr {
			height: 25px;
			line-height: 15px;
			}
			.project-item table.facts tr td,
			.project-item table.awards tr td {
				padding-bottom: 5px;
				}
			
			.project-item table.facts td.key {
    	        width: 140px;
    	        padding-right: 10px;
        	    }
	        .project-item table.facts td.value {
    	        width: 200px;
        	    }
        	    
			.project-item table.awards td.key {
    	        width: 40px;
    	        padding-right: 10px;
        	    }
	        .project-item table.awards td.value {
    	        width: 310px;
        	    }
		
	.project-item .image {
		float: left;
		width: 555px;
		}
	
.project-sequence {
	margin-left: 15px;
	clear: both;
	}
	

.pdf {
	background: url(images/pdf.png) no-repeat;
	padding-left: 20px;
	min-height: 12px;
	}

.pdf-large {
	background: url(images/pdf-large.jpg) no-repeat;
	padding: 10px 0 0 60px;
	min-height: 37px;
	clear: both;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.error { /* 404 page */
	margin-left: 15px;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5em;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 16px;
	margin: 0;
	}

#headerimg h1 a {
	background: transparent url(images/logo.gif) no-repeat;
	width: 182px;
	height: 65px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	}

h2 {
	margin: 30px 0 20px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}

.image-listing h2 {
	margin-left: 40px;
	}

.project-item h2 {
	margin: 30px 0 10px 0;
	padding-top: 20px;
	}

.image-two-col h2 {
	margin: 30px 0 10px 0;
	}

.three-col-wrap .list h2, .three-col .list h2 {
	margin: 30px 0 20px 20px;
	}

.two-col .right h2 {
	margin: 30px 0 20px 20px;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.project-item h3, .image-two-col h3 {
	margin: 0 0 25px 0;
	}

.listing-simple h3, .images-one-col h3, .three-col-wrap h3, .three-col h3 {
	margin: 0 0 10px 0;
	}

.two-col .item-marker h3, .two-col .item-details h3 {
	margin: 0 0 10px 0;
	line-height: 18px;
	}

h4 {
	margin: 10px 0;
	}

.images-one-col h4 {
	margin: 20px 0 10px 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#header ul {
	list-style: none;
	margin-left: 15px;
	}

#header li {
	float: left;
	margin-right: 18px;
	}

#header li.search {
	margin: 0 10px 0 10px;
	}

#header li.rss {
	margin: 0 20px 0 px;
	}

#secondary-nav ul, #tertiary-nav ul {
	list-style: none;
	margin-left: 15px;	
	}

	#secondary-nav li, #tertiary-nav li {
		float: left;
		margin-right: 13px;
		}

	/*#secondary-nav #projects, #tertiary-nav #projects-alpha {
		margin-left: 112px;
		}
	
	#secondary-nav #news, #tertiary-nav #news-media, #tertiary-nav #news-newsletters {
		margin-left: 192px;
		}
	
	#secondary-nav #careers {
		margin-left: 255px;
		}
	
	#secondary-nav #contact, #tertiary-nav #contact-offices {
		margin-left: 335px;
		}
    */

#content .text ul, .one-col-mid .col ul, .three-col-wrap ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	padding-left: 12px;
	margin: 0 0 16px;
	color: #da6413;
	}
	#content .text ul li, .one-col-mid .col ul li, .three-col-wrap ul li {
		color: #5A585D;
		line-height: 16px;
		margin-bottom: 5px;
		}

#content ul.newsletter {
	list-style:none;
	}

#content .text .project-item-nav ul {
	list-style: none;
	margin: 15px 0 0;
	clear: both;
	padding-left: 0px;
	}
	
	#content .text .project-item-nav ul li {
		float: left;
		margin-right: 15px;
		}

.images-one-col ul li {
	margin: 0 0 10px 0;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	/*margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;*/
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.item-description .item-field 
{
	width: 150px;
	float: left;
	margin-bottom:5px;
}

.clear-both
{
	clear:both;
}
/* End Various Tags & Classes*/