/* Lets Begin With Some Basics */
html, body {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0px;
padding: 0px;
color: #565050;
/*line-height: 1.2em;*/
line-height: 1.5em;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
font-weight: bold;
}

h1 {
font-family: Georgia, Serif;
font-size: 1.4em;
line-height: 1em;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link ,a:visited {
color: #04a2d3;
text-decoration: none;
}

#featured a, #feature a:visited, .boxMe a, .boxMe a:visited {
color: #00c3ff;
text-decoration: none;
}

#content a:hover {
color: #565050;
text-decoration: underline;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}


p {
margin: 0 0 10px 0;
}
/* And... Moving On */
#page {
background: url(http://playgallery.org/images/site_images/top_bg_gradient.png) repeat-x #fff;	
}

/* Begin Header */
#header {
width: 980px;
margin: 0px auto;
height: 130px;
padding: 15px 0 0 0;
}

#headleft {
width: 465px;
float: left;
padding-top: 14px;
}

#headright {
width: 515px;
float: left;
text-align: right;
text-transform: lowercase;
padding-top:14px;
background: url('http://playgallery.org/images/site_images/tagline.png') no-repeat 0% 62%;		
height: 89px;
}
.logo {
margin: 15px 0 0 0;
}
/* End Header */

/****************************************************
Front Page Feature stuff here.
****************************************************/
#featured {
width: 100%;
position: relative;
background: #000;
padding: 0;
padding-bottom: 32px;
background: url('http://playgallery.org/images/site_images/gradient_new.png') bottom left repeat-x #000;
height: 1%;
}

html>body #featured {
height: auto
}

.frontpagetop {
color: #fff;
}
.frontpagetop p {
color: #edeeef;
}
.frontpagetop h1 {
font-size: 1.8em;
font-weight: normal;
word-wrap: break-word;
}
.frontpagetop h2 {
font-size: 1.4em;
font-style: italic;
font-weight: normal;
}
.more-link {
margin: 15px 15px 15px 0;
float: right;
}

/* Begin Entry Lists */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html>body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}

ol li {
list-style: decimal outside;
}

ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
float: left;
background: none;
height: 1%;
}

html>body #contentwrap {
height: auto
}

#pagewrap {
width: 100%;
background: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;
float: left;
}

#content {
width: 980px;
margin: 0px auto;
padding: 15px 0 15px 0;
background: none;

}

/* End Main Content */

/* Begin Categories List */
.catlist {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;padding:0px;
height:27px;
padding: 0;
float: right;
}

/* End Categories List */

/* Begin Video Gallery */
#videogallery, #videogallery_wide  {
width: 662px;
float: left;
margin: 0px 0 10px 0;
}
#videogallery_wide {
width: 880px;
margin: 15px auto 10px auto;
}
.front_cat {
overflow: hidden;
width: 205px; 
float: left; 
margin-right: 15px
}
.videoitem {
width: 205px;
height: 240px;
border: none;
margin: 0 15px 15px 0;
background: url(http://playgallery.org/images/site_images/round_background.png) no-repeat;
padding: 0;
float: left;
line-height: 1.2em;
}

.relatedvideo {
margin: 0 20px 20px 0;
}

#relatedvideos{
margin-top: 40px;
}

.endrow {
margin-right: 0;
}
.videoitem_wrap {
width: 190px; 
height: 230px;
margin: 10px auto 5px auto;
font-family: Verdana, sans-serif;
font-size: 11px;
overflow: hidden;
}

a img.thumb { 
display:block;
width: 980px;
height: 100px; margin: 0; padding: 0;

}
img.thumb::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
a:hover img.thumb {
display: block;
width: 189px;
height: 100px; 
margin: 0; 
padding: 0;
text-decoration: none;
border: none;
}
h2.videoitem_title, h2.videoitem_title_artist, h2.jcarousel-title {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 17px;
	margin: 6px 0 7px 0;
}
h2.videoitem_title_artist {
margin-bottom: 2px;
}

h2.videoitem_title a, h2.videoitem_title_artist a, h2.jcarousel-title a{
color: #3c3c3c;
}
.videoitem_top{
height: 20px;
overflow: hidden;
margin: 0; 
padding: 0; 
}
.byline { 
margin: 0 0 8px 0;
font-family: Georgia, serif;
font-style: italic;
}

/* End Video Gallery */


/* Begin Sidebar */
#front_sidebar {
width: 310px;
float: left;
line-height: 1.2em;
/*height: 273px;*/
}
/* End Sidebar */

/* Begin Comments    ANDRE STYLE FORM CONTROLS!!*/
input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

#comment,#author,#email,#url {
background: #FFFFFF;
border:1px solid #B8B8B8;
padding:2px;
color:#646464;
margin:0px 0 0 0;
}

#commentblock {
margin: 0 0 40px 0;
}
#commentsvert {
width: 655px;
}
.commentwrap {
width: 655px;
margin-bottom: 20px;
}
.comment_top {
background:transparent url(http://playgallery.org/images/site_images/comments2/bubble_top.png) no-repeat scroll left bottom;
height: 11px;
margin: 0;

}
.comment_middle {
background:transparent url(http://playgallery.org/images/site_images/comments2/bubble_middle.png) repeat-y scroll 0 0 !important;
padding: 10px 15px 10px 15px;
margin: 0;
}
.comment_bottom {
background:transparent url(http://playgallery.org/images/site_images/comments2/bubble_bottom.png) no-repeat scroll left bottom;
height: 35px;
margin: 0;
}
.comment_posted {
padding-top: 17px;
margin-left: 80px;
text-transform: uppercase;
clear: left;
}
textarea#commentstyled {
width: 100%; 
height: 120px;
}

#postlinks p img {
vertical-align:bottom;
}

.fancy {
font-family: Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
font-style:italic;
}

/* End Comments */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
/* End Captions */



/*TOPPER - VIDEO DISPLAY STUFF */
.topper, .topper2 {
margin: 20px auto;
position: static;
clear: left;
color: #fff;
padding: 30px 0 30px 0;
width: 655px;
}
.topper-info {
margin-top: 20px;
padding-top: 0; 
color: #fff;
}
.topper-info2 {
float: left;
color: #fff;
}
.topper-video2 {
float: left;
margin-right: 20px;
}
.topper-info h1, .preview-info h1 {
font-weight: normal;
font-size: 1.8em;
line-height: 1.2em;
}
.topper-info h2, .preview-info h2 {
font-weight: normal;
font-style: italic;
font-size: 1.4em;
}

#expand {
display: block;
float: left;
width: 161px;
height: 80px;
background: url(http://playgallery.org/images/site_images/expand_button3.png) no-repeat 0 0;
}

#expand:hover { 
background-position: 0 -80px;
}

#expand span{
display: none;
}

.topper-info .entry-author a, .topper-info .entry-date {
color: #ededed;
}

#topper_test {
position: relative;
}

h3.tighten {
color: #fff;
font-weight: normal;
line-height: 1.3em;
margin-bottom: 0;
padding-bottom: 0;
}
.vidlinks {
margin-top: 50px;
}
.vidlinks li {
display: inline;
}

/* BLOG STUFF */
.blogpost {
margin: 0 0 20px 0;
}
.blog_page_title {
height: 39px;
line-height: 1em;
}
.blogtitle {
background: url(http://playgallery.org/images/site_images/blog_grey_banner_655.png) no-repeat;
height: 27px;
color: #333;
font-weight: normal;
padding: 8px 0 4px 15px;
}
h1.blog, h1.browse {
font-weight: normal;
color: #ff0000;
font-size: 2.1em;
line-height: 1em;
padding: 0;
margin: 15px 0 0 0;
}
h1.blog, h1.blog a, h1.blog a:visited {
color: #1a1a1a;
}
h2.subtitle {
font-weight: normal;
color: #57b6dd;
font-style: italic;
font-size: 1.6em;
line-height: 1em;
margin-top: 10px;
}
h5.pagetitle, h1.pagetitle {
text-transform: uppercase;
margin: 0; padding: 0;
}

.entry-author, .entry-date, .comment_posted, .total_videos {
color:#666;
font-size:0.85em;
line-height:1.3em;
letter-spacing: 1px;
text-transform:uppercase;
font-family:Helvetica,Arial,sans-serif;
display: inline;
}

.entry-author-video {
color: #c4c4c4;
}
.entry-author a:link, .entry-author a:visited, .entry-author a:hover {
color: #333;
} 
.entry-date {
float: right;
margin: 0;
padding-right: 15px;
}

.blogauthor {
width: 570px; 
float: left; 
}
.blogdate {
width: 70px; 
float: left; 
margin: 0; 
padding: 0;
}
.blogcontent {
margin: 20px 15px 20px 0px;
width: 570px;
}

.blogcontent p {
line-height: 1.6em;
}
.blogcontent p img {
max-width: 650px;
}
#blog, #singleinfo {
width: 655px;
float: left;
}

#blogsidebar {
border: none;
float: left;
width: 308px;
margin: 44px 0 0 15px;
padding: 0;
line-height: 1.2em;
}
.sidebar_section {
margin: 0 0 30px 0;
}

.author_teaser, .contributor_teaser {
margin-bottom: 10px;
}

.author_teaser img {
float: left;
/*width: 110px;*/
padding-right: 10px;
}
.contributor_teaser img {
float: left;
width: 280px;
padding-right: 15px;
}
.blogend {
background: url(http://playgallery.org/images/site_images/dashes.png) no-repeat;
height: 3px;
margin: 30px 0 0px 0;
}

.member_intro {
font-style: italic;
color: #666;
width: 570px;
}

.blog_more {
float: right; 
margin: 10px 20px 20px 0;
}

/*********
PAGINATION
**********/

#pagination-links ul {
margin-left: 0;
padding-left: 0;
float: left;
}
#pagination-links li {
display: inline;
}
#pagination-links li#li-open {
display: none;
}
#pagination-links li#li-close {
display: none;
}
#pagination-links ul a {
float: left;
background: #f2f2f2;
text-decoration: none;
color: #00b6f8;
text-align: center;
margin-right: 5px;
padding-top: 6px;

}
#pagination-links strong,
#pagination-links b {
text-align: center;
float: left;
color: #fff;
background: #000;
font-weight: normal;
}

#pagination-links li.num a, #pagination-links li.currentpage strong, #pagination-links li.currentpage b {
height: 24px;
width: 30px;
margin-right: 5px;
padding-top: 6px;	
}

#pagination-links li.previouspage a, #pagination-links li.nextpage a, #pagination-links li#end-pagination a  {
padding-right: 10px;
padding-left: 10px;
height: 24px;
}

#pagination-links a:link {
	color: #00b6f8;
}
#pagination-links a:visited {
	color: #00b6f8;
}
#pagination-links a:hover {
background:#00b6f8;
color: #fff;
}
#pagination-links a#current {
	color: red;
}

/*****************************
NAVIGATION! 
*****************************/
#nav{
width: 100%;
background: none;
background-color: #1a1a1a;
}
#nav_wrap {
width: 980px;
background: none;
margin: 0 auto 0 auto;
}

/*New (all) */
#site-nav, #site-nav * {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

ul#site-nav {
position:relative;
height: 26px;
}

#site-nav li {
float: left;
/*width: 139px;*/
position:static;
}

#site-nav li a {
display: block;
position: relative; 
height: 26px;
}

#site-nav li {
text-indent: -9999px;
height: 26px;
background-repeat: no-repeat;
background-position: 0 0; 
}

#site-nav li ul {
width: 980px;
text-indent: 0px;
top: -999em;
position: absolute;
display: none;
background: none; 
height: 1%;
}

html>body #site-nav li ul {
height: auto
}

#site-nav li ul li {
padding-top: 10px;
margin-right: 20px;
text-indent: 0px;
background: none;
}

#site-nav li ul li a, #site-nav li ul li a:link, #site-nav li ul li a:visited {
color: #808080;
background: none;
text-decoration: none;
}

#site-nav li ul li a:active, #site-nav li ul li a:hover, #site-nav li ul li a.subselected  {
color: #ff0000;
background: none;
text-decoration: none;
}

#site-nav li ul li a.archive {
color: #000;
}


/*
#site-nav li:hover, ul#site-nav li.selected {
background-position: 0 -26px; 
}
*/


#site-nav li:hover ul,
#site-nav li.sfHover ul {
left:			0;
top:			26px; 
z-index:		10;
display: block;
background: none;
text-decoration: none;
}

ul#site-nav  li:hover li ul,
ul#site-nav  li.sfHover li ul {
top:			0;
background: none;
text-decoration: none;
}

/*
 ul#site-nav  li.noshow li ul {
background-position: 0 -26px; 
}
*/

.menustories {background-image: url(http://playgallery.org/images/site_images/menu/stories.png);  width: 163px;}
.menufeatured {background-image: url(http://playgallery.org/images/site_images/menu/featured.png); width: 163px;}
.menuallvideos {background-image: url(http://playgallery.org/images/site_images/menu/all_videos.png);width: 165px;}
.menuplaylists {background-image: url(http://playgallery.org/images/site_images/menu/playlists.png); width: 165px;}
.menublog {background-image: url(http://playgallery.org/images/site_images/menu/blog.png); width: 163px; }
.menuabout {background-image: url(http://playgallery.org/images/site_images/menu/about.png); width: 161px;}


/* This is for IE6 Subnav only */
#MSIENAV { 
display: none;
}

/*************************************
JCAROUSEL LITE 
*************************************/
.carousellite {
padding:0 165px;
margin: 0 auto;
width:648px; 
/*height: 280px;*/
display: block;
position: relative;
}
.carouselcontainer{
position: relative;
}

h2.jcarousel-title {
font-family: Georgia, serif;
font-size: 14px;
line-height: 17px;
margin: 6px 0 6px 0;
}

.jcarousellite-item {
width: 205px;
height: 240px;
border: none;
margin: 0 15px 0 0;
background: url(http://playgallery.org/images/site_images/round_background.png) no-repeat;
line-height: 1.2em;
overflow: hidden;
}
.carouseltext {
width: 190px; 
margin: 10px auto 0 auto;
font-family: Verdana, sans-serif;
font-size: 11px;
}

/*.carouselcontainer ul{
height: 250px;
}*/

.carousel_people_prev, .carousel_process_prev, .carousel_work_prev {
float:left; 
display:block; 
background: url(http://playgallery.org/images/site_images/scroll_left_sm.png) left no-repeat;
top: 100px;
left: 5px;
position: absolute;
cursor: pointer;
width: 45px;
height: 44px;
}
.carousel_people_next, .carousel_process_next, .carousel_work_next { 
display:block;
top: 100px;
right: 5px;
position: absolute;
cursor: pointer;
width: 45px;
height: 44px;
background: url(http://playgallery.org/images/site_images/scroll_right_sm.png) left no-repeat;
z-index: 3;
}

.total_videos {
margin: 7px 15px 0 0;
float: right;
}

/*****************************
MORE/LESS INFO STUFF 
******************************/
.more_info {
margin: 10px 0 10px 0px;
width: 490px;
font-size: 13px;
line-height: 1.7em;
/*color: #edeeef;*/
color: #e0e0e0;
}
#full_info { 
margin: 20px 15px 20px 15px;
display: none;
}

/***************************
SEARCH!
*****************************/
.searchbg {
background:url(http://playgallery.org/images/site_images/search_grey.png) no-repeat;
width:220px;
height:21px;
display:block;
border: 0;
}
.search_field {
float:left; /* this will make the images line up */
margin-left: 6px;
margin-top: 3px;
border:0;
padding:0;
width:180px; /* the width of the actual search box, must be shorter than your image so it fits inside it. */
height:18px; /* again, must be slightly less than the image size */
background-color:transparent; /* Makes the search field invisible so you can see the image we want underneath. This doesn’t work in Safari, so I may go back later and give them their own style sheet. For now, I’m not bothered by this small inconvenience. */
}
.search {
background:url(http://playgallery.org/images/site_images/search_grey.png) no-repeat;
width:220px;
height:21px;
padding:0;
margin: 10px 0px 0px 291px; /* change this to position how you like */
}
.search_button {
top:0px;
border: 0px;
margin: 0px 0px 0px 0px;
margin-left:0px;
}

/*Search Results: */
.resultHead {
font-family: Georgia, Serif;
font-size: 1.3em;
line-height: 1.25em;
font-weight: bold;
font-style: italic;
color: #1a1a1a;
border-bottom: 1px solid #cecece;
}
.resultRowOne {
background-color: #fff;
}
.resultRowTwo {
background-color: #e8e8e8;
}

/******************
RSS
*****************/
.blogrss {
float: right; 
margin-top: 12px; 
}

/*****************
 jRounded Corners - BOXES
*****************/
.box{position:relative;background-color:#ececec;margin-bottom:25px;padding:10px;}
.box .tl,.box .tr,.box .bl,.box .br{position:absolute;width:10px;height:10px;}
.box .tl{background-image:url(http://playgallery.org/images/site_images/jRounded_images/new/box-tl.gif);top:0;left:0;}
.box .tr{background-image:url(http://playgallery.org/images/site_images/jRounded_images/new/box-tr.gif);top:0;right:0;}
.box .bl{background-image:url(http://playgallery.org/images/site_images/jRounded_images/new/box-bl.gif);bottom:0;left:0;}
.box .br{background-image:url(http://playgallery.org/images/site_images/jRounded_images/new/box-br.gif);bottom:0;right:0;}
.box .bg-white{background-color:#fff;padding:10px;}

.boxMe p {
	font-size: 11px;
}


/* SHARE THIS / META LINKS */

.meta {
margin-top: 20px;
}

.meta ul.meta-links {
list-style-type:none ;
margin:0;
padding:0;
height:20px;
}             

.meta ul.meta-links li {
float:left;
margin-right:20px;
margin-bottom:0;
padding:5px 0 5px 0px;
font-family:"Lucida Grande", Lucida, Geneva, sans-serif;
font-weight:bold;
font-size:11px;
}

.meta ul.meta-links li img {
padding-right:5px;
}

/*TITLES - ANDRE? */

h1.browse {
display: inline;
width: 440px;
}

h1.playlist {
font-weight: normal;
color: #ff0000;
font-size: 2.1em;
line-height: 1em;
padding: 0;
margin: 15px 0 15px 0;
} 

/*******************************
STORIES & gallery stuff here.
********************************/
.gallery-table {
margin: 0 auto;
}
.gallery-center {
margin: 0 auto;
}
.gallery-center ul {
list-style: none;  
margin: 0;  
padding: 0; 
}

.gallery-center ul li {
display: block;  
float: left;
padding-left: 2px;
list-style-type: none;  
}

.gallery-center ul li.nopadding {
padding: 0;
}

.gallery-thumb img {
display: inline;
}
.story {
width: 980px;
float: left;
}
.story p, .story h1, .story h2, .story h3, .story h4 {
width: 450px;
margin: 20px auto;
}
.story ul.list {
width: 550px;
margin: 20px auto;
list-style: disc outside;
}
.story ul.list li {
list-style: disc outside;
}
 .videowide {
width: 600px;
margin: 20px auto;
}

.story p {
line-height: 1.4em;
}
.story h2, .story h3, .bigintro {
font-family: Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
/*font-style: italic;*/
font-weight: normal;
}
 .story blockquote {
font-style: italic;
width: 550px;
margin: 20px auto;
}

.story h2 {
font-weight: normal;
color: #1a1a1a;
font-size: 2.1em;
line-height: 1em;
padding: 0;
/*margin: 15px 0 0 0;*/
}

.bigintro, .story h3 {
font-style: italic;
color: #1a1a1a;
font-size: 1.6em;
line-height: 1.2em;
}
.story h3 {
font-style: normal;
color: #1a1a1a;
font-size: 1.45em;
}

.standout {
font-style: italic;
color: #6d6d6d;
}
.caption {
font-style: italic;
margin-bottom: 25px;
text-align: center;
}
.storyimage {
margin: 15px 0 15px 0;
}
.story .storyimage {
margin: 0;
}
.storycomments {
width: 655px;
margin: 50px auto;
}
.storycomments p {
width: 630px;
} 

.storycomment-inner p.fancy {
width: 630px;
margin:0;
}
.storycomment-inner {
margin-top: 35px;
}

.quotebox {
/*float: left; */
background: #cecece; 
width: 600px; 
margin: 20px auto; 
padding: 20px 8px 8px 8px;
}
.quotebox p {
float: left;
/*width: 510px;*/
color: #1a1a1a;
font-size: 12px;
font-style: italic;
font-family: Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
margin-top: 0;

}
.quotebox img {
float: left; 
width:65px; 
margin: 0 10px 2px 0;
}
.quotestart {
font-size: 1.6em;
line-height: 1.2em;
}



/*PLAYLISTS*/
.playlist_text {
margin: 0 auto;
width:648px; 
display: block;
}
.playlist_text p {
width:490px;
}

/***************
FOOTER
***************/

/* Begin Footer   ANDRE*/
#footer {
width: 980px;
margin: 0px auto;
padding: 5px 0 50px 0;
clear: both;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
color: #999191;
}

.footertextfront img {
vertical-align: bottom;
/*height: 25px;*/
float: left; 
padding-right: 20px;
}

.tinytext {
font-size: .75em;
margin-top: 10px;

}
#footer {
margin-top: 30px; 
border-top: 1px solid #cecece;	
}
.footertextfront {
padding-left: 40px; height: 36px;
}
.footertextfront p {
overflow:visible;
line-height: 1.1em;
}

/********************
SITEMAP
********************/

ul.sitemap {
margin-left: 25px;
}
ul.sitemap li {
list-style-type:disc;
}
