/* 2010 Concert-Pictures.com
------------------------------------------------------------*/

/* RESET: =reset
------------------------------------------------------------*/
/* RESET.CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit;	font-size: 100%;font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }

h1, h2, h3, h4{color:#000;}

body {line-height: 1.3;}

table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
p{padding:0 0 15px 0;}
/* ol, ul { list-style: none; } */

.left { float:left;	display:inline; }
.right { float:right; display:inline; }
.center { text-align: center; }
.imagereplaced { text-indent:-999999px; }
.strong{font-weight:bold;}
.note{color:#999; font-style:italic;}
.pad{padding-top:15px;}


/*clear fix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear{display:block;clear:both;height:0;visibility:hidden;}

a{text-decoration:none;color:#05f;}
a:hover{text-decoration:underline;}

/* GENERAL: =general
------------------------------------------------------------*/
body{
	background-color: #fff;
	background-image: url(/images/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-color:#fff;
}

#wrapper{
	margin: 0px auto;
	padding:0;
	display: block; 
	position: relative; 
	width: 980px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}	

#header{
	margin: 0;
	width: 980px;
	height: 80px;
}

#header .logo{float:left;height:49px;}
#header .social{text-align:right;float:right;width:400px;padding-top:5px;}
#header .social a{padding-left:5px;}

#header .topnav{
	color:#fff;
	font-family:arial,"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	float:left;
	margin:3px 0 20px 0;
}
#header .topnav a{
	color:#fff;
	padding-right:.5em;
}

#header .searchbox{
	float:right;
	margin: 5px 0 0 0;
}

#header .uiSearchInput button {
background:url("/images/searchicon.png") no-repeat scroll 0 0 transparent;
border:0 none;
cursor:pointer;
display:block;
float:right;
height:19px;
padding:0;
position:absolute;
right:0;
top:7px;
width:20px;
z-index:2;
}

#breadcrumbs{
	margin-top:11px;
	font-size:11px;
	color:#888;
	height:12px;
}
#breadcrumbs span{
	padding:0 5px 0 5px;
	color:#666;
	font-size:10px;
}
#breadcrumbs a{
	padding:0 5px 0 5px;
	color:#666;
	font-size:10px;
}
#breadcrumbs .bcfirst{
	padding-left: 0 !important;
}

#subhead{
	padding-top:1px;
	height:39px;
}
h1{
	color:black;
	font-size:23px;
	font-weight:normal;
	height:23px;
	font-family:"Trebuchet MS", Arial;
}

.contentArea {
	padding: 15px;
}

.pagingWrap {
	padding: 15px;
	text-align: center;
}

.menu, .picmenu{
	height:16px;
	margin-top:8px;
	font-size:11px;
}
.picmenu{
	width:660px;
}
.picmenu a{
	margin: 0 5px 0 5px;
}
/*---------------------*/
#subhead .tablist {list-style:none; height:14px; padding-top:0px; margin:0; border: none; } 
#subhead .tablist li { float:left; margin-right:3px; } 
#subhead .tablist li a{
	display:block; padding:0 10px; 
	text-decoration:none; 
	border:1px solid #2e90c8; 
	border-bottom:1px solid #2e90c8; 
	font:bold 13px/20px arial, "Trebuchet MS",helvetica,sans-serif; 
	color:#05d; 
	background-color:#b1dfff; 
	/* CSS 3 elements */ 
	webkit-border-top-right-radius:3px; 
	-webkit-border-top-left-radius:3px; 
	-moz-border-radius-topright:3px; 
	-moz-border-radius-topleft:3px; 
	border-top-right-radius:3px; 
	border-top-left-radius:3px;
 } 
#subhead .tablist li a:hover { background:#0081e5;/*background:#3cf;*/ border:1px solid #0081e5; color:#fff; text-decoration:none; }
#subhead .tablist li#current a { background-color: #fff; color: #000; border-bottom:1px #fff solid;} 
.tablist li#current a:hover { background: #39C; } 

#subhead .picnav{
	float:right;
}


/*PHOTOGRAPHER PAGES*/
/*---------------------*/
.photographerbio{
	padding:5px 0 15px 0;
}
.biopic{
	width:180px;
	float:left;
	display:inline;
}
.biopic img{
	width:inherit;
}
.bio{
	float:right;
	display:inline;
	width:450px;
}
dl{
	width:360px;
	display:block;
	font-size:12px;
	clear:both;
	padding:0 0 13px 0;	
	margin:0 0 10px 0;
}
dt{
	font-weight:bold;
	width:110px;
	display:inline;
	float:left;
}
dd{
	font-weight:normal;
	width:250px;
	display:block;
	float:right;
	clear:right;
}

/*PICTURE PAGE*/
/*---------------------*/
#picturepage{
	padding: 0 0 15px 0;
	display:block;
}

#piccontainer .gallery{
	margin:23px 0 15px 0;
	padding:5px;
	border:1px #bbb solid;
	width:660px;
	min-height:200px;
	background:#eee;
	text-align:center;
}
#subhead h1.fb{
	float:left;
	display:inline;
}
#subhead .fblikepic{
	float:left;
	display:inline;
	padding: 2px 0 0 20px;
	height:15px;
}

#belowpic{
	width:inherit;
	font-size:12px;
}
#belowpic .picleft{
	float:left;
	display:inline;
	width:410px;
}
.minigallery{
	width:inherit;
	padding:0 0 15px 0;
}
h3{
	font-size:16px;
	padding:0 0 10px 0;
}
.minipic{
	margin: 0 10px 0 0;
	padding: 5px;
	width:72px;
	border:1px solid #ccc;
	background:#fff;
	float:left;
	display:inline;
	text-align:left;
}
.minipic img{
	height:72px;
	width:72px;
}
#belowpic .picright{
	float:right;
	display:inline;
	width:220px;
	font-size:11px;
	color:#555;
	line-height:1.4em;
}
#belowpic .fblike{
	height:24px;
	padding: 0 0 15px 0;
}

/*---------------------*/
/*ARTIST PICTURES HOME*/
/*---------------------*/
.artistpictures{
	padding:0 0 15px 15px;
}

.artistpictures .listItemContent{
	color: #555;
	font-size: 12px;
	line-height:inherit;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.artistpictures .listItem{margin:0;padding:15px 0 15px 0;
	border-bottom:5px #eee solid;
}

.listItemTitle a{color:#04f;}
.listItemTitle{margin-bottom:5px;font-family:"Trebuchet MS", arial;}
.listItem img{float:left;margin-right:15px;}

.artistpictures .imageList img, .artistpictures .listItem img, .artistpictures .pageImage img {
	width: 135px;
	border: solid 1px #ccc;
	padding: 5px;
}

.listItemMeta {
	font-size: 11px;
	padding-top:10px;
}

.listItemMeta span{
	padding-right:10px;
}

.listItem img {
	border: solid 1px #ccc;
	padding: 5px;
}




/*NEWS FEEDS*/
/*---------------------*/
.newsfeed{
	padding:0 0 15px 15px;
}

.listItemContent{
	color: #555;
	font-size: 12px;
	line-height:inherit;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
.listItem{margin:0;padding:15px 0 15px 0;
	border-bottom:5px #eee solid;
}

h1.listItem{border-bottom:2px #222 solid;margin:0;padding:0;}
.listItemTitle a{color:#04f;}
.listItemTitle{margin-bottom:5px;font-family:"Trebuchet MS", arial;}
.listItem img{float:left;margin-right:15px;}
.imageList img, .listItem img, .pageImage img {
	width: 100px;
	border: solid 1px #ccc;
	padding: 5px;
}

.listItemMeta {
	font-size: 11px;
	padding-top:10px;
}

.listItemMeta span{
	padding-right:10px;
}

.listItem img {
	border: solid 1px #ccc;
	padding: 5px;
}



/*COMMENTS*/
/*---------------------*/
.comments{
	background:#ecf4f8;
	padding:10px;
}
.commentname{
	padding-right:5px;
	font-weight:bold;
}
.commenttable{
	width:390px;
	font-size:12px;
}
.comments table td{
	vertical-align:top;
	padding:5px 10px 5px 0;
}
.comments table td.cellLabel{font-weight:bold;}

.commentdate{
	font-size:10px;
	color:#888;
}

.comments .commentIndent {
	padding: 0px;
	background: url(/images/diagltblue.gif);
	border-bottom: solid 2px #fff;
}

#postCommentName, #postCommentWebsite {
	width: 200px;
	padding: 5px;
	border: solid 1px #ccc;
	font-family: sans-serif;
}

.comments .cellLabel {
	padding-top: 10px;
	text-align: right;
}

#postCommentText {
	width: 300px;
	padding: 5px;
	border: solid 1px #ccc;
	font-family: sans-serif;
}

#container{
	padding: 14px 0 15px 0;
	display:block;
}

#maincontainer, #piccontainer{float:left;width: 660px; min-height:600px; color:#555;}

#maincontainer h2{
	font-family:"Trebuchet MS",arial;
	font-size:18px;
	display:inline;
	font-weight:normal;
	padding:0 10px 0 0;
}
#maincontainer .count{
	font-size:11px;
	color:#888;
	line-height:1.8em;
}

/* RIGHT COLUMN - ads */
/*---------------------*/

#rightcol{
	float:right;
	width:300px;
	padding-top: 15px;
}

#rightcol .featured{
	border:1px #ccc solid;
	padding:10px;
	width:278px;
	height:238px;
	margin-bottom:15px;
}
#rightcol .featured:hover{
	border:1px #f06 solid;
	background:#fce;
}
#rightcol .featurepic{
	background:#eee;
	width:276px;
	height:220px;
	margin:0 auto;
	text-align:center;
}
#rightcol .featurepic img{
	width:inherit;
	height:inherit;
}
#rightcol .featuretext{
	font-size:14px;
	text-align:left;
	padding:5px 0 0 0;
}
#rightcol .medrec{
	padding-bottom:15px;
}
#rightcol .sidelist{
	border-top:5px solid #F38;
	width:300px;
	margin: 0 0 15px 0;
	padding-top:5px;
	font-size:14px;
}	

#rightcol .homecomment{
	background:#f3f8fb;
	border-bottom:3px #fff solid;
	padding:10px;
	font-size:12px;
}
			
#rightcol h3{
	color:black;
	font-size:16px;
	font-weight:normal;
	height:14px;
	font-family:"Trebuchet MS", Arial;
}

#rightcol .fbside{
	width:300px;
	height:300px;
	
	background:#fff;
}

#rightcol.album{margin-top:17px;}

#rightcol.picture{margin-top:22px;}

#rightcol.homer{margin-top:-5px;}

/* PICTURE Album 
------------------------------------------------------------*/

#maincontainer .album, #maincontainer .gallery{
	margin:0 0 15px 15px;
	padding:10px 0 0 0;
	border-bottom:5px #eee solid;
	width:645px;
	min-height:100px;
}

#maincontainer .sort{
	float:right;
	margin-top: 8px;
	display:inline;
	font-size:11px;
	color:#666;
}

.sort a{margin-left:8px;}

.albumrow{}

.album .picbox{
	margin: 0 15px 15px 0;
	padding: 0;
	width:100px;
	border:0 solid #ccc;
	background:#fff;
	min-height:120px;
	float:left;
	display:inline;
	text-align:left;
}

.album .metabox{
	margin: 0 15px 15px 10px;
	padding: 0;
	width:450px;
	border:0 solid #ccc;
	background:#fff;
	min-height:120px;
	float:left;
	display:inline;
	font-size:12px;
	text-align:left;
	line-height:1.4em;
}

.metabox .title{font-size:18px;}
.metabox .title a{text-decoration:underline;}
.metabox .description{color:#333;}
.metabox .photocredit, .metabox .photocredit a{}
.metabox .tagged{font-size:11px;color:#666;line-height:1.7em;}

.album .picbox img{width:inherit;padding-bottom:5px;display:block;}
.album .textbox a{}

.album .picbox a{
	display:block;
	text-decoration:none;
	display:block;
	width:inherit;
	color:#05f;
	font-weight:bold;
	font-size:11px;
}



/* PICTURE Gallery 
------------------------------------------------------------*/
.album .abox, .gallery .abox{
	margin: 0 10px 0 0;
	padding: 0 15px 0px 0;
	width:135px;
	border:0 solid #ccc;
	background:#fff;
	float:left;
	display:inline;
	text-align:left;
	height: 195px;
}
.album .abox{min-height:200px;}

.album img, .gallery img{
	padding:5px;
	border:1px #ccc solid;
	background:#fff;
}

.album img a:hover{
	padding:5px;
	border:1px #f06 solid;
	background:#f06;
}

.album .abox img, .gallery .abox img{
	width:inherit;
	margin-bottom:5px;
	display:block;
}

.album .abox a, .gallery .abox a{
	display:inline;
	width:inherit;
	color:#05f;
	font-weight:bold;
	font-size:11px;
	line-height:1.1em;
}

.album .count, .newsfeed .count{
	padding-bottom:11px;
}

/* SEARCH BOX: =search
------------------------------------------------------------*/

#navSearch{}
#navSearch .inputtext{width:285px}
#navSearch .uiSearchInput{border:0}
#navSearch .uiTypeahead,
#navSearch .uiTypeahead .wrap{border-color:#3b5998}


textarea, .inputtext, .inputpassword{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #bdc7d8;
border-right-color-value: #bdc7d8;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #bdc7d8;
border-left-color-value: #bdc7d8;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 11px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 5px;
}

.inputtext, .inputpassword{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-bottom: 4px;
}

.ff3.mac .inputtext, .ff3.mac .inputpassword{
padding-bottom: 3px;
}


/* FOOTER:
------------------------------------------------------------*/
#footer{
	padding: 15px 0 25px 0;
	background-color:#000;
	border-top:4px solid #f07;
	margin: 0 auto !important;
	text-align:center;
}
#footer .foot{
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:980px;
}

#footer a{color:#56aee1;}
#footer .about a{color:#aaa;}

#footer .boxes{
	text-align:left;
	float:left;
	display:inline;
	min-height:150px;
	width: 190px;
	color:#eee;
	font-size:12px;
	margin-right:30px;
}

#footer .about{
	text-align:left;
	float:right;
	display:inline;
	min-height:150px;
	width: 300px;
	color:#aaa;
	font-size:12px;
}

#footer .about .title{
	font-family:"Trebuchet MS",arial !important;
	color:#aaa;
	font-weight:normal;
	font-size:20px;
}

#footer .title{
	font-family:"Trebuchet MS",arial !important;
	color:#f07;
	font-weight:normal;
	font-size:20px;
}

#footer ul{
	margin: 5px 0 0 0; 
	list-style-position: outside;
	list-style-image: url(img/b-star.png);
}

#footer ul li{
	margin: 0 0 2px 16px; 
	line-height: 1.3em;
	font-size: 11px;
	padding: 2px 0 2px 0;
	/*border-bottom: 1px dotted #111;*/
}

#footer ul li a{
	margin: 0 0 3px 0;
	font-weight: normal;
}

#footer .about ul{
	margin: 5px 0 0 0; 
	list-style-position: outside;
	list-style-image:none;
	list-style:none;
}

#footer .about ul li{
	margin: 0 0 2px 0px; 
	line-height: 1.3em;
	font-size: 11px;
	padding: 4px 0 4px 0;
	/*border-bottom: 1px dotted #111;*/
}



/* HOMEPAGE */

.homepageSection{margin:10px 0 15px 0;}
.homesections{margin-bottom:15px;width:665px;}
.homeleft{
	border-top:5px solid #F38;
	width:325px;
	float:left;
	display:inline;
	padding-top:5px;
}
.homeright{
	float:right;
	width:325px;
	border-top:5px solid #F38;
	display:inline;
	padding-top:5px;
}

.home1col{
	border-top:5px solid #F38;
	width:665px;
	margin: 0 0 15px 0;
	padding-top:5px;
}	

.section{
	margin:5px 0 15px 0;
}
.homesections h3{
	color:black;
	font-size:16px;
	font-weight:normal;
	height:14px;
	font-family:"Trebuchet MS", Arial;
}
.homepics{
	width:115px;
	float:left;
	display:inline
}
.homepics img{
	width:100px;
	height:100px;;
	padding:5px;
	border:1px #ccc solid;
	background:#fff;
}
.picdetails{
	float:right;
	height:100px;
	display:inline;
	font-size:12px;
	width:205px;
}
.homesections .picmeta a {
	color: #888;
}
.artists, .musicians{
	padding:5px 0 10px 0;
}	
.artists { font-size: 12px; }
.artists li { list-style-type: none; }
.artists .artistsColumn { float: left; width: 220px; }
.musicians { font-size: 12px;}
.musicians li { list-style-type: none; }
.musicians .musiciansColumn { float: left; width: 220px; }

.galleryMeta {
	margin: 10px 15px 0px 10px;
	font-size: 12px;
}

.socialBar {
	padding: 10px;
}

.pictureSocialAndMeta {
	padding: 10px;
	margin-bottom: 15px;
}

.gallery p {
	margin-top: 5px;
	font-size: 12px;
}

.rightcol-content ul {
	list-style-type: none;
	margin: 5px 0px 10px 10px;
}
