* {
	margin: 0;
	padding: 0;
	}

body {
	width: 984px;
	margin: 0 auto;
	font: 400 1.0em arial,sans-serif;
	color: #666;
	}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#999;
}
	
#nav {
	margin: 0.5em 0;
	width: 100%;
	padding-bottom: 20px;
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	padding-right:40px;
	}
	
#nav li {
	float: left;
	clear: none;
	}
	
#nav li a {
	margin-left: 40px;
	padding-top: 0px;
	display: block;
	text-decoration: none;
	font: 400 1.1em arial,sans-serif;
	color: #84c326;
	letter-spacing: -1px;
	}

#nav li a:hover {
	color: #84c326;
	}
	
#head {
	margin: 0.5em 0;
	width: 100%;
	line-height: 0.8em;
	
	}

#head h1 {
	font: 400 5.5em arial,sans-serif;
	color: #666;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	letter-spacing: -0.1em;
	}

#head h1 a {
	width:393px;
	height:79px;
	text-decoration: none;
	background:url(mainstyle/smeepe-logo.jpg) no-repeat;
	display:block;
	margin-left: auto;
	margin-right:auto;
	}

#head h2 {
	font: 400 2.5em arial,sans-serif;
	margin-top: -0.7em;
	padding: 0;
	margin-bottom: 40px;
	letter-spacing: -0.1em;
	}

#main {
	position: relative;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	}
	
#right {
	width: 30%;
	float: right;
	border-top: none;
	text-align: right;
	margin-bottom: 40px;
	margin-right:37px;
	}

#right ul, .right2 ul {
	list-style: none;
	padding: 0 20px 15px 0;
	font-size:0.9em;
	}
	
#right li, .right2 li {
	padding: 5px 0 5px 20px;
	}

#right li a, .right2 li a {
	padding: 0 0 0 20px;
	color: #999;
	font-size: 0.9em;
	text-decoration: none;
	}

#right li a:hover, .right2 li a:hover {
	color: #969595;
	}

#content {
	width: 600px;
	margin-right: 35%;
	border-top: none;
	margin-bottom: 40px;
	margin-left:42px;
	}
	
h1 {
	font: 400 1.4em arial,sans-serif;
	color: #444;
	letter-spacing: 0em;
	margin-bottom: 0;
	}

h2 {
	font: 400 1.2em arial,sans-serif;
	margin-top: -0.4em;
	padding-top: 0px;
	letter-spacing: -1px;
	}
	
h3 {
	color:#84c326;
	font: 400 1.2em arial,sans-serif;
	letter-spacing: 0em;
	margin-bottom: 10px;
	}

p {
	line-height: 1.8em;
	margin: 10px 0 10px 0;
	color: #777;
	font-size: 0.9em;
	}
	
#content a, #content2 a, #foot a {
	text-decoration: none;
	border:none;
	color:#84c326 !important;
	}

#content a:hover, #content2 a:hover, #foot a:hover {
	border-bottom: none;
	color:#84c326 !important;
	}

img.content, a img.content {
	float: right;
	padding: 4px;
	border: 1px solid #84c326;
	margin: 10px 0 10px 10px;
	}
	
a:hover img.content {
	border: 1px solid #BBB;
	}
	
img.color, a img.color {
	float: left;
	padding: 1px;
	border: 1px solid #CCC;
	margin: 0 8px 0 0;
	}
	
a:hover img.color {
	border: 1px solid #999;
	}

.right2 {
	float: right;
	width: 160px;
	margin-left: 15px;
	padding-top: 40px;
	border-top: 5px solid #ECECEC;
	text-align: right;
	font-size: 0.9em;
	}
	
.right2 h3 {
	letter-spacing: -1px;
	}
	
#content2 {
	margin-right: 365px;
	border-top: 5px solid #ECECEC;
	padding-top: 40px;
	}
	
ol {
	font: 600 1.0em arial,sans-serif;
	}
 
ol span {
	font: 400 1.0em arial,sans-serif;
	color: #777;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}

#content ul, #content2 ul {
	padding: 10px;
	color: #777;
	font-size:0.9em;
	}
	
#content ul li, #content2 ul li {
	padding-left: 2px;
	margin-left: 10px;
	line-height:1.5em;
	margin-bottom:7px;
}

table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 20px;
  padding: 0 0 0.5em 3px;
  font: 400 1.2em arial,sans-serif;
  text-align: left;  
  letter-spacing: -1px;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  border-top: 2px solid #CCC;
  border-bottom: 1px solid #CCC;
}


tbody td {
  border-bottom: 1px solid #ECECEC;
}

tbody tr:hover {
  background-color: #F0F0F0;
}

.blockquote {
	display: block;
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	margin: 10px 0 20px 10px;
	padding: 5px;
	font-style: italic;
	}

form label{
	display:block;
	}

form input, form input.text, form textarea{
	width:80%;
	padding:4px 5px;
	font:12px Arial,san-serif;
	/*background-color:#84C326;*/
	border:1px solid #CCC;
	color:#000000;
	}

form input.text:hover, form textarea:hover{
border:1px solid #CCC;
color:#000000;
	}

form input.text:focus, form textarea:focus{
	border:1px #CCC solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Arial,san-serif;
	}

* html form input.text,

form input
{
	width:37%;
}

* html form textarea{
	border-color: #CCC;
	color:#333;
	}

#foot {
	width: 100%;
	border-top: 3px solid #ECECEC;
	padding: 40px 0 40px 0;
	margin-top: 40px;
	}

.box
{
	width:250px;
	background: url(mainstyle/box-center.jpg) repeat-y left top;
	float:right;
	margin-bottom:20px;
}

.box h3
{
	background:url(mainstyle/box-top.png) no-repeat left top;
	padding: 10px 20px 0 20px;
}

.box ul
{
	background:url(mainstyle/box-bottom.png) no-repeat left bottom;
	padding: 0 20px 10px 20px;
}

.st-tag-cloud{
background:url(mainstyle/box-bottom.png) no-repeat left bottom;
padding: 0 20px 10px 20px;
}

.boxcontent{
background:url(mainstyle/box-bottom.png) no-repeat left bottom;
padding: 0 20px 10px 20px;
}

span.date {
font-family:arial,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:600;
letter-spacing:0;
line-height:normal;
margin-bottom:10px;
}

h2.title a
{
	color:#84c326 !important;
	font-family:arial,sans-serif;
	font-size:1.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0em;
	line-height:normal;
	margin-bottom:0;
}

.sharethis
{
	margin-bottom:-10px;
	margin-top:-2px;
}

.tag-category-comment
{
	margin-bottom:40px;
}

form label {
display:block;
margin:0px;
padding: 0px;
line-height: 1em;
}

#submit
{
	background:url(mainstyle/send-button.jpg) no-repeat;
	height:40px;
	border:none;
	width:139px;
	cursor:pointer;
}

.box input
{
	width:55%;
}

.commentlist li p
{
	font-weight:normal;
	line-height:1.5em;
}

.stbuttontext {
color:#84c326 !important;
}

.wp-caption-text
{
	margin-top:0px;
}

.main
{
	width:984px;
	background: url(mainstyle/grey-box-center.jpg) repeat-y left top;
	margin-bottom:20px;
}

#grey-top
{
	background:url(mainstyle/grey-box-top.jpg) no-repeat left top;
	height:48px;
	padding: 10px 20px 0 20px;
}

#grey-bottom
{
	background:url(mainstyle/grey-box-bottom.jpg) no-repeat left bottom;
	height:40px;
	padding: 0 20px 10px 20px;
}

#comment
{
	color:#000000;
}