/* @override 
	http://127.0.0.1/jquery/edit_in_place/styles.css
	http://mixedfoto.com/styles.css
*/

@charset "UTF-8";
/* CSS Document */
html{
	padding: 0px;
	margin: 0px;
	
}
body{
	font-size: 1em;
}
/* @group blog
 */

.blogheader {
	width: 400px;
	padding: 5px;
	margin-top: 15px;
	color: #f2f2f2;
}
.blogentry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #151515;
	width: 390px;
}
.clipwrapper{
	
	height: 80px;
	width: 80px;
	display: inline-block;
	margin: 5px;	
	position: relative;
	left: -30px;
	top: -40px;
	padding: 3px;
}
.clip{
  position: absolute;
  clip:rect(35px 115px 115px 25px);
  overflow: hidden;
}

/* @end */

#homepage{
	margin-left: 30px;
	width: 870px;
	//padding-bottom: 300px;
	margin-bottom: 300px;
}
#homepage p{
	font-size: 12px;
	color: #e6e6e6;
}
#homepage li{
	color: #efefef;
	font-size: 12px;
	margin-left: 10px;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 3px;
}
#left{
	width: 400px;
}
#right{
	width: 400px;
	float: right;
	}

body{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	height: 100%;
	width: 100%;
	background: #1b1b1b;
	min-width: 800px;
}
h1{
	font-size: 21px;
	color: white;
	font-weight: normal;
	font-style: normal;
}
#header{
	width: auto;
	height: 091px;
	background-color: #121212;
	margin-top: 0px;
	min-width: 800px;
}
#subheader{
	width: 100%;
	height: 20px;
	//background-color: #1c1c1c;
	margin-top: 0px;
	text-align: center;
}
#subheader a{
	color: #b53400;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;

}
#subheader a:hover{
	color:  #bab6c2;
	background-color: #474747;
}
#subheader ul{
	//float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 70px;
}
#subheader li{
	font-size: 11px;
	color: #d2d2d2;
	text-align: center;
	list-style-type: none;

	display: inline;
	padding: 4px;
}
#headerbar{
	background-color: #b0b2c3;
	display: block;
	padding: 4px;
	margin-bottom: 8px;
	height: 27px;
}
.login{
	color: #bab6c2;
	font-size: 11px;
	margin: 0px
}
.loginerror{
	color: #fb2900;
	font-size: 11px;
	margin: 0px
}
#leftnav{
	//float: right;
	//margin-top: 30px;
	//margin-right: 20px;
	position: absolute;
	top: 20px;
	left: 712px;
	width: 340px;
}
#leftnavbox p{
	color: #f2f2f2;
	font-size: 12px;
}
#leftnavbox h3{
	font-size: 12px;
	font-weight: bold;
	color: #e91a00;
}
#leftnav .shortinput{
	width: 120px;
}
#icon{
	float: left;
	margin-right: 6px;
	margin-top: 6px;

	border: 0px;
}
#icon img{
	float: left;
	border: 2px solid #414141;
}
#images{
	margin-left: 30px;
	margin-right: 2%;
}
#image{
	width: 950px;
	margin-left: auto;
	margin-right: auto;;
}
#titlearea{
	margin-bottom: 12px;
	padding-left: 0px;
	height: 60px;
	width: auto;
}
#paginator{
	float: right;
	margin-top: 20px;
	margin-right: 200px;
}
#paginatorbottom{
	text-align: center;
}
a.paginate{
	background-color: #3f3f3f;
	color: #f9f9f9;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
}
a.paginate:hover, #paginator a:hover, #paginatorbottom a:hover{
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #c0c0c0;
}
a.current{
	background-color: #000;
	color: #f9f9f9;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	}
	
.title{
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px;
}
#titlearea h2, #titlearea h2 a{
	//position: relative;
	//top: 8px;
	//display: block;
	color: #eceff6;
	font-size: 1.3em;
	max-width: 500px;
	padding-top: 10px;
	
}
#titlearea p{
	padding-top: 3px;
	margin: 0px;
	font-size: .8em;
	color: #bab6c2;	
	max-width: 500px;
}
.image{
	width: 220px;
	margin-right: 2%;
	margin-left: 2%;
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	color: #3a3fff;
}
.image img{
	width: 220px;
	border-bottom: 2px solid #181818;
	border-right: 2px solid #181818;
	z-index: 2;
	border-left-style: none;
	border-top: none;
}

/* @group High Res */

#highres{
	margin-top: 12px;
	width: 920px;
}

.primary{
	border-top: none;
	border-left: none;
	border-right: none;
	width: 770px;
	margin-top: 6px;
	border-bottom-style: none;
}
#highresheader{
	width: 770;
}

#highres .title{
	font-size: 18px;
	width: 570px;
	color: #d1d1d1;
	float: left;
}

#highres .title input{
	font-size: 14px;
	width: 500px;
	font-size: 14px;
}

#downloadlink{
float: right;
border: 0px;
}
#downloadlink a{
	border: 0px;
}

#comment{
	margin-top: 20px;
	padding-bottom: 12px;
	width: 700px;
}
.comment{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.gravatar{
	display: inline-block;
	height: 51px;
	width: 51px;
	float: left;
	padding-top: 10px;
}
.gravatar img{
	width: 51px;
	width: 51px;
	border: 0px;
}

.commenttext{
	display: inline-block;
	visibility: visible;
	overflow: visible;
	height: auto;
	width: 500px;
	font-size: 13;
	background: #373737 url(images/commentedge.jpg) no-repeat;
	padding: 7px;
}

.comment p{
	width: 470px;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#comments h2{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	background-color: #2a2a2a;
	padding: 8px;
}
.commentmeta{
	font-size: 11px;
	color: #e2e0bd;
	padding-bottom: 5px;
}
#comment_form{
	width: 400px;
	margin-left: 10px;
	color: #f2f2f2;
	font-size: 12px;
	margin-top: 30px;
}
#comment_form p{
	margin-top: 4px;
	margin-bottom: 4px;
	}
#comment_form input{
	border: 0px;
	background-color: #454545;
	color: #f4f4f4;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#comment_form textarea{
	border: 0px;
	background-color: #454545;
	color: #f4f4f4;
	font-size: 13px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.delete{
	color: red;
	float: right;
	font-size: 10px;
}
/* @end */
#static{
	
	width: 920px;
	background-color: #3b3b3b;
	border: 8px solid #bfbfbf;
	position: fixed;
	top: 22%;
	right: 10%;
	left: 10%;
	visibility: hidden;
}
.caption{
	color: #bcbcbc;
	height: auto;
	margin-top: 0px;
	padding-right: 6px;
	font: 12px "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif;
}

.meta, .meta a{
	color: #bcbcbc;
	font-size: 11px;
	height: auto;
	//padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	float: left;

}
.views{
	color: #bcbcbc;
	font-size: 12px;
	height: auto;
	//padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-top: 4px;
	float: right;

}

#metainfo{
	color: white;
	font-size: 12px;
	width: 550px;
}

#footer{
	height: 60px;
	width: 100%;
	background-color: #3a3a3a;
	//padding: 15px;
	color: white;
	font-size: 11px;
	border-top: 4px solid #252525;
	position: fixed;
	bottom: 0;
	margin-top: 20px;
}

#navul{
	list-style-type: none;
	float: right;
	color: white;
	//padding: 0px;
	margin: 0px;
	}

#pagetitle{
	padding: 30px;
	float: left;
	color: white;
	font: arial;
}

/* @group EXIF */
#exif{
	color: #5f5f5f;
	width: 750px;
margin-top: -px;
	padding: 10px;
	margin-bottom: 12px;
	background: #181818 url(images/exif.jpg) no-repeat;
}
.exifmeta{
	display: inline-block;
	width: 360px;
	font-size: 11px;
}

/* @end */

/* @group colors */

.blue{
	background-color: #8cb0c4;
}
.orange{
	background-color: #f38a14;
}
.grey{
	background-color: #757c83;
}
.red{
	background-color: #c04234;
}

/* @end */
#navli{
	float: right;
	margin-right: 4px;
	text-align: center;
	margin-top: 4px;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100px;
	border: 4px solid #323232;
}

#navli a{
	color: white;
	text-decoration: none;
}

h2{
		color: white;
		margin-top: 0px;
		margin-bottom: 0px;
}
#loading{
	background-color: green;
	float: right;
	margin: 0px;
	padding: 0px;
}
.hidden{
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
