/*
Theme Name: PicPress
Theme URI: http://picpress.mustardamus.com/
Description: A jQuery Ajax powered CMS theme for wordpress. 
Version: 1.0
Author: Mustardamus
Author URI: http://mustardamus.com/
*/

* {
	padding: 0;
	margin: 0;
	overflow-x:hidden;
}

body {
	background: url(images/bg.jpg) no-repeat #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

a {
	outline: none;
}

.wrapper {
	margin: auto;
	width: 982px;
	padding-top: 50px;
	text-align: left;
}
.navigation {
	padding-top:20px;
}

.wrapper .header .logolink {
	float: left;
	margin-top: 20px;
}

.wrapper .header .logolink a {
	display: block;
	width:286px;
	height:81px;
	background: url(images/logo.png);
	text-indent: -30000px;
	outline: none;
}

.wrapper .header .navigation {
	float: left;
	width: 656px;
	text-align: right;
	padding-right:40px;
}

.wrapper .header .navigation .catscapages {
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	word-spacing: 15px;
	display: none;
}
.image {
	padding-top:50px;
}
.wrapper .header .navigation .catscapages a {
	text-transform: uppercase;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

.wrapper .header .navigation .catscapages a:hover {
	color: #DDDDDD;
}

.cats a {
	text-transform: uppercase;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 16px;
	padding-right:6px;
	outline: none;
}

.cats a:hover {
	color:#0099ff;
}

.wrapper .header .navigation ul {
	list-style: none;
	margin-top: 10px;
	float: right;
	width: 600px;
}

.wrapper .header .navigation ul li {
	float: right;
	font-size: 20px;
	margin: 10px 0 0 20px;
}

.wrapper .header .navigation ul li a {
	display: block;
	float: left;
	height: 25px;
	padding-top: 4px;
	color: #0099ff;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: url(images/navidle_bg.png);
	outline: none;
}

.sousmenugauche {
	display: block;
	height: 25px;
	width:14px;
	padding-top: 4px;
	background: url(images/navidle_left.png) no-repeat;
	outline: none;
}

.sousmenudroite {
	display: block;
	height: 25px;
	padding-top: 4px;
	width:14px;
	background: url(images/navidle_right.png) no-repeat;
	outline: none;
}



.wrapper .header .navigation ul li span {
	float: left;
	height: 29px;
	width: 14px;
}

.wrapper .content {
	width: 1020px;
	margin: auto;
	clear: both;
	margin-top: 70px;
}
.wrapper .content .arrow {
	float: left;
	width: 176px;
	text-align: center;
	padding-top: 180px;
}

.wrapper .content .arrow a {
	margin: auto;
	display: block;
	width: 51px;
	height: 51px;
	text-indent: -30000px;
	outline: none;
}

.wrapper .content .arrow #prev a {
	background: url(images/prev.png);
}

.wrapper .content .arrow #next a {
	background: url(images/next.png);
	
}

.wrapper .content .image {
	float: left;
	width: 668px;
}

.wrapper .content .image .imgtext {
	background: #000000;
	padding: 4px;
	overflow: hidden;
}

.wrapper .content .image .imgtext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #CCCCCC;
	line-height: 26px;
}

.wrapper .content .image .imgtext p a {
	color: #FFFFFF;
}

.wrapper .content .image .imgtext a img {
	border: none;
}

.wrapper .content .image .title .left, .wrapper .content .image .title .right {
	height: 26px;
	width: 6px;
	float: left;
}

.wrapper .content .image .title .left {
	background: url(images/title_left.png);
}

.wrapper .content .image .title .right {
	background: url(images/title_right.png);
}

.wrapper .content .image .title .main {
	float: left;
	background: #000000;
	height: 26px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	overflow: hidden;
	line-height: 24px;
}

.wrapper .content .image .title .main #ajaxload {
	display: none;
}

.wrapper .content .image .title .main a {
	text-decoration: none;
	padding-left: 30px;
	color: #666666;
}

.wrapper .content .image .title .main a:hover {
	color: #CCCCCC;
}

.wrapper .footer {
	clear: both;
	width: 960px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666666;
}

.wrapper .footer a {
	color: #666666;
}

#helper {
	position: absolute;
	top: -30000px;
}
