/*
Theme Name: Sakura3
Theme URI: http://www.area381.com/
Description: Widget ready 3 collumn Wordpress theme named <a href="http://www.area381.com">Sakura3</a>, created by <a href="http://www.area381.com">area381</a>.
Version: 1.1
Author: area381
Last Update: 09/26/2007

*/ 
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
	background-color: #ECEAE2; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #3E4449;
}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#C6524E;
	text-decoration: none;
}
a:hover {
	color:#C6524E;
	text-decoration: underline;
}

img, a img {
	border:none;
}

code {
	font-family: "Courier New", Courier;
	color: #333333;
}

.clear {
	clear: both;
}

/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
    width : 98%;
    min-width: 984px;
    max-width: 1240px;
	margin: 0px auto;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/ 

#header {
    height : 280px;
}

#HederTitle {
	width: 500px;
	height: 170px;
	
}
#HederTitle h1 {
	color: #3E4449;
	font-weight: normal;
	font-variant: normal;
    font-family: Georgia, serif;
	width: 250px;
	padding-top: 45px;
	padding-left: 15px;
    font-size: 225%;
}

#HederTitle h1 a:link,
#HederTitle h1 a:visited {
	text-decoration: none;
	color: #3E4449;
	
}
#HederTitle h1 a:hover {
	text-decoration: none;
	color:#583408;
}

#HederTitle span {
    /*font-family: Georgia, serif;*/
	color: #6D5E5E;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	width: 485px;
	font-size: 150%;
	padding-left: 4px;
    text-align: right;
}

#BottomHeader {
	height: 110px;
	width: 700px;
}
#BottomHeaderWrapp {
    position : relative;
	width: 680px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow:visible;
	
}
#BottomHeaderWrapp p {
	color: #968D89;
	padding:5px 5px 5px 140px;
}
#BottomHeaderWrapp img,
#BottomHeaderWrapp a img {
    position : absolute;
    bottom : 0;
    left : -20px;
    margin : 0;
    padding : 0;
}
#BottomHeaderWrapp a:link,
#BottomHeaderWrapp a:visited,
#BottomHeaderWrapp p a:link,
#BottomHeaderWrapp p a:visited {
	color:#C6524E;
	text-decoration: none;
}
#BottomHeaderWrapp a:hover,
#BottomHeaderWrapp p a:hover {
	color:#C6524E;
	text-decoration: underline;
}

/*		
//////////////////////////////////////////////////////
						MAIN
//////////////////////////////////////////////////////
*/ 
#wrappinner {
	margin-top: 15px;
}

#main {
    margin-right: 410px;
}
#main .navigation {
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#BD413D;
	text-decoration: none;
	
}
#main .navigation .alignleft a:hover {
	color:#BD413D;
	text-decoration: underline;
	
}
#main .navigation .alignright {
	float: right;
}

#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#BD413D;
	text-decoration: underline;
}

#main .entryBox {
    position: relative;
	/*background: #E3E1D5 url('images/entry_bg_TC.jpg') repeat-x;*/
    background: #E3E1D5;
	margin-bottom: 20px;
    border: 1px solid #ECEAE2;
    border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; 
}
#main .entryBox .title {
    margin-left: 15px; 
    margin-right: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CFCDC2;
}
.print_header {
    display : none;
}
#main .entryBox .title h2 {
	font-weight: normal;
    font-size: 175%;
	padding-top : 17px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
	color: #3E4449;
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	color: #3E4449;
    text-decoration: none;
}
#main .entryBox .title h2 a:hover {
	color: #928771;
}

#main .entryBox span.date {
	margin-left: 18px;
	margin-top: 2px;
	margin-bottom: 5px;
    padding-left: 3px;
	font-size: 90%;
    font-family: Georgia;
	color: #928771;
	display: block;
    letter-spacing : 1px;
    font-variant: small-caps;
}
#main .entryBox .entry {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding: 8px;
}
#main .entryBox .entry p {
	color: #4D5359;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 8px;
    margin-left: 13px;
    margin-right: 13px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color:#BD413D;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #C6514E;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #CC6461;
}
#main .entryBox .entry img {
    background: rgb(238,236,224);
    border: 1px solid rgb(155,153,144);
    padding: 6px;
    margin: 1px 5px;
}
#main .entryBox .entry .sociable img {
    border: none;
    padding: 0;
    margin: 0 1px;
}
#main .entryBox .entry img.wp-smiley {
    background: transparent;
    border: none;
	padding: 0;
    margin: 0;
}
#main .entryBox .entry ul,
#main .entryBox .entry ol {
	padding: 2px 5px 2px 45px;
	
}
#main .entryBox .entry ul li {
	padding: 0;
}
#main .entryBox .entry code {
	font-family: "Courier New", Courier, mono;
	display: block;
	padding : 3px 10px 3px 7px;
    margin-left: 15px;
	background-color: #DEDBD0;
	font-size: 100%;
}
#main .entryBox .entry blockquote {
	font-size: 100%;
	line-height: 140%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #BFB8A3;
	font-style: oblique;
    margin-left: 25px;
}
#main .entryBox .entry pre {
    padding : 3px 10px 3px 7px;
    margin-left: 15px;
}
#main .entryBox span.registered {
    padding-top : 15px;
    padding-bottom : 5px;
	font-size: 90%; 
    margin-top: 8px;
	margin-left: 10px;
	margin-right: 15px;
    padding-left: 3px;
	display: block;
}
#main .entryBox span.registered a:link,
#main .entryBox span.registered a:visited {
	text-decoration: none;
	color: #77776B;
	font-weight: bold;	
}
#main .entryBox span.registered a:hover {
	text-decoration: underline;
	color: #928771;
	font-weight: bold;	
}

/*		
//////////////////////////////////////////////////////
					SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription {
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main .entryBox .entryDescription p {
	padding: 5px 15px 0px 15px;
}
#main .entryBox .entryDescription p a:link,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
	color:#BD413D;
}

#main .entryBox .entryDescription p a:hover {
	text-decoration: underline;
	color: #C6514E;
}
#main .entryBox p.who {
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#main .entryBox p.who a:link,
#main .entryBox p.who a:visited {
	text-decoration: none;
	color: #928771;
}
#commentForm,
#searchform {
}
#commentForm p {
	padding:5px;
}
#commentForm p a:link,
#searchform  p a:link,
#commentForm p a:visited,
#searchform  p a:visited {
	color:#BD413D;
	text-decoration: none;
}

#commentForm p a:hover,
#searchform  p a:hover {
	color:#BD413D;
	text-decoration: underline;

}
#commentForm input#submit,
#searchform  input#submit {
	border: none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
 
#commentForm input, 
#searchform  input,
#commentForm textarea, 
#searchform  textarea,
#commentForm select,
#searchform  select {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 5px 3px;
	font-size: 110%;
	font-weight: normal;
	background-color: #fafafa;
	border: 2px solid #E5E2D9;
    vertical-align: middle;
    color: #87857F;
}
#commentForm textarea,
#searchform textarea {
    width : 95%;
}
#commentForm input#author:hover,
#commentForm input#email:hover,
#commentForm input#url:hover,
#commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 2px solid #E5E2D9;
}
#commentForm #calc {
    position: absolute; 
    top: 30px; 
    left: 150px;
    padding: 2px 4px;
    background: #F7F7F3;
    border: 2px solid #E5E2D9;
}
#commentForm #calc_table { 
    font-family: Courier, monospace;
}
#commentForm #calc_table tr,
#commentForm #calc_table td { 
    padding : 1px 0;
    margin: 0;
    text-align: left;
}
#commentForm #calc_table input {
    padding : 1px 3px;
    width : 33px;
    text-align: center;
    margin  : 0;
    cursor : hand;
    cursor : pointer;
}
#main h3.respond {
	padding: 10px 5px 10px;
    font-size: 120%;
}

#main .entryBox .entry img.gravatar {
    padding: 2px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    background: rgb(238,236,224);
    border: 1px solid rgb(155,153,144);
    padding: 4px;
}

/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
    width: 195px;
    float: right;
}
#sidebar h2,
#sidebar h3 {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #583408;
}

#sidebar ul,
#sidebar li {
	list-style-type: none;
}
#sidebar ul li {
	padding: 1px 3px 2px 3px;
	list-style-type: none;
	color: #6C5E5E;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #6C5E5E;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#583408;
}

/*		
//////////////////////////////////////////////////////
						SIDEBAR2
//////////////////////////////////////////////////////
*/ 

#sidebar2 {
    width: 195px;
    float: right;
}
#sidebar2 h2,
#sidebar2 h3 {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #583408;
}

#sidebar2 ul,
#sidebar2 li {
	list-style-type: none;
}
#sidebar2 ul li {
	padding: 1px 3px 2px 3px;
	list-style-type: none;
	color: #6C5E5E;
	
}
#sidebar2 a:link,
#sidebar2 ul li a:link,
#sidebar2 a:visited,
#sidebar2 ul li a:visited {
	color: #6C5E5E;
	text-decoration: none;
}
#sidebar2 a:hover,
#sidebar2 ul li a:hover {
	text-decoration: underline;
	color:#583408;
}

/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#footer-outer { 
    background: #E3E1D5; 
    text-align: center; 
    clear: both;
    margin-top: 60px;
    border-bottom: 10px solid #6E5E5F;
}
#footer {
	clear: both;
	height: 35px;
    margin: auto;
	margin-top: 25px;
    padding: 35px 35px 35px 35px;
    text-align: center;
    min-width: 980px;
    max-width: 1240px;
    color: #583408;
}
#footer p {
	padding-left: 15px;
	padding-top: 5px;
	
}

#footer p a:link,
#footer p a:visited {
	color: #583408;
	text-decoration: none;
}
#footer p a:hover {
	color: #AAA185;
	border-bottom : 1px dotted #AAA185;
}

#main .sociable {
    margin: 10px 10px 2px 10px;
}

#main .sociable .sociable_tagline {
    margin-bottom: 3px;
}

#wpstats { 
    display: none; 
}

