/*  
Theme Name: ShapeUpClub FRONTPAGE
Theme URI: http://www.shapeupclub.com
Description: ShapeUpClub.com FRONTPAGE
Version: 1.0
Author: Sillens AB
Author URI: http://www.sillens.se

*/

/*

#################### BOXES #######################

* */

.WordpressBoxHolder
{
    margin-top: 30px;
    margin-bottom: 30px;
    *padding-right: 2px;
}

.WordpressBox 
{
    width: 720px;
    -moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border: solid 1px #A7A6A6;
    background: #fff;
	font-size: 9pt;
	line-height: 14pt;
}

.WordpressBoxContent
{
    padding: 16px;
}

.WordpressIcon {
	margin-right: 4px;
	vertical-align: middle;
}

/* ###################### BLOG DESCRIPTION ###################### */

.BlogDescription
{
    margin-bottom: 16px;
	padding: 8px 20px 8px 20px;
	float: left;
}

.BlogDescription h2
{
text-align: center;
}

.BlogDescriptionMiddle
{
    margin-bottom: 16px;
    padding: 8px;
    padding-left: 20px;
	padding-right: 20px;
    border-right: solid 1px #AFD425;
    border-left: solid 1px #AFD425;
	float: left;
}

.BlogDescriptionLeft
{
	text-align: center;
    width: 180px;
	padding-bottom: 16px;
	padding-top: 12px;
}

.BlogDescriptionRight
{
    width: 180px;
}

/* ###################### BLOG DESCRIPTION USER ###################### */

.BlogDescriptionUser
{
    margin-bottom: 16px;
	padding: 20px;
    border-left: solid 1px #AFD425;
	float: left;
	margin-top: 16px;
}

.BlogDescriptionUser h2
{
text-align: center;
}

.BlogDescriptionUserLeft
{
    border-left: none;
}

.BlogDescriptionUserTop
{
	text-align: center;
    width: 300px;
	padding-bottom: 16px;
	padding-top: 12px;
}

.BlogDescriptionUserBottom
{
    width: 300px;
}



/* ###################### BLOG POST ###################### */

.PostTitle {
	float: left;
	padding-top: 8px;
}

.PostContent {
	margin-bottom: 16px;
}

.PostMetaData {
	margin-bottom: 16px;	
}

/* ###################### DATE BLOCK ###################### */

div.dateblock{
line-height: 1.02em;
width: 40px;
float: left;
margin-top: 6px;
background: #F3F3F3;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
color: #aaa;
text-align: center;
margin-right: 10px;
letter-spacing: 0.17em;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
padding: 1px;
}
span.dateblock_mon{
font-size: 9px;
display: block;
text-align: center;
color: #999;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
span.dateblock_day{
font-weight: bold;
font-size: 13px;
display: block;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
text-align: center;
position: relative;
top: -1px;
color: #336;
}
span.dateblock_year{
font-size: 9px;
display: block;
text-align: center;
color: #999;
font-family: Georgia, Verdana, Arial, sans;
}

/* ###################### COMMENTS ###################### */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	background: blue;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	background: red;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 12px;
}

.commentmetadata{
	font-size: 9px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 9px;
}



