/*
Theme Name: C.A.T.S.S.
Description: <a href="http://catssoberlin.org">C.A.T.S.S.</a>
Version: 1.0
Author: Rachel Luczkowski (adapted to a WordPress theme by Joseph Spiros)
Author URI: http://catssoberlin.org
*/


/* Clear any default borders, margin, or padding */
body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
	border:0;
	margin:0;
	padding:0;
}


/* Default text settings and background for whole page */
body {
	font-family:Helvetica,Arial,sans-serif;
	line-height:1.25;
	background:url(images/background_paws.png) #eeeeee;
	border: solid 10px black;
	padding:.25em;
}


/* Header */
#header {
	font-family:Garamond,Arial,sans-serif;
	font-size:3em;
	font-weight: bold;
}

img#header-logo {
	float:left;
}


/* Content */
#content_wrapper {
	border-top: solid #000000 .25em;
	clear:left;
	float: left;
	width: 100%;
}

#content {
	margin-left: 12.5em; /*Set left margin to LeftColumnWidth*/
	padding-right:100px;
}

h1 {
	text-align:center;
}

p {
	padding:.5em;
	text-indent:2em;
}

#content ul li {
	list-style:url(images/bullet_paw.png) inside; 
	text-indent:1.5em;
	line-height:1.75;
}


/* Menu */
#menu {
	float: left;
	width: 10em; /*Width of left column*/
	margin-left: -100%;
	padding-top:.5em;
}

#menu li {
	list-style:none;
	padding-top:.5em;
}

#menu a {
	font-family:Georgia,Arial,serif;
	color: black;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	background: #eeeeee;
	display:block;
	border:solid black 5px;
	padding:.5em;
}

#menu a:hover {
	color: purple;
	border: solid purple 5px;
}


/* Footer */
#footer {
	clear: left;
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
	margin-right:100px;
}

img#footer-kittens {
	position:fixed;
	bottom:0;
	right:0;
}



/*Per page styles*/

.contact_info {
	text-align: center;
	padding-top: 1em;
}