/* You can change the Background image in the body section */
body {
	margin: 0px;
	padding: 0px;
	background: #359fbb;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	background:color: #abe0cc;
	color: #444444;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #3ec3e4;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

/* Header (Just the width and basics of the HEADER) */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* BLOGS/ACTUAL PAGE */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
}

#header-pic {
	background: url(logo.jpg) no-repeat left top;
	width: 900px;
	height: 130px;
	margin-top: 0px;
}

/* Your Content Blog Section */

#content {
	float: right;
	width: 625px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #3ebbdd url(http://graphiceclips.com/imgtitle.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar where your links and stuff go */

#sidebar {
	float: left;
	width: 245px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(http://graphiceclips.com/img02.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(http://graphiceclips.com/img07.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

/* This H2 means the HOTPINK background on the sidebar ; change this but the arrow image color too */

#sidebar h2 {
	background: #7c9fd8 url(http://graphiceclips.com/img11.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

/* This H2 means the BLUE background on the sidebar ; change this but the arrow image color too */

#sidebar h3 {
	background: #046dao url(http://graphiceclips.com/img05.jpg.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer - Bottom Section with Footer Links */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #000000;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #000000;
}
