/* @override 
	http://tango.zero-office.com/wp-content/themes/tango02/style.css
*/

/*
Theme Name: tango02
Theme URI: 
Description: tango02
Version: 1.0
Author: tango at zero office co., ltd.
*/

/*div {
	border: 1px dotted #f00;
}*/

*{
	margin:0;
	padding:0
}

body {
	margin: 0;
	padding: 0;
	font: 11px "lucida grande","trebuchet ms",arial,verdana,sans-serif;
	color: #666666;
	border-top:5px solid #006633;
	background: #ffffff url(images/bg-0901-01.jpg) repeat-x center top;
}

/* @group Layout Wrapper Section */

div#headerWrapper {
	margin: 100px 10px 30px;
}

div#contentWrapper {
	width: 60%;
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
}

div#sidebarWrapper {
	float: right;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 30px;
}

div#footerWrapper {
	clear: both;
	text-align: center;
	border-top: 1px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

div#pageWrappaer {
	/*width: 960px;
	background-color: #ffffff;
	margin: 20px auto;*/
	margin:0 4%;
	text-align:left;
}

/* @end */

/* @group General Section */

.hidden {
	display: none;
}

.clear {
	clear: both;
}

a {
	/*color: #663300;*/
	color: #666666;
	text-decoration: none;
}

a:hover {
	/*color: #996600;*/
	color: #00cc66;
}

h3, h3 a, h2, h2 a, h1, h1 a {
	color: #006633;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
	behavior: url("../../../iefix/pngbehavior.htc");
}

.left {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	
}

ul li {
	list-style-type: none;
}

/* @end */

/* @group Header Section */

#header a {
	font-size: 24px;
	/*color: #ffffff;*/
}

div#headerDescription {
	border-bottom: 4px double #aaa;
	font-size: 14px;
	line-height: 1.5em;
}

/* @end */

/* @group Post Contents Section */

div.hentry {
	margin-bottom: 90px;
	clear: both;
}

h2.storyTitle {
	margin-top: 30px;
	border-bottom:1px solid #ccc;
	padding:2px 0;
	font-size: 15px;
	font-weight: bold;
}

div.postMetaData {
	font-size: 10px;
	line-height: 1.5em;
}

div.storyContent {
	margin-top: 15px;
	line-height: 1.8em;
}

div.storyContent p {
	margin-bottom: 1em;
}

div.storyContent a {
	color: #006633;	
}
div.storyContent a:hover {
	color: #00cc66;
}

div.storyContent p code {
	border: 1px dotted #006633;
	padding: 15px;
	display: block;
	margin: 5px;
}

div.storyContent h3, div.storyContent h2, div.storyContent h1 {
	color: #006633;
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
	margin-top: 20px;
}

div.storyContent ul {
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.storyContent ul li {
	list-style-type: square;
	opacity: 1;
	margin-left: 20px;
}

div.storyContent blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #eee;
	padding: 1em 2em;
	color: #006633;
}

div.navigation a {
	color: #006633;
}

div.navigation a:hover {
	color: #00cc66;
}

/* @end */

/* @group Footer Section */

#footerWrapper p.credit, #footerWrapper p.credit a {
	margin-top: 5px;
	font-size: 10px;
	color: #006633;
}

#footerWrapper p.credit a:hover {
	color: #00cc66;
}



/* @end */

/* @group SideBar Section */

#sidebarWrapper ul li {
	list-style:none;
}

#sidebarWrapper ul li ul li{
	border-bottom:1px solid #ccc;
	padding: 2px 0 2px 2px}

#sidebarWrapper h3.widgettitle {
	/*margin-top: 30px;*/
	border-bottom:1px solid #ccc;
	padding:2px 0;
	font-size: 15px;
	font-weight: bold;
}

li.widget {
	margin-top: 30px;
}



/* @end */

/* @group Comment Section */

h3#comments, h3#postcomment {
	border-bottom:1px solid #ccc;
	padding:2px 0;
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
}

ol#commentlist {
	margin-top: 15px;
}

li.comment {
	margin-left: 2em;
	margin-bottom: 30px;
}

li.comment div.commentAuthor {
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

li.comment div.commentAuthor cite {
	margin-left: 10px;
	margin-right: 10px;
}

li.comment div.commentMeta {
}

li.comment p {
	margin-top: 15px;
	line-height: 1.6em;
}

form#commentform p {
	margin-top: 10px;
	margin-left: 2em;
}

#commentform p label small {
	margin-left: 10px;
}

form#commentform textarea#comment {
	width: 450px;
}

form#commentform input#submit {
}



/* @end */

