/*
Theme Name: Penguin Power
Theme URI: http://aerandria.net/
Description: Koujiro cuteness Made by Michan, Suyara and Lacaille
Version: 1.0
Author: Michan, Suyara and Lacaille
Author URI: http://aerandria.net/
*/

body {
	background: url(http://winglica.com/aepenguin/bg.png) repeat;
	font: 12px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #635c44;
	text-align: center;
	padding: 50px 0;
	margin: 0;
}

h2 {
	font: 16pt "Arial Narrow", "Arial";
	color: #f9f5ec;
	text-align: left;
	padding: 15px 10px 0 10px;
	margin: 0;
	border-bottom: 5px solid #f9f5ec;
	line-height: 14px;
}

h2 a, h2 a:hover, h2 a:active, h2 a:visited {
	color: #f9f5ec;
	text-decoration: none;
}

h3 {
	font-size: 11pt;
	color: #f9f5ec;
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 45px;
	float: right;
}

a {
	color: #75994c;
}
a:hover {
	color: #478203;
}
a img {
	border:none;
}

.postmeta {
	font-size: 7pt;
	/*margin-left: 60px;*/
	float:right;
	position:absolute;
	right:10px;
}

#whole { 
	width: 70%;
	min-width: 700px;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	background: none;
	text-align: left;
}

#header {
	width: 100%;
	height: 94px;
	overflow: hidden;
	background: url(http://winglica.com/aepenguin/head.png) 15% 0px no-repeat;
	margin-bottom: -2px;

}

#header span {
	visibility: hidden;
}

#header a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

#wrap {
	width: 100%;
	float: left;
	margin-right: -300px;
}

#main {
	padding: 0;
	margin: 0 300px 0 0;
}

.border {
	padding: 10px;
	margin: 0 0 30px 0;
	background: #f9f5ec;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.menu {
	padding: 1px;
	margin: 0;
	background: #e1dcc0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.menu a, .menu a:visited {
	padding: 5px;
	color: #8f8c7b;
	text-decoration: none;
	width: 100%;
	font: 9pt normal "Trebuchet MS";
	font-weight: bold;
}

.menu a:hover, .menu a:active {
	color: #d5958c;
}

.menu ul {
	margin: 0;
	padding: 5px;
}

.menu li {
	display: inline;
	border-left: 1px dotted #f9f5ec;
	padding: 5px;
}

.menu li:first-child {
	border: none;
}

.content {
	padding: 15px 0;
	margin: 0;
	background: #d6decd;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

.post {
	padding: 15px;
}

#sidebar {
	padding: 0;
	margin: 0;
	width: 270px;
	float: right;
	font-size: 11px;
}

.sidebar_border {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #f9f5ec;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.sidebar_content {
	padding: 10px;
	margin: 0;
	background: #e0ba99;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.sidebar_content2 {
	padding: 10px;
	margin: 0;
	background: #d2d8a9;
	text-align: left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Side Bar link styleing */

.sidebar_content a {
	color:#935621;
}
.sidebar_content a:hover {
	color:#632e00;
}
.sidebar_content2 a {
	color:#657301;
}
.sidebar_content2 a:hover {
	color:#444d00;
}
.sidebar_content2 ul, .sidebar_content ul {
	display:inline;
	text-align:center;
}
.sidebar_content2 ul li, .sidebar_content ul li{
	display:block;
	list-style-type:none;
}
.sidebar_content2 ul li a, .sidebar_content ul li a {
	display:block;
	margin:3px 0px;
	padding:2px;
	padding-left:22px;
	text-align:justify;
	text-decoration:none;
}

.sidebar_content ul li a {
	background:url("images/redmouseover.png") #cda17b -3px center repeat-y;
	color:#935621;
}
.sidebar_content ul li a:hover {
	background:url("images/redmouseover.png") #935621 -3px center repeat-y;
	color:#f9f5ec;
}
.sidebar_content2 ul li a {
	background:url("images/greenmouseover.png") #b7bf7f -3px center repeat-y;
	color:#657301;
}
.sidebar_content2 ul li a:hover {
	background:url("images/greenmouseover.png") #657301 -3px center repeat-y;
	color:#f9f5ec;
}

/* footer style */
.credit {
	clear: both; 
	text-align: center;
}

.credit ul li {
	display: inline;
	border-left: 1px dotted #75994c;
	list-style-type:none;
	padding: 5px;
}
.credit ul li:first-child {
	border:none;
}

.ads {
	width: 350px;

	padding: 5px;
	margin: 5px;
	text-align: center;
}
.ads2 {
	text-align: center;
}
.google {
	display: inline;
	float: right;
}
#special img {
	border: 0;
}
cite {
	font-weight: bold;
}
.red {
	color: red;
	font-weight: bold;
}
.warning {
	color: red;
}
.donatemon {
	color: red;
	font-weight: bold;
}
.donate {
	text-align: center;
	padding: 0;
	margin: 5px;
}
.post img {
	padding: 3px;
	border: 1px solid;
}

fieldset {
border: 0px solid black;
}

.strip p {
display:inline;
}



.taggies ul li {
padding: 0 0 10px 0;
}

.avatar {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 0px solid #cbccc0;
}

dt {
	font-weight: bold;
}
dd {
	padding: 0 0 20px 20px;
}


.post ul {

	margin: 25px 0 0 -25px;

}


.post ul li {
	display: block;
	padding: 0 25px;
	margin: 5px 5px 5px 0;
	line-height: 20px;
	text-decoration: none;
	background: url(images/cookie.png) no-repeat 0 1px;
}

.post ul li:hover {
	display: block;
	padding: 0 25px;
	margin: 5px 5px 5px 0;
	line-height: 20px;
	text-decoration: none;
	background: url(images/cookie-bite.png) no-repeat 0 1px;
}

/* Comments Styling */
.commentlist img {
	border:none;
}
.commentlist {
	list-style-position:inside;
	display:block;
	text-indent:0px;
	margin:0px;
	padding:0px;
}
.commentlist li {
	display:block;
	background-color:#f5f6e6;
	border:solid 5px #f9f5ec;
	position:relative;
	margin:10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.commentlist li.alt {
	background-color:#fbf6da;
}
.commentmetadata {
	position:absolute;
	top:3px;
	right:35px;
	text-align:right;
	font-size:smaller;
}
.commentlist .avatar {
	float:none;
	padding:0px;
	margin:0px;
	position:absolute;
	right:-10px;
	top:-10px;
	height:30px;
	width:30px;
	border:solid 5px #f9f5ec;
}
.commentlist p {
	padding:10px;
	padding-right:20px;
	margin:0px;
}

img.wp-smiley, img.wp-smiley-select {
	border:none;
}

ul.wp-polls-ul {
margin:0 30px;
}
