body{
	font-family: Arial;
	line-height:16px;
	font-size:12px;
	outline:0;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
}

#viewport{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	overflow:hidden;
	/*background-image:url('/webroot/layout/chronicle/bg.jpg');*/
	background-image:url('/webroot/layout/chronicle/bg1.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

#navbar{
	position:absolute;
	z-index:110;
	top:0px;
	left:0px;
	height:45px;
	background-color:#ffffff;
}

#main{
	width:1100px;
	height:605px;
	position:absolute;
	z-index:110;
    overflow: hidden;
}

#content{
	height:605px;
	width: 20000em;
	position: absolute;
	margin: 0;
	padding: 0;
    list-style: none;
}

#content .content{
	float:left;
	height:605px;
}

#navbar .left{
	float:left;
	margin-left:12px;
}

#navbar .right{
	float:right;
	margin-right:12px;
}

#navbar .left, #navbar .right{
	margin-top:12px;
}

#navbar_home{
	float:left;
}

#navbar_admin{
	position:absolute;
	margin-top:3px;
	width:400px;
	text-align:center;
}

#navbar_admin a, #admin_controlls a, #admin_delete a{
	font-size:14px;
	color:#d00202;
	font-family:'Alegreya',serif;
	text-decoration:none;
	margin:0px 5px;
}


#navbar_admin a:hover, #admin_controlls a:hover, #admin_delete a:hover{
	color:red;
}

#page_counter{
	float:left;
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	width:100px;
	text-align:right;
}

#page_controlls{
	float:right;
	width:130px;
}

#page_controlls .disabled{
	pointer-events: none;
	cursor: default;
	opacity:0.6;
}

#page_controlls a{
	margin:0px 3px;
	display:inline-block;
}

#admin_overlay{
	position:absolute;
	z-index:500;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0.8;
	display:none;
}

#admin_box{
	width:1100px;
	height:605px;
	background-color:#ffffff;
	border-radius:5px;
	position:absolute;
	z-index:510;
	top:0px;
	left:0px;
	display:none;
}

#admin_content{
	padding:15px;
}

#admin_content h2{
	font-size:16px;
}

#admin_templates{
	margin-top:10px;
	overflow:hidden;
}

#admin_templates a{
	width:250px;
	height:168px;
	float:left;
	display:inline-block;
	margin:8px;
	text-align:center;
	text-decoration:none;
	color:#000000;
}

#admin_templates a img{
	width:250px;
	height:138px;
}

#admin_templates a img:hover{
	box-shadow:0px 0px 5px #000000;
}

#admin_loader{
	position:absolute;
	z-index:550;
	top:270px;
	left:518px;
	display:none;
}

#admin_image_box{
    float: none;
    height: 530px;
    overflow: hidden;
    text-align: center;
    width: 1070px;
}

#admin_image{
	display:inline-block;
}

#admin_controlls{
    clear: both;
    float: none;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    width: 1080px;
	padding-top:10px;
}

#admin_delete{
	width:350px;
	height:60px;
	background-color:#ffffff;
	border-radius:5px;
	position:absolute;
	z-index:510;
	top:0px;
	left:0px;
	padding:20px;
	display:none;
	text-align:center;
}

#admin_delete p{
	font-size:14px;
	margin-bottom:20px;	
	font-weight:bold;
	color:#d00202;
	font-family:'Alegreya',serif;
}


/*JCROPP */
.jcrop-holder {
  direction: ltr;
  text-align: left;
  margin:0 auto;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}