
/* styles for Makeurmove */


body {
	padding-top: 10px;
	padding-bottom: 50px;
	color: #000;
	font-family: Arial,;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;

}

/* styles for layout */

#container {
width:905px;
height:800px;
position:relative;
float:none;
margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	width: 880px;
	height:  80px;
	margin-bottom: 30px;
	background-image: url(images/mainbg.png);
}

.telephone {
	float:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #9C9586;
}


#logo1 {
	position: relative;
	float: left;
	width: 400px;
	height: 62px;
	margin-top: 50px;
	background: url(images/logo2.png) no-repeat;
}

h1 {
	position: relative;
	top: -999em;
}


#content {
	position: relative;
	float: left;
	width:900px;
	border: 25px;
	background-image: url(images/mainbg.png);
}

#nav1 {
	position: relative;
	float: left;
	width: 835px;
	height: 36px;
	padding-left: 65px;
	padding-top: 8px;
	margin-top: 15px;
	background: url(images/topnav.gif) no-repeat;
}

#nav1 ul {
	margin: 5px 0 0;
	padding-left: 0;
}

#nav1 li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

#main {
	position: relative;
	float: left;
	padding: 20px;
	width: 860px;
	height: 400px;
}

#main2 {
	position: relative;
	float: left;
	padding: 20px;
	width: 600px;
	min-height: 500px;
}

#main2 img {
	border: none;
}

.entry {
	margin-bottom: 40px;
}




#sidebar {
	position: relative;
	float: left;
	width: 220px;
	min-height:400px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px;
}

#sidebar h2 {
	background: url(images/sidehead.png) no-repeat;
	height: 21px;
	padding-left: 10px;
	padding-top: 3px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
}

.widgettitle{
	color:  #f4c35b;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#sidebar li ul li {
	background-color: #e8e7e8;
	padding-left: 10px;
	border-bottom: 1px groove #f3f3f3;
}


#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 155px;
	background-image: url(images/headerbg.png);
	font-size: 14px;
	color: #999;
	border-top: 2px solid #999;
}

#footer ul li {
	display: inline;
}

#footer a:link {
	color: #999;
	text-decoration: none;
}

#footer img {
	border: none;
}

/* link styling */


#sidebar a:link {
	color: #000;
	text-decoration: none;
}


#sidebar  a:active {
	color: #2616ee;
}

#sidebar  a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ec0c8d;
}

/* for nav bar*/

#nav1 a:link {
	color: #999;
	text-decoration: none;
}


#nav1 a:active {
	color: #999;
}

#nav1 a:visited {
	color: #999;
	text-decoration: none;
}

#nav1 a:hover {
	color: #ec0c8d;
}

/* general links */

a:link {
	color: #ec0c8d;
}


a:active {
	color: #ec0c8d;
}

a:visited {
	color: #ec0c8d;
	text-decoration: none;
}

a:hover {
	color: #ec0c8d;
}

h2 {
	font-size: 16px;
	color: #8dc73f;
	font-weight: normal;
	font-weight:bold;
}

#main2 h2 {
	font-size: 20px;
}

#main2 h2 a:link {
	color: #8dc73f;
}

#main2 h2 a:visited {
	color: #8dc73f;
}

#main2 h2 a:hover {
	color: #ec0c8d;
}






h3 {
		color: #ec0c8d;
}

.gold {
	color:  #ec0c8d;
}

#main img {
	border-style: solid;
	border-width: 1px;
}

.none {
	border-style: none;
}

.hide {
	position: relative;
	float: left;
	top: -100em;
}


.underline {
	text-decoration: underline;
}

/* Styles for the comments section */


#comment {
	width: 400px;
}


.commentlist {
		background-color: #e8e7e8;
	list-style-type: none;
	padding-left: 0;
	padding: 10px;
}

.commentmetadata {
	font-size: 12px;
}

a.url {
	color: #8dc73f;
	font-weight: bold;
	font-size: 16px;
}

.textwidget {
		background-color: #e8e7e8;
		padding-left: 10px;
		padding-top: 10px;
	padding: 10px;
}