/* @override http://localhost:8888/julieguertin/images/julie.css */

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  'Century Gothic', Arial, Sans-serif;
	color: #000; 
	background: #fffae4 none;
	text-align: center;
	
}

/* links */
a { 
	color: #f96b63;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background-color: inherit;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* headers */
h1, h2, h3 {
	font:  1.4em 'Century Gothic', Arial, Sans-serif;
	color: #212121;
}
h1 { font-size: 2.0em; } 
h2 { font-size: 1.4em;;
}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 5px 15px;
}



p.error{
	color: #f00;
	margin: 10px 15px 0;
	padding: 0;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-right-no-border {
	border: none;
	float: right;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #6961ff; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #6961ff;   
	color: #6961ff;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 785px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

/* header */
#header {
	position: relative;
	
	height: 120px;
	top: 20px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font:  4.0em 'Century Gothic', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 0; right: -12px;
	color: #e1349a;
	}
#header h2#slogan {
	position: absolute;	 
	top: 0px;
	color: #000;
	text-indent: 0px;
	font: bold 1.1em 'Century Gothic', Arial, Sans-serif;
	text-transform: none;
	text-align: right;
	right: 330px;
}
#header p.language {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */

#main_admin{
	position: relative;
	top: 14px; left: 0px;
	padding: 0;
	width: 765px;
	height: 510px;
	clear: both;
	margin: 0; padding: 0;
	border: 10px solid #f1f1f1;
	background-color: #5e5e5e;
}

#main{
	position: relative;
	top: 14px; left: 0px;
	padding: 0;
	width: 765px;
	height: 510px;
	clear: both;
	margin: 0; padding: 0;
	border: 10px solid #f96b63;
}

#main.galleries{
	width: 785px;
	height: 670px;
	border: none;
}


#main.home {
	background: url(home.jpg) no-repeat center center;
	border: 10px solid #f96b63;
}

#main.text {
	color: #212121;
	font-size: 12px;
	font-weight: bold;
}

#main.text a{
	color: #f96b63;
}

#main_left_picture{
	float: left;
	width: 350px;
	height: 510px;
}


#main_right_picture{
	float: right;
	width: 350px;
	height: 510px;
}

#main_right_text{
	float: right;
	width: 415px;
	height: 510px;
	background: #fceb8d;
	color: #212121;
	font-size: 12px;
	font-weight: bold;
}
p.main_small{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_left_text{
	float: left;
	width: 415px;
	height: 510px;
	background: #fceb8d;
	color: #212121;
	font-size: 12px;
	font-weight: bold;
}

#main_right_text a{
	color: #f96b63;
}

#main_left_text a{
	color: #f96b63;
}

#main_left_picture.lifestyle {
	background: #f96b63 url(lifestyle.jpg) no-repeat left center;
}
#main_left_picture.about {
	background: #f96b63 url(about.jpg) no-repeat left center;
}
#main_left_picture.contact {
	background: #f96b63 url(contact.jpg) no-repeat left center;
}

#main_right_picture.wedding {
	background: #f96b63 url(wedding.jpg) no-repeat right center;
}
#main_right_picture.proofs {
	background: #f96b63 url(clients.jpg) no-repeat right center;
}

#main.wedding {
	background-image: url(wedding.jpg);
}

#main.weddings div#main_left{
	width: 230px;
}

#main.contact {
	background-image: url(contact.jpg);
}

#main.proofs{
	background-image: url(proofs.jpg);
}

#main.proofs h1{
	color: #000;
}
#main.proofs p{
	color: #000;
}

#main.about{
	background-image: url(about.jpg);
}
#main.about div#main_left{
	width: 330px;
	color: #000;
}
#main.about h1{
	color: #000;
}
#main.about h3{
	color: #000;
}

	
#main.galleries{
	/*top: -80px;*/
}

p.sub_menu{
	top: 0px;
	
	text-align: center;
	position: relative;
}
p.sub_menu a{
   color: #000;
	bottom: 6px !important; 
	font: bold 1.1em 'Century Gothic', Arial, Sans-serif;
	text-decoration: none;
}

p.sub_menu a#current{
	color: #f96b63;
	text-decoration: overline;
}

	
div#main_left {
	width: 420px;
	float: left;
	height: 620px;
	color: #fffeff;
	margin: 20px;
	font-weight: bold;
}


	
div#main_left_scroll {
	width: 420px;
	float: left;
	overflow: scroll;
	height: 620px;
	color: #fffeff;
}


	
	div#main_right {
	width: 420;
	float: right;
	height: 620px;
	color: #fffeff;
	margin: 20px;
	font-weight: bold;
}

/* Footer */
#footer { 
	clear: both; 
	color: #575757; 
	height: 70px;	  
	font-size: 80%;		
}

#footer div{
	position: relative;
	top: 30px;
	right: 0;
}

#footer a.links { 
	float: none;
	text-decoration: none; 
	font-weight: bold;	
	color: #575757;
}
#footer .footer-left{
	float: left;
	width: 20%;
}
#footer .footer-right{
	float: right;
	top: 100px;
	width: 100%;
	position: relative;
}

#footer p.align-right{
	margin: 0;
}

#footer p#low{
	top: 0px;
	position: relative;
}



/* menu tabs */
#footer ul {
	position: relative;
   margin:0; padding: 0 0 10px;
   list-style:none;
	/*left: 30px; */
	top: 30px;
	left: 140px;
	font: bold 1.6em 'Century Gothic', Arial, Sans-serif;
}
#footer li {
   display:inline;
   margin:0; padding:0;
}
#footer a {
   float:left;
   /*background: url(tableft.gif) no-repeat left top;*/
   
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
/*	background-color: #000; */
}
#footer a span {
   float:left;
   display:block;
   padding:6px 15px 3px 8px;
   color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#footer a span {float:none;}
/* End IE5-Mac hack */
#footer a:hover span {
	text-decoration: overline;
}
#footer #current a {
	text-decoration: overline;
   color: #f96b63;
	/*background-color: #199765;*/
}
#footer #current a span {
	text-decoration: overline;
   color: #f96b63;
}



/* My Comment */


/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.mauve {	color: #90134b; }
.green {	color: #199765; }
.gray  {	color: #000; }
.taupe  {	color: #000; }
.dark_gray {
	color: #666666;
}



table#log{
	padding: 7px;
	text-align: left;
	float: left;
}

td#timestamp
{
	width: 180px;
}
td#user
{
	width: 100px;
}
td#success
{
	width: 50px;
}

div#admin_scroll_full {
	width: 700px;
	float: left;
	overflow: scroll;
	height: 85%;
	margin: 20px;
	border: 2px solid #666;
	background-color: #fff;
}

div#admin_scroll_half {
	width: 700px;
	float: left;
	overflow: scroll;
	height: 35%;
	margin: 20px;
	border: 2px solid #666;
	background-color: #fff;
	top: 20px;
	position: relative;
	left: 10px;
}

form.editForm{
	width: 700px;
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px;
	padding: 10px;
}

form.editForm td.leftForm{
	width: 150px;
	padding: 2px;
}

form.editForm td.rightForm{
	width: 520px;
	padding: 2px;
}

form.editForm td.rightForm input.textfield{
	width: 400px;
	border: 1px solid #000;
	height: 15px;
	color: #000;
}
form.editForm td.rightForm input.button{
	width: 201px;
	padding: 4px;
	margin-right: 4px;
	background-color: #ddd;
	color: #000;
	border: 2px solid #000;
	font-weight: normal;
	font-style: normal;
}
form.editForm td.rightForm input.smallbutton{
	padding: 4px;
	background-color: #ddd;
	color: #000;
	margin-left: 2px;
	border: 1px solid #000;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	height: 21px;
}


/* form elements */
form {
	width: 80%;
	border: 2px solid #fff;
	margin: 20px;
	padding: 10px;
	color: #000;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input.textfield {
	width: 100%;
	border: 1px solid #000;
	height: 15px;
	font: normal 1em Verdana, sans-serif;
	color: #000;
}

textarea {
	width:100%;
	border: 1px solid #000;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:160px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
}
input.button { 
	width: 50%;
	padding: 4px;
	margin-right: 4px;
	color: #fff;
	border: 2px solid #000;
	font-weight: normal;
	font-style: normal;
	background-color: #5e5e5e;
}


