/*=== Setup ===*/
body{
	background: transparent url(tako/bg.jpg) no-repeat top center;
	color: #565956;
}
p{
	font-size:1.1em;
}

a{
	color: #DE3B00;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #2E362E;
}
#rightcol h2{
	color: white;
}
h2 a{
	color: #2E362E
}
h3{
	color: #2E362E;
}
h4{
	color: #444F44;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(tako/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(tako/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(tako/btn.gif) repeat-x;
	border:1px solid #5A695A;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #7BAF0B;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(tako/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(tako/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #DE3B00;
}
#contentHome {
	float:left;
}
.homecol{
	padding:0;
}
.facedebouc {
	margin-top:20px;
}
.fb_share_large {
	width: 300px
}
.post {
	margin-bottom:20px;
}
#righthomecol ul li.more{
	list-style:none;
	border:none;
	background:transparent;
	padding:0;
}
#righthomecol ul li.more a {
	background:transparent;
	padding:10px 0 0;
	color:red;
	display:block;
}
/*=== Right Column ===*/
#righthomecol .box2 {
	padding:0;
	margin:0;
}
#righthomecol{
	float: right;
	margin: 0 0 0;
	width: 320px
}
#righthomecol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#righthomecol h3 span{
	background: #7BAF0B;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#righthomecol .widget ul, #righthomecol .textwidget {
	background: #EDF3F7;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}
#righthomecol .spacer {
	padding:5px 20px;
}
#righthomecol .homecol{
	margin:0;
}
/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background: #7BAF0B;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #EDF3F7;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(tako/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(tako/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(tako/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(tako/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #DBE7F0;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(tako/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(tako/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
}
.box4 .top,.box4 .bot{
	background: url(tako/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(tako/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #79AC0B;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(tako/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(tako/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(tako/box5-bgr.gif) repeat-y top;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(tako/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(tako/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #DBE7F0;
}

/*- Date -*/
.date{
	color: #878C87;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #D0D9D0;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	color:#555;
	width:155px;
	font-size:11px;
}

/*- Form1 Setup -*/
.btn-general{
	background: #708270;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #D0D9D0;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {	
	border:10px solid #f6f5ed;
	max-width: 98%;
	height: auto;
}
.post li a:hover{
	color: #DE3B00;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#EDF3F7 url(tako/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;	
}

/*=== Widget styling ===*/
.col6 .widget li{
	font-size:1.1em;
}
.widget #recentcomments li a{
	color: #DE3B00;
}
.widget #recentcomments li a:hover{
	color: #DE3B00;
}
.widget #searchform, .widget #calendar_wrap{
	background: #efefed;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(tako/ico-quote.gif) no-repeat top left;
}

.direction{
	color: #DE3B00;
	font-size:13px;
}

