/* @override 
	http://studio11.ca/wp-content/themes/Studio11/style.css
*/

/*

Theme Name: Studio 11
Theme URI: studio11.ca
Description: graphic design, public relation, integrated marketing, event management
Version: 1.0
Author: George Butler
Author URI: http://www.georgebutler.com

*/

/* R E S E T */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}

:focus{outline:0}
body{line-height:1; color:black; background:white}
ol, ul{list-style:none}

table{border-collapse:separate; border-spacing:0}
caption, th, td{text-align:left; font-weight:normal}
blockquote:before, blockquote:after, 
q:before, q:after{content:""}
blockquote, q{quotes:""""}


/*  L A Y O U T  */

body {
	background: white;
	text-align: left;
}
#container {
	background: url(images/bg.png) repeat-y 0 0;
	text-align: left;
}
#header {
	height: 110px;
	background: url(images/header_bg.png) repeat 0 0;
}
h1#logo a{
	display: block;
	height: 110px;
	text-indent: -9999px;
	background: url(images/studio11_logo.png) no-repeat 98% 10px;
	cursor: pointer;
}
#sidebar {
	color: #777;
	float: left;
	width: 262px;
	padding: 20px;
	background: black;
}
#content {
	padding: 25px 25px 25px 332px;
}
#footer {
	clear: both;
	height: 78px;
	background: #520002 url(images/footer_bg.png) repeat 0 0;
}
#footer li {
	list-style: none;
	padding: 28px 0 28px 30px;
}
#footer div {
	margin: 0;
	color: white;
	background: url(images/beheard_beseen.png) no-repeat 96% 20%;
}

/*-------- flexible divs --------*/

#header, #content_wrapper, .menu, h1#logo a, #footer p, .not-post{
	min-width: 960px;
	max-width: 1260px;
}

/*-------- navigation --------*/

.menu {
	height: 35px;
	background: black;
	overflow: hidden;
}
.menu ul {
	width: 650px;
	padding-left: 302px;
}
.menu ul li{
	display: inline;
}
.menu li a {
	color: #fff;
	float: left;
	display: block;
	line-height: 35px;
	padding: 0 20px;
}
.menu ul li a span {
	color: #fff;
}
.menu ul li.current_page_item a, .menu ul li.current_page_parent a, .menu ul li.current_page_ancestor a {
	padding-right: 0;
	display: block;
	color: #000;
	background: #fff url(images/navtab_left.png) no-repeat;
}
.menu ul li.current_page_item a span, .menu ul li.current_page_parent a span, .menu ul li.current_page_ancestor a span  {
	padding-right: 20px;
	display: block;
 	color: #000;
	background: url(images/navtab_right.png) no-repeat 100% 0;
}

/*-------- links --------*/

a {
	text-decoration: none;
}
a:link {
	color: #52000d;
}
a:hover { 
	color: #79091a;
}
#sidebar a:hover {
	color: #fff;
}
a:active {
	color: #79091a;
}
a:visited {
	color: #52000d;
}
#sidebar a {
	color: #888;
}
#sidebar ul li a {
	display: block;
	padding: 4px 0 6px;
	border-bottom: 1px solid #222;
}

#footer a {
	color: white;
	text-decoration: underline;
}

/*-------- aside --------*/

#quote_box div {
	padding: 10px 20px 10px 30px;
	width: 215px;
	background: url(images/quote_bg.png) repeat-y;
}
#quote_box {
	margin-top: -100px;
	position: relative;
	z-index: 101;
}
#quote_box img {
	display: block;
}
#sidebar ul {
	margin-bottom: 1em;
}
#sidebar li {
	list-style: none;
}
.widget {
	margin: 15px 0;
}
#footer .widget {
	margin: 0;
}
.widget_recent_entries a {
	text-indent: 22px;
	background: url(images/news_icon.png) no-repeat 0 7px;
}
/*-------- post --------*/

.twocolumns {
	width: 44%;
	padding-right: 2em;
	float: left;
}
.twocolumns p{
	line-height: 1.3;
}
.twocolumns img{
	display: block;
	width: 100%;
	height : auto;
}
#content h3 span {
	font: italic 65% Tahoma, "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif;
	color: #555;
	letter-spacing: 0;
}
#breadcrumbs {
	color: #888;
	height: 35px;
}
#breadcrumbs a{
	color: #888;
}
#breadcrumbs a:hover{
	color: #333;
}
.ngg-gallery-thumbnail {
	float: left;
}
.post small, .postmetadata {
	font-size: 90%;
	font-style: italic;
}
.alignright {
	float: right;
	padding: 0 0 25px 25px;
}
.alignleft {
	float: left;
	padding: 0 25px 25px 0;
}
div.entry .ngg-galleryoverview {
	clear:none; 
}
.entry li {
	list-style: none;
	padding: 0 20px 20px 0;
	float: left;
}
.entry img{
	display: block;
}
.entry li a {
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
}
.bars {
	border-top: 8px solid #52000d;
	border-bottom: 8px solid #52000d ;
}
.not_post {
	padding-bottom: 30px;
}
.next_not_post {
	text-align: right;
	width: 50%;
	float: left;
}
.prev_not_post {
	width: 50%;
	float: left;
}
.next_not_post a {
	padding: 5px 36px;
	background: url(images/right_arrow.png) no-repeat right center;
}
.prev_not_post a {
	padding: 5px 36px;
	background: url(images/left_arrow.png) no-repeat left center;
}
/*#flasher {
	background: url(images/flasher.jpg) 100% 18% no-repeat;
}
#flasher .entry {
	width: 450px;
	text-shadow: white 1px 1px 0;
}*/
/*-------- comments --------*/

.comment-author {
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 25px;
}
.commentlist li {
	overflow: auto;
	width: 500px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.commentlist p{
	width: 500px;
	font-size: 90%;
	line-height: 1.4;
}
.comment_date {
	font-size: 80%;
}

/*-------- form --------*/

#content form {
	width: 310px;
	float: left;
	margin-bottom: 30px;
}

#content form input{
	width: 300px;
	height: 20px;
	font-size: 110%;
	padding: 3px;
	background: #f3f3f3;
}

#content form textarea{
	width: 305px;
	height: 250px;
	font-size: 110%;
	padding: 3px;
	background: #f3f3f3;
}
#content form input:focus, #content form textarea:focus {
	background: #fff;
}
#content form input.send {
	width: 100px;
	height: 35px;
	float: right;
	background: none;
}

#commentform #submit {
	width: 150px;
	height: 35px;
	float: right;
	background: none;
}
#contact_info {
	width: 200px;
	float: left;
	padding: 30px 0 0 50px;
}


/*  T Y P O G R A P Y  */

/*-------- Font-face --------*/

@font-face {
	font-family: 'ArmWrestler';
	src: url('fonts/ArmWrestler.eot');
	src: local('fonts/ArmWrestler Bold'), local('fonts/ArmWrestler-Bold'), url('fonts/ArmWrestler.woff') format('woff'),  url('fonts/ArmWrestler.ttf') format('truetype');
}
body {
	color: #222;
	font: 95%/1.35  Tahoma, "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif;;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.menu li a {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 70%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
h1 {
	letter-spacing: -2px;
	font: bold 320%/1 ArmWrestler, Tahoma, sans-serif;
	margin-bottom: 0.5em;
}
h2 {
	letter-spacing: -2px;
	font: bold 320%/1 ArmWrestler, Tahoma, sans-serif;
	margin-bottom: 0.25em;
}
h2 span {
	color: #810014;
}
#sidebar h2 {
	letter-spacing: -1px;
	font: bold 120%/1 ArmWrestler, Tahoma, sans-serif;
	margin-bottom: .5em;
}
h3 {
	color: #810014;
	letter-spacing: -1px;
	font: bold 150%/1.1 ArmWrestler, Tahoma, sans-serif;
	margin: .75em 0 0.5em;
}
p {
	margin: 1em 0;
}
#quote_box div {
	text-indent: -10px;
	color: #fff;
	letter-spacing: -1px;
	font: bold 180%/1.2 ArmWrestler, Tahoma, sans-serif;
}
