/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title :		Main Stylesheet
WebSite :		caulino.alexwest.net
Description : Main stylesheet

Author :	Alexandre Westerlund, info@alexwest.net

Color palette :
	#4D2E36 :	Dark Red :			Body text, Menu text
	#E5174B :	Pink :					Logo and Main titles
	#F26185 :	Light Pink :			Links
	#F7EDF0 :	White pink : 			Backgrounds
	#BA99A1 :	Warm Grey: 			Main borders and rulers
	
	#A46C4E :	Medium brown :	Translated text
	#BB6633 :	Gold brown :		Subtitles
	#E5174B :	Orange :				Main titles
	#F7EDF0 :		Light orange : 		Backgrounds
	#ECF4F7 :		Light blue : 			Backgorunds
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* Imported Stylesheets 
------------------------------------------------------- */
@import url(reset.css); /* Resets HTML elements */
@import url(type.css);  /* General type rules */


/* Main elements
------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF url(none);
	min-width: 610px; /* Prevent content from becoming unreachable in Gecko */
}

#wrap {
	width: 600px;
	margin: 0 auto;
	padding:  0 5px;
	text-align: left;
	overflow: hidden;
}

#header, #footer { overflow: hidden; }

.colLeft { width: 357px; float: left; padding: 0 5px;}
.colRight { width: 223px; float: right; }


/* Typography
------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
 	color: #4D2E36;
}

* .en {
	font-style: italic;
	color: #A46C4E;
	}


h1,h2,h3,h4,h5,h6 {
	margin:   0 0 0.4em 0;
	padding:  0.8em 0 0 0;
} 

#content { font-size: 1.0em }

h1 { font-size: 2.8em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }

h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

blockquote {
	font-size: 1.3em;
	font-style: italic;
	padding: 0 0 0.8em 0;
	letter-spacing: 0.1em;
}


.small { font-size: 1.1em; }
.smallcaps { text-transform: uppercase; }

hr {
	display: block;
	border-top: 1px solid #BA99A1;
	height: 10px;
	}

/* Main Links
------------------------------------------------------- */

a:link, a:visited { color: #F26185; border-bottom: 1px dotted #F26185; }
a:hover, a:focus { color: #E5174B; border-bottom: 1px solid #E5174B; }


/* Lists
------------------------------------------------------- */

ol,ul,dl {
	list-style-position: inside; /*WinIE fix */ _list-style-position: outside; 
	margin: 0 0 1.6em 0;
}

	li,dt { font-size: 1.2em; margin: 0em 0; 	line-height: 1.6em; }
	dt { font-size: 1.2em; padding-top: 0.8em; }
	dd { font-size: 1.0em; padding-top: 0.4em; }
	li > p { margin-top: 0em; display: inline; }


ul { list-style-type: none; margin-left: 0em; }
#content li {
	margin-left: 0em;
	}



/* Header and logo
------------------------------------------------------- */

#header { 
	width: 600px; 
	padding: 0;
	height: 89px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BA99A1;
	}

#header h1 {
	float: left;
	margin: 0; padding: 0;
	width: 223px;
	height: 80px;
	padding-top: 0px;
	text-indent: -1000em;
	}

#header h2 {
	display: none;
	}
	
	#header h1 a {
		width: 223px;
		height: 80px;
		display: block;
		border: 0;
		background: transparent url(images/header_logo.gif) no-repeat 0 0;
	}

		#logo a:hover, #logo a:focus { background-position: 0px -85px; }
		body#default #logo a { background-position: 0px -170px; cursor: default; }


/* Main menu for navigation 
------------------------------------------------------- */

#menu {
	width: 367px;
	height: 80px;
	float: right;
	color: #4D2E36;
	text-align: right;
	padding-top: 65px;
	}
	#menu li {
		display: inline;
 		padding: 0 0.5em;
 		font-size: 1.3em;
	}

	#menu li a { text-decoration:none; border: 0; }

	#menu li a:link, #menu li a:visited { color: #4D2E36; }
	#menu li a:hover, #menu li a:focus { color: #F26185; }
	
	#menu li.active { color: #E5174B; }
	
	#menu li#english { font-style: italic; }

/* Content
------------------------------------------------------- */

#content { 
	width: 600px; 
	margin-bottom: 10px;
	}

#content .imageHeader {
	width: 600px; 
	height: 90px; 
	background: #F7E9EC; 
	margin-bottom: 10px;
	overflow: hidden; 
	}
	#content .imageHeader img {
		width: 600px;
		}

#content .colRight img.articleImage { width: 223px; margin-bottom: 0.8em; }

	
#content h2 {
	color: #E5174B;
	font-weight: normal;
}

#content h3 {
	color: #E5174B;
	font-weight: normal;
}

#content h4 {
	font-weight: bold;
	margin-bottom: 0;
}

#content ul h4 {
	font-weight: bold;
	margin-bottom: 0;
	}

	#content h2 + h3, #content h3 + h4 { padding-top: 0em;}
	#content h2 + ul, #content h2 + p { margin-top: 0.8em; }
	#content p + ul { margin-top: 0em; }





/* Galeria
------------------------------------------------------- */

#galeria .colLeft { width: 213px; float: left; }
#galeria .colRight { width: 367px; float: right; }
#galeria .colRight p { height: auto; background: #fff; }

#galeria .colArticle { width: 357px; float: left; padding: 0 5px; }
#galeria .colArticle img { float: left; padding: 0 1.8em 0 0; }

#galeria #bigImage {
	clear: both;
	text-align :center;
}
#galeria .colRight img {
	float: none;
	width: 367px;
	margin-top: 3.6em;
	padding-top: 3px;
	}

#galeria .colRight h4 {
	color: #E5174B;
	}

#galeria ul.imageIndex {
	list-style-type: none;
	}
	#galeria ul.imageIndex li {
		float: left;
		padding: 0;
		padding-right: 9px;
		margin-bottom: 9px;
		background: transparent url(none);
		}
		
		#galeria ul.imageIndex li a {
			display: block;
			padding: 2px;
			background: #F7EDF0;
			border: 0;
			}

		#galeria ul.imageIndex li a:hover {
			background: #F26185;
			}
		#galeria ul.imageIndex img { 
			margin: 0;
			padding: 0px;
			border: 0;
			}
			


/* Footer
------------------------------------------------------- */

#footer {
	width: 600px;
	border-top: 1px solid #BA99A1;
	padding-top: 9px;
	text-align: center;
	font-size: 0.9em;
}

/*
#footer a:link, #footer a:visited { color: #FCFFEB; border-bottom: 0px;}
#footer a:hover, #footer a:focus { color: #FFF; border-bottom: 1px solid #FFF; background-color: #; }

#footer * { line-height: 1.6em; }
#footer p.heading { font-size: 1.3em; font-weight: bold; text-transform: uppercase; padding: 0.8em 0 0 0; }

#footer ul { list-style-type: none; float: left;}
		#footer ul li { display: inline; padding-right: 0.4em; }

#footer .copyright { float: right; }
	#footer .copyright li { padding: 0; }


/* Homepage
------------------------------------------------------- */

#default .colLeft { width: 213px; float: left; }
#default .colRight { width: 367px; float: right; }

#default .imageHome {
	width: 600px; 
	height: 250px; 
	background: #F8EFEA; 
	margin-bottom: 10px; 
	overflow: hidden;
	}
	#default .imageHome img {
		width: 600px;
		height: 250px; 
		}
		
#default .imageLeft { float: left; }
#default .imageRight { float: right; }
#default .imageLeft, 
#default .imageRight { 
	width: 178px; 
	height: 300px; 
	background: #F8EFEA; 
	overflow: hidden;
	}
	#default .imageLeft, 
	#default .imageRight { 
		width: 178px;
		}

#default #content p {
	font-size: 1.4em;
	line-height: 1.4em;
	}
	





/* Forms
------------------------------------------------------- */

fieldset {
	width: auto;
	margin: 0em;
	font-weight: normal;
	border: 0;
	padding: 1.6em;
	padding-left: 0;
	border-top: 1px solid #BA9;
	background-color: transparent;
	}
	
/*fieldset * {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	}*/

fieldset p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

label {
	text-align: left;
	margin: 1.6em 0 0 0;
	font-size: 1.2em;
	padding: 0;
}

input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	width: 70%;
	display: block;
	border: 1px solid #BA99A1;
	padding: 2px;
	margin: 0.4em 0em 1.6em 0em;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	clear: both;
	float: left;
	width: auto;
}

input:focus,
textarea:focus {
	background-color: #F7EDF0;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline;
	width: 60px;
	padding: 0.2em;
	vertical-align: middle;
	background-color: #F7EDF0;
	background-position: center top;
	color: #4D2E36;
	cursor: pointer;
	text-transform: capitalize;
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #F7EDF0;
		background-color: #E5174B;
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		color: #F7EDF0;
		background-color: #E5174B;
	}

input[type="hidden"],
fieldset legend { display: none;}


