/*  
Theme Name: Pogy
Theme URI: http://baby.any2.net/
Description: Theme for Baby Any*Any
Version: 1.0
Author: Stylegraph
Author URI: http://baby.any2.net/
*/

@import url("default.css");

body {
	background-image: url(images/background.gif);
	color: #333333;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}

a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
}

b {
	font-weight: normal;
}

.alignright {
	float: right;
	margin-botom: 10px;
	margin-left: 10px;
}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.Navigation {
	margin-bottom: 10px;
	text-align: center;
	font-size: 11px;
}

.Post {
	margin-bottom: 30px;
}
.Post h1 {
	color: #303030;
	font-size: 16px;
}
.Post h1 a {
	color: #303030;
}
.Post h1 a:hover {
	color: #999999;
}
.PostDate {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px;
	text-align: right;
}
.PostFooter {
	clear: both;
	text-align: right;
}

.CommentHeader {
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
}
.CommentFooter {
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

.PageTop {
	clear: both;
	margin: 50px;
	text-align: right;
}

.Odd {
	background-color: #EEEEEE;
}

.Pr {
	color: #666666;
	text-align: right;
	font-size: 10px;
}
.Pr a {
	color: #666666;
}

#Header {
	width: 760px;
	height: 200px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
}
#Header a, #Header a:hover {
	color: #FFFFFF;
}

#Title {
	padding-top: 60px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px #666666;
	-webkit-text-shadow: 0px 1px 1px #666666;
	-moz-text-shadow: 0px 1px 1px #666666;
}
#Description {
	font-size: 12px;
	text-align: center;
	color: #CC6600;
	line-height: 20px;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-text-shadow: 0px 1px 1px #ffffff;
	-moz-text-shadow: 0px 1px 1px #ffffff;
}

#Url {
	margin-right: 18px;
	padding-top: 25px;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}
#Url a:hover {
	position: relative;
	top: 1px;
}

#Wrapper {
	width: 760px;
	background-image: url(images/paper.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}

#Contents {
	float: left;
	width: 450px;
	margin-left: 50px;
	margin-right: 40px;
}

#SideBar {
	width: 170px;
	float: left;
	padding: 0px;
	list-style-type: none;
}
#SideBar h2 {
	padding: 12px 0px 8px 0px;
	color: #303030;
	font-size: 13px;
	font-weight: bold;
}
#SideBar ul {
	padding: 0px 0px 20px 0px;
	list-style-type: none;
}
#SideBar ul li {
	padding-left: 20px;
	background-image: url(images/green-dot.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#Footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	padding-bottom: 50px;
	color: #808080;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#Comments {
	padding: 0px;
	list-style-type: none;
}
#Comments li {
	margin: 0px;
	padding: 10px 20px;
}