/* @override http://bbsod.com/wp-content/themes/v4/style.css */
@font-face { font-family: "Myriad Pro"; src: url('mp'); } 
* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff ?url(./i/bg.png) repeat;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding-right: 25px;
	padding-left: 25px;
}

a {
	color: #ff5e68;
}

a:hover {
	color: #026eff;
}

h3 {
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 20px;
	color: #026eff;
}

div#respond {
	clear: both;
	float: left;
	display: block;
}

textarea#comment {
	width: 660px;
	height: 120px;
	font-size: 16px;
}

p {
	font-weight: normal;
	font-style: normal;
	color: #474747;
	padding-bottom: 5px;
	padding-top: 5px;
}

#header {
	height: 100px;
	margin-bottom: 40px;
}

#logo a img {
	position: relative;
	top: 4px;
	border: none;
}

#menu {
	position: relative;
}

#menu ul {
	position: absolute;
	right: 0;
	top: 30px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	padding-left: 20px;
}

#menu ul li a {
	font-size: 18px;
	color: #026eff;
	text-shadow: #fff 0 1px 0;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #ff5e68;
}


#content {
	display: block;
	position: relative;
}

#latest_post {
	width: 560px;
	min-height: 250px;
}

#latest_post h2, #all_posts h2 {
	font-size: 32px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	color: #026eff;
}

ol li {
	padding-bottom: 5px;
	padding-top: 5px;
}

#latest_post h2 a, #all_posts h2 a {
	color: #026eff;
	font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#latest_post h2 a:hover, #all_posts h2 a:hover {
	color: #ff5e68;
	
	text-shadow: #fff 0 1px 0;
}

li {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #474747;
	list-style-type: circle;
}

#sidebar div.section ul {
	margin-left: 0;
}

ul {
	margin: 5px 0 5px 20px;
}

#latest_post p, #all_posts p {
	font-size: 16px;
	color: #474747;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 22px;
}

div.comment-author {
	width: 100px;
	float: left;
	text-align: left;
	margin: 10px 0;
}

a.url {
	color: #474747;
	font-size: 18px;
}


div.comment-data {
	position: relative;
	float: right;
	width: 500px;
	padding: 20px;
	background: #cbd6ff;
	margin: 15px 0;
}

ul.commentlist {
	position: relative;
	display: block;
	height: auto;
	clear: both;
	margin-left: 0;
}

h3#comments, #respond h3 {
	font-size: 24px;
}

form#commentform {
	display: block;
	height: 300px;
	float: left;
}

.commentmetadata a {
	display: none;
}

img.avatar {
	border: 1px solid #474747;
}

ul.commentlist li {
	display: block;
	list-style:none;  
    margin-bottom:14px;
	clear: both;
}

span.arrow {
	position: absolute;
	left: -23px;
	display: block;
	width: 23px;
	height: 23px;
	background-image: url(./i/arrow.png);
}


span.date {
	font-size: 12px;
	position: absolute;
	right: 0;
	color: #959595;
}

a.count_comments {
	color: #026eff;
	font-size: 16px;
	padding-left: 20px;
}

a.read_more {
	color: #026eff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

a.read_more:hover, a.count_comments:hover {
	color: #ff5e68;
}

span.funny_picture {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 383px;
	height: 240px;
	background-image: url(./i/pic.png);
}

#about_me, #back-and-forward {
	margin-top: 40px;
	margin-bottom: 80px;
}

#about_me p {
	font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	color: #026eff;
	text-shadow: #fff 0 1px 0;
	font-weight: normal;
	font-style: normal;
}

#portfolio {
	width: 960px;
}

#back-and-forward a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #ff5e68;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#sidebar div.toplinks {
	position: relative;
	height: 50px;
}

#sidebar div.toplinks a {
	position: absolute;
	color: #ff5e68;
	font-size: 16px;
}

div.toplinks a.tags {
	right: 0;
}

div.toplinks a.archive {
	right: 110px;
	left: auto;
	position: absolute;
}

input#sbi {
	position: absolute;
	font-size: 12px;
	outline: none;
	height: 16px;
	width: 220px;
	background-color: #fff;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border: 1px solid #026eff;
	padding: 0 0 0 10px;
}

input#search-submit {
	position: absolute;
	right: 0px;
	height: 18px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border: 1px solid #026eff;
	background-color: #c8eaff;
	padding: 0 10px;
}

input#search-submit:hover {
	color: #fff;
	background-color: #ff5e68;
}

#searchbox {
	display: block;
	height: 30px;
	margin-top: 5px;
	padding-bottom: 30px;
	position: relative;
}

#back-and-forward {
	position: relative;
	width: 660px;
	height: 30px;
	margin-bottom: 40px !important;
}

code {
	font: bold 12px "Courier New", Courier, mono;
	width: 660px;
	color: #009db0;
}

#forward-button {
	position: absolute;
	left: 0;
}

#back-button {
	position: absolute;
	right: 0;
}



#about_me p a {
	color: #026eff;
}

#about_me p a:hover {
	color: #ff5e68;
}

#bottom_links {
	display: block;
	height: 220px;
	width: 985px;
	clear: both;
}

#bottom_links div.links ul li {
	font-size: 14px;
	padding-bottom: 5px;
	list-style-type: none;
	color: #474747;
}

#bottom_links div.links ul li a {
	font-size: 14px;
	color: #474747;
	text-decoration: underline;
}

#all_posts {
	float: left;
	width: 660px;
	position: relative;
}

.post p {
	font-weight: normal !important;
	font-style: normal !important;
}

#sidebar {
	width: 280px;
	float: right;
}

#sidebar div.section ul li {
	list-style-type: none;
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidebar div.section ul li a {
	font-size: 14px;
	color: #000;
}

#sidebar div.section {
	padding-bottom: 50px;
}

#sidebar div.section h3 {
	font-size: 20px;
	color: #026eff;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	text-shadow: #fffeff 0 1px 0;
}

#resume {
	width: 560px;
	min-height: 250px;
}

#resume h2, #contacts h2,#portfolio h2 {
	font-size: 32px;
	color: #026eff;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

input#submit {
	background-color: #026eff;
	color: #fff;
	width: 100px;
	font-size: 18px;
	border: 1px solid #1d57be;
}

#resume p {
	font-size: 16px;
	color: #474747;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 22px;
}

span.resumepic {
	position: absolute;
	top: 40px;
	right: 80px;
	display: block;
	width: 220px;
	height: 220px;
	background-image: url(./i/pdf.png);
}

span.gmap_pic {
	position: absolute;
	top: 0;
	right: 80px;
	display: block;
	width: 220px;
	height: 248px;
	background-image: url(./i/gmap.png);
}

#contacts {
	width: 640px;
}

div.links {
	position: relative;
	float: left;
	display: block;
	width: 220px;
	padding-right: 25px;
}

#bottom_links div.links h3 {
	font-size: 18px;
	color: #026eff;
	text-shadow: #fff 0 1px 0;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	height: 30px;
	clear: both;
}

#footer p {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 14px;
}

span.?shit {
	display: block;
	position: absolute;
	z-index: -1;
	top: -45px;
	left: -40px;
	width: 85px;
	height: 67px;
	background-image: url(./i/shit.jpg);
}

div.post {
	padding-bottom: 30px;
}

#music div.jewel_cd {
	display: block;
	float: left;
	width: 200px;
	text-align: center;
}

span.jewelcase {
	background-image: url(./i/jewel_cd.png);
	width: 144px;
	height: 130px;
	display: block;
	position: absolute;
	margin-left: 0px;
}

img.bigcover {
	width: 134px;
	height: 120px;
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	display: block;
	padding-right: 50px;
	padding-bottom: 10px;
}

#music div.jewel_cd p {
	width: 144px;
}
#music div.jewel_cd p span {
	font-size: 14px;
	color: #ff5e68;
	float: left;
	width: 144px;
	font-weight: bold;
}

#music {
	height: auto;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 32px;
	color: #026eff;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}


#content h3 a {
	font-size: 20px;
	color: #026eff;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	text-shadow: #fffeff 0 1px 0;
}

#prettysearch {
	height: 50px;
	margin-top: 20px;
}

input#s {
	height: 30px;
	width: 510px;
	font-size: 22px;
	margin-right: 20px;
	color: #474747;
	padding-left: 5px;
	border: 1px solid #026eff;
}

input#searchsubmit {
	font-size: 22px;
	color: #fff;
	height: 30px;
	background-color: #026eff;
	border: 2px solid #0162eb;
	padding-left: 10px;
	padding-right: 10px;
}

#category_cloud span a {
	padding: 10px;
}

#category_cloud {
	text-align: center;
}

div.categories {
	float: right;
	width: 400px;
}

div.tags {
	float: left;
	width: 400px;
}

#content div.tags h2 {
	text-align: left;
}