/*
Theme Name: ChiWow
Author: FiggyNewton
Tags: fixed width, three columns, widgets
*/

body {
	margin-top: 50px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	background-image: url(http://www.chiwow.com/chihuahuas/template/backgrounds/pink.jpg);
	background-repeat: repeat;
}

h1, h2, h3 {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #cc3256;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	
	line-height: 110%;
	margin: 0px;
padding: 0 0 12px 0;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #cc3256;
}

a:hover {
	background: underline;
	color: #cc5a74;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 888px;
	height: 169px;
	margin: 0 auto;
	background: url(images/chi_header.png) no-repeat left top;
}




/* Menu */

#menu {
	width: 888px;
	height: 51px;
	margin: 0 auto;
	background-image: url(images/chi_tp_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 10px;
	list-style: none;
	line-height: normal;
	color: #EEEEEE;
}

#menu li {
	float: left;
}

#menu a {
	padding: 10px 20px;
	margin-right: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Tahoma, Arial, sans-serif;
	color: #FFFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 888px;
	margin: 0 auto;
	background: url(images/chi_container_bk.png) repeat-y left top;
	padding-top: 30px;
	font-family: Tahoma, Arial, sans-serif;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin-left: 25px;
}

.post {
padding: 5px 0;
margin:0px auto 25px;
padding:15px;
line-height: 14pt;
}

.post .title {
	padding: 5px 0;
	
}

.post .title a {
	color: #333333;
}

.post h2 {
	font-size: 1.8em;
}

.post .meta {
	padding: 2px 10px;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.post .entry {
	padding: 20px;
	text-align: justify;

}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin-right: 25px;
	padding-top: 20px;
	color: #000000;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 23px;
}

#sidebar li li {
	padding-left: 10px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#sidebar h2 {
	padding: 5px 22px;
	font-size: 1.5em;
	color: #333333;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar p {
	padding: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc3256;
	border-right-color: #cc3256;
	border-bottom-color: #cc3256;
	border-left-color: #cc3256;
	}

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;
	}
/*	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) */


/* End Images */

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 888px;
	margin: 0 auto;
	padding: 30px 0;
	height: 60px;
	background: url(images/chi_footer.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #121C27;
}


