/*  
Theme Name: 1010 Midtown
Theme URI: http://www.mlcnewhomemarketing.com/
Description: Theme for http://www.1010midtowncondosupdate.com
Version: 1.6
Author: MLC New Home Marketing
Author URI: http://www.mlcnewhomemarketing.com/

*/



/* Begin Typography & Colors */
body {
	background-image: url(images/bg.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 780px;
	padding: 10px;
}
#content {
	float: right;
	width: 570px;
	overflow: hidden;
	margin-right: 10px;
}
#sidebar {
	float: left;
	width: 190px;
	margin-right: 10px;
	overflow: hidden;
	background-image: url(images/1010.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {
	font-size:16px;
	margin-top: 0px ;
}
h2 a, h3 a, h4 a {
	text-decoration:none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color:#EBC670 !important;
	text-decoration:none;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
}
.widget ul {
	padding:0px;
	margin:0px;
}
.widget li {
	list-style:none;
}
#footer, #credits {
	float: left;
	width: 780px;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAEAEA;
	line-height: 18px;
}
a:link {
	color: #EAEAEA;
}
a:visited {
	color: #EAEAEA;
}
a:hover {
	color: #EAEAEA;
	text-decoration: none;
}
a:active {
	color: #EAEAEA;
}
.ttf {
	border:none;
}

#footer-sidebar {
	overflow: hidden;
	display:block;
	min-height: 250px;
	background-color: #333333;
	margin-top: 30px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#footer-sidebar ul {
	text-align: left;
	padding: 5px;
}
#footer-sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}
#footer-sidebar ul ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-sidebar ul ul li a{
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EAEAEA;
	text-decoration: none;
}
#footer-sidebar ul ul li a:hover{
	background-color: #666666;
	color: #FFFFFF;
}
#footer-sidebar1 {
  float: left;
  width: 320px;
  margin-right:10px;
  }
#footer-sidebar2 {
  float: left;
  width: 200px;
  margin-right:10px;
 }
#footer-sidebar3 {
  float: left;
  width: 200px;
 }
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	margin-top: 20px;
	font-weight: normal;
}
#sidebar ul ul li{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	list-style-type: none;
}
#sidebar ul ul li a{
	display:block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sidebar ul ul li a:hover{
	background-color: #141414;
}
.post {
	clear: both;
	overflow: hidden;
	background-color: #000000;
	background-image: url(images/postbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.post:hover {
	background-image: url(images/postbg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #110E09;
}
.post img, .entry img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:550px;
}
.button {
	margin-bottom: 10px;	
}
.alignleft {
	float: left;
	width: 120px;
	margin-top: 10px;
}
.alignright {
	float: right;
	width: 120px;
	margin-top: 10px;
}