body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #7D7D7D;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #D1D1D1;
	color: #EEA306;
	font-size: 28px;
	background-image: url(images/img04.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

img {

}

img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-top: -80px;
}

.post .entry {
	font-size: 16px;
}

.post .entry .bluetxt{
	color: #7476ff;
}
.post .meta {
	height: 70px;
	background-image: url(images/img03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(subordinate/subordinate/images/img09.gif) no-repeat left 50%;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(subordinate/subordinate/images/img08.gif) no-repeat left 50%;
}

.post .meta b {
	display: none;
}
.ptitle {
	font-size: 18px;
	color: #7476ff;
	margin-left: 5px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}


h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	text-align: justify;
	line-height: 16px;
	font-size: 14px;
}
ul {
	list-style-image: url(images/tick.png);
	}
a:link {
	color: #7476ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #252786;
}

a:visited {
	color: #7476ff;
}
#page {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #252786;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FBCE71;
	border-left-color: #FBCE71;
}
#content {
	float: right;
	width: 635px;
	background-color: #FFF;
	border: thick solid #FBCE71;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer {
	margin: 0 auto;
	height: 50px;
	min-height: 50px;
	padding: 0;
	background-image: url(images/footer_s.jpg);
	background-repeat: repeat-x;
}


/* Footer */
#footer-wrap {
	width: 850px;
	height: 50px;
	margin: 0 auto;
}
/* END Footer */

#header {
	height: 150px;

	background-image: url(url(images/header_s.jpg)
%20repeat-x%20left%20top)
%20repeat-x%20left%20top);
	padding: 0;
	margin: 0 auto;
	min-height: 150px;
	background-image: url(images/header_s.jpg);
	background-repeat: repeat-x;
}
#header-wrap {
	height: 150px;
	width: 850px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	height: 185px;
	width: 130px;
	margin: 20px;
	border: thick solid #FBCE71;
}
.ptick {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
}
