/*
Theme Name: Admix
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background:#005d64;
}

#wrapper {
	background:#fff;
	padding:40px 80px 40px 80px;
	margin:auto;
}

#header {
	height:50px;
	background: url(images/header.png) bottom left no-repeat;
}
#logo {
padding-left:10px;
}
#nav {
	font-size:10px;
	letter-spacing:1px;
	text-align:right;
	margin-top:20px;
	margin-right:10px
}
	#nav ul {
		margin:0;
		padding:0;
		text-transform: uppercase; 
	}
		#nav ul li {
			display:inline;
			list-style:none;
			padding-left: 25px;
		}
			#nav ul li a {
				color:#005d64;
				text-decoration:none;
			}
				#nav ul li a:hover {
					color:#ae4600;
					text-decoration:none;
				}
					#nav ul li.current_page_item a {
						color:#ae4600;
						text-decoration:none;
					}

#content {
	clear:both;
	padding-top:60px;
}

.portfolioITEM {
	height:285px;
	padding-bottom:100px;
	font-family: Century Gothic, sans-serif;
}
.logo-info-container {
	border-left: 2px dotted #ae4600;
	padding:4px 0 20px 8px;
	letter-spacing:1px;
	margin-top:60px;
}	

#homeimage {
	margin:0 auto;
	text-align:center;
}
	#homeimage p {
		font-size:19px;
	}
#footer {
	font-size:11px;
	text-align:center;
	clear:both;
	padding:60px 0 0 0;
}


.navigation {
	margin:0 auto;
	text-align:center;
}
	.navigation a {
		color:#005d64;
		text-decoration:none;
	}
		.navigation a:hover {
			color:#ae4600;
			text-decoration:none;
		}


/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*technorati.com */
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}

	div.pagination a {
		border: 1px solid #ccc;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;
		font-weight:bold;

		color:#005D64;
	}
	div.pagination a:hover, div.pagination a:active {
		background-image:none;
		background-color:#005D64;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;

		font-weight: bold;
		color: #ae4600;
	}
	div.pagination span.disabled {
		display:none;
	}



