
@charset "UTF-8";

/*
Theme Name: Nitro
Description: A custom theme developed at SnapDragon Consultants.
Author: Zak Kaplan
Author URI: http://zakkap.com/
Version: 1.0
*/


/*===== 	zak kaplan			=====*/
/*=====   zakkap@gmail.com 		=====*/


/*===== Reset =====*/
a, h1, h2, h3, h4, h5, h6, ul, ol, p, blockquote, fieldset, legend, form, select, option {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
a img, fieldset {
	border:0;
	border:none;
}

/*===== Layout =====*/
body { background:#111; }
#global { width:800px; margin:0 auto; }
#header, #content, #main-content, #sidebar, #footer { float:left; }
#header, #content, #footer { width:100%; margin:10px 0 0; }
#header {
	background:#111 url(images/header_bg.png) no-repeat;
	height:219px;
	position:relative;
	margin:80px 0 0;
}
#content { background:#fff }
#main-content {
	width:520px;
	margin:10px 10px 0 10px;
}
#page-content {
	margin:10px 10px 0 10px;
}
#sidebar {
	margin:0 10px 0 0;
	width:250px;	
}
p {
	font-size:13px;
	line-height: 115%;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/*===== Specific Styles =====*/
#header h1 {
	background:url(images/logo.png) no-repeat;
	width:583px;
	height:94px;
	text-indent:-9999px;
	position:absolute;
	right:20px;
	top:20px;
}
#header span.eye-candy {
	height:305px;
	width:144px;
	position:absolute;
	left:20px;
	bottom:0;
	background:url(images/prominent-dan.png) no-repeat;
}
#header ul {
	list-style-type: none;
	background:url(images/nav_bg.png) repeat-x;
	height:30px;
	width:583px;
	position:absolute;
	right:20px;
	bottom:20px;
	line-height:30px;
	padding:2px;
}
#header ul li {
	float:left;
	width:13.9%;
	margin:0 1px 0;
}
#header ul li.last { 
	border:none; 
}
#header ul li a {
	text-decoration: none;
	text-align:center;
	display:block;
	background:url(images/nav-li_bg.png) repeat-x;
	color:#ccc;
}
#header ul li.current_page_item a {
	color: white;
	background-image: url(images/nav-licurrent_bg.png);
}
#header ul li a:hover {
	background-image: url(images/nav-lihover_bg.png);
}
#main-content div.container p, #sidebar div.container p {
	font-size:13px;	
}
#main-content div.container {
	border-bottom:3px solid #ccc;	
}
#main-content div.container.last {
	border:none;
}
#main-content div.container h2 {
	font-size:20px;	
}
#main-content div.container.whois {
	min-height:150px;	
}
#main-content div.container.whois p {
	color:#333;
	margin:5px 0 0;
}
#main-content div.container.whois img {
	float:right;
}
#main-content div.container.video h2, #main-content div.container.blog h2 {
	margin:5px 0px;
}
#main-content div.container.blog .post div.heading {
	background-color: #ECECEF;
	padding: 5px;
}
#main-content div.container.blog .post {
	margin:5px;
}
#main-content div.container.blog .post .heading h2 a {
	font-size: 21	px;
	text-decoration: none;
	line-height: normal;
	color: #922;
}
#main-content div.container.blog .post .heading a {
	text-decoration: underline;
	line-height: normal;
	color: #722;
}
#main-content div.container.blog .post .heading h3 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#main-content div.container.blog small {
	color:#999;	
}
#main-content div.container.blog .post p {
	margin:10px 10px;
	color:#333;
	line-height: 130%;
	font-size: 14px;
}
#main-content div.container.blog.last .post p {
	line-height: 150%;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 120px;
	font-size: 15px;
}

#sidebar div.container {
	margin:10px 0 0;
	padding:10px;
}
#sidebar div.container.book {
	background:#ccc;	
	position:relative;
}
#sidebar div.container.book h3 {
	background:url(images/gladiator-title.png) no-repeat;
	width:252px;
	height:71px;
	text-indent:-9999px;
	position:absolute;
	top:5px;
	left:0;
}
#sidebar div.container.book p {
	padding: 70px 0 0;	
}
#sidebar div.container.book p img {
	float:right;
}
div.container.book a.submit {
	width:230px;
	height:50px;
	display:block;
	line-height:50px;
	text-align:center;
	color:#fff;
	margin:10px 0 0;
}
div.container.book a.submit#order{
	background:url(images/book-button.png);
}
div.container.book a.submit#excerpt{
	background:url(images/book-button-2.png);
}
#page-content div.container.book a.submit {
float: left;
margin-bottom: 10px;
margin-left: 100px;
}
#sidebar div.container.tour-dates {
	background:#ababab;	
}
#sidebar div.container.tour-dates h3 {
	margin:0 0 10px 0;
	text-align:center;
	font-size:16px;
}
#sidebar div.container.tour-dates p {
	width:100%;
	margin:0 0 5px;
	clear:left;
	float:left;
}
#sidebar div.container.tour-dates p.last {
	margin:0;
}
#sidebar div.container.tour-dates p b {
	font-size:11px;
	width:33.3%;
	display:block;
	font-weight:normal;
	float:left;
}
#sidebar div.container.tour-dates p b.last {
	text-align:right;
}
#sidebar div.container.tweets { 
	background-color: #CCC;
	margin-bottom: 10px;
}
#sidebar div.container.tweets img {
	margin-left: 55px;
	margin-bottom: 5px;
}
#sidebar div.container.tweets ul.twitter {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar div.container.tweets li.twitter-item {
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 14px;
} 

#sidebar div.container.tweets .twitter-timestamp {
	font-size: 9px;
} 
#sidebar div.container.tweets h3 {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#sidebar div.container.mailing-list { 
	background-color: #CCC;
	margin-bottom: 10px;
}
#sidebar div.container.mailing-list h3 {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#sidebar li#li--1 span {
font-size: 0px;
color: #CCC;}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	list-style-type: none;
}
#sidebar div.contest {
	background-position: center center;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-image: url(images/contest-landing-box.png);
	height: 110px;
}
	
.widget {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding:7px;
	background:#ccc;
	list-style: none;
	list-style-type: none;
	font-size: 13px;
}
.widget h2 {
	font-size: 16px;
	margin: 2px;
}
.widget li {
	margin-left: 10px;
	margin-top: 5px;
}
h1.page-title {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: -20px;
	padding: 0px;
	color: #FFF;
	font-size: 42px;
}
#page-content p {
	margin-left:  10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page-content img {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 15px;
	float: right;
}
#page-content object {
	margin-bottom: 30px;
	margin-left: 115px;
}
#page-content .contact-container {
	float:left;
}
#footer p {
	font-size: 7;
	text-align: center;
	color: #444;
	margin-top: 10px;
	margin-bottom: 3px;
}
#footer a {
	color: #555;
	text-decoration: underline;}
#footer a:hover {
	color: #777;
	text-decoration: none;}
h3#comments {margin: 5px 0px; color: #722; font-size: 16px;}
div#respond {border-top-width: 1px; border-top-color: #666; border-top-style: solid; margin-top: 10px; padding-top: 5px;}
#respond h3 {color: #722; margin-left: 5px;}	
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #eee;
	border: 1px solid #999;
	padding: 2px;
	margin: 5px;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
div.comment-author{
font-size: 12px; color: 333;}
div.comment-meta{
font-size: 10px; margin-bottom: 5px;}
div.comment-meta{
color: #111;}
div.comment p {
font-size: 14px;}
/*===== Round =====*/

/* zak kaplan */
/* zakkap@gmail.com */
/* rounded borders */

.fullr {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
}
.topr {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8PX;
	-khtml-border-top-left-radius:8px;
	-khtml-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.bottomr {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8pX;
	-khtml-border-bottom-left-radius:8px;
	-khtml-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.leftr {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.rightr {
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-khtml-border-top-right-radius:8px;
	-khtml-border-bottom-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

/*===== Specific Styles =====*/
input {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ccc;

}

#content #main-content .video embed, #content #main-content .video object {
	width: 280px;
	height: 227px;
	display:block;
	margin:10px auto;
	}
/*===== Flickr Album Maker =====*/

.Album { width: 500px; background: #FFFpx; padding: 5px; margin-left: 125px;}
.AlbumHeader { text-align:center; padding-left:0px; }
.AlbumHeader h3 { font: normal 24px Arial, Helvetica, sans-serif; color: #333; text-align: center; }
.AlbumHeader h4 { font: 16px Caflisch Script,cursive; color: #444; text-align: center; }
.AlbumPhoto { background: #f5f5f5; margin-bottom: 10px; }
.AlbumPhoto p { float: left; padding: 4px 4px 12px 4px; border: 1px solid #ddd; background: #fff; margin: 8px; }
.AlbumPhoto span { float: left; padding: 4px 4px 12px 4px; border: 1px solid #ddd; background: #fff; margin: 8px; }
.AlbumPhoto img { border: none; }