/* Just-Click-Photography main CSS Document */

html, body{
	color:#FFF;
	margin:0px;
	padding:0px;
	height:100%;
	font-size:14pt;
	background:url('background.gif') repeat #000;
	font-family:"Trajan Pro", Calibri, Arial, Helvetica, sans-serif;
}

a{ color:#FFF; text-decoration:none; }
img{ border:0; }
.linknav a, a.linknav{ color:#FFF; text-decoration:none; border-bottom: dotted 1px #FFF; position:relative; }

.left{ text-align:left !important; }
.center{ text-align:center !important; }
.right{ text-align:right !important; padding-right:5px; padding-top:3px; vertical-align:top; }
.underline{ text-decoration:underline; }
.strong{ font-weight:bold; }
.red{ color:#FF0000 !important; }
.orange{ color:#FF6633; }
.green{ color:#00FF00 !important; }
.twelvepx{ font-size:12px; margin-bottom:5px; margin-right:3px; }
.hidden{ display:none; }

#logo{
	margin:5px;
	float:left;
	width:230px;
	height:190px;
	text-align:center;
}
#printlogo{ display:none; }

#headimg{
	margin:5px;
	width:740px;
	float:right;
	height:130px;
	text-align:center;
	vertical-align:bottom;
}
#img1{ margin-top:10px; }

#navbar{
	margin:5px;
	width:740px;
	height:50px;
	float:right;
	text-align:center;
	vertical-align:bottom;
}

#navs{
	width:655px;
	margin:0 auto;
	list-style:none;
}

.navitem{
	float:left;
	width:160px;
	font-size:36px;
}

.navitem a{ border-bottom: dotted 1px #FFF; position:relative; display: inline-block; }

#sidebar{
	float:left;
	margin:5px;
	width:220px;
}

#sidemenu{
	width:153px;
	height:auto !important;
	height:380px;
	font-size:20px;
	margin-top:15px;
	min-height:380px;
	margin-left:40px;
	text-align:center;
	border:solid 1px #FFF;
}

.sidemenuitem{
	cursor:pointer;
	padding-top:12px;
	padding-bottom:12px;
	margin-left:10px;
	margin-right:10px;
	border-top:solid 1px #FFF;
}

.sidemenuitem_notopborder{
	border-top:none;
}

.headsection{
	width:995px;
	margin:0 auto;
	overflow:hidden;
}

.bodysection{
	/*color:#000;
	background-color:#E3E1C4;*/
}

.maincontent{
	width:995px;
	margin:0 auto;
}

.TemporaryFrame a{
	color:#000000;
	text-decoration:underline;
}

.TemporaryFrame{
	z-index:100;
	position:fixed;
	opacity:0.85;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-9px;
	/*height:18px;*/
	width:200px;
	background-color:#FFFFFF;
	color:#000;
	text-align:center;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
	padding:3px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#content{
	margin:5px;
	float:right;
	min-height:350px;
	height:auto !important;
	height:425px;
	width:750px;
	text-align:center;
	position:relative;
}

#content_nomenu{
	float:left;
	min-height:350px;
	height: auto !important;
	height:500px;
	width:990px;
	text-align:center;
}

#footer{
	clear:both;
	font-size:10px;
	text-align:center;
}

.contactimg{
	width:200px;
	padding:2px;
	margin:0 auto;
	font-size:12px;
	border:solid 1px #999;
	margin-bottom:10px;
}

/* News CSS Styling */
.blog_date{
	background-color:#666;
	text-align:center;
	font-size:18px;
}

.blog_title{
	color:#006699;
	font-size:24px;
	font-weight:bold;
}

.blog_postededited{
	color:#006699;
	font-size:14px;
}

.blog_post{
	margin-top:15px;
	padding:5px;
	font-size:14px;
}

/* ALBUM PAGES */
.album_container{
	width:750px;
	height:100px;
	cursor:pointer;
	overflow:hidden;
	border-top:solid 1px #999;
}

.album_picarea{
	float:left;
	width:110px;
	height:100px;
	padding-top:0px;
	position:relative;
}

.album_name{
	float:left;
	width:400px;
	height:100px;
	line-height:5em;
}

.albumpic_delbtn{
	top:1px;
	z-index:2;
	left:89px;
	width:15px;
	height:15px;
	position:absolute;
}

/* PICTURE PAGES */
.pic_topbar{
	width:730px;
	overflow:hidden;
}

.pic_topbar_content{
	font-size:14px;
	padding-top:5px;
	float:left;
	font-weight:bold;
}

.pic_picbox{
	padding-top:10px;
	padding-bottom:10px;
}

/* Numbered Picture Menu */
#menu {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
}

#menu li{
	float:left;
	padding:5px;
}

#albumlist th{
	padding:2px;
	vertical-align:bottom;
}

#albumlist td{
	border-top: solid 1px #999;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pics_container{
	overflow:hidden;
	margin-left:35px;
}

.pics_border{
	float:left;
	margin:6px;
	width:155px;
	position:relative;
	padding-bottom:15px;
	border:solid 1px #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.pics_border_topbar{
	color:#000;
	height:25px;
	font-size:10px;
	padding-top:4px;
	padding-left:3px;
	background-color:#ccd7cc;
}

.pics_chk{
	top:1px;
	right:1px;
	z-index:2;
	position:absolute;
}

.pics_border_topbar_closebtn{
	top:20px;
	right:3px;
	z-index:2;
	position:absolute; 
}

.pics_border_content{
	height:166px;
	font-size:14px;
	cursor:pointer;
	padding-top:15px;
}

.pics_border_bottom{
	right:-3px;
	bottom:-5px;
	padding-right:3px;
	position:absolute;
}


/* Album Browse */
.breadcrumb{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;

}

.hint{
	top:0;
	z-index:2;
	right:22px;
	padding:5px;
	width:152px;
	height:30px;
	float:right;
	opacity:0.9;
	color:#000000;
	font-size:12px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	position:absolute;
	text-align:justify;
	font-family:Sans-serif;
	border:solid 1px #000000;
	background-color: #FFFFDD;
}

.picture_container{
	float:left;
	position:relative;
	padding-top:8px;
	padding-left:0;
	padding-bottom:8px;
	padding-right:0;
	width:175px;
	height:200px;
}

.picture_area{
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:5px;
	padding-left:4px;
	height:155px;
	width:175px;
}

.picture_picture{
	vertical-align:middle;
}

.picture_text{
	font-size:12px;
}

.picture_button{
	width:725px;
	margin:0 auto;
}

.picture_combox{
	width:725px;
	padding:10px;
	margin:0 auto;
	margin-top:5px;
	font-size:12px;
	min-height:275px;
	height:auto !important;
	height:275px;
	position:relative;
	background:url('back_comment.png') repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.tabbox{
	margin-right:210px;
	text-align:left;
	padding:3px;
}

.combox_contact_txt{
	width:125px;
	float:left;
	position:relative;
}

.combox_exif{
	position:absolute;
	top:10px;
	padding-left:5px;
	right:10px;
	width:200px;
	height:270px;
	text-align:left;
	font-size:11px;
	border-left:solid 1px #999;
}


/* Full Screen */
.full_logo{
	top:5px;
	z-index:1;
	left:10px;
	position:absolute;
}

.full_content{
	z-index:2;
	padding:5px;
	position:relative;
}

#contact_form{
	width:475px;
	margin:0 auto;
	font-size:12px;
	text-align:left;
	position:relative;
}

.admin_list{
	color:#000;
	width:700px;
	margin:0 auto;
	font-size:12px;
	text-align:left;
	background-color:#CCC;
}

.admin_item{
	width:400px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;
}

.admin_item_text{
	float:left;
	width:160px;
	margin-top:2px;
	text-align:right;
	padding-right:5px;
}

.admin_item_value{
	float:left;
	width:235px;
	text-align:left;
	padding-bottom:20px;
}

/* Tab Bar */
.tabbar_info
{
	float:left;
	width:85px;
	height:30px;
}

.tabbar_pricing
{
	float:left;
	width:70px;
	height:30px;
	background-position:-85px;
}

.tabbar_enquire
{
	float:left;
	width:70px;
	height:30px;
	background-position:-155px;
}

.tabinfo_selected
{
	background-image:url('/common/tabs/tab_info.png');
}

.tabpricing_selected
{
	background-image:url('/common/tabs/tab_pricing.png');
}

.tabenquire_selected
{
	background-image:url('/common/tabs/tab_enquire.png');
}
/* END - Tab Bar */

.captcha_bg
{
	float:left;
	padding:5px;
	background-color:#DDD;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px; 
}

.captcha_popup{
	width:500px;
	padding:10px;
	margin:0 auto;
	margin-top:5px;
	font-size:12px;
	height:275px;
	position:relative;
	text-align:center;
	background:url('back_comment.png') repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.captcha_player{
	width:200px;
	padding:5px;
	margin:0 auto;
	text-align:left;
	border-radius:5px;
	background-color:#CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.user_item{
	width:390px;
	margin:0 auto;
	overflow:hidden;
}

.user_item_label{
	float:left;
	width:135px;
	margin-top:2px;
	font-size:12px;
	text-align:right;
	padding-right:5px;
}

.user_item_content{
	float:left;
	width:250px;
	text-align:left;
}
