/*
Theme Name: Marque
Theme URI: http://brandopolis.com
Description: A custom WordPress theme for the Marque website, initially based on Elliott Jay Stocks' "Starkers"
Author: Marque
Author URI: http://brandopolis.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*@font-face {
  font-family: "Walkway Bold";
  src: url('fonts/Walkway-Bold.ttf') format("truetype");
}*/


html, body {
	background-color: #242021;
	color: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

html {
	background-image: url('images/top-bg.gif');
}

body {
	background-image: url('images/bubbles.jpg');
	background-repeat: repeat-x;
	background-position: 50% 188px;
	background-color: #242021;
	height: auto;
}

/*body.lights {
	background-image: url('images/bubble_lights.jpg');
	background-color: white;
	color: #7d7d7d;
}*/

#header-container {
	background-image: url('images/top-bg.gif');
	background-color: #242021;
	background-repeat: repeat-x;
	height: 190px;
}
	#header {
		width: 1090px;
		position: relative;
		margin: 0 auto;
	}
		#logo {
			margin: 0;
		}
	
			#logo a {
				display: block;
				width: 421px;
				height: 191px;
				position: absolute;
				top: 66px;
				left: 45px;
				background-image: url('images/logo.gif');
				background-color: transparent;
				text-indent: -9999em;
			}
		
		#top-contact-connect {
			background-image: url('images/top-contact-connect.gif');
			height: 53px;
			width: 280px;
			position: absolute;
			right: 70px;
			top: 50px;
		}
		
		#nav {
			position: relative;
			right: 70px;
			top: 136px;
			text-align: right;
			margin-left: 55%;
			font-family: "Century Gothic";
		}
			#nav ul {
				display: block;
			}
			
			#nav #primary {
				margin-bottom: 5px;
				font-size: 16px;
			}
		
				#nav li {
					display: inline;
				}
				
					#nav a {
						color: #ffffff;
						text-decoration: none;
						text-transform: lowercase;
						margin-left: 20px;
					}
					
					#nav a:hover {
						text-decoration: underline;
						background-color: transparent;
					}
			
			#secondary {
				display: block;
				text-align: center;
				margin-left: 55%;
				position: absolute;
				right: 0;
				top: -105px;
				width: 490px;
				text-align: center;
				font-size: 12px;
			}
				#secondary li {
					display: inline;
				}
				#secondary a {
					margin-left: 10px;
					color: #ffffff;
						text-decoration: none;
						text-transform: lowercase;
						background-color: transparent;
				}

#tertiary {
	display: block;
	text-align: center;
	margin-left: 55%;
	position: absolute;
	right: 0;
	top: -75px;
	width: 490px;
}
	#tertiary li {
		list-style: none;
		display: inline;
	}
		#tertiary a {
			background-color: transparent;
			margin-left: 5px;
			margin-right: 5px;
		}
			#tertiary img {
				margin: 0;
				border: 1px solid #999999;
			}
			#tertiary a:hover img {
				border: 1px solid #cccccc;
			}

#page {
	width: 950px;
	margin: auto;
	margin-top: 80px;
}

#footer-container {
	background-image: url('images/top-bg.gif');
	background-color: #242021;
	background-repeat: repeat-x;
        width: 100%;
	clear: both;
}

	#footer {
		width: 1020px;
		margin: auto;
		height: 113px;
		position: relative;
	}

		#bottom-contact-connect {
			background-image: url('images/bottom-contact-connect.gif');
			height: 53px;
			width: 280px;
			position: absolute;
			left: 0px;
			top: 20px;
		}
		
		
		#ad-470x60 {
			position: absolute;
			left: 300px;
			top: 20px;
			margin: 0;
		}
		
		#ad-235x60 {
			position: absolute;
			left: 780px;
			top: 20px;
			margin: 0;
		}

/* Single Page/Post */

#main {
	width: 590px;
	float: left;
	padding-bottom: 22px;
}

	.title, .title a {
		color: #c2c1bf;
		font-size: 30px;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 22px;
		font-family: "Century Gothic";
		text-decoration: none;
		line-height: 30px;
	}
	
	#meta {
		font-style: italic;
		font-size: 12px;
		margin-bottom: 22px;
	}
	
	#comments {
		border-top: 1px dotted white;
		padding-top: 21px;
	}
	
		#comments-header {
			font-size: 18px;
			margin-bottom: 22px;
		}
		
		#comments-list>li {
			list-style: none;
			position: relative;
		}
		
			.avatar {
				position: absolute;
				left: -54px;
				margin: 0;
				border: 2px solid #444;
			}
		
		#respond {
			border-top: 1px dotted white;
			padding-top: 21px;
		}
		
		#comment {
			width: 100%;
			margin-bottom: 22px;
		}
		
#sidebar {
	width: 265px;
	float: right;
}

	#sidebar-list>li {
		list-style: none;
		margin-bottom: 22px;
		clear: both;
	}
	
		#sidebar-list>li>ul {
			margin-left: 0;
		}
		
			#sidebar-list>li>ul>li {
				list-style: none;
			}
	
	#sidebar-list h2 {
		font-size: 18px;
	}
	
	#sidebar .ads img {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	
	/*#sidebar .ads { display: block; }*/
	
	#sidebar .ads a:hover {
		background: transparent;
	}
	
	.ad-125-left {
		display: inline;
		float: left;
	}
	
	.ad-125-right {
		display: inline;
		float: right;
	}
	
	#sidebar .ad-250 {
		text-align: center;
	}
	
	.ad-container {
		text-align: center;
	}
	
	#sidebar .ads img {
		margin-left: 0;
		margin-right: 0;
	}
	#sidebar .ad-250 img {
		margin: auto;
	}
	
	#sidebar .ads .aligncenter {
		margin-left: auto;
		margin-right: auto;
	}
	
	.widget_execphp .widgettitle {
		display: none;
	}
	
/* Blog Index */

.post {
	clear: both;
}

/*body.lights .post:first-child {
	color: white;
}*/

	.thumbnail {
		width: 470px;
		background-image: url('images/thumbnail-bg.png');
		float: left;
		margin-bottom: 40px;
		margin-top: 22px;
		margin-left: 11px;
	}
	
		.thumbnail img {
			margin: 0;
			margin-left: -11px;
			margin-top: -22px;
		}
		
		.thumbnail-caption {
			text-align: center;
			font-size: 10px;
			text-transform: lowercase;
		}
	
	.post-content {
		float: right;
		width: 420px;
		margin-bottom: 40px;
	}
	
#index-nav {
	clear: both;
}
	
/* General Typography */

p {
	margin-bottom: 22px;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
}

blockquote {
	padding: 22px;
	background-color: #444;
	clear: both;
	margin-bottom: 22px;
}

blockquote :last-child {
	margin-bottom: 0;
}

cite {
	font-style: italic;
}

ol, ul {
	margin-bottom: 22px;
}

ul ul {
	margin-bottom: 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li ul, li ol {
	margin-left: 22px;
}

img {
	margin: 22px;
}

.alignright {
	margin-right: 0;
	margin-top: 0;
}

.alignleft {
	margin-left: 0;
	margin-top: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: transparent;
	background-image: url('images/thumbnail-bg.png');
	border: none;
}

.wp-caption img {
	margin: 0;
}

a {
	color: #a79161;
	text-decoration: underline;
}

a:hover {
	background-color: black;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	color: white;
}

/* Tools */

.ad img {
	margin: 0;
}

.twitter, .linkedin, .facebook {
	position: absolute;
	top: 25px;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	display: block;
}
.twitter:hover, .linkedin:hover, .facebook:hover {
	background-color: transparent;
}
	.twitter {
		background-image: url('images/twitter.gif');
		left: 175px;
	}
	.linkedin {
		background-image: url('images/linkedin.gif');
		left: 215px;
	}
	.facebook {
		background-image: url('images/facebook.gif');
		left: 255px;
	}

.hidden {
	position: absolute;
	left: -99999em;
}

.contact {
	position: absolute;
	text-indent: -9999em;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 165px;
}
.contact:hover {
	background-color: transparent;
}

/* Fancy Zoom */

#zoom img {
	margin: 0;
}

#zoom p {
	color: #111111;
	margin-top: 11px;
	margin-bottom: 0;
}

#zoom_close {
	background-color: transparent;
}

/* Front page */

#front-page .title {
	text-transform: none;
	text-align: center;
	font-size: 24px;
}

#front-page .wp-caption {
	padding: 10px 5px;
	margin: 0;
	margin-left: 16px;
	margin-bottom: 25px;
}

#front-page .wp-caption-text {
	margin-bottom: 0;
	color: #c2c1bf;
	font-size: 18px;
	font-weight: normal;
	font-family: "Century Gothic";
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
