/*  
Theme Name: ShapeUpClub
Theme URI: http://www.shapeupclub.com
Description: This is the theme for ShapeUpClub.com
Version: 1.0
Author: Sillens AB
Author URI: http://www.sillens.se

*/

/*

#################### BOXES #######################

* */

#BlogHolder 
{
    margin: 0 auto;
    width: 1150px;
}

.WordpressBox
{
    float: left;
}

.WordpressBoxContentHolder 
{
    padding: 16px;
}

.WordpressBoxContent
{

	font-size: 9pt;
	line-height: 14pt;
    width: 600px;
}

.WordpressRightBoxHolder
{
    margin-bottom: 40px;
}

.WordpressBoxContent h2 a {
	font-size: 11pt;
}

.WordpressBoxRight
{
    float: left;
}

.WordpressRightBox
{
    width: 300px;	
}

.WordpressRightBoxContent
{
    padding: 16px;
	font-size: 9pt;
	line-height: 14pt;
}

.WordpressRightBoxContent h3
{
	font-size: 10pt;
	margin: 15px 0px 5px 0px;
}

.WordpressRightBoxContent ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}

.WordpressRightBoxContent li
{
    padding-bottom: 5px;
}

.WordpressIcon {
	margin-right: 5px;
	vertical-align: middle;
}



/* ###################### BLOG POST ###################### */

.PostTitle {
	float: left;
	padding-top: 10px;
}

.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: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}




