/*
Theme Name: Alliance Francaise Auckland V2.0
Theme URI: http://www.alliance-francaise.co.nz
Description: Designed by <a href="http://www.karebou.com" title="Karen Rubado">Karen Rubado</a>
Author: Karen Rubado
Author URI: http://www.karebou.com


TOC ---------------------------

>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
	>4a: Colours, Sizes, Etc
>5: LAYOUT STYLES
>6: GENERAL STYLES
>7: FORM STYLES
>8: PAGE SPECIFIC STYLES
	>8a: Home page
	>8b: Category Page
	>8c: Product Page
>9: SNIPPETS

*/

/* -- >1: RESET (Resets styles to common format across browsers) ---------------------------------------------------- */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img ,img a{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a{outline:none;}
hr{display:none;}

/* -- >2: DEFAULT CLASSES (Commonly used classes) -------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.large{ font-size: 1.1em;}
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.imgRight {float: right; margin: 0 0 0.2em 1em;}
.imgLeft {float: left; margin: 0 1em 0.2em 0;}
.clear { clear: both; }
.hide { display: none; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -- >3: ACCESSIBILITY (Quick access for screen readers)------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

/* -- >4: DEFAULT STYLES (Default element styles)--------------------------------------------------------------------- */
/* >4a: colours, sizes, etc of elements */
body {
	font: 62.5%/2.4 Lucida Sans Unicode, Trebuchet, 'Helvetica', sans-serif; /* set font size to 10px/1em(a nice round number) - 1.4 line height */
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	background: #fff url(images/photos.jpg) no-repeat top center;
	}
	
#container {
	background:#3d3d72 url(images/main-bg.png) repeat-y top center;
	}

#content {
	font-size: 1.2em;
	line-height:1.8em;
	background-color:#fff;
	border:1px solid #20203e;
	}
	
	#content p {
		margin-bottom:1.5em;
		}
	
	#content.home {
		background:#fff url(images/auckland.png) no-repeat bottom center;
		}
		
#sidebar {
	font-size:1.2em;
	line-height:1.5em;
	}
	
	ul.sidebar_list li {
	background-color:#fff;
	border:1px solid #20203e;
	}
	
	ul.sidebar_list li li {
		border:0px;
		}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	font-size:1.1em;
	color:#999;
	}
	
	#footer a {
		color:#999;
		}
		
		#footer a:hover {
		text-decoration:underline;
		}

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Serif;
	}

h1 {
	font-size: 2.6em;
	color:#1a1a33;
	margin-bottom:20px;
	line-height:1.2em;
	}
	h1.home-header {
		display:none;
		}
h2 {
	font-size: 1.6em;
	color:#af2b2b;
	margin-bottom:.8em;
	line-height:1.3em;}

h3 {
	font-size: 1.6em;
	}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3, a h3 a:visited {
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
	}
	
#logo h2 {
	font-size:1.0em;
	margin-bottom:0;
	}
	
#logo p {
	font-size:.06em;
	}
	
#search p {
	letter-spacing:1px;
	font-size:1.2em;
	}
	
#topnav {
	background:#353565 url(images/main-bg.png) repeat-y;
	padding-bottom:10px;
	width:100%;
		}
	
ul.nav, ul.subnav {
	width:939px;
	margin-left:18px;
	border-bottom:1px solid #1a1a33;
	height:25px;
	background-color:#363465;
	}
	
	ul.subnav {
		background-color:#21213f;
		margin-bottom:20px;
		clear:both;
		}
	
	
	ul.nav li, ul.subnav li {
		float:left;
		font-size:1.2em;
		height:25px;
		padding:0px 20px 0px 20px;
		background:url(images/nav-line.png) no-repeat top right;
		}
		
		ul.subnav li {
			background:none;
			}
		
		ul.nav li a, ul.subnav li a {	
		color:#fff;
		}
		
			ul.nav li a:hover, ul.subnav li a:hover {
				text-decoration:none;
				}
				
				ul.subnav li a:hover, ul.subnav li.current_page_item a {
					color:#fc3;
					}
		
		ul.nav li:hover, ul.nav li.current_page_item, ul.nav li.current_page_ancestor {
			background-color:#21213f;
			}
			
			
	
.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #af2b2b;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* -- >5: LAYOUT STYLES (Core site structure and layout)-------------------------------------------------------------- */
#page {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0;
	width:974px;
	}

#header {
	height: 263px;
	clear: both;
	}
	
#content {
	width:590px;
	padding:25px;
	margin:0px 0px 20px 35px;
	float:left;
	}
	
#container {
	width:100%;
	clear:both;
	}
	
#sidebar {
	float:right;
	margin-right:35px;
	}
	
	ul.sidebar_list {
		width:240px;
		}
		
.post {
	margin: 0 0 40px;
	}
	
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	background: #fff url(images/footer.png) no-repeat top;
	padding: 30px 20px 0px 20px;
	margin: 0 auto;
	clear: both;
	height:56px;
	}


/* -- >6: GENERAL STYLES -------------------------------------------------------------- */

#logo {	
	width:279px;
	height:96px;
	float:left;
	}
	
	#logo h2, #logo p {
		text-indent:-9999px;
		}
		
#search {
	width:270px;
	height:96px;
	float:right;
	text-align:right;
	margin-top:18px;
	}
	
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding:10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* -- >6: FORM STYLES -------------------------------------------------------------- */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}
	
	#searchform .button {
		background:#fff url(images/btn-search.png) no-repeat;
		margin-left:2px;
		width:57px;
		height:19px;
		background-color: transparent;
		border:0;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
