/*  
Theme Name: Creperie 1.0
Theme URI: http://www.creperiecatherine.ca
Description: Custum creation for Creperie Catherine 
Version: 1.0
Author: PolarMedia.ca
Author URI: http://www.polarmedia.ca
*/


* {
   margin:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:0.8em;
   background: url(images/bg-top.jpg) top left repeat-x #8F7120;
   margin: 0;
}

p {margin-top:20px;}

h1 {
   margin: 10px;
   font-size:1.5em;
   font-family:Georgia, Times New Roman, Times, serif;
   text-align:center;
}

h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#;
   margin: 10px 60px 20px 50px;
   font-weight:normal;
   text-align:center;
}

h3 {
   font-size:0.5em;
   color:#;
   font-weight:normal;
}

#main a, #main a:visited {
   color:#8A0000;
   text-decoration:none;
}

#main a:hover {
   border-bottom:1px dotted #8F7120;
   text-decoration:none;
   color:#FFF;
}


.img {
	margin: 0 0 0 20px;
}

#imghead {
	margin: 0 0 0 0px;
}

/* =-=-=-=-=-=-=-[Photos]-=-=-=-=-=-=-=- */

#flickr2 {
background:none;
width:450px;
height:154px;
padding:14px 0 0 50px;
margin-top:40px;
 }
#flickr2 img {
float:left;
margin:0 0px 8px 8px;
background:#fff;
padding:4px;
width:62px;
height:62px;
}

#flickrnav {
background:none;
width:120px;
padding:5px 0 0 10px;
margin-top:5px;
 }
#flickrnav img {
float:left;
margin:0 0px 8px 8px;
background:#fff;
padding:4px;
}

#flickrnav a, #flickrnav a:visited {
   color:#8A0000;
   text-decoration:none;
}

#flickrnav a:hover {
   border-bottom:1px dotted #8F7120;
   text-decoration:none;
   color:#FFF;
}

/* =-=-=-=-=-=-=-[Footer Nav]-=-=-=-=-=-=-=- */

#footer a:link, #footer a:visited {
   color:#8A0000;
   text-decoration:none;
   font-size:0.7em;
}

#footer a:hover {
   border-bottom:1px dotted #8F7120;
   text-decoration:none;
   color:#FFF;
}

/* =-=-=-=-=-=-=-[Nav Menu]-=-=-=-=-=-=-=- */
	
#menu4 {
	font: normal 25px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	margin: 0;;
	width: 160px;
	border-style: none;
	border-size: 0px;
	border-width: 0px;
	margin: 0px;
	}

#menu4 ul {
	list-style: none;
	margin: 10;
	padding: 0;
	}
	
#menu4 li a {
  	height: 40px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #8B0402;
	display: block;
	background: #D7B65E 20px 0px;
	padding: 5px 5px 5px 5px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: #cc66 0 -40px;
	padding: 5px 5px 5px 5px;
	text-decoration: underline;
	}