@import url(reset.css);

body { 
	background: #fff url(/images/layout/body-inner-bg.gif) repeat-x;
	font-size: 14px;
	line-height: 1.125em;
	font-family: Georgia;
	color: #5a5a5a;
}

body.home {
	background: #fff url(/images/layout/body-bg.gif) repeat-x;	
}

ul#access li {
	position: absolute;
	top: -9999em;
}

ul#access li#branding {
	top: 0;
	width: 130px;
	z-index: 500;
	left: 0px;
	padding: 10px 15px 8px 15px;
	background: #459AB3 url(/images/jamboree-lovefest.gif) no-repeat;
	height: 24px;
	border-bottom: 2px solid #3D8BA3;
	text-indent: -9999em;
}

ul#access li#branding a {
	font-family: tahoma, verdana;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	text-indent: -9999em;
}

p#intro {
	position: absolute;
	left: 175px;
	padding-right: 160px;
	font-size: 24px;
	line-height: 28px;
	margin-top: 60px;
	color: #999;
}
	
/* LAYOUT
-------------------------------------------*/
	
#page {
	position: relative;
	width: 975px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	width: 945px;
	overflow: hidden;
	background: #fff url(/images/layout/content-bg.gif) repeat-y;
	padding: 0 15px;
	margin-top: 76px;
}

#footer {
	width: 945px;
	overflow:hidden;
	padding: 15px;
}

body.home #content {
	margin-top: 160px;
}

#content_main {
	float: left;
	width: 625px;
}

.single #content_main {
	position: relative;
}

#main {
	float: right;
	width: 460px;
	padding-right: 5px;
}

#side {
	float: left;
	width: 145px;
}

#content_sub {
	float: right;
	width: 300px;
	padding-left: 5px;
}

#content_sub .hulk {
	display: block;
	margin-bottom: 15px;
}


/* NAVIGATION 
-------------------------------------------*/

/* Main Navigation ------------*/

#navigation {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	background: #333;
}

#navigation ul {
	width: 810px;
	margin: 0 auto;
	padding: 5px 0 5px 175px;
	overflow: hidden;
}

#navigation ul li {
	float: left;
	margin-right: 10px;
}

#navigation ul li a {
	padding: 5px 0;
	line-height: 100%;
	color: #fff;
	display: block;
	font-family: tahoma, verdana;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
}

#navigation ul li.here a {
	color: #459AB3;

}


/* Sub Navigation ------------*/

#side ul {margin-top: 17px;}

#side ul li a {
	font-family: tahoma, verdana;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
}

#side ul li.on a {
	color: #333;
	text-transform: uppercase;
}

#side ul li a:hover {
	color: #999;
}

#side ul li.on a:hover {
	color: #333;
}

/* QUICK SEARCH
-------------------------------------------*/

#quick-search {
	position: absolute;
	top: 3px;
	right: 20px;
	z-index: 500;
	width: 300px;
}

#quick-search input.text {
	padding: 2px;
	color: #999;
	width: 200px;
	margin-right: 5px;
}


/* BASIC STYLES
-------------------------------------------*/

em {
	font-style: italic;
}
p {
    line-height: 22px;
	margin-bottom: 15px;
}

a {
	color: #459AB3;
}

h1, h2, h3, h4, h5 {
	font-family: tahoma, verdana;
	color: #333;
}

h1 a, h2 a, h3 a,
h4 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
	color: #1d1d1d;
}

h1, h2, h3, h4 {
	margin-bottom: 6px;
}

h1, h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#side h3 {
	display: block;
	line-height: 16px;
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#side p {
	color: #aaa;
	font-size: 11px;
	font-family: verdana;
	line-height: 17px;
	margin-top: 2px;

}

h1 span, h2 span {
	display: block;
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 2px;
}

h1, h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.single #main h2,
.pages #main h3 {
	font-size: 18px;
}

.single #main h2 span {
	display: inline;
	font-size: 18px;
	color: #333;
}

.single #main h3 {
	font-size: 14px;
}

.single #main h3 span.sub {
	font-size: 13px;
	color: #666;
	display: block;
}

h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

h5 {
	display: block;
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;

		margin-bottom: 5px;
}

h5 span {
	text-transform: none;
	font-size: 11px;
}

#main ul {
	list-style: square;
	margin: 0 0 15px 30px;
	line-height: 22px;
}

#main #contact_form ul {
	list-style: none;
	margin: 0;
	line-height: 100%;
}

#main ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
	line-height: 22px;
}

strong {
	font-weight: bold;
}

img {
	display: block;
}

/* COMMENTS
-------------------------------------------*/

#comments {
	float: right;
	width: 545px;
}

#comments h3 {
	margin-left: 80px;
	font-size: 18px;
	margin-bottom: 10px;
}

#comments ul li.comment {
	float: left;
	width: 545px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#comments ul li.comment span.avatar {
	float: left;
	border: 1px solid #e9e9e9;
	width: 55px;
	height: 55px;
	display: block;
	padding: 4px;
} 

#comments ul li.comment p,
#comments ul li.comment pre,
#comments ul li.comment blockquote,
#comments ul li.comment ol,
#comments ul li.comment ul {
	float: right;
	width: 465px;
	margin: 15px 0 0 0;
}

#comments ul li.comment blockquote {
	width: 405px;
}

#comments ul li.comment blockquote p {
	float: none;
	width: auto;
	margin: 0;
}

#comments ul li.comment pre {
	width: 435px;
}

#comments ul li.comment p.byline {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma, verdana;
}

#comments form {
	float: right;
	width: 595px;
	padding: 14px;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	margin-left: -145px;
	position: relative;
}

#comments form fieldset {
	margin-left: 145px;
}

#comments form h3 {
	margin-left: 0;
}

#comments form li,
#contact_form li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#comments form li.notes_special {
	position: relative;
}

#comments form label,
#contact_form label {
	display: block;
}

#comments form li.checkbox label {
	display: inline;
}

#comments form input.text,
#contact_form input.text {
	width: 200px;
	margin-top: 3px;
}

#comments form li.checkbox input {
	vertical-align: top;
}

#comments form textarea,
#contact_form textarea {
	width: 435px;
	height: 200px;
	padding: 2px;
}

#contact_form textarea,
#contact_form select {
	margin-top: 5px;
}

#comments form p.notes {
	color: #999;
	font-size: 11px;
	margin: 0;
	font-family: verdana;
}



/* POSTS
-------------------------------------------*/

.post {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

span.meta {
	font-family: tahoma, verdana;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	color: #aaa;
}

span.meta span {
	color: #459AB3;
}

p.image {
	color: #999;
	font-size: 12px;

}

p.full {
	margin-left: -160px;	
}

p.image img {
	margin-bottom: 5px;
}

img.full {

	display: block;
}

.ads h5 a {
	text-transform: none;
}

#intro {
	color: #4c4c4c;
	font-size: 15px;
}

#author_photo {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e9e9e9;
	padding: 5px;
}


/* AUTHOR BOX ------------------------------------*/

#author-box {
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	padding: 14px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#author-box ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#author-box li.photo {
	float: left;
	width: 65px;
	margin-right: 15px;
	display: block;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

#author-box li.photo img {
	display: block;
}

#author-box li p {
	margin-bottom: 5px;
}

#author-box li h4 {
	margin-top: 6px;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

pre  {
    font-family: "Consolas", "Lucida Console", "Monaco", "Courier New", Courier, mono, serif;
    display: block;
    padding: 15px;
    width: 430px;
    line-height: 20px;
    font-size: 12px;
	margin-bottom: 15px;
    background: #f4f4f4;
	color: #444;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

code {
    font-family: "Consolas", "Lucida Console", "Monaco", "Courier New", Courier, mono, serif;	
    font-size: 12px;
	color: #444;
}



pre code {
	display: block;

}

blockquote {
	font-family: tahoma, verdana;
	font-weight: bold;
	font-size: 16px;
	color: #999;
	padding: 0 30px;
}