/*
Theme Name: Ben McMillan Photography
Theme URI: http://www.dianjingkeji.com/
Description: Wordpress theme for Ben McMillan Photography and PhotoSpace
Version: 1.0
Author: Crystal Science & Technology
Author URI: http://www.dianjingkeji.com/
Tags: photography, slideshow, fixed width, fancy columns, widgets
*/



@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
/*Safari crack*/
ul,li,h2{
	padding:0;
	margin:0;
}
ul {
	list-style: none;
}
a {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #666;
}
p {
	line-height: 1.9;
	margin-bottom:0.4em;
	margin-top:0;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
body {
	font: 12px bold Arial,verdana,Tahoma;
	color: #777;
	text-align: center;
	background: #fff;
	overflow:auto;
}
#main {
	width: 100%;
}
#top,#middle {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#top {
	height: 50px;
	margin: 0 auto;
}
#logo {
	font-size: 19px;
	letter-spacing: 2px;
	color: #000;
	padding-top: 10px;
	text-transform: uppercase;
}
#logo a {
	color: #000;
}
#logo span {
	color: #777;
}
#middle{
	position:relative;
}
#middle a{
	color:#000000;
}
#middle a:hover{
	color:#666666;
}
#middle .slideshow {
	height: 455px;
	overflow: hidden;
	position: relative;
}
#middle .post{
	position:absolute;
	top:45px;
	left:30px;
	z-index:10;
	padding:16px 16px 16px 20px;
	width:376px;
	background:none;
	color:#000000;
	font-size:15px;
	text-transform:uppercase;
}
#middle .post ul li{
	position:relative;
	margin-bottom:16px;
	padding-left:26px;
	letter-spacing:1.5px;
}
#middle .post ul li .icon{
	position:absolute;
	top:-14px;
	left:0;
	opacity:0;
}
#middle .content {
	height: 453px;
	position: relative;
	border: 1px solid #ccc;
}
#middle .content .bottom_left {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 720px;
	text-align: justify;
}
#middle .content .bottom_left a {
	color: #000;
}
#middle .content .bottom_left a:hover {
	color: #777777;
}
#middle .content .article{
	padding:30px;
}
#middle .content .inner{
	position:relative;
	width:768px;
	height:443px;
	margin:5px 0 0 5px;
	overflow:hidden;
}
#middle .content .inner .text{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url("images/black_bg.png") repeat;
	color:#fff;
}
#middle .content .inner .text .text_inner{
	padding:10px 20px;
}
#middle .content .inner .text td{
	line-height:1.9;
}
#middle .content .inner .text td p{
	margin-bottom:0;
}
#middle .content .inner .vertical_text{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:200px;
	background:url("images/black_bg.png") repeat;
	color:#fff;
}
#middle .content .inner .vertical_text .text_inner{
	padding:10px 20px;
}
.text_inner ul {
	color: #000000;
	margin-left: 10px;
	list-style-type: disc;
}
.text_inner ul li {
	color: #333333;
	line-height: 2;
}
#gallery {
	position: relative;
	height: 433px;
	width: 100%;
	overflow: hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#gallery .inner {
	position: absolute;
	text-align: left;
	top:29px;
	left: 0;
	visibility: hidden;
	width: 90000px;
	height: 375px;
	overflow: hidden;
}
#gallery .inner a {
	position: relative;
	float: left;
	margin-right: 5px;
}
.zoom a {
	display: block;
	margin: 0 auto;
	height: 18px;
	width: 18px;
}
.zoom a.zoomIn {
	position: relative;
	left:120px;
	margin-top: 410px;
	background: url("images/zoomIn.png") no-repeat;
}
.zoom a.zoomOut {
	margin-top: 20px;
	background: url("images/zoomOut.png") no-repeat;
}
/*lightbox*/
#background {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: #fff;
}
#protector {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	background: #fff url("images/pixel.gif") no-repeat;
}
.protector {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #fff url("images/pixel.gif") no-repeat;
}
#loading {
	position: relative;
	top: 50%;
	margin-top: -16px;
}
#description {
	padding: 26px 0 10px;
	font-size: 14px;
}
/* controller */
#controller {
	position: relative;
	width: 200px;
	margin: 10px auto;
}
.slider {
	position: relative;
	width: 200px;
	height: 20px;
	background:url("images/slider_bg.png") center repeat-x;
}
.slider a {
	color: #fff;
}
.slider_handle {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 18px;
	width: 8px;
	background:#bbb;
	border:1px solid #777;
}
.ui-slider-handle-active {
	background: #aaa;
}
#controller .left,
#controller .right {
	position: absolute;
	top: 0;
}
#controller .left {
	left: -30px;
}
#controller .right {
	right: -30px;
}
#controller .left a,
#controller .right a {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 18px;
	color: #ccc;
}
#controller .left a:hover,
#controller .right a:hover {
	color: #000;
}
#menu {
	position:relative;
	text-align: center;
	margin-top: 20px;
	height:20px;
}
#menu .button {
	height:20px;
}
#menu .button span {
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
#menu ul {
	position:absolute;
	top:0;
	left:0;
	height:20px;
	display: none;
	float: left;
	font-size: 13px;
}
#menu li {
	position: relative;
	float: left;
	padding: 0 13px;
}
#menu li a {
	display: block;
	text-align: left;
	text-transform: uppercase;
}
#menu ul ul {
	position: absolute;
	left: 0;
	height:auto;
	text-align: left;
	background: #eee;
}
#menu ul ul li {
	position: absolute;
	left: 0;
	float: none;
	width: 200px;
}
#menu ul ul li a {
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 12px;
}
