/*
Theme Name: KvC Smooth
Theme URI: http://kenvsthecity.com/
Description:
Version: 1.0
Author: Kenneth Musante
Author URI: http://kenvsthecity.com/
*/

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0px;
	background-image: url(main_gradient.png);
	background-repeat: repeat-x;
	color: black;
	background-color: white;
}

a {
	text-shadow: 0px 0px;
	text-decoration: none;
	color: #204452;
}

a:hover {
	color: #cc0000;
}

#container {
	float: left;
	background-image: url(leftbar_back.png);
	background-repeat: repeat-y;
	width: 1031px;
}

#leftbar {
	float: left;
	width: 551px;
}

#main {
	background-image: url(header_back.png);
	width: 551px;
	background-repeat: no-repeat;
}

#main_menu {
	padding-top: 370px;
	height: 30px;
	width: 100%;
	text-align: center;
}

#main_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main_menu li {
	margin-right: 30px;
	display: inline;
}

#links {
	padding-right: 20px;
	padding-left: 15px;
	font-size: 12px;
}

#links h1 {
	border-bottom-color: black;
	color: #204452;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 13px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#links h2 {
	margin-bottom: 14px;
	font-size: 14px;
}

#links p {
}

.freshlink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.linkfooter {
	margin-bottom: 25px;
	text-align: right;
	font-size: small;
}

.deliciousblue {
	color: #3274d0;
}

#photos {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#photobox {
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #4b7281;
}

#photobox h1 {
	padding-right: 15px;
	margin-top: 0px;
	color: #204452;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

#photobox img {
	margin-left: 7px;
	margin-right: 7px;
	border-color: #1b1b1b;
	border-width: 3px;
	border-style: solid;
}

#photobox a:hover img {
	border-color: maroon;
}

.photofooter {
	margin-bottom: 25px;
	text-align: right;
	font-size: small;
}

.flickrblue {
	color: #0063dc;
}

.flickrpink {
	color: #ff0084;
}

#rightbar {
	float: left;
	width: 450px;
	padding-right: 15px;
	padding-left: 15px;
}

#recommendation {
	margin-bottom: 30px;
	margin-top: 57px;
	margin-left: 40px;
	height: 200px;
}

#recommendation img {
	margin-right: 35px;
	border-color: #1b1b1b;
	border-width: 5px;
	border-style: solid;
	float: left;
}

#recommendation h2 {
	padding-top: 20px;
	font-size: medium;
}

#recommendation a:hover {
	color: maroon;
}

#recommendation a:hover img {
	border-style: solid;
	border-color: maroon;
	border-width: 5px;
}

#blog {
	margin-top: 120px;
}

#blog h1 {
	margin-bottom: -25px;
	color: #204452;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 13px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

#blog h2 {
	font-size: large;
}

.blogpost {
}

.dateline {
	margin-bottom: -5px;
	text-align: left;
	font-size: 11px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.month {
	padding-right: 3px;
	padding-left: 3px;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
	background-color: #cc0000;
	color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
}

.day {
	padding-right: 3px;
	padding-left: 3px;
	background-color: white;
	border-top-width: 1px;
	border-top-style: solid;
}

.year {
	padding-right: 3px;
	padding-left: 3px;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
	background-color: #3a3a3a;
	color: white;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}