/*
Theme Name: CCASTIG.COM
Description: WordPress theme for CCASTIG.COM
Author: Chris Castiglione
Author URI: http://www.ccastig.com/
Version: 0.6

[Table Of Contents] 

	00- Reset
	01- Global
	02- Header 
	03- Navigation
	04- Headings
	05- General Content 
	06- Sidebar
	07- Tour Dates Page
	08- Bios Page
	09- Peapod Foundation Page 
	10- Footer 
	11- Clearfix

*/





@charset "UTF-8";
/* 
----------------------------------------------------------------------------- 
=00 RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin: 0; padding: 0;}

code,tt{font-size:1.25em;color:#454545;padding:1px 3px;-moz-border-radius:2px;background-color:#f2f2f2}blockquote{border-left:1px solid #ccc;font-size:1em;font-style:italic;color:#454545;padding:3px 20px 3px 20px;background-color:#f7f7f7;margin:22px 60px} 
pre{border-left:1px solid #ccc;color:#454545;padding:3px 20px 3px 20px;background-color:#f7f7f7;margin:22px 0px;font:1.2em/1.5em Consolas, "Lucida Console",Monaco,monospace}

caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
	outline: none;
	color: #53798b; /* lighter: 5c9fc0 */
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #EB7816;
}
.right, .alignright {
	float: right;
	display: block;
}
.left, .alignleft {
	float: left;
	display: block;
}
.none {
	display:none;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #A8AFB6;
	background: #A8AFB6;
	height: 1px;
}
.category-newsletter {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a8afb6;
}
.small {
	font-size: 90%;
}

p {
	padding: 5px 0 5px 0;	
}

/* 
----------------------------------------------------------------------------- 
=01 GLOBAL
-----------------------------------------------------------------------------*/
html {
	height: 100%;
	background-color: #e0eaec; 
	
}
body {
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: table;
	
	width: 100%;
	
	
}
#wrapper {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: url('../images/body_bg.png') repeat-x;
	position: relative;	
}

#doc {
	width: 100%;
	margin: 0px auto;
	min-width:1171px;
	background: url('../images/body_bg.png') repeat-x top left;
}

#main {
	background: url(../images/document_repeatBG.png) repeat-y;
}

/* 
----------------------------------------------------------------------------- 
=02 HEADER
-----------------------------------------------------------------------------*/
#header {
	width: 1171px; 
	height: 215px;
	overflow:hidden;
	background: url(../images/header.png) no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	height: 116px;
	width: 355px;
	text-indent: -9999px;
	height: 116px;
}

#header #homelink {
	position: absolute;
	margin: 0;
	padding: 0;
}


	
	
/*
----------------------------------------------------------------------------- 
=03 Navigation 
-----------------------------------------------------------------------------*/

#navigation {
	height: 68px;
	width:  auto;
}


#navigation a {
	display: block;
	height: 68px;
	background: url(../images/navigation_BG.png) no-repeat;
}

#navigation a:hover {
	display: block;
	height: 68px;
}


#navigation ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;

}





#navigation a strong {
	display: none;
}
	/* nav images */


#navigation .newmedia a {
	width: 330px;
	background-position: 0px 0px;
}

#navigation .portfolio a {
	width: 105px;
	background-position: -335px top;
}
#navigation .writing a {
	width: 94px;
	background-position: -448px top;
}
#navigation .projects a {
	width: 120px;
	background-position: -540px top;
}
#navigation .music a {
	width: 90px;
	background-position: -650px top;
}
#navigation .about a {
	width: 431px;
	background-position: -740px top;
}




#navigation .newmedia a.current_page_item {
	width: 330px;
	background-position: 0px -68px;
}

#navigation .portfolio a.current_page_item {
	width: 105px;
	background-position: -335px -68px;
}
#navigation .writing a.current_page_item  {
	width: 94px;
	background-position: -448px -68px;
}
#navigation .projects a.current_page_item {
	width: 120px;
	background-position: -540px -68px;
}
#navigation .music a.current_page_item  {
	width: 90px;
	background-position: -650px -68px;
}
#navigation .about a.current_page_item {
	width: 431px;
	background-position: -740px -68px;
}



/* 
----------------------------------------------------------------------------- 
=04 HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	font-size:275%;
	color:#999;
	line-height:1em;
	font-weight: bold;
	margin-bottom: 20px;
	text-indent: -9999px;
}
h2, h2 a {
	font:bold 1.7em Arial, Helvetica, sans-serif; color:#30393d;
	line-height: .8em !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

	

h3 {
	margin:0; padding:0;
	font:bold 1.5em Arial, Helvetica, sans-serif; color:#30393d;
}

	.post h3, .page h3 {
		margin: 10px 0; 
		padding: 2px 0 2px 0;
		font: bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover {
		color:#54798b;
	}
	

		
		
h4 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}

h5 {
		border-top:1px solid #d7d7d7;
		border-bottom:1px solid #d7d7d7;
		padding:2px 2px 2px 12px;
		margin-top: 14px;
		margin-bottom: 5px;
		font-size:1em;
		font-weight: bold;
		display: block;
		width: 450px;
		}
		
		h5 a {
		text-decoration: none;
		color:#000000;
		}
		
		
		
h6 {
			background: none;
			border: none;
		}
		h6 strong {
			border-top:1px solid #d7d7d7;
			border-bottom:1px solid #d7d7d7;
			text-decoration: none;
			background: #CCCCCC;
			color:#000000;
			padding: 10px;
			margin: 0 !important;
		}
		

/* 
----------------------------------------------------------------------------- 
=05 GENERAL CONTENT 
-----------------------------------------------------------------------------*/

#background_repeat {
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 1020px;
	background: url(../images/document_topBG.png) no-repeat;
}

#background_top {
	margin: 0px;
	padding-bottom: 0px !important;
	width: 1171px;
}

	
	#rss_button {
	width: 60px;
	height: 60px;
	position: absolute;
	margin-top: 360px;
	margin-left: 100px;
	}


#content {
	margin: 0 0 0 179px;
	width: 822px;
}

#content_left {
	background: #FFF;
	width: 542px;
	float: left;
}


#content h2 {
	padding: 0px;
	margin: 0px;
}

.post {
	padding: 5px 15px 15px 12px;
	margin-left: 0px;
	margin-bottom: -1px;
	/*background: #f8f9f9;*/
	background: #fff;
	width: 517px;
	
	border-top: thin solid #EEE;
	border-left: thin solid #EEE;
	border-bottom: thin solid #EEE;
}

	.singlepage .post {
		min-height: 575px;	
	}
	
#content_left .singlepage .post {
	min-height: 800px;
}



.post .date {
	text-transform: uppercase;
	color: #999;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;;
	border-bottom: thin dashed #CCC;
	text-align: right;
	padding: 5px 0px 5px 5px;
}

.post .relative_date {
	float: right;
	background: blue;
}

.post .postmeta {
	width: 600px;
	background:#CCC;
}

.post .postmetadata {
	padding-top: 5px;
	padding-bottom: 45px;
	padding-top: 30px;
	padding-left: 18px;
	border: thin solid #88939c;
	background: #f0f0f0;
	clear: left;
	
}

.post .postmetadata li {
	display: inline;
	float: left;
}

.entry {
	margin: 0;
	padding: 10px 10px 10px 3px;
	}	
	
.post .entry ul li { /* list (bullet) styles */
	background: url(../images/bullet_red.gif) no-repeat left 4px;
	padding-bottom: 3px;
	padding-left: 12px;
	display: table;
	}	
	
	
.entry-inner{
	padding: 0 20px 0 0;
	}

.entry img {
	border: 7px solid #EEE;
	margin: 10px 0;
}
	img.pdf {
		border: none !important;
		margin: 0px !important;
	}

img.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}

	/* comments */
#respond {
	background: #f3f8fa;
	clear: left;
	width: 513px;
}



	/* wordpress image [gallery] */
.gallery {
	

}

.gallery dt {
	border: none;
}

.gallery dt a img {
	background: url(../images/sidebar_bg.jpg) repeat;
	padding: 0px;
	margin: 0px 10px;
	border: 7px solid #EEE;
}
	/* to space the gallery photos from .postmetadata inside a post */
.entry div div .attachment-thumbnail {
	/*padding-bottom: 20px;	*/
}

blockquote {
	clear: left;
	margin: 16px auto 12px auto !important; 
	padding: 16px 28px;
	width:80%; 
	display: block;
	height:auto;
	background:#f8fbfc url(../images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;
}

/* NGG Overwrite */


.ngg-galleryoverview {
	clear:left !important; 
}


	

	/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(../images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}

	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	/*background:#5c9fc0; */  
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}
	
	
.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(../images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(../images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(../images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

.comment-count a:hover {
	background: #666;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

#comment .input {
	border-color: #CCC;
}

#comment_buttons  {
	padding: 20px;
	background: #f3f8fa;
	border-bottom: thin solid #BBB;
}

.nocomments {
	margin: 10px 0px;	
}
			

/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

	
	/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	border-bottom:1px solid #cfdbe1; border-top:0;
}

	.post-meta {
		margin:0 0 0px 0; padding:0;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			/*border-bottom:4px solid #889398;*/
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:1px solid #FFF;
		border-bottom:1px solid #e8ebec;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#5c9fc0;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}
			

	
	
/*
----------------------------------------------------------------------------- 
=06 SIDEBAR STYLES
-----------------------------------------------------------------------------*/
#sidebar {
	width: 280px;
	float: right;
	padding: 0px;
	color: #666;
	/*background: url(../images/sidebar_BG.png) repeat-y;*/	
}

#sidebar a {
	color: #999;
	font-weight: bold;
}

#sidebar h3, #sidebar h2 {
	color: #000;
	height: 38px;
	width: 284px;
	font-weight: bold;
	margin: 10px 0 0 0px;
	padding: 33px 0 0 27px;
	background: url(../images/sidetape.png) no-repeat;
}
#sidebar div .sidebartext  {
	margin-left: 10px;
}
#sidebar div .sidebartext div {
	margin: 10px 0px 0 20px;
}


#sidebar #searchbar {
	float: right;
	display: inline;
	width: 240px;
	vertical-align: middle;
	margin-right: 10px;
}

#sidebar .search_input {
	margin-top: 10px;
	margin-bottom: 15px;
	border-width: 0px;
	border-style: none;
	float: left;
	height: 18px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-align: right;
	padding: 2px 3px 2px 2px;
	background: url(../images/searchbox.png) no-repeat;
}

#sidebar .ngg-widget {
	margin-left: 20px;
}


#sidebar .widget_tag_cloud div {
	margin-left: 15px;
	width: 255px;
}
	#sidebar .widget_tag_cloud div a {
	 	padding: 3px;
		color: #666;
	}
	



/*
#sidebar div .sidebartext ul li a {
	background: url(../images/bullet_red.gif) no-repeat 10px 5px;
	border-width: 0px;
	padding-left: 24px;
	display: block;
}*/


#twitterbar {
	background: url(../images/twitter_BG.png) no-repeat top left;
	height: 152px;
	width: 270px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: table;
	margin-top: -8px;
	margin-bottom: -18px;
}

#twitterstatus {
	margin: 40px 0 10px 95px;
	display: block;
	height: 100px;
	padding-top: 10px;
	vertical-align: middle;
	width: 180px;
}

#twitterlink {
	width: 79px;
	height: 70px;
	margin-top: 70px;
	margin-left: 0;
	position: absolute;
}

/* tweets widget  */
/*
#sidebar #ontheroad_tweets {
	padding-top: 35px;
	width: 253px;
	background:url(../images/ontheroad_tweets.jpg) no-repeat top left;
}

#sidebar #ontheroad_tweets .ontheroad_tweetsbody { 
	height: 400px;
	margin-top: 20px;
}


#sidebar #ontheroad_tweets_footer {
	width: 257px;
	height: 23px;
	display: block;
	background:url(../images/ontheroad_moretweets.jpg) no-repeat top left;
}

	#sidebar #ontheroad_tweets_footer span {
			display: none;	
		}
#sidebar #ontheroad_tweets .ontheroad_tweetsbody {
	margin-left: -2px;
}

#sidebar #ontheroad_tweets .ontheroad_tweetsbody div {
	margin: 0px !important;
}
	*/
	

	



/*
----------------------------------------------------------------------------- 
=10 FOOTER STYLES
-----------------------------------------------------------------------------*/


#footer {
	padding: 0px;
	margin: 0px;
	height: 325px;
	font-size: 90%;
	color: #88939C;
	line-height: 1.3em;
	background: url(../images/footer.png) no-repeat;
	height: 481px;
	width: inherit;
	display: table;
	width: 100%;
	clear: both;

}

#footer #footer_doc {
	width: 902px;
	margin: 0 auto;
	min-width:902px;
	padding: 0;
}

#footer h5 {
	color: #FFF;	
}


#footer #footer_inner {
	height: 184px;	
	background: url(../images/footer_innerbg.jpg) no-repeat;
}

#footer #copyright {
	height: 100px;	
	background: url(../images/footer_bacardilogo.jpg) no-repeat left top;
	padding-left: 115px;
	font-size: 9px;
	color: #666;
}

#footer #copyright #copyright_title {
	font-size: 13px;
}






/*
----------------------------------------------------------------------------- 
=11 CLEARFIX
-----------------------------------------------------------------------------*/
.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

 blockquote:after,  blockquote:before  {
	 clear: both;
 }
 
 #comments .syntaxhighlighter {
	 width: 440px !important;
	 overflow: scroll;  
 }
 /*
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
*/




/* To target a safari browser issue */

@media screen and (-webkit-min-device-pixel-ratio:0){





}


