@charset "utf-8";

article, aside, dialog, details, figure, footer, header,
hgroup, menu, nav, section { display: block; }

body {
	background-color:#fdfdfd;
	overflow-x:hidden;
}


p, ul {
	font-family:'DeliciousRoman', Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:16px;
	margin-bottom:8px;
	line-height:1.3;
}
ul, li {
	list-style-type:none;
	padding:0px;
}
h1 {
	font-size:80px;
	color:#757575;
	font-family:'DeliciousBold', Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-bottom:50px;
}
h2 {
	clear:both;
	font-size:60px;
	margin-bottom:-10px;
	color:#FF922B;
	font-family:'DeliciousBold', Helvetica, Verdana, Arial, Geneva, sans-serif;
}
h3 {
	font-size:26px;
	margin-bottom:30px;
	margin-top:0px;
	color:#757575;
	font-family:'DeliciousRoman', Helvetica, Verdana, Arial, Geneva, sans-serif;
	
}
/*h3 .col2 {
	color:#888888;
}
h3 .col3 {
	color:#858585;
}
h3 .col4 {
	color:#999999;
}
h3 .col5 {
	color:#959595;
}
h3 .col6 {
	color:#AAAAAA;
}
h3 .col7 {
	color:#BBBBBB;
}*/
h3 a:nth-child(6) {
	color:#888888;
}
h3 a:nth-child(5) {
	color:#858585;
}
h3 a:nth-child(4) {
	color:#999999;
}
h3 a:nth-child(3) {
	color:#959595;
}
h3 a:nth-child(2) {
	color:#AAAAAA;
}
h3 a:nth-child(1) {
	color:#BBBBBB;
}

h3 a, h3 a .col2, h3 a .col3, h3 a .col4 {
	color:#757575;
	text-decoration:none;
}
h3 a:hover, h3 a .col2:hover, h3 a .col3:hover, h3 a .col4:hover {
	color:#2B99FF;
	text-decoration:none
}
a {
	color:#700017;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}
img {
	border:none;
}
input {
	font-size:11px;
	font-family:Helvetica, Verdana, Arial, Geneva, sans-serif;
}
textarea {
	width:500px;
	height:300px;
}
article {
	width:700px;
	margin:auto;
	margin-top:50px;
	text-align:right;
	position:relative;
}

.breadcrumbs {
	float:right;
}
.block_blog h3, .blog_block h3, .block_comments h3 {
	margin-bottom:10px;
	margin-top:30px;
}

.blog_date {
	color:#999;
	font-style:italic;
	font-variant:small-caps;
	position:relative;
	top:-10px;
	left:20px;
	margin-bottom:-5px;
}
.code {
	padding:10px;
	border:1px dashed #999;
}
.code p {
	font-family:"Courier New", Courier, monospace;
}
#modal_box {
	position:absolute;
	width:660px;
	height:360px;
	padding:20px;
	background-color:#FFF;
	border:3px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:101;
	opacity:0px;
	filter:alpha(opacity=0);
}
