/*
Theme Name: AFPC 2.0
Theme URI: http://www.connemara-france.com/
Description: Theme for the french connemara pony society
Version: 2.0
Author: Elise Ziegler
Author URI: http://www.elzz.org/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Sans-Serif;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
	}

html, body {
	height: 100%;
	}

#page {
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	width: 930px;
	min-height: 100%;
	height: auto;
	}

#header {
	background: url('images/header.jpg') no-repeat top center;
	height: 319px;
	}
	
.address {
	height: 10px;
	padding-top: 95px;
	padding-left: 285px;
	}

.address a {
	font-size: 110%;
	text-decoration: none;
	}

ul#menu {
	margin: 0;
	padding-top: 139px;
	padding-left: 148px;
	list-style-type: none;
	}
	
ul#menu li {
	float: left;
	padding-left: 27px;
	}

ul#menu li a, ul#menu li span {
	color: #000;
	text-decoration: none;
	font-family: Arial, sans serif;
	font-size: 1.3em;
	font-variant: small-caps;
	}

ul#menu li a:hover{
	font-style: italic;
	}
	

ul#menu ul.subMenu {
	position: absolute;
	padding: 2px;
	background: white;
	list-style-type: disc;
	}
	
ul#menu ul.subMenu li {
	float: none;
	padding-left: 0px;
	}
	
	
#content {
	padding: 0 40px 0px 20px;
	min-height: 100%;
	height: auto;
	}

#footer {
	position: relative;
	bottom: 0;
	background: url('images/footer.jpg') no-repeat bottom center;
	width: 930px;
	height: 45px;
	margin: 0;
	padding: 0;
	}

#sidebar {
	float: right;
	margin-top: -40px;
	margin-left: -30px;
	margin-bottom: -20px;
	color: #fff;
	font-size: 11px;
	}
	
#sidebar ul h2 {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 4px;
	margin: 0;
	}
	
.widget_text {
	background: url('images/agendabg.jpg') no-repeat top center;
	font-size: 1em;
	width: 170px;
	height: 168px;
	padding: 13px 0 0 0;
	list-style-type: none;
	}
	
.textwidget {
	height: 110px;
	margin: 0 15px 15px 15px;
	overflow: hidden;
	}
	
.post {
	background: url('images/bgpost.jpg') no-repeat top left;
	font-size: 1.2em;
	text-align: justify;
	margin-left: 10px;
	padding-bottom: 5px;
	}

.post p {
	padding-left: 5px;
	}

.post h2 {
	background: url('images/titlebg.jpg') no-repeat top left;
	height: 19px;
	width: 870px;
	padding: 2px;
	font-size: 1.2em;
	}

.post h2 a {
	color: #333;
	text-decoration: none;
	}

.entry {
	min-height:150px;
	}
	
.postmetadata {
	position:relative;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
	}
	
.postmetadata a {
	color: #333;
	text-decoration: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

p img a {
	text-decoration: none;
	}
	
a img {
	text-decoration: none;
	border: 0;
	}
	
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.navigation {
	padding-bottom: 20px;
	}
	
/* hiding wordpress stuff */
#header h1,
#header .description,
#footer p,
hr {
	display: none;
	}


