html /* forces vertical scrollbar on mozilla, opera, safari browsers to prevent left/right shifting between pages */
	{
	margin-bottom: 1px;
	min-height: 100%;
	}
body
	{
	background-color: #a1ddff;
	padding: 0px;
	color: #000;
	font-family: arial, tahoma, verdana;
	font-size: 90%; /* 84% approximates 10pt, but using % allows resizing in IE */
	text-align: center; /* part of ie/win hack for centering page, needs follow-on text-align: left to counter inheritance */
	width: 100%;
	}
	
/* LINKS */
	
a, a:link, a:visited
	{
	color: #1a9dfe;
	text-decoration: underline;
	}
a:focus, a:hover, a:active
	{
	color: #000;
	text-decoration: none;

	}
a img ,a:link img , a:visited img 
	{
	border: none;
	}
.thumbnails a:hover, .thumbnails a:focus, .thumbnails a:active
	{
	background-color: none;
	}
h4
	{
	padding: 3px;
	margin: 0px;
	font-size: 1em;
	border-bottom: 2px solid #ccc;
	text-transform:uppercase;
	letter-spacing: -.3px;
	}
ul
	{
	margin: 0px;
	padding: 0px;
	}
li
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
/* BASIC PAGE STRUCTURE */

#pagewrapper /* [div] wraps around all user content */
	{
	position: relative;
	margin: auto;
	padding: 0px 20px;
	width: 960px;
	text-align: left; /* part of IE/win hack for centering page, to counter inheritance of text-align: center on body tag */
	}
.tstakeover #page,.tstakeover .topads{position:relative;}
.ignite-dfp6-ad > div{margin:0px auto; }
body#photoitem-full
	{
	background-color: #000;
	width: 99%;
	padding: 0;
	margin: 0;
	}
#photoitem-full #pagewrapper
	{
	background-color: transparent;
	padding:0px;
	}
#main
	{
	position: relative;
	float: left;
	width: 530px;
	margin-left: 20px;
	baackground-color: #fff;
	}
#photoitem-full #main
	{
	width: 100%;
	margin-left: 0px;
	}
#maincontent
	{
	position: relative;
	}
#maincontent .modulecontent, #side1 .modulecontent, #side2 .modulecontent
	{
	position: relative;
	}
	
#side1 
	{
	float: right;
	position: relative;
	top: 15px;
	right: 28px;
	width: 300px;
	}
#photoitem-full #side1
	{
	display: none;
	}
#side1 .tags /* [ul] */
     {
     width: 154px;
     overflow: hidden;
     }
#side2
	{
	}
.module .more
	{
	float: right;
	font-size: .8em;
	}

/* Top Posts */
#hot_stories_slider{width:920px;overflow:hidden;padding-top:5px;position:relative;margin:0 auto;}
.takeover #hot_stories_slider{width:850px;margin-left:7px;}
#hot_stories_slider .b2_title{text-transform:uppercase;font-weight:700;color:#1a9dfe;display:none;margin:0 0 0 16px;padding:3px 0 3px 6px;}
.takeover #hot_stories_slider .b2_title{margin-left:6px;}
.scrollContainer div.single{height:200px;width:200px;float:left;overflow:hidden;margin:0 22px 0 0;padding:0;}
a.hot_stories_image,a.hot_stories_image visited{width:200px;height:200px;text-align:center;overflow:hidden;}
a.hot_stories_image IMG a.hot_stories_image visited IMG{width:204px;margin:0 auto;}
.b2_scroll{overflow:hidden;position:relative;clear:left;width:895px;height:210px;margin:8px 0 0 27px;}
.takeover .b2_scroll{margin-left:6px;width:850px;}
.scrollContainer div.single img{float:left;display:inline;margin:0 4px 0 0;padding:0;}
#hot_stories_slider p.desc{font-family:arial;bottom:10px;position:absolute;float:left;width:182px;line-height:14px;font-size:12px;border-bottom:1px solid #eaff00;border-right:1px solid #eaff00;overflow:hidden;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://justjared.com/wp-content/themes/default/images/50p_black.png');clear:left;margin:0 0 0 1px;padding:4px 8px;}
#hot_stories_slider p.desc[class]{background-image:url(http://justjared.com/wp-content/themes/default/images/50p_black.png);}
#hot_stories_slider p.desc a{color:#fff;display:block;font-weight:700;text-decoration:none;}
#hot_stories_slider p.desc a:hover,#hot_stories_slider p.desc a:active,#hot_stories_slider p.desc a:focus{color:#eaff00 !important;background-color:transparent;}
.scrollButtons{position:absolute;top:2px;cursor:pointer;z-index:10;}
	
/* Photo specific */
.topmenu
	{
	position: relative;
	top: 0px;
	left: -20px;
	padding: 0px 0px 4px 0px;
	background-image: url('../images/blackbar.gif');
	width: 890px;
	}
#photoitem-full .topmenu
	{
	left: 0px;
	}
#header .topmenu .topnav ul
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#header .topmenu .topnav li
	{
	position: relative;
	float: left;
	*top: 2px;
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: .8em;
	}
#header .topmenu .topnav li a, #header .topmenu .topnav li a:visited, #header .topmenu .topnav li a:link
	{
	padding: 4px 20px;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	}
#header .topmenu .topnav li a:hover, #header .topmenu .topnav li a:active, #header .topmenu .topnav li a:focus
	{
	color: #000;
	background-color: #EAFF00;
	}

#header .topmenu .topnav li a
	{
	padding: 0px 20px;
	}
#header #topbar
	{
	position:relative;
	left: -20px;
	margin-bottom: 4px;
	padding: 0px 0px;
	background:#000 url('../images/bg-topbar.gif') repeat-x scroll left top;
	width: 890px;
	}
#photoitem-full #header #topbar
	{
	left: 0px;
	}
.topad
	{
	text-align: center;
	margin: 0px auto 3px;
	}
/* Posts */
.postrelated
	{
	margin-top: 10px;
	}
.postrelated .postlist
	{
	margin-left: 10px;
	margin-top: 5px;
	}
.postrelated .postlist li
	{
	margin-left: 20px;
	padding: 3px 0px;
	list-style-type: square;
	font-size: .8em;
	color: #ccc;
	}
.postrelated h4 a
	{
	text-decoration: none;
	color: #000;
	}
.postrelated .postlist li a, .postrelated .postlist li a:link, .postrelated .postlist li a:visited
	{
	color: #666;
	text-decoration: none;
	}
.postrelated .postlist li a:hover, .postrelated .postlist li a:active, .postrelated .postlist li a:focus
	{
	color: #000;
	background-color: #EAFF00;
	}
/* Photo Main */
.photo-main h1, .photos h1
	{
	clear: both;
	margin: 8px 14px 0px 10px;
	padding-top: 10px;
	font-size: 1.4em;
	line-height: 1.1em;
        letter-spacing: -1px;
	overflow: hidden;
	color: #000;
	width: 500px;
	letter-spacing: -.0.02em;
	}
.photo-main a img, .photo-main a:link img, .photo-main a:visited img
	{
	border: 5px solid #eee;
	max-width: 506px;
	vertical-align: bottom;
	}
.photo-main .photodetails
	{
	font-size: .8em;
	color: #999;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #707070;
	font-family: verdana;
	font-size: 11px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;0
	}
.photo-main .photodetails a
	{
	text-transform: none;
	}
.photo-main .mainphoto
	{
	text-align: center;
	}
#feature_image
	{
	max-width: 506px;
	}
#photoitem-full #feature_image
	{
	max-width: none;
	}
.photo-main .details
	{
	font-size: .8em;
	color: #3d3d3d;
        margin: 0px;
        padding: 0px;
	}
.photo-main .details .postedto
	{
	padding: 2px 0px;
	color: #999;
	margin: 5px 0 0 12px;
	}
.photo-main.details .postedto a, .photo-main .details postedto a:link, .photo-main .details .postedto a:visited
	{
	color #666;
	text-decoration: none;
	}
.photo-main .details .postedto a:active, .photo-main .details .postedto a:hover, .photo-main .details .postedto a:focus
	{
	background-color: #eaff00;
	}
.photo-main .details .tagedit a
	{
	color: #1a9dfe !important;
	}
.photo-main .caption
	{
	margin-top: 4px;
	padding: 4px;
	background-color: #f9f9f9;
	color: #000;
	}
.photo-main .toolbar 
	{
	position: relative;
	padding: 5px;
	margin-left: 1px;
	margin-bottom: 4px;
	text-align: left;
	height: 18px;
	}


.photo-main .mainphoto
	{
	position: relative;
	width: 100%;
	}
.photo-main .share
	{
        display:inline;
	position: absolute;
        bottom: 0px;
	right: 0px;
	text-align: right;
	width: 100px;
	}
.postsharethis
	{
	position: absolute;
	text-align: right;
	position: relative;
	left: -24px;
	}
.postyahoobuzz
	{
	position: absolute;
	margin-top: 5px;
	left: 0px;
	}
.photo-main .contentsnippet
	{
	text-align: left;
	margin: 15px 0px 0px 14px;
	font-size: .8em;
	}
.photo-main .contentsnippet .small
	{font-size: .8em; text-transform: uppercase; padding: 1px 3px; background-color: #d7efff; border: 1px solid #A1DDFF}
.photoid
	{ font-size: .8em;
	text-align: center;
	color: #666;
	}
.photo-main .contentsnippet .morehere
	{
        font-weight: bold;
	}
.photo-main .toolbar a
	{
	color: #666;
	text-decoration: none;
	}
.photosearch
	{
	position: absolute;
	top: 11px;
	right: 14px;
	}
#jaredsearch input
	{
	background-color:#fff;
border:3px solid #fff;
font-family:verdana;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-transform:lowercase;
	}
#jaredsearch input#searchsubmit
	{
	top: 4px;
	}
#jaredsearch input#searchsubmit:hover
	{
	background-color: #000;
	color: #fff;
	border:3px solid #000;
	}
.photos, .posts
	{
	margin-bottom: 10px;
	}
.photos .thumbnails
	{
	padding-left: 4px;
	}
.photos .thumbnails .tn
	{
	float: left;
	height: 100px;
	}
.photos .thumbnails .tn a, .photos .thumbnails .tn a:visited, .photos .thumbnails .tn a:link
	{
	display: block;
	margin: 3px;
	border: 1px solid #eee;
	}
.photos .thumbnails .tn a:hover, .photos .thumbnails .tn a:active, .photos .thumbnails .tn a:focus
	{
	border: 1px solid #EAFF00;;
	}
.photorelated .thumbnails .tn img
	{
	position: relative;
	border-width: 0px;
	top: 0px;
	left: 0px;
	vertical-align: bottom;
	}
.photos .thumbnails .tn img
	{
	border: 1px solid #fff;
	width: 60px;
	}
.photooptions
	{
	display: inline;
	padding: 4px;
	position: relative;
	}
.photooptions a
	{
	background-color: #f9f9f9;
	padding: 5px;
	border: 1px solid #eee;
	z-index: 99999;
	}
.photooptions img
	{
	vertical-align: middle !important;
	width: 21px !important;
	border: none !important;
	border-right: 4px solid transparent !important;
	}

/* Gallery Pages */
.bottomnav	
	{
	margin-top: 10px;
	text-align: right;
	position: relative;
	font-size: .8em;
	text-align: right;
	}
.bottomnav a, .bottomnav a:link, .bottomnav a:visited
	{
	background-color: #eaff00;
	border: 1px solid #eee;
	padding: 6px 12px;
	margin: 0px 4px;
	color: #000;
	text-decoration: none;
	}
.bottomnav a:hover, .bottomnav a:active, .bottomnav a:focus, .photooptions a:hover, .photooptions a:active, .photooptions a:focus
	{
	border: 1px solid #000;
	}
.bottomnav a img
	{
	margin-top: 1px;
	}
.bottomnav .next
	{
	position: relative;
	top: 6px;
	right: 5px;
	}
.bottomnav .previous img
	{
	margin-right: 3px;
	}
.bottomnav a.chosen, .bottomnav a.chosen:link, .bottomnav a.chosen:visited
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
.bottomnav .previous
	{
	float: left;
	}
.modulecontent .gallerynav
	{
	display: none;
	}
.gallerynav
	{
	text-align: center;
	font-size: .8em;
	}
.gallerynav a
	{
	padding: 4px 8px;
	background-color: #eaff00;
	border: 1px solid #eaff00;
	text-decoration: none;
	color: #000;
	}
.gallerynav a:hover, .gallerynav a:active, .gallerynav a:focus
	{
	border: 1px solid #000;
	}
.gallerynav .chosen
	{
	color: #000;
	text-decoration: none;
	}
.gallerynav a.chosen 
	{
	background-color: #fff;
	border: 1px solid #000;
	}
.gallerynav .previous
	{
	margin-right: 8px;
	}
.gallerynav .numbernav
	{
	margin-right: 5px;
	}
.phototags .tagslist
	{
	padding-left: 5px;
	}
.photoalbum	
	{
	margin-bottom: 30px; 
	}
.photoalbum .thumbnails .tn img
	{
	position: relative;
	border-width: 0px;
	}
.photoalbum .thumbnails
	{
	padding-left: 10px;
	}
#side1 .photoalbum .thumbnails
	{
	padding-left: 22px;
	}
.photoalbum .thumbnails .tn
	{
	margin-top: 2px;
	margin-right: 2px;
	height: 124px;
	width: 82px;
	}
.photoalbum .thumbnails .tn a, .photoalbum .thumbnails .tn a:link, .photoalbum .thumbnails .tn a:visited
	{
	border: 1px solid #fff;
	width: 82px;
	}
.photoalbum .thumbnails .tn a:focus, .photoalbum .thumbnails .tn a:active, .photoalbum .thumbnails .tn a:hover
	{
	border: 1px solid #eaff00;
	}
	
.photoalbum .thumbnails .tn img
	{
	border: 1px solid #fff;
	border-width: none;
	width: 80px;
	padding: none;
	vertical-align: bottom;
	}
	
/* Ad Related */
.blogads
	{
	padding: 10px 0px;
	background-color: #f9f9f9;
	text-align: center;
	}
.ad_btf { /* 300x250 below the fold */
	text-align: center;
	margin: 10px auto;
}

/* Photo Full Pages */
#photoitem-full #topbar
	{
	width: 100%;
	}
#photoitem-full .topmenu
	{
	display: block;
	width: 100%;
	text-align: center;
	}
#photoitem-full .topmenu ul
	{
	display: table;
	margin: 0px auto;
	}
#photoitem-full .topmenu li
	{
	display: table-cell;
	position: relative;
	}
#photoitem-full #wrapper
	{
	width: 100%;
	}
#photoitem-full #pagewrapper
	{
	background-color: #000;
	width: 100%;
	}
#photoitem-full h1
	{
	position: relative;
	top: -33px;
	padding: 0px 10px 10px;
	color: #999;
	margin: 0px auto -25px;
	width: 670px;
	text-align: center;
	font-size: 1.6em;
	}
#photoitem-full h1 a:hover, #photoitem-full h1 a:active, #photoitem-full h1 a:focus
	{
	background-color: #eaff00;
	}
#photoitem-full .photo-full
	{
	width: 100%;
	margin: auto;
	text-align: center;
	}
#photoitem-full .photo-full img
	{
	border: 2px solid #fff;
	}
#photoitem-full #main, #photoitem-full .maincontent
	{
	width: 100%;
	}
#photoitem-full .bottomnav
	{
	padding: 10px;
	margin: 10px auto 0px;
	width: 850px;
	}
#photoitem-full #footer
	{
	background-color: #000 !important;
	padding-bottom: 10px;
	text-align: center;
	}
#photoitem-full #footerbar
	{
	text-align: center;
	}
#photoitem-full #footermenu
	{
	text-align: center;
	margin: auto;
	width: 530px;
	}
#photoitem-full .footernav
	{
	margin: auto;
	}
#photoitem-full .footernav li
	{
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #fff;
	color: #999;
	}
#photoitem-full .footernav li a
	{
	color: #EAFF00 !important;
	text-decoration: none;
	text-transform: uppercase;
	}
#photoitem-full .sitemeter
	{
	background-color: #000;
	width: 100px;
	}
#photoitem-full #searchsubmit {
background:transparent url(/wp-content/themes/justjaredjr/images/search_button.gif) no-repeat scroll left top;
border:medium none;
cursor:pointer;
height:22px;
margin:0;
padding:0;
text-align:left;
text-indent:-9999px;
width:59px;
}
#photoitem-full #footer
	{
	width: 100%;
	}
#assignment, #assignment1 {display: block; clear:both; padding: 4px 0; color: #999; text-align: center;}
#assignment span, #assignment1 span {font-size: .7em;margin: 10px auto;}
#assignment span a, #assignment1 span a {color: #999}
#assignment a:hover, #assignment a:active
	{
	background: transparent;
	}
#assignment .adchoice img
	{
	position: relative;
	top: 2px;
	}
/* Complementary Modules on photos */
.taboomod h4
    {
    margin-bottom: 10px;    
    }
.like-this{margin:10px 0 0; width: 530px;}
.like-this h4{color: #fff !important; border-bottom:2px solid #1A9DFE; text-transform:uppercase;color:#000;line-height:23px;margin:0 0 5px 30px; width: 530px;}
.like-this h4 span {background-color: #1A9DFE; padding: 4px 30px; font-size: .8em;}
.zergmod {margin-top: 10px;}
.zergmod .small {float: right; font-size: .6em; color: #999;}
.zergmod .zergheader {color: #fff !important; text-transform:uppercase; display: inline; background-color: #1A9DFE; padding: 4px 30px; font-size: .8em !important;}
#zergnet-widget-44222 .zergheader { font-size: .75em !important; color: #231F20; padding: 3px; border-bottom: 2px solid #ccc; text-transform: uppercase; letter-spacing: -.3px;}
.zergmod .zerglayoutcl {border-top:2px solid #1A9DFE; padding: 10px}
/* sidebar */
.module-zerg span.small
    {
    float: right;
    margin:0 5px 5px 0;
    font-size: .8em;
    color: #666;}
	
/* Content Nav Bar */
#navbar2 {
	background-color: #1a9dfe;
}
#staticheader .fixed {
		  position:fixed !important;
		  top:0;
		  z-index: 1;
		  width: 920px;;
		  background-color: #1a9dfe;
		    }	
#navbar2 ul {margin: 0 auto; padding: 0;	background-color: #1a9dfe;}
#navbar2 li
	{
	background-color: #1a9dfe;
	padding: 0;
	float: left;
	list-style-type: none;
	font-weight: bold;
	padding: 7px 30px;
	width: 80px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	}
#navbar2 li a
	{
	color: #fff;
	text-decoration: none;
	}
#navbar2 li a:hover
	{
	color: #eaff00;
	background-color: transparent;
	}
#navbar2 li.first {margin-left: 20px;}
#minilogo {display: none;}
.fixed #minilogo {display: inline}
#minilogo {float: left; position: absolute; left: -35px;}
#minilogo a:hover, #minilogo a:focus {text-decoration: none; background-color: transparent;}

	/* Wibbitz */
.video-widget, .article-video {width: 500px; margin: auto; clear: both; margin-bottom: 20px;}
