@charset "UTF-8"; /* Safari may not like this */
/*   
Theme Name: Phoric Photography
Theme URI: http://www.phoric.org/wp-content/themes/PhoricPhoto 1.0/
Description: Phoric
Author: Phoric
Author URI: http://www.phoric.org
Version: 1.0
.
Theme and all content Copyright (c) Phoric.org, All Rights Reserved. Steal and I will find you.
.
*/



/* --- main div areas ------------------- */

body {
	background-color: #000000;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

#header {
	width: 400px;
	height: 70px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;	
	margin-bottom: 0px;
	background-image:url(images/phoricphoto_logo.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#header a {
	display:block;
	width: 400px;
	height: 70px;
	text-decoration:none;
	outline:none;
}

#header a:link {
	color: #000;
}
#header a:visited {
	color: #000;
}
#header a:hover {
	color: #000;
}
#header a:active {
	color: #000;
}

#mainWrap {
	width:980px;
	height:auto;
	margin:0 auto;
	margin-top:15px;
}	

#photoframe {
	width: 980px;
	text-align:center;
	height:auto;
	z-index:100;
	position:absolute;
	left: 50%;
	margin-left:-490px;
}

#photoframe img {
	border:solid 10px;
	border-color:#111111;
	position:relative;
	z-index:100;
}

#photoMetaWrap {	/* contains the photoMetaColumn divs */
	width:980px;
	height:auto;
	background-color:#111111;
	padding-bottom:20px;
	}
	
	
#photoMetaColumnRight { /* wraps the photoTitle div */
	width:500px;
	height:auto;
	float:left;	
}

#photoMetaColumnLeft { /* wraps the photoNav and commentsLink divs */
	width:480px;
	height:auto;
	float:left;	
}


#photoTitle {  /* div in which the title and description lives */
	width: 500px;
	text-align:left;
	margin-right:30px;
	margin-left:20px;
	float:left;
}

#photoNav { /* Nav buttons just under the photo */
	width: 480px;
	text-align:right;
	margin-top:8px;
	float:left;
	
}

.clear {
	clear:both;
}




/* --- browse/archives ------------------------- */

#browseWrap {
	background-color:#111111;
	width:980px;
	margin-left:0 auto;
	margin-right:0 auto;
	padding-bottom:20px;
	margin-top:0px;
	padding-top:10px;
	
}


#browseTitleWrap {
	background-color:#222222;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:30px;	
	padding-top:30px;
	
	
}


#browseTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:32px;
	font-weight:bold;
	color: #111;
	text-shadow: 0px 1px 2px #333;


	
	}
	
/*	
#browseCat {
	padding-left:auto;
	text-align:right;
	float:right;
	padding-top:12px;
	padding-right:50px;
	
	
}
*/


#photoThumb {
	height:auto;
	width:auto;
	float:left;
	margin-top:6px;
	
}

#photoThumb img {
	
	text-decoration:none;
	
	border-color: #181818;
 	border-width: 10px 10px 10px 10px;
	border-style: solid solid solid solid;
	
	margin-left:20px;
	margin-right:20px;
	
}

#photoThumb a {
	outline:none;	
	
}




/* --- about ------------------------------------- */

#aboutWrap {
	background-color:#111111;
	width:980px;
	margin-left:0 auto;
	margin-right:0 auto;
	padding-bottom:50px;
	margin-top:6px;
	padding-top:10px;
	
	
}


#aboutImage {
	width:960px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	background:url(images/phoric_cameraop.jpg) no-repeat;
	height:455px;
}

#aboutContent {
	width:880px;
	margin-left:50px;
	margin-right:50px;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.8em;
	
}


#aboutContent a {
	text-decoration:none;
	color:#EBD584;
	
}


#aboutContent a:hover {
	text-decoration:none;
	color:#FFF;
	
}



/* --- commentsLink area ------------------------- */


#commentsLinkWrap {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	background-color:#111111;
	float:right;
	
}


#commentsPlusMinus {
	width:36px;
	height:36px;
	background:url(images/commentPlusMinus.png) no-repeat;
	float:left;
	vertical-align:middle;
	outline:none;
}



#commentsPlusMinus a {
	display:block;
	height:100%;
	width:100%;
	outline:none;
}

#commentsLink {
	height:36px;
	margin-top:0px;
	margin-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	text-align: right;
	font-weight:normal;
	float:right;
	text-decoration:none;
	vertical-align:middle;
	line-height:31px;
	outline:none;
}

#commentsLink a {
	color:#c3bfaf;
	text-decoration:none;	
	outline:none;
}

#commentsLink a:hover {
	color:#FFF;	
	text-decoration:none;
}

#commentsNumPar {
	color:#333;
}

#commentsNum {  /* number of comments */
	color: #FFF;
}




/* --- Comments Area ------------------------------ */


#commentsWrap {
	width:980px;
	height:auto;
		
	/* background-color:#4e473a; */
	
	background-color: #111111;
	
	
}


#commentsColumnsWrap {
	width:980px;
	height:auto;	
	padding-top:50px;
	padding-bottom:25px;
}

#commentsColumnLeft {
	width:500px;
	height:auto;
	float:left;
	margin-left:50px;
	margin-right:25px;
}


#commentsColumnRight {
	width:300px;
	height:auto;
	float:left;
	margin-left:50px;
	margin-right:0px;

	
}


#commentsTop {
	width:980px;
	height:10px;
	background:url(images/commentsbg_top.png) no-repeat bottom;	
}

#commentsBottom {
	width:980px;
	height:10px;
	background:url(images/commentsbg_bottom.png) no-repeat bottom;
}

#toggle-comments {
	
	height:auto;
	
}



/* ---- Comment input Form ----------------- */



#respond {
	
	}


#respondTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #666;
	/* text-shadow: 0px 1px 2px #222222; */
	margin-bottom:20px;
	
	
}


input {
	/* background:none repeat scroll 0 0 #17100D; */
	background:none repeat scroll 0 0 #000;
	/* border:1px solid #2F201A; */
	border:1px solid #37342c;
	
	color:#B4A59F;
	font:12px arial,helvetica,verdana,sans-serif;
	margin-left:0px;
	

}


textarea {
	/* background:none repeat scroll 0 0 #17100D; */
	background:none repeat scroll 0 0 #000;
	/* border:1px solid #2F201A; */
	border:1px solid #37342c;
	
	color:#B4A59F;
	font:12px arial,helvetica,verdana,sans-serif;
	margin-left:0px;
	padding:5px;
	

}


.comment-field {


margin:15px 0 0 0;
width:210px;
}

.message textarea {
	
	padding:6px;
	width:95%;
	
	
}

.comment-name {

	width: 210px;

	height: 31px;

	background: url(images/comment-field-name.gif) no-repeat;

}



.comment-email {
	
	width: 210px;

	height: 31px;

	background: url(images/comment-field-email.gif) no-repeat; 

}



.comment-website {

	width: 210px;
	height: 31px;

	background: url(images/comment-field-website.gif) no-repeat;

}

.comment-name input, .comment-email input, .comment-website input{

	margin: 7px 0 0 31px;

	border: 0;

	width: 80%;

}

.add-comment input {
	
	color:#EEDDB3; 
	padding:6px;
	width:210px;
	
}




/* ---- posted Comments list ----------------- */



#comments {

	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	/* color: #211E19;
	text-shadow: 0px 1px 2px #7F755F; */
	
	color:#666;
	/* text-shadow: 0px 1px 2px #222222; */


	
	}
	
	
#commentsPostTitle {
	color: #999;
}
	





.comments-template{
	/* margin: 10px 0 0; */

	/* padding: 10px 0 0; */
}



.commentEntryWrap {
	margin-top:0;
	margin-bottom:25px;	
	padding:15px;
	background-color:#0d0d0d;
	
}


.commentmetadata {	/* post date and time */
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 11px;
	color: #999;
}

.commentmetadata a {	/* admin edit */
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 11px;
	color: #c3bfaf;
	text-decoration:none;
}


.commentmetadataLine {	/* post date and time */
	margin-left: 0px;
	margin-right: auto;
	margin-top:3px;
	margin-bottom:3px;
	width:65%;
	border-bottom-style: dashed;
	border-bottom-color:#222;
	border-bottom-width:1px;
	border-width:1px;
}





.comment-RowTop { /* where the author's name goes */
	width:auto;
	height:auto;
	
	border-width:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	background:url(images/comment_red.gif) no-repeat;
	padding-left: 20px;
	text-transform:uppercase;
	line-height:1.0em;
	
}


.comment-RowTop a { 
	color:#EBD584;
	text-decoration:none;
		
	
}

.comment-RowTop a:hover { 
	color: #FFF;
	text-decoration: underline;
		
	
}


.comment-RowTopSaid {
	text-transform:none;
	color: #CCC;
}

.comment-RowTopLine {
	border-bottom:thin;
	border-bottom-color: #222;
	border-bottom-style:dotted;
	margin-bottom:12px;
	margin-top:12px;
}


.comment-ColumnLeft {
	width:80px;
	height:auto;
	float:left;
	
	
}

.comment-ColumnRight {
	width:345px;
	height:auto;
	margin-left:25px;
	float:left;
	
	
	
}

.comment-ColumnRight p {
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #EFEFEF;
	
	
	
}

.comment-ColumnRight em {   /* awaiting moderation */
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #999;
	
	
	
}






/* --- bottom footer areas --------------------- */



#bottomContent {
	width:980px;
	height:auto;
	color:#CCC;
	background-color:#37342c;
	/* background:url(images/bottombg.gif) top no-repeat #37342c; */
	
	
}


#bottomContentLeft {
	float:left;
	width:300px;
	height:auto;
	margin-left:50px;
	margin-right:50px;
	margin-top:40px;
	margin-bottom:30px;

}


#bottomContentMid {
	float:left;
	width:190px;
	height:auto;
	margin-top:40px;
	margin-bottom:30px;
	margin-right:50px;
	margin-left:50px;

}


#bottomContentRight {
	float:left;
	width:190px;
	height:auto;
	margin-right:50px;
	margin-left:50px;
	margin-top:40px;
	margin-bottom:30px;

}



#footer {
	width:960px;
	height:auto;
	background-color:#101010;
	vertical-align:middle;

	padding-top:14px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:10px;
	
}


#footerCopy {
	background:url(icons/phoricphoto_icon_34.png) no-repeat;
	background-position:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
	text-align:right;
	display:block;
	line-height:21px;
	padding-right: 50px;
	margin-right:10px;
	
}






/* --- image-over hover nav arrows ------------------ */


#photoNavWrap {
	width:980px;
	height:auto;
	z-index:500;
	position:relative;
}

 #photoLeft {
	padding-top:10px;
	padding-bottom:10px;
	width:490px;
	height:auto;
	float:left;		
	position:relative;
	
} 

#photoLeft a {
	text-decoration:none;
	height:100%;
	width:100%;
	display:block;
	color:#000;
	outline:none;
}

#photoLeft a:hover {
	background:url(images/prevImage.png) no-repeat;
	background-position:10% 50%;
	
}


#photoRight {
	padding-top:10px;
	padding-bottom:10px;
	width:490px;
	height:auto;
	float:left;
	position:relative;
}

#photoRight a {
	text-decoration:none;
	height:100%;
	width:100%;
	display:block;
	color:#000;
	outline:none;
}

#photoRight a:hover {
	background:url(images/nextImage.png) no-repeat;
	background-position:90% 50%;
}





/* --- primary text ------------------------------------------------*/


h1 {		/* Title of photo */
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	color:#ff7200;
	text-transform: lowercase;
	line-height:normal;
	padding-top:0px;
	padding-bottom:4px;
	display:inline;
	
	
}


h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	color: #FFF;
	line-height:normal;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:12px;
	display:inline;
}


h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #CCC;
	font-weight:normal;
	font-style:normal;
	padding-bottom:10px;
}

h3 a {
	color: #EBD584;
	text-decoration:none;
	
}

h3 a:hover {
	color:#FFF;	
}

.photoDesc {		/* Description of Photo */
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#CCC;
}


.photoDesc a {		/* Description of Photo */
	color: #EBD584;
	text-decoration:none;
}


.photoDesc a:hover {		/* Description of Photo */
	color:#FFF;	
}



.photoDate {		/* Date of Photo */
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color: #999;
	line-height:1.8em;
}




/* --- bottom links ------------------------------------- */

#rss {
	background: url(icons/rss.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;
	
}


#twitter {
	background:url(icons/twitter.png) no-repeat;
	padding-left: 22px;
	line-height:22px;
	display:block;
	outline:none;
	
}

#flickr {
	background:url(icons/flickr.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;

}

#phoricFilmsIcon {
	background:url(icons/phoric16.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;
}

#vimeo {
	background:url(icons/vimeo.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;
}

#vfxy {
	background:url(icons/vfxy.png) no-repeat;
	padding-left: 22px;
	line-height:22px;
	display:block;
	outline:none;
	
}

#photoblogsorg {
	background:url(icons/photoblogsorg.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;

}

#coolphotoblogs {
	background:url(icons/coolphotoblogs.png) no-repeat;
	padding-left:22px;
	line-height:22px;
	display:block;
	outline:none;
}





/* --- below-image nav buttons ------------------------- */

#nextPhoto {
	width:80px;
	height:22px;
	background-color:#222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:10px;;
	float:right;
	text-align:right;
	margin-left:8px;
	margin-right:20px;
	line-height:22px;
	border:thin solid #333;
	
	letter-spacing:1px;
	
	
}

#nextPhoto a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#CCC;
	background-color:#222222;

	
}

#nextPhoto a:hover {
	
	color:#FFF;
	background-color:#333;
	
}

#nextPhoto p {
	margin-top:0;
	margin-bottom:0;
	
}


#prevPhoto {
	width:80px;
	height:22px;
	background-color:#222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	float:right;
	text-align:left;
	margin-left:8px;
	line-height:22px;
	border:thin solid #333;
	letter-spacing:1px;
}

#prevPhoto a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#CCC;
	background-color:#222222;
	
	
}


#prevPhoto a:hover {
	
	color:#FFF;
	background-color:#333;
	
}

#prevPhoto p {
	margin-top:0;
	margin-bottom:0;
	
}

#browse {
	width:160px;
	height:22px;
	background-color:#222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	float:right;
	text-align: center;
	line-height:22px;
	border:thin solid #333;
	letter-spacing:1px;
	
}

#browse a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#CCC;
	
}


#browse a:hover {
	
	color:#FFF;
	background-color:#333;

	
}

#browse p {
	margin-top:0;
	margin-bottom:0;
}

