/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #343434; text-decoration: none;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #323232;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:299;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {
background:transparent url(http://webex1.newsok.com/shareitlive/images/macFFBgHack.png) repeat scroll 0 0;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 300;
    color:gray;
    display:none;
    border-left: 4px solid #525252;
    border-right: 4px solid #525252;
    border-top: 4px solid #525252;
    border-bottom: 4px solid #525252;

    /*border-left: 4px solid #525252;
    border-right: 3px solid #525252;
    border-top: 3px solid #525252;
    border-bottom: 2px solid #525252;*/
    text-align:left;
    top:50%;
    left:50%;
    overflow: hidden;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 15px 0px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:3px 5px 0px 0;
    z-index: 999;
    /*margin-bottom:1px;*/
    text-align:right;
    float:right;
    width: 100px;
    
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    /*margin-bottom:1px;*/
    display: none;
}

#TB_title{

	position: absolute;
	z-index: 998;
	top: 4px;
	right: 4px;
    height:19px;
    width:19px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:33px;
    text-decoration: none;
    font-weight: bold;
}
#TB_title:hover {
	background: #9c7d5c;
}

#TB_ajaxContent{
    clear:both;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:left;
    line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
    padding:0px;
}

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

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

body {  
    margin:0px; padding:0px;  
    font-family:Helvetica, Arial, sans-serif;
    text-align: center;
}
.clear {
    clear: both;
}
h1 {

}
h2 {

}
h3 {

}

textarea {
	resize:none; /* thank you safari :-P */
}



/** IE 6 min-height hack **/
* html .outside_container { height:1000px;}
/**************************/

.outside_container {
	border-top: solid 1px #534741;
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/shareitlive_bg.gif) repeat-x scroll left top;
    min-height: 800px;
}
/* Outside container for photo details pages */
.outside_container_show {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/shareitlive_photobg.gif) repeat-x scroll left top;
    min-height: 800px;
}
.outside_container_index {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/shareitlive_postbg.gif) repeat-x scroll left top;
    min-height: 800px;
}
.container {
    padding: 0px 10px 40px 0px;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative; 
    _width:960px;
}

/********************************************************************************/
/* Header graphics and nav */   
/********************************************************************************/

.header {   
    width: 100%;
    height: 110px;
    display: block;
}
#sit_logo {
    height: 110px;
    width: 370px;
    margin-left: -10px;
}
ul#navi {
    position: absolute; top: 74px; right: 0;
    margin-right: 15px;
}
ul#navi li{
    display: inline;
}
ul#navi li a {
    float: left;
    width: 113px;
    height: 37px;
    font-weight: bold;
    color: #874e08;
    text-align: center;
    padding: 12px 0px 0px 0px;
    text-decoration: none;
}   
    
ul#navi li a:hover {
    text-decoration: none;
    color: #371905;
}

ul#navi li a.activehome {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/shareitlive_sitenavi.png) no-repeat 0 0;
    float: left;
    color: gray;
    width: 113px;
    height: 74px;
}
ul#navi li a.activegallery {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/shareitlive_sitenavi.png) no-repeat -112px 0;
    float: left;
    color: gray;
    width: 113px;
    height: 74px;
}

/*
OpenID Login module
*/

.loginDiv {
	z-index: 100;
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/login_bg.gif) no-repeat left top;
    position:absolute;
    display:inline; 
    top:0px;
    right:0px; 
    width:342px;
    height: 27px;
    color: gray;
    font-size: 14px;
    padding-right: 100px;

}
.loginDiv fieldset {
	display:inline;
	float: left;
	width: 342px;
}
#register {
	float: right;
	margin: 5px 20px 0px 0px;
}
#logged_in {
	padding: 5px 0px 0px 20px;
	color: #c5baaf;
	float: left;
}
.loginDiv a, #logged_in a, #register a {
	color:#e4881a;
	text-decoration:none;
}
.loginDiv a:hover, #logged_in a:hover, #register a:hover {
	color:#a14800;
}

.loginDiv input {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/loginbox.gif) no-repeat left top;
    float: left;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
	padding: 3px 8px 0px 4px;
	width:158px;
	height: 20px;
	border: none;
	color: gray;
	overflow: hidden;
}

.loginbox {
    float:left;
    padding-top: 2px;
    height:33px;
    width:200px;
    margin-right: 5px;
}

* html .searchbox {
    padding-top:5px !important;
}
.loginbox-focus {
    background:transparent none repeat scroll 0 0;
    color:#666666;
}

.oid_icn {
	float: left;
	padding: 4px 0px 0px 15px;
	width: 21px;
	height: 18px;
}
.submit_bttn {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/login_bttn.gif) no-repeat left top;
    float: left;
    margin-top: 3px;
    margin-left: -3px;
    padding: 3px 0px 0px 0px;
    height: 20px;
    width: 30px;
}
.loginDiv fieldset a {
	color: #544a47;
	font-weight: bold;
	text-decoration: none;
}
.loginDiv fieldset a:hover {
	color: #362f2d;
}

/********************************************************************************/
/* middle area containing marketing h1 text and map graphic */
/********************************************************************************/


.middle {
	border:1px solid transparent;
	_border: none;
    height: 223px;
    position: relative;

}
.gmap {
	position: relative;
    height: 319px;
    z-index: 200;

}
#marketing_text {
    margin-top: 42px;
    padding-left: 30px;
    width: 375px;
    _width: 370px;
}
.middle h1, .gmap h1 {
    font-family: Helvetica, arial black, sans-serif;
    font-style: italic;
    font-weight: 900;   
    font-size: 30px;
    color: #f7941d;
    line-height: 30px;
}
.middle p, .gmap p {
    font-size: 17px;
    padding-top: 5px;
    color: gray;
    line-height: 23px;
}
#worldmap {
    position: absolute; 
    top: 20px; 
    right: -40px;
    
}
.main_map {
	border: solid 2px #d7d7d7;

	position: absolute;
	top: 40px;
	margin: 0 10px 0 20px;
	width: 930px;
	height: 300px;
}


/***************************************************************************************************/
/* content area containing gallery container, thumbnail gallery, gallery filtering, and pagination */
/***************************************************************************************************/

.content_wrapper {
    position: relative;

}
.left_arrow {
    position: absolute; top: 150px; left: 0px;
    width: 29px;
    height: 69px;
}

.left_arrow a {
    top: 0; /* These positions makes sure that the overlay */
    bottom: 0; /* will cover the entire parent */
    left: 0;
    background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/left_arrow.gif);
    width: 29px;
    height: 69px;   
}
.left_arrow a:hover {
    background-position: -29px 0px;
}

.content {
    margin-left: 15px;
    width: 940px;
    position: relative;
}

.gutter_right {
    margin-right: 10px;
}

.gutter_below {
    margin-bottom: 10px;
}

.vert_div {
    padding: 55px 20px 0px 0px;
    float: left;
}


#galleryfilter {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/filter_bg.gif) no-repeat top left;
    height: 115px;
    padding-left: 15px;
    border-bottom: solid 1px #e9e9e9;
    display: block;

}

/* Refresh thumbs button */
.refresh_bttn {
    padding-top: 65px;
    width: 115px;
    float: left;

}

.refresh_bttn a {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/refresh_bttn.gif) no-repeat 0 0;
    display: block;
    width: 100px;
    height: 29px;
    font-weight: bold;
    color: #b7b7b7;
    text-align: center;
    padding: 7px 0px 0px 17px;
    text-decoration: none;
}   
    
.refresh_bttn a:hover {
    background-position: -118px -0px;
    text-decoration: none;
    color: gray;
}

/* Most recent and nearby sorting toggle */
.thumb_sort {
    padding: 65px 0px 0px 0px;
    float: left;
    width: 323px;
}

.thumb_sort p {
    color: gray;
    font-size: 18px;
    line-height: 14px;
    padding-top: 6px;
    font-weight: bold;
}
.thumb_sort li   {
    float: left;
    display: inline;
    margin-right: 10px;
}
.thumb_sort li a {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/sort_bttn.gif) no-repeat 0 0;
    float: left;
    padding-top: 8px;
    font-size: 14px;
    width: 108px;
    height: 29px;
    font-weight: bold;
    color: #b7b7b7;
    text-align: center;
    text-decoration: none;
}   
    
.thumb_sort li a:hover {
    text-decoration: none;
    color: gray;
}

.thumb_sort li a.activetoggle {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/sort_bttn.gif) no-repeat -108px 0px;
    float: left;
    color: #a1a1a1;
    width: 108px;
    height: 29px;
}


/* keywords searchbox | zip input box */
.keySearch {
    padding: 63px 15px 0px 0px;
    width: 380px;
    float: left;
}
.searchbox-container {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/searchbox_focus.gif) no-repeat scroll left top;
    float:left;
    display: inline;
    height:33px;
    width:200px;
    margin-right: 5px;
    _width:160px;
}
.searchbox-container-focus {
}
.searchbox {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/searchbox.gif) no-repeat scroll left top;
    border:medium none;
    color: #b7b7b7;
    font-size:18px;
    font-weight:bold;
    height:25px;
    line-height:16px;
    overflow:hidden;
    padding:8px 0 0 10px !important;
    width:189px;
    _width:160px;
}
* html .searchbox {
    padding-top:5px !important;
}
.searchbox-focus {
    background:transparent none repeat scroll 0 0;
    color:#666666;
}
.restSearch input.go {
    border:0 none;
    padding-top:8px;
    vertical-align:top;
}

.zipbox-container {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/zipbox_focus.gif) no-repeat scroll left top;
    float:left;
    display: inline;
    height:33px;
    _width:200px;
    margin-right: 5px;
    _width:105px;
}
.zipbox-container-focus {
}
.zipbox {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/zipbox.gif) no-repeat scroll left top;
    border:medium none;
    color: #b7b7b7;
    font-size:18px;
    font-weight:bold;
    height:25px;
    line-height:16px;
    overflow:hidden;
    padding:8px 0 0 10px !important;
    width:105px;
    _width:105px;
}
* html .zipbox {
    padding-top:5px !important;
}
.zipbox-focus {
    background:transparent none repeat scroll 0 0;
    color:#666666;
}

.upload_media {
	background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/uploadphoto_bttn.gif) no-repeat scroll left top;
	float: left;
	display: inline;
	color:#b7b7b7;
	margin-top: 64px;
	padding-left: 45px;
	height:34px;
}

.upload_media a {
	letter-spacing: -0.5px;
	font-size: 15px;
	font-weight:bold;
	line-height: 35px;
	color:gray;
	text-decoration: none;
}
.upload_media a:hover {
	color:#F7941D;
}

/* iTunes download graphic link */
#app_dnload {
    margin-top: 57px;
}


/********************************************************************************/
/* Home page lower content area                     */
/********************************************************************************/

#home_leftcontainer {
	position: relative;
	padding-left: 5px;
	width: 640px;
}
#iphone_home {
	position: absolute;
	top: 45px;
	right: -10px;
}
#vert_shadow {
	position: absolute;
	top: 45px;
	right: 265px;
}
.boxxy {
	background: #fff;
	margin: 45px 15px 0px 0px;
	float: left;
	display: inline;
	width: 300px;
	height: 195px;
	border: solid 2px #e1e1e1;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;

}
.boxxy_icn {
	float: left;
	display: inline;
	margin: 10px;
}
.boxxy h3 {
	margin-top: 20px;
	font-size: 21px;
	font-weight: bold;
	color: #f7941d;
}
.boxxy_bottom {
	border-top: solid 1px #e1e1e1;
	height: 100px;
	width: 281px;
	padding: 10px;
	color: #acacac;
	font-size: 16px;
	line-height: 22px;
}
.download_app {	
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
    
    /*background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/download_bg.png) no-repeat top left;*/
    background: #fff;
    border: solid 2px #e1e1e1;
    width: 605px;
    height: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 23px 0px 0px 15px;
	color: gray;
	position: relative;
	line-height: 18px;
}
.download_app a {
	color: gray;
	text-decoration: none;
}
.download_app:hover {
	background: #f1f1f1;
}

.download_app h2 {
	font-size: 22px;
	color: #f7941d;
	font-weight: bold;
}
#download_home {
	position: absolute;
	top: 15px;
	right: 20px;
}
.recent_wrapper {
	width: 640px;
	/*width: 372px;*/
	display: inline;
	float: left;
}
/*.goto_gallery {
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border: solid 2px #d1d1d1;
	display: inline;
	float: left;
	width: 200px;
	height: 150px;
	height: 94px;
	background: #e1e1e1;
	padding:20px;
} */
/*#gallery_bttn {
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: #6f6f6f;
    margin-top: 30px;
    padding: 10px 0px 0px 50px;
    font-size: 18px;
    height: 25px;
    color: #e1e1e1;
    font-weight: bold;

} */
.view_all {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/arrow_go.png) no-repeat top right;
	font-size: 16px;
	width: 120px;
	height: 25px;
	padding: 8px 11px 2px 0px;
	float: right;
	margin: 0px 25px 0px 0px;
} 
.view_all a {
	font-weight: bold;
	text-decoration: none;
	color: gray;
}
.view_all a:hover {
	color: #f7941d;
}
.getstarted_header {
	border-top:3px dotted #d1d1d1;
	border-bottom:1px solid	#e1e1e1;
	color:gray;
	display:block;
	font-size:21px;
	font-weight:bold;
	line-height:normal;
	margin: 25px 0px 10px 5px;
	padding: 25px 1px 0px 0px;
	width: 615px;
}
.homethumb_container {
	margin: 0px 5px 5px 5px;
	display: block;
	_display:inline;
	background: #ffffff;
	border: solid 2px #c7c7c7;
	position: relative;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0px;
}

.homethumb_container:hover {
	border: solid 2px #f7941d;
}
.home_thumbnail {
	position: relative;
	display: block;
	width: 110px;
	height: 80px;
	overflow: hidden; 
}


/********************************************************************************/
/* Crazy gallery full of wacky :hover states for everything.                    */
/********************************************************************************/
.flagged_area {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
}
.deleted {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/deleted.png) no-repeat top left;
	width: 48px;
	height: 48px;
	float: left;
	z-index: 250;
	display: inline;
}
.hidden {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/hidden.png) no-repeat top left;
	width: 48px;
	height: 48px;
	float: left;
	z-index: 250;
	display: inline;
}
.flagged {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/dinosaur.png) no-repeat top left;
	width: 48px;
	height: 48px;
	float: left;
	z-index: 250;
	display: inline;
}

.comments_block .flagged {
	width:auto;
	height:auto;
	display:block;
	float: none;
}

#gallery {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/gallerybottom_bg.gif) no-repeat bottom left;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #e1e1e1;
	padding: 30px 0px 15px 0px;
}

/* contains all elements inside a container */
.thumb_container {
	margin: 0px 5px 10px 5px;
	display: block;
	_display:inline;
	background: #ffffff;
	border: solid 1px #d7d7d7;
	position: relative;
	float: left;
	height: 270px;
	overflow: hidden;
	padding: 5px;
}
.ad_container {
	margin: 0px 5px 0px 6px;
	display: block;
	border: none;
	position: relative;
	float: left;
	width: 300px;
	overflow: hidden;
}

.ad_header {
	padding-top: 10px;
	background: #988f8a;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 5px;
	height: 20px;
	width:100%;
	text-align: center;
	display: block;
}
.ad_container:hover .ad_header{
	background: #f7941d;
}

/* Overlay of description that appears over the image on hover */
.thumb_container:hover .description, .overlay {
	display: block;
}

/* makes white background in the city/time text area black on hover */
.thumb_container:hover .thumb_txt {
	background: #000000;
}
.thumb_container:hover .thumb_txt h2 {
	padding-left: 10px;
}
.thumb_container:hover .thumb_txt h3 {
	padding-left: 10px;
}
/* transparent black overlay over the image */
.thumb_container:hover .overlay {
	display: block;
}

.thumb_container:hover .report_bttn {
	display: block;
}

/* div size of actual image area */
.thumbnail {
	position: relative;
	display: block;
	width: 290px;
	height: 228px;
	overflow: hidden; 
}

/* floating comments counter display */
.comment_count {
	position: absolute; bottom: 5px; right: 5px;
	background: #acacac url(http://content.newsok.com.s3.amazonaws.com/shareitlive/comment_icon.gif) no-repeat top left;
	height: 16px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 0px 23px;
	text-decoration: none
}

/* text area below image containing location/time text default state */
.thumb_txt {
	background: #ffffff;
	height: 42px;
	width: 290px;
	text-decoration: none;
}
.thumb_txt a {
	text-decoration: none;
}

/* location text */
.thumb_txt h2 {
	padding: 9px 5px 0px 5px;
	color: #f7941d;
	font-size: 14px;
	font-weight: bold;
}

/* time text */
.thumb_txt h3 {
	padding: 0px 5px 0px 5px;
	color: #ababab;
	font-size: 12px;
}

/* hidden description text with black overlay that doesn't show until hover */
.description {
	line-height: 30px;
	position: absolute;
	display: none;
	width: 275px;
	height: 210px;
	overflow: hidden;
	padding: 25px 10px 20px 10px;
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
		
}
.overlay {
	display: none;
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.80;
	-moz-opacity: 0.80; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
}

/* link styles for description txt that takes you to photo page */
.thumb_container .description a {
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;

}
.thumb_container .description a:hover {
	color: #f7941d;
}

/* link styles for the location txt below the thumbnail image */
.thumb_txt h2 a {
	color: #f7941d;
	text-decoration: none;
}
.thumb_txt h2 a:hover {
	color: #f7941d;
	text-decoration: underline;
}

/* Report objectionable content button that reveals on :hover */
.report_bttn {
	background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/report_icon.gif) no-repeat 0 0;
	position: absolute; top: 0; right: 0; 
	width: 32px;
	height: 32px;
	display: none;
}
.thumb_alerts {
	float: left;
	width: 48px;
	height: 48px;
	display: none;
}
.thumb_container .thumbnail a {
}
.thumb_container .thumbnail a:hover {
	background-position: -32px 0px !important;	
}

/********************************************************************************/
/* Pagination section                                                           */
/********************************************************************************/


#pagination {
	padding-top: 10px;
	display: inline;
	position: relative;
	height: 120px;
}
#pagination a {
	font-weight: bold;
	background: none;
	border: none;
	font-size: 14px;
	color: #898989;
	text-decoration: none;
}
#pagination a:hover {
	color: #f7941d;
	text-decoration: underline;
}

#pagination ul.page_number {
	float: left;
	padding: 20px 5px 0px 5px; 
}
#pagination ul.page_number li {
	display: inline;
}
#pagination ul.page_number li a {
	text-decoration: none;
	font-size: 16px;
	width: 29px;
	height: 29px;
	padding: 6px 8px 4px 8px;
	color: #898989;
	border: solid 1px #cccccc;
	background: #e1e1e1;
}
#pagination ul.page_number li a:hover {
	background: gray;
	color: #ffffff;
}

#pagination ul.page_number li a.current_page {
	background: #f7941d;
	color: #ffffff;
}

.no_box {
	float: left;
	padding: 22px 10px 0px 10px;
}

.view_options {
	float: right;
	padding-top: 15px;
	display: inline;
	position: relative;
}
#view6, #view12, #view24 {
	float: left;
	margin-right: 10px;
}
#view6 a {
	text-decoration: none;
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/show6.gif) no-repeat 0 0;
	font-size: 13px;
	color: #898989;
	padding: 11px 10px 0px 20px;
	display: block;
	border-right: solid 1px #e9e9e9;
}

#view12 a {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/show12.gif) no-repeat 0 0;
	font-size: 13px;
	color: #898989;
	padding: 11px 10px 0px 20px;
	display: block;
	border-right: solid 1px #e9e9e9;
}
#view24 a {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/show24.gif) no-repeat 0 0;
	font-size: 13px;
	color: #898989;
	padding: 11px 10px 0px 20px;
	display: block;
}
#view6 a:hover, #view12 a:hover, #view24 a:hover {
	text-decoration: none;
	background-position: -60px 0px;
	color: #f7941d;
}
#view6 a.current_view, #view12 a.current_view, #view24 a.current_view {
	float: left;
	background-position: -60px 0px;
	color: #f7941d;
}

.view_div {
	float: left;
	padding: 0px 10px 0px 10px;
}

/********************************************************************************/
/* Styles specific to the photo details pages                                   */
/********************************************************************************/

.prevNext {
    float:left;
    color:gray;
}

/* container div for photo details pages */
.photo_pg {
    margin-left: 15px;
    width: 945px;
    _width:960px;
    
}

/* forces inline on elements sharing classes from a class from another page. */
.inline {
    display: inline;
}
.dotted_line {
    margin: 30px 0px 30px 0px;
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/dottedline.gif) repeat-x top left;
    width: 100%;
    height: 2px;
}

/* left column styles */
.time_date {
    padding-left: 5px;
    padding-bottom: 5px;
    color: gray;
    font-size: 16px;
    font-weight: bold;
    width: 410px;
}
.time_date a {
    font-size: 16px;
    font-weight: bold;
    color: #f7941d;
    text-decoration: none;
}
.time_date a:hover {
    color: #f7941d;
    text-decoration: underline;
}
.details_leftcol {
    float: left;
    position: relative;
    padding: 60px 0px 0px 10px;
    width: 422px;
    margin-right: 35px;
    display:block;
}
.embed_header {
    background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/embed_gfx.gif) no-repeat top left;
    height: 25px;
    width: 420px;
    _width:400px;
    color: gray;
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
    padding: 4px 0px 5px 30px;
}
.embed_copyblock {
    background: #ececec;
    width: 100%;
    height: 140px;
    font-size: 14px;
    padding: 15px 0px 0px 10px;
    font-weight: bold;
    color: gray;
}
.embed_select {
    background: #ffffff;
    margin-top: 5px;
    overflow: hidden;
    width: 402px;
    height: 106px;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    padding: 5px 5px 0px 5px;
    color: #959595;
    border: none;   
}
.disclaimer_txt {
    padding: 10px 0px 0px 8px;
    color: #959595;
    font-size: 12px;
}

/* Right Column Styles */
.details_rightcol {
	position:relative;
    float: left;
    padding-top: 80px;
    width: 478px;   
}

.backToHome
{
    position:absolute;
    top:60px;
    width:470px;
    text-align:right;
}

.backToHome a {
    color: #F7941D;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
}


.descript_top {
    background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/descript_top.gif) no-repeat top left;
    width: 475px;
    height: 18px;
}
.descript_mid {
    padding: 4px 20px 4px 20px;
    background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/descript_fill.gif) repeat-y top left;
    widows: 475px;
}
.descript_mid h2 {
    color: #988f8a;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    min-height: 28px;
}
.descript_bottom {
    background: transparent url(http://s3.amazonaws.com/content.newsok.com/shareitlive/descript_bottom.gif) no-repeat top left;
    width: 475px;
    height: 18px;
}
#nub {
    float: left;
    margin: 15px 0px 0px -15px;
    display:block;
}

.display_block {
    display: block;
}
.large_photo a {
}
.large_photo a:hover {
    background-position: -32px 0px !important;  
}
.detail_map {
	width:463px;
	height:300px;
	margin-bottom: 5px;
}

.latlon{
	margin-top:5px;
}

.detailmap_container {
	margin: 2px 0px 25px 0px;
	width: 463px;
	overflow: hidden;
	padding: 5px 5px 0px 5px;
	border: solid 1px #d7d7d7;
}
.photo_container {
    background: #ffffff;
    border: solid 1px #d7d7d7;
    width: 410px;
    overflow: hidden;
    padding: 5px 5px 0px 5px;
}
.large_photo {
    position: relative;
    width: 410px;
    overflow: hidden; 
}
/* comment textfield styles */
.add_comment {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    background-color:#e1e1e1;
    width: 455px;
    height: 195px;
    padding: 20px 0px 0px 20px;
    margin-top: 15px;
}
.commentbox-container {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/commentbox_focus.gif) no-repeat;
    height:138px;
    width:435px;
    margin-right: 5px;
}
.commentbox-container-focus {
}
.commentbox {
    background:transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/commentbox.gif) no-repeat scroll left top;
    border:medium none;
    color: #b7b7b7;
    font-size:18px;
    font-weight:bold;
    height:27px;
    line-height:27px;
    overflow: hidden;
    padding:8px 0 0 10px !important;
    width:435px;
    height: 138px;
}
* html .commentbox {
    padding-top:20px !important;
}
.commentbox-focus {
    background:transparent none repeat scroll 0 0;
    color:#666666;
}
.add_comment input.go {
    border:0 none;
    padding-top:12px;
    vertical-align:top;
    float: right;
    padding-right: 22px;
}

/* User submitted comments area */
.comments_block {
    width: 475px;
}
.comments_header {
    position: relative;
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/comments_icn.gif) no-repeat left top;
    padding: 20px 0px 5px 35px;
    border-bottom: solid 1px #e1e1e1;
    border-top: dotted 3px #e1e1e1;
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    color: gray;
}
.comments_header h3 {
    color: gray;
    font-size: 24px;
    font-weight: bold;
}
.comments_header p {
    position: absolute;
    right: 0;
    top: 30px;
}

.usr_comments {
    position: relative;
    background: #fbfbfb;
    padding: 15px;
}
.comments_dark {
    border-top: solid 1px #ffffff;
    background: #ececec;
}
.comment_txt {
    color: gray;
    font-size: 18px;
    font-weight: bold;
    width: 435px;
}
.comment_date {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: normal;
}
.comment_obj {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 25px;
    height: 25px;
}
.comment_obj a {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/comment_obj.gif) no-repeat 0 0;
    position: absolute;
    top: 0; /* These positions makes sure that the overlay */
    bottom: 0; /* will cover the entire parent */
    left: 0;
    width: 25px;
    height: 25px;
}
.comment_obj a:hover {
    background-position: -25px 0;
}
.comments_divider {
    width: 100%;
    height: 4px;
    border-top: solid 4px #ececec;
}
.comment_anchor {
    float: right;
    padding: 18px 10px 0px 0px;
}

/********************************************************************************/
/* Login */
/********************************************************************************/
.login_error {
    background:#FFFFFF none repeat scroll 0 0;
    border:medium none;
    color:#959595;
    font-size:14px;
    font-weight:normal;
    
    padding-bottom:10px;
    
    line-height:21px;
}
.login_error_msg {
    color: #CD2626; 
}
.sil_link{
    text-decoration:none;
    color:#f7941d;
}
.login_form{
	background:#FFFFFF none repeat scroll 0 0;
    border:medium none;
    color:#959595;
    font-size:14px;
    font-weight:normal;

    line-height:21px;
	
}
.login_text{
	
    border:medium none;
    color:#959595;
    font-size:14px;
    font-weight:normal;

    line-height:21px;
    margin-top:15px;

    padding:5px 5px 0;

}

/********************************************************************************/
/* Footer */
/********************************************************************************/


.footer {
    margin-top: 25px;
    background-color: #464646;
    height: 90px;   
}
.footer_content {
    font-family: Arial, Helvetica, sans-serif;
    width: 865px;
    font-size: 13px;
    padding-top: 35px;
    color: #393939;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.footer a {
    color: #626262;
    font-weight: bold;
    text-decoration: none;
}
.footer a:hover {
    color: #a5a5a5;
}

/********************************************************************************/
/* media upload modal iframe
/********************************************************************************/

.upload_container {
	position: relative;
	background: #ffffff;
	width: 100%;
	height: 100%;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	color: gray;
}
.clear {
	display: block;
	clear: both;
}

.upload_header {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/upload_bg.gif) repeat-x top left;
	height: 87px;
	width: 830px;	
}
#upload_content {
	width: 100%;
	padding: 40px 0px 0px 0px;
}
#upload_content2{
	width: 100%;
	padding: 40px 0px 0px 0px;
	display: none;
}

#upload_content h1, #upload_content2 h1 {
	color: white;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 54px;
	padding: 0px 30px 0px 0px;
}

.uleft_col {
	display: inline;
	float: left;
	width: 460px;
	margin: 0px 20px 0px 30px;
	font-weight: bold;
	font-size: 18px;
	color: gray;

		
}
#upload_box {
	margin-left: 18px;
}
#description_box {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
	
	position: relative;
	margin-top: 30px;	
	background: #f6f6f6;
	border: 2px solid #e1e1e1;
	width: 443px;
	height: 250px;
	padding: 15px 0px 0px 15px;
	
}
#description_input {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
	background: white;
	border: 2px solid #e1e1e1;
	margin-top: 3px;
	width: 403px;
	height: 193px;
	padding: 10px;
	color: gray;
	font-size: 21px;
	overflow: hidden;
}
#address_box {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;

	background: #f6f6f6;
	border: 2px solid #e1e1e1;
	width: 443px;
	height: 94px;
	padding: 10px 0px 0px 15px;
	position: relative;
	
}
#address_input {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
	background: white;
	border: 2px solid #e1e1e1;
	width: 360px;
	margin-top: 3px;
	padding: 5px 10px 5px 10px;
	color: gray;
	font-size: 21px;
	overflow: hidden;
}
#findloc {
	position: absolute;
	bottom: 15px;
	right: 15px;

}
#upload_map_container {
	width: 458px;
	border: 2px solid #e1e1e1;
	height: 215px;
	margin-top: 20px;
	position:relative;
}
#upload_map_canvas {
	height:215px;
	width:458px;
}
.uright_col {
	margin-left: 20px;
	widows: 250px;
	display: inline;
	float: left;
	font-size: 16px;
	color: gray;
}
.sidebar_top {
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    
	background: #534a46;
	border-bottom: 1px solid #473f3c;
	width: 250px;
	height: 23px;
	color: white;
	padding: 18px 0px 0px 15px;
	font-size: 26px;
	font-weight: bold;
}
.sidebar_bottom {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    
	background: #534a46;
	border-top: 1px solid #69615e;
	width: 235px;
	color: #d7d7d7;
	padding: 7px 15px 5px 15px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 21px;
}

.submit_box {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
	background: #f6f6f6;
	border: 2px solid #e1e1e1;
	width: 245px;
	height: 65px;
	margin-top: 30px;
    max-width: 260px;
    padding: 15px 0px 0px 15px;
}
.usubmit_bttn {
	margin: 3px 0px 0px 45px;
	width: 142px;
	height: 32px;
	border: 0;
}

.upload_footer {
	background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/upload_footerbg.gif) repeat-x top left;
	width: 100%;
	height: 87px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	
}
#dnload_app {
	padding: 17px 30px 0px 45px;
	float: left;
	display: inline;
}
#footertxt_box {
	float: left;
	display: inline;
}
.upload_footer h3 {
	padding: 20px 0px 3px 0px;
	color: white;
	font-size: 20px;
}
.upload_footer p {
	color: #959595;
	padding: 0px 0px 0px 0px !important;
}
#iphone {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-right: 30px;
}
