/*   
Theme Name: widephototheme
Theme URI: www.bencollinsphotography.com
Description: my new all singing, all dancing theme
Author: Ben Collins
Author URI: www.bencollinsphotography.com
Template: widescreen
Version: 0.1
*/

@import url('../widescreen/style.css');


body {color:#fff;background: #fff}

h1 {color:#222;font-size:18pt}

.menu li li {
	background: #fff
}
.menu li li li {
	background: #fff
}
.menu li:hover, .menu li.sfHover, .menu a:focus, .menu a:hover, .menu a:active {
	background: #fff
}

	/* Define the characteristics of the Portfolios main page 
-------------------------------------------------------------- */

.PortfoliosMain {
	clear: both;
	float: left;
	width: 800px;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.PortfoliosMain img {
	width: 220px;
	height: 147px;
	padding: 5px;
	margin: 0px 20px 0px 10px;
	border: none;
	float: left;
}

.PortfoliosMain p {
	color: #a2a2a2;
	padding: 5px;
}

.phead p {	
	font-size: 18px;
	color: #a2a2a2;
	padding: 5px;
}

.PortfoliosLink a, .PortfoliosLink a:link {
	text-decoration:none;
}

.PortfoliosLink a:hover p {
	text-decoration: none;
    color: #666;
}

.PortfoliosLink a:hover img {
	padding: 4px;
	border: 1px solid #666;
}


	/* Define the characteristics of the individual Portfolio pages of thumbnail images 
-------------------------------------------------------------- */

.hspacer {
	clear: both;
	padding-top: 50px;
}

.float {
	float: left;
}

.PortfolioThumbs a {
	text-decoration: none;
	color: #a2a2a2;
	padding: 5px;
}

.PortfolioThumbs a:hover {
	color: #666;
	text-decoration: underline;
}

.PortfolioThumbs img {
	width: 240px;
	padding: 5px;
	margin: 10px 25px 10px 25px;
	border: 1px solid #a2a2a2;
}

.PortfolioThumbsPortrait img {
	width: 147px;
	height: 220px;
	padding: 5px;
	margin: 10px 25px 10px 25px;
	border: 1px solid #a2a2a2;
}

.PortfolioThumbsSquare img {
	width: 220px;
	height: 220px;
	padding: 5px;
	margin: 10px 25px 10px 25px;
	border: 1px solid #a2a2a2;
}

.PortfolioThumbs a:hover img {
	border: 1px solid #666;
}





	/* Define the characteristics of the individual image page 
-------------------------------------------------------------- */

.PortfolioSingle img {
	width: 640px;
	padding: 50px;
	margin: 25px;
	border: 8px solid #000;
}

.PortfolioSinglePortrait img {
	width: 427px;
	padding: 50px;
	margin: 25px;
	border: 8px solid #000;
}

	/* Define the characteristics of the individual image page 
-------------------------------------------------------------- */

.PortfolioSingle800 img {
	width: 800px;
	padding: 50px;
	margin: 25px;
	border: 8px solid #000;
}

