/* ROUNDED CORNERS */

.wp-caption img {
	border: 5px solid #eef7fd;
	margin-top: 10px;
}
.wp-caption-text {
	font-style: italic;
	font-size: 85%;
	text-align: center;
	margin-top: 1px;
}

a:link, a:visited {
	color: #2a6690;
	text-decoration: none;
}
a:hover, a:active {
	color: #1e4a69;
	text-decoration: underline;
}
#commentform {
	color: #daeec6;
	
	text-shadow: rgba(0,0,0,0.65) 0 1px 2px;
	width: 600px;
	margin: 0 auto;
	font-size: 13px;
}
#commentform a {
	color: #daeec6;
	text-decoration: underline;
}
#commentform a:hover {
	color: white;
	text-decoration: underline;
}
#respond {
	text-align: center;
	color: #daeec6;
	text-shadow: rgba(0,0,0,0.82) 0 1px 2px;
}
textarea#comment {
	background-color: #add683;
	border: 1px solid #326604;
}

.roundedboxouter
{
	margin-left: 100px;
	margin-right: 100px;
	background:
	url(Resources/post_corner/post_corner_topleft.png) no-repeat left top,
	url(Resources/post_corner/post_corner_topright.png) no-repeat right top,
	url(Resources/post_corner/post_corner_bottomleft.png) no-repeat left bottom,
	url(Resources/post_corner/post_corner_bottomright.png) no-repeat right bottom;
	margin-bottom: 20px;
}
.roundedtop {
	background: url(Resources/post_corner/post_edge_top.png) repeat-x left;
	height: 51px;
	margin: 0 51px;
}
.roundedbottom {
	background: url(Resources/post_corner/post_edge_bottom.png) repeat-x left;
	height: 51px;
	margin: 0 51px;
}
.roundedcontent {
	
	font-size: 13px;
	background:
	url(Resources/post_corner/post_edge_left.png) repeat-y left top,
	url(Resources/post_corner/post_edge_right.png) repeat-y right top;
	color: #2a6690;
}
.roundedinner {
	margin: 0 51px;

	background-color: #d9effd;
	/*margin-top: -57px;
	margin-bottom: -57px;*/
}
.roundedinner * {
	margin-bottom: 0;
}
.roundedinner > h1 {
	margin-top: 0;
	text-align: center;
	padding-bottom: 12px;
}


pre {
	background-color: #f5fbff;
	border-bottom: 1px dashed #67aadd;
	padding-bottom: 0.8ex;
	padding-top: 0.5ex;
	border-top: 1px dashed #67aadd;
}


/* COMMENTS */
	
#comments {
	padding: 0;
	margin: 0;
	
	width: 100%;	
	background-color: #54aa08;
	padding-top: 16px;
	padding-bottom: 34px;
}
#comments li {
	padding: 0;
	
	font-size: 13;
	padding: 8px 8px 8px 8px;

	width: 700px;
	margin: 0px auto;

	list-style-type: none;
}
div.avatar {
	background: url(Resources/avatarbg.png) no-repeat;
	width: 44px;
	height: 44px;
	margin: 0 auto;
}
div.avatar img {
	margin-left: 5px;
	margin-top: 5px;
}

.username {
	background: url(Resources/nametag_left.png) no-repeat left, url(Resources/nametag_right.png) no-repeat right;
	height: 20px;
	max-width: 110px;
	margin: 6px auto 0;
}
.username .inner {
	background: url(Resources/nametag_middle.png) repeat-x left;
	margin-left: 12px;
	margin-right: 12px;
	height: 20px;
	
	font-size: 11px;
	font-weight: bold;
	color: #244908;
}
.commentouter {
	position: relative;
	left: 100px;
	margin-top: -60px;
	top: -12px;
	background: url(Resources/speechbubble_g_middle.png) repeat-y right;
	width: 591px;
}
.commentmiddle
{
	color: #244908;
	background: url(Resources/speechbubble_g_top.png) no-repeat top right;
}
.commentinner {
	
	background: url(Resources/speechbubble_g_bottom.png) no-repeat bottom right;
	padding: 5px 5px 11px 24px;
}
.userinfo {
	max-width: 100px;
	
}
.moveup {
	
}

.username .inner > .innerinner {
	padding-top: 1px;
	text-align: center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.username .inner > .innerinner a {
	color: #244908;
}

body
{
	padding: 0;
	margin: 0;
	background: #8cc3ea url(Resources/SkyTop.png) repeat-x left top;
	overflow-x:hidden;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sun
{
	margin-top: 0;
	top: 30px;
	right: 0;
	position: absolute;
	background-image: url(Resources/Sun.png);
	width: 570px;
	height: 571px;
	float: right;
	clear: none;
	z-index: -1;
}

.cloud
{
	margin-top: 0;
	top: 0;
	left: 0;
	position: absolute;
	float: left;
	overflow-x: hidden;
}


#push {
	height: 155px;
	
}

#grassBG {
	width: 100%;
	height: 94px;
	margin-top: -54px;
	background: url(Resources/Grass2.png) repeat-x;
}



