/* 
  -----------------------------------
  by Moondog Web Design
  www.doctormoondog.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
body { 
	background: #749AC1 url(../images/nashville_interstate.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.columns-container {
	background-color: #FFF;
	background: rgba(255,255,255,1.00);
}
.contactphone {
	font-size: 2em;
	text-align: center;
	padding-bottom: 8px;
}
#formholder {
	margin: 0px auto;
	max-width: 720px;
}
/* Link Styles Assign one of the following classes to Text Links on your page */ 
.text-link-light {
 color: #EEE;
 border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}
.phonelink a:before {
	content: "\260e";
	margin-right: 0.4em;
}
.emaillink a:before {
	content: "\2709";
	font-size: 1.1em;
	margin-right: 0.4em;
}
#blacklist li {
	font-size: 1.1em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 6px;
	list-style-type: square;
}
.bepred {
	font-size: 1.1em;
	font-weight: 700;
	font-style: italic;
	color: #A60609;
}
.buyit {
	background-color:#FFFFFF;
	border: 1px solid #B31417;
	-moz-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 10px;
	padding: 4px 6px;
}
#gip, #gip-prices {
	background-color:#FAE043;
	padding: 10px 15px;
	margin-bottom: 15px;
	-moz-border-radius: 15px;
    border-radius:15px;
}
/*Media Query for all devices at screen/browser widths of 768px or less*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
.sidebar-none .main-content {
	padding: 10px 15px;
}
#masthead h1, #masthead .phone {
	font-size: 2.3em;
}
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}

/*Media Query for iPad in portrait & landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#masthead h1, #masthead .phone {
	font-size: 2.4em;
}
}
