/* Custom CSS - write your own CSS values to overwrite the ones from MixedMedia Blue */
body {
	color:#FFF;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #cccccc;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited {
	text-decoration:none;
	color:#0037A1;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#666;
	border:0;
	-moz-outline-style:none;
}
a:active {
	text-decoration:underline;
	color:#0037A1;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}
h2.pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 19px/22px Arial, Helvetica, sans-serif;
	color: #0037A1;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	background-color:#F0F2F4;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#D6DBE0;
	margin:0 20px 10px 10px;
	padding:10px 15px;
}
* html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-color:#D6DBE0;
	border-bottom-color:#D6DBE0;
	border-style:solid none;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:1100px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#header a{
	color:#FFFFFF;
}
#header {
	clear:left;
	height:168px;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background:url(images/header-bg.png) no-repeat left bottom;
}
#header h1 {
	font-size:34px;
	position:absolute;
	width:425px;
	left:50px;
	top:37px;
	font-weight:400;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#header h1 a:hover {
	color: #00CCFF;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:425px;
	top:80px;
	left:50px;
	color:#0CF;
	margin:0;
	padding:0;
}
/*-- Top navigation settings --*/
.Menu {
	position:absolute;
	float:right;
	height:36px;
	right:0;
	top:0;
	width:900px;
}
.Menuleft {
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.Menuright {
	background-image:url(images/menu-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
.Menu ul {
	background-color:#000;
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}
.Menu ul ul {
	position:relative;
	top:0;
	right:15px;
	float:right;
	margin:0;
	padding:0 0 0 15px;
}
.Menu li {
	display:inline;
	font-size:11px;
	line-height:36px;
	margin:0;
	padding:0;
}
.Menu a {
	display:inline;
	margin:0;
	padding:9px 5px 11px;
}
.Menu a:hover {
	background-image:url(images/menu-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}
/*-- Header search settings --*/
#header .search {
	background:url(images/Search.gif) no-repeat left top;
	position:absolute;
	top:135px;
	width:180px;
	right:12px;
}
#header .search form {
	padding-right:0;
	padding-left:0;
	margin:0;
}
#header .search input {
	border:1px solid #637589;
	color:#FFF;
	font-size:11px;
	width:180px;
	background-color:#566576;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
/*-- Header RSS settings --*/
#rss {
	position:absolute;
	height:60px;
	width:340px;
	top:50px;
	right:10px;
	background-image:url(images/rss-large.gif);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	padding-right:75px;
	padding-top:10px;
}
#rss p {
	line-height:18px;
	margin:0;
	padding:0;
}
/*-- Begin page content CSS --*/
#content {
	width:1100px;
	position:relative;
	float:left;
	background:url(images/content-bg.png) repeat-y left;
	color:#333;
	padding:0;
font-size:10px;
}
.postwrap h1 {
	font-size:19px;
	font-style:normal;
	line-height:22px;
	font-weight:bold;
	font-variant:normal;
	margin:0;
	padding:0px;
        
}
.postwrap {
	float:left;
	width:605px;
	padding:10px 10px 10px 65px;
}
.posthead {
	background:url(images/dotline.gif) repeat-x left bottom;
	padding-bottom:10px;
	position:relative;
	clear:left;
	padding-top: 8px;
}
#content .posthead h1 a {
	color:#000;
}
.postauthor {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:20px;
}
.postdate {
	position:absolute;
	top:0;
	left:-66px;
	text-align:center;
	background:url(images/post-date.png) no-repeat left top;
	width:44px;
	margin:0;
	padding:11px 8px 10px 4px;
}
.postdate small {
	font-size:10px;
	color:#000;
	font-weight:700;
}
.postdate .month {
	display:block;
	text-transform:uppercase;
	font-size:9px;
	padding-bottom:0;
}
.postdate .day {
	display:block;
	letter-spacing:-1px;
	color:#000;
	font:bold 22px/24px Arial;
}
.postdate .year {
	display:block;
}
.postcontent {
	background:url(images/dotline.gif) repeat-x left bottom;
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	font-size:10px;
}
.postinfo {
	padding-top:15px;
}
.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	background:url(images/icon-category.gif) no-repeat left center;
}
.postcomments {
	background:url(images/icon-comment.gif) no-repeat left center;
}
.more-link {
	font-size:11px;
	font-weight:700;
}
/*-- Comment Settings --*/
#commentblock {
	width:598px;
	float:left;
	margin:10px 0;
	padding:0;
	background-color: #ECF3FF;
	border: 1px solid #C2D3FC;
}
.comment-wrap {
	padding-right:13px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comments-top {
	background-image:url(images/comments-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:12px;
	width:500px;
}
.comments-btm {
	background-image:url(images/comments-btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:12px;
	width:500px;
}
#commentblock ol {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
}
.commentdate {
	font-size:12px;
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	background-color:#FFF;
	background-image:url(images/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentblock ol.commentlist li {
	padding-top:10px;
}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	width:545px;
	background-color:#FFF;
	background-image:url(images/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:3px 0 10px;
	padding:20px 10px 0;
}
.commenttext blockquote {
	margin-bottom:10px;
	background: #E8F0FF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-style: none;
	border-left-style: none;
}
.commenttext p {
	margin:0;
	padding:0 0 10px;
}
.commentlist li.auth .commenttext {
	background-color:#CEE0FF;
	background-image:url(images/comment-text-top-alt.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentform #submit {
	color:#bdf;
font-family:Georgia, ..., serif;
	font-size:14px;
	font-weight:700;
	background-color:#0051D5;
	border:2px solid #6FB7FF;
	display:block;
	margin:0;
	padding:4px;
}


/*-- Sidebar settings --*/

#sidebar a{
	color:#000;
}
#sidebar {
	float:right;
	width:410px;
	color:#000000;
	margin-top:0px;
	position:relative;
	font-size:9px;
}
#sidebar h2 {
	background-color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	border:1px solid #808FA2;
	margin:0;
	padding:4px 0 5px 8px;
}
#sidebar ul li strong {
	color:#fff;
}

.sidebar-top-box {
	border:1px solid #000000;
	margin-bottom:10px;
	color:#000000;
	padding:0;
	background-color: #637589;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar-top {
	width:400px;
	padding:5px;
	color:#000000;
}

#sidebar-top h2 {
	margin-top:none;
	color:#000000;
	border: 1px solid #808FA2;
}
#sidebar-top .textwidget {
	background-color:#cccccc;
	border:0px solid #000000;
	margin-bottom:10px;
	padding:7px;
}
#sidebar-top ul ul {
	list-style-type:none;
	background-color:#ccccc;
	border:0px solid #000000;
	margin-bottom:10px;
	padding:10px 7px 7px 12px;
}
#sidebar-top ul ul li {
	padding-left:10px;
	list-style-type:none;
	background-image:url(images/lidot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:none;
}
.box-padding {
	padding:7px;
}
.box-ads {
	padding:7px 0px 2px 7px;
	background-color: #000000;
}
.box-ads img {
	margin-bottom: 5px;
}

#sidebar-top .box-ads a{
    text-decoration:none;
}
#sidebar-left {

	float:left;
	width:215px;
	padding:0 10px 0 5px;
	
	
	
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:10px 0;
	
	
}
#sidebar-right {
	float:right;
	width:165px;
	padding:0 5px 0 10px;
}
#sidebar-left ul ul, #sidebar-right ul ul {
	padding-left:5px;
	
}
html, #sidebar ul, #sidebar-wrap ul, .rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right li, #sidebar-left li {
	background:url(images/lidot.gif) no-repeat left top;
	list-style:none;
	margin:0;
	padding:0 0 5px 8px;
	
}
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 8px;

	
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;

	
}

/*-- Footer settings --*/
#footer {
	float:left;
	width:950px;
	position:relative;
	background:url(images/footer.png) no-repeat left top;
	height:45px;
	color:#9FABB9;
	font-size:11px;
	padding:55px 0 0 50px;
}
#wrap #footer p {
	margin:0 0 5px;
	padding:0;
}
#footer a {
	color:#9FABB9;
	text-decoration:underline;
}
/*-- Page navigation plugin - wp-pagenavi --*/
.Nav {
	margin-bottom:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.Nav a:hover {
	color: #666666;
	text-decoration: none;
}
/*-- Post RSS and Trackback settings --*/
.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
}
/*-- Sociable plugin settings --*/
.sociable_tagline {
	margin-bottom:8px;
}
span.sociable_tagline:hover span {
	display:none;
}
/*-- Breadcrumb NavXT plugin settings --*/
.breadcrumb {
	list-style-type:none;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 0 10px;
	padding:0;
}
#recentcomments {
	color:#CCC;
}
/*-- Wordpress calendar settings --*/
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#wp-calendar .pad {
	background-color: #475463;
}
#wp-calendar caption {
	font-size:12px;
	font-weight:700;
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #475463;
	line-height:15px;
}
#wp-calendar th {
	background-color: #000000;
	border: 1px solid #000000;
}
#wp-calendar tbody {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#wp-calendar tbody a {
	font-weight:700;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#0051D5;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #475463;
}
#wp-calendar tfoot a:hover {
	background-color:#0051D5;
	text-decoration:none;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}
#wp-calendar tfoot td {
	padding:0;
}
/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}
.Note li a {
	color:#000;
}
.postinfo li a, #sidebar-top a, #sidebar a:hover {
	text-decoration:underline;
}

#credit {
	color: #74859A;
	margin-top: 8px;
}
#credit a {
	color: #74859A;
}
.gravatar {
background-color:#FFFFFF;
color:#FFFFFF;
clear:right;
float:left;
margin:0px 15px 0px 0px;
padding:2px;
}
.commentuser{
   font-weight:bold;
    font-size:16px;
}

