
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}

body {
	background: transparent url(../images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	background-attachment: fixed;
	overflow-y: scroll;
}
p {
	line-height: 19px;
}
a {
	text-decoration: none;
	color: #6d9dc1;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #ad6069;
}
html, body {
	height: 100%;
}
#body-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -130px 0; /* the bottom margin is the negative value of the footer's height */
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	padding: 40px 0 35px;
	width: 960px;
	margin: 0 auto;
}
.push {
	height: 130px; /* .push must be the same height as .footer */
}
#footer {
	padding-top: 50px;
	width: 960px;
	margin: 0 auto;
}
.footer {
	background:transparent url(../images/line.png) repeat-x top;
	text-align: center;
	padding: 20px 0 0 0;
	height: 60px;
}
.logo {
	padding-bottom: 35px;
	text-align: center;
}
.logo img {
	display: inline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ClassicRound-Medium";
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.99);
	padding-bottom: 6px;
	color: #606060;
}

h2.title a {
	color: #606060;
}

h2.title a:hover {
	color: #ad6069;
}

.line {
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	color: #606060;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
.left {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}
.right {
	float: right;
	margin: 0 0 0 20px;
}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}


.container {
	float: left;
	width: 660px;
}

.post {
	clear: both;
	overflow: hidden;
	margin-left: 40px;
	margin-bottom: 40px;
}

.post .content {
	width: 599px;
	float: left;
}

.post .content .top {
	background: transparent url(../images/top.png) no-repeat;
	height: 17px;
}

.post .content .middle {
	background: transparent url(../images/middle.png) repeat-y;
}

.post .content .middle .post-text {
	padding: 8px 25px 0 25px;	
}

.post.photo .content .middle {
	padding: 0 2px;
}

.post.photo .content .middle img {
	margin: -15px 0 -2px 0;
}

.post.photo .content .middle .post-text img {
	margin: 15px 0 -2px 0;
}

.post .content .bottom {
	background: transparent url(../images/bottom.png) no-repeat;
	height: 17px;
}

.sidebar {
	float: right;
	width: 265px;
}

.sidebox {
	margin-bottom: 60px;
}

ul.cat-list li {
	width: 220px;
	background: transparent url(../images/dot.png) left center no-repeat;
	line-height: 24px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 7px;
}

ul.cat-list li a {
	color: #848484;
}

ul.cat-list li a span {
	color: #6d9dc1;
}

ul.cat-list li a:hover, ul.cat-list li a:hover span {
	color: #ad6069;
}

ul.cat-list:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


@media screen and (max-width: 680px) {

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
			margin:0;
			padding:0;
			border:0;
			outline:0;
			font-size:100%;
			vertical-align:baseline;
			background:transparent;
			width:100%;
		}
		body {
			line-height:1
		}
		ol, ul {
			list-style:none
		}
		.clear {
			clear:both;
			display:block;
			overflow:hidden;
			visibility:hidden;
			width:0;
			height:0
		}
		.clearfix:after {
			clear:both;
			content:' ';
			display:block;
			font-size:0;
			line-height:0;
			visibility:hidden;
			width:0;
			height:0
		}
		.clearfix {
			display:inline-block
		}
		* html .clearfix {
			height:1%
		}
		.clearfix {
			display:block
		}
		th, td {
			margin:0;
			padding:0
		}
		table {
			border-collapse:collapse;
			border-spacing:0
		}
		.clear {
			clear: both;
		}
		br {
			line-height: 10px;
		}
		
		body {
			background: transparent url(../images/bg.jpg) repeat;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #848484;
			background-attachment: fixed;
			overflow-y: scroll;
		}
		p {
			line-height: 19px;
		}
		a {
			text-decoration: none;
			color: #6d9dc1;
			-webkit-transition:all 200ms ease-in;
			-moz-transition:all 200ms ease-in;
		}
		a:hover {
			color: #ad6069;
		}
		html, body {
			height: 100%;
		}
		#body-wrapper {
			min-height: 100%;
			height: auto !important;
			height: 100%;
			margin: 0 0 -130px 0; /* the bottom margin is the negative value of the footer's height */
		}
		#wrapper {
			width: 100%;
			margin: 0 auto;
		}
		#header {
			padding: 20px 0 15px;
			width: 100%;
			margin: 0 auto;
		}
		.push {
			height: 130px; /* .push must be the same height as .footer */
		}
		#footer {
			padding-top: 50px;
			width: 100%;
			margin: 0 auto;
		}
		.footer {
			background:transparent url(../images/line.png) repeat-x top;
			text-align: center;
			padding: 20px 0 0 0;
			height: 60px;
		}
		.logo {
			padding-bottom: 5px;
			text-align: center;
		}
		.logo img {
			display: inline;
			width: 96%;
			height:auto;
		}
		h1, h2, h3, h4, h5, h6 {
			font-family: "ClassicRound-Medium";
			font-weight: normal;
			text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.99);
			padding-bottom: 6px;
			color: #606060;
		}
		
		h2.title a {
			color: #606060;
		}
		
		h2.title a:hover {
			color: #ad6069;
		}
		
		.line {
			margin-bottom: 20px;
			padding: 0;
			text-align: left;
			color: #606060;
		}
		
		h1 {
			font-size: 22px;
			margin-top: 5px;
		}
		
		h2 {
			font-size: 20px;
		}
		
		h3 {
			font-size: 18px;
		}
		h4 {
			font-size: 17px;
		}
		h5 {
			font-size: 15px;
		}
		.left {
			float: left;
			margin: 0 20px 0 0;
			display: block;
		}
		.right {
			float: right;
			margin: 0 0 0 20px;
		}
		.center {
			text-align: center;
			display: block;
			margin: 0 auto;
		}
		
		
		.container {
			float: none;
			width: 98%;
		}
		
		.post {
			clear: both;
			overflow: hidden;
			margin-left: 0;
			margin-bottom: 10px;
		}
		
		.post .content {
			width: 98%;
			float: left;
			background-color:#FFFFFF; 
		}
		
		.post .content .top {
			background: none;
			height: 17px;
		}
		
		.post .content .middle {
			background: none;
		}
		
		.post .content .middle .post-text {
			padding: 0;
			margin-left:3.5%;
			width:90%;	
		}
		
		.post.photo .content .middle {
			padding: 0 2px;
		}
		
		.post.photo .content .middle img {
			margin: -15px 0 -2px 0;
			width:98%;
			height:auto;
		}
		
		
		.post .content .bottom {
			background: none;
			height: 17px;
		}
		
		.sidebar {
			float: none;
			width: 98%;
			margin-top: 30px;
		}
		
		.sidebox {
			margin-bottom: 0;
		}
		
		ul.cat-list li {
			width: 96%;
			font-size: 1.2em;
			background: transparent url(../images/dot.png) left center no-repeat;
			line-height: 1.5em;
			padding-left: 20px;
			margin-right: 10px;
			margin-left: 4%;
			margin-bottom: 13px;
		}
		
		ul.cat-list li a {
			color: #848484;
		}
		
		ul.cat-list li a span {
			color: #6d9dc1;
		}
		
		ul.cat-list li a:hover, ul.cat-list li a:hover span {
			color: #ad6069;
		}
		
		ul.cat-list:after {
			content: '';
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}


}