/*
Theme Name: Popcorn Island Blue '09
Theme URI: http://www.popcornisland.com
Description: Popcorn Island original Theme of all blue using Pods
Author: Ross Gerbasi
Author URI: http://www.popcornisland.com/

	originally based on: Kubrick v1.5
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #04192d;
}


#page {
	text-align: left;
}

#header {
	background-color: #e0e0e0;
	margin: 0 0 0 1px;
	padding: 0;
	height: 160px;
	position: relative;
	min-width:975px
}

#headerimg { 
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 90px;
	border: none; 
}

#headersearch {
	position:absolute;
	left:750px;
	bottom:10px;
	width: 215px
}

#headercallout{
	position:absolute;
	left:310px;
	bottom:0px;
	width:423px;
	height:156px;
}

.darkLink{
	color:#000000;
	font-size:1.2em;
}

.darkLink:hover{
	color:#333;
}


#syndication {
	left:200px;
	position:relative;
	top:10px;
	width:40px;
}
#syndication span#seperator{
	position:relative;
	bottom:6px;
}


/* Main Menu Styles */
ul#menuItems, li.cat-item{
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#menuItems li, div#sidebar li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* Column layout styles */

div#columnContainer{
	width:980px;
	position:relative;
	margin-top:50px;
}

div#mainMenu{
	float:left;
	left:0px;
}

div#content, div#wideContent{
	font-family:verdana;
	width:460px;
	margin-top:5px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	color:white;
}

div#wideContent{
	width: 600px;

}

h2.pagetitle{
	margin-top:0px;
}

/* Google Search */

table.rs{
	display:none;

}

/* Sidebar */
div#sidebar li ul{
	margin:0px;
	padding:0px;
}

li.categories h2{

	color:white;
	font-size:14px;
	font-weight:bold;
	background-color:#ff9933;
	padding:2px 40px 2px 10px;
}

li.cat-item{
	font-family:arial;
	font-weight:bold;
	color:white;
	font-size:12px;
	padding-left:10px;
	padding-bottom:2px;
}


/* links */
a{
	color:#ffcc00;
	text-decoration:none;
}

a:hover{
	color:white;
}


/* Post Blog Content */

div.post{
	clear:both;
	color:#fff;
	padding-bottom:15px;
}


div.post h2 {
	margin: 0px 0px 2px 0px;
	font-size:18px;
	font-weight:bold;
}
div.post small {
	font-weight:bold;
	font-size:11px;
}


div.post div.entry{
	margin-top:4px;
	font-size:12px;
	text-align:justify;
}

div.page div.entry p{
	margin:0px;
	margin-bottom:20px;
}

div.entry blockquote p {
	line-height:1.2em;
}

div.post p.postmetadata{
	margin-top:20px;
	font-size:10px;
	font-weight:bold;
	font-family: "Arial";
}

a.more-link{
	font-weight:bold;
	font-family: "Arial";
	font-size:10px;
	text-decoration:underline;
	float:right;
	padding-right:25px;
}

div#infoBox{
	padding: 10px 20px 30px 20px;
	background-color:#fff;
	color:#999;
}

div.infoTitle{
	padding-top:6px;
	color:#999;
	font-size:14px;
}

div.infoCopy, .infoCopy a{
	color:#333;
	font-size:28px;
	padding-bottom:8px;
	line-height:30px;
}

a.email:hover{
	color:#777;
}


/* Page */

div.page div.entry{
	color:#fff;
	font-size:17px;
	line-height:23px;
}




/* comments */

h3#comments{
	color:#fff;
	font-size:10px;

}

ol.commentlist{
	color:#fff;
}

ol.commentlist p{
	color:#777;
}

div#respond{
	color:#fff;
}

/* Sidebar */
div#sidebar{
	color:white;
	float:left;
	width:160px;
	margin-top:4px;
}

div#sidebar .post{
	padding-left:7px;
	padding-bottom:0px;
}

.categories h2{
	margin:0px;
	margin-bottom:15px;
}

div#sidebar .post h2{
	font-size:16px;
}

div#sidebar .post div.item {
	font-size:1.1em;
	padding:0 0 5px 0;
}

div.navigation {
	padding-bottom:10px;
}

div.navigation div.alignright{
	float:right;
}


/* Footer */
#footer a{
	color:white;
}
 
div#footer{
	padding-top: 50px;
	padding-left:110px;
	clear:both;
	color:white;
	font-size:.9em;
	width:300px

}

/* Error */
div#error{
	font-family: "arial";
	font-weight:bold;
	color:#ff4411;
	font-size:16px;
	text-align:center;

}

div.entry p img{
	border:5px solid white;
}

/*
Bottom of post fix
*/
div.sociable {
	clear:both !important;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color:#000;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Movie thumbnail styles */
.movieContainerClickBox { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 460px; 
	height: 150px; 
	background-color: transparent; 
	/*border: 1px solid yellow;*/ 
}	

/*
.movieContainer { position: relative; width: 460px; height: 150px; background-repeat:none; margin-bottom:30px}
.movieContainerTop { width: 460px; height: 120px; }
.movieContainerBottom { position: absolute; width: 460px; height: 30px; top: 120px; background-color: #000000; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
.movieContainerTitle { position: absolute; bottom: 5px; left: 5px; font-family: Georgia; font-size: 18px; font-weight:bold; color: #FFFFFF; }
.movieContainerType { font-size:12px; }
.movieContainerLinks { position: relative; bottom: 0px; right: 10px; text-align: right; color: #ffffff; }
.movieContainerLinks A:link, .movieContainerLinks A:visited  { font-family: arial; font-size: 11px; font-weight:bold; color: #ffda00; text-decoration:underline;  }
*/



/* Begin Caption Popup Styles */
.boxgrid{ 
	width: 460px; 
	height: 150px; 
	margin: 0 10px 20px 10px;
	float:left; 
	background:#161613; 
	border: 0 none; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption h3{
	padding-left:10px;
	font-family: Georgia; 
	font-size: 18px; 
	font-weight:bold; 
	color: #FFFFFF; 
	margin-bottom: 0px;
}

.boxcaption h3 span{
	font-size:12px;
}

.boxcaption p#left{
	float:left;
	width:300px;
}

.boxcaption p#left a{
	text-decoration:none !important;
	font-size:.8em;
	color:#fff;
}

.boxcaption p#right{
	position: relative; 
	float:right;
	bottom: 20px; 
	right: 10px;
	text-align: right; 
	color: #ffffff;
}

.boxcaption p A:link, .boxcaption p A:visited  { 
	font-family: arial; 
	font-size: 11px; 
	font-weight:bold; 
	color: #ffda00; 
	text-decoration:underline; 
}

.captionfull .boxcaption {
	top: 50;
	left: 0;
}
.caption .boxcaption {
	top: 100px;
	left: 0;
}


/* Gallery Images */
div.flickr-thumb {
	border:0px !important;
}

div.flickr-thumb a{
	color:#fff;
}
div.flickr-thumb a:hover{
	color:#FFCC00;
}

div.flickr-thumb a img{
	border-width:3px;
	
}

div#flightbox-flickr-link a {
	color:#000;
}

div#flightbox-flickr-link a:hover{
	color:#555;
}

.galleryBanner{
	border-style: solid;
	border-width: 4px;
	color:#fff;

}
.vimeoMobileDescription{
	text-align:center;
	line-height:0px;
	padding-bottom:5px;
}