/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

 /* MyBlog Stylesheet */


body {
	background-color:#CCCCCC;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color:#003333;
	}

		A 			{ color: #993333; text-decoration: underline;} 
		A:link		{ color: #993333; text-decoration: underline;} 
		A:visited	{ color: #993333; text-decoration: underline;} 
		A:active	{ color: #993333;} 

#box1 {
	width:550px;
	background-color: #66CC66;
	border: 1px #003333 solid;
	text-align:left;
	height: 104px;
	}

#titlebox {
	background-color:#66CC66;
	width:385px;
	margin-left:0px;
	padding: 8px 0px 0px 8px;
	text-align:left;
	float:left;
	}

#greenpic {
	background-color:#66CC66;
	float:right;
	width:148px;
	height:104px;
	margin-left:0px;
	margin-top:0px;
	}
	
#checks {
	width:550px;
	background-color:#003333;
	border-left: 1px #003333 solid;
	border-right: 1px #003333 solid;
	padding:0px;
	margin:0px;
	height: 14px;
	}

#checks2 {
	width:550px;
	background-color:#003333;
	border-left: 1px #003333 solid;
	border-right: 1px #003333 solid;
	border-bottom: 1px #003333 solid;
	height: 14px;
	}

#box2 {
	width:550px;
	background-color:#FFF;
	border: 1px #033 solid;
	text-align:left;
	padding-top:22px;
	}
	
#adminbar {
	width:550px;
	text-align:right;
	color:#003333;
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	}
	
.blog {
	width:548px;
	text-align: left;
	clear: both;
	}	
	
.blogl {
	width:120px;
	margin-left:25px;
	margin-top:10px;
	float:left;
	font-family:verdana, arial, ms sans serif;
	font-size:11px;
	font-weight:bold;
	color:#993333;
	text-align:center;
	}

.blogr {
	width:350px;
	margin-right:25px;
	float:right;
	border-bottom: 1px #999 solid;
	margin-bottom:30px;
	}
	
.date {
	font-family:georgia, book antiqua, verdana, arial;
	font-size:14px;
	font-weight:bold;
	color:#999;
	padding-bottom: 15px;
	text-align: center;
	}

.btitle {
	font-family:trebuchet ms, tahoma, verdana, arial;
	font-size:14px;
	font-weight:bold;
	color:#003333;
	padding-bottom:15px;
	text-align: center;
	}

.blogbody {
	color:#003333;
	font-family:bookman old style, book antiqua, verdana, arial;
	font-size:12px;
	line-height:16px;
	text-align: justify;
	padding-bottom:16px;
	}
	
.archiveyearsummarylinks {
	font-weight: normal;
	color: #666;
	margin-top: 20px;
	
}

.archivelink {
	width:350px;
	margin-right:25px;
	float:right;
	margin-bottom:14px;
	text-align:center;
}

.archiveheading {
	font-size: 24px;
	font-weight: normal;
	font-family: bookman old style, book antiqua, verdana, arial;
	color: #666;
	font-style: italic;
}

.archiveyear {
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 44px;
	padding-top: 10px;
	margin-bottom: 20px;
	color: #BBB;
	text-align: right;
	width: 350px;
	border-bottom: 1px #999 solid;
}
	
.archivedate {
	font-family:trebuchet ms, tahoma, verdana, arial;
	font-size:12px;
	font-weight:normal;
	padding-bottom:6px;
	text-align:left;
}

.archivebody {
	color:#033;
	font-family:bookman old style, book antiqua, verdana, arial;
	font-size:18px;
	line-height:22px;
	text-align: left;
	padding-bottom:16px;
}

.sslink {
	font-family:georgia, book antiqua, verdana, arial;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	}
	
.admincontrols {
	color:#033;
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	}
