
body {
	background: #C8DEEF url('images/bodybg.png') repeat-x scroll top left;
	margin:0;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;
	font-size: 13px;
	color: #555555;
	border-top: 5px solid #A0C6E3;
}
/*.logoimage { width:100%;}*/

.pagies {background-color:#C8DEEF;border-style: solid; width:60px; border-color:#111010;  border-width:1px; display:block;  direction:none; cursor: pointer;}
.pagies a { display:block; width:100%; height:100%; text-decoration: none;}
* {
	margin:0;
	padding:0;
}
.search-google{ width:58%;}
.modalLook CENTER{ font-family: Gotham, 'Helvetica Neue', Helvetica, Arial;}
/** element defaults **/
a .bold{ font-weight:bold;}
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background-color: #033E6B;
}

td {
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
bl
ockquote {
	border-left: 5px solid #6F516F;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #999;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #25567B;
}
.modalLook a { color:rgb(128, 128, 128);}
a:hover {
	color: #333333;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #e0e0e0;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #222;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
}

form input.formbutton {
	border: none;
	background-color: #033E6B;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva;
	letter-spacing: 1px;
	width: auto;
  	overflow: visible;
	margin-top:3px;
	margin-right:0px;
}

span.required {
	font-family: Verdana, Arial, Helvetica;
	color: #ff0000;
}

h1 {
	color: #999;
	font-size: 35px;
}

h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #444444;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #555555;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #666666;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 78%;
	margin:0 auto;
	padding: 0;
}

#header {
	padding: 10px 0px;
}

#header h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -3px;
}

#header h2 {
	color: #25567B;
	font-family: Arial, Helvetica;
	font-size: 15px;
	letter-spacing: 5px;
}

#navigation {
	background: #033E6B none no-repeat scroll top left;
	height:55px;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding:9px 0 0;
}

#navigation ul li {
	float: left;
	padding: 0;
	display: block;
}

#navigation ul li a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li.selected a, #navigation ul li.selected a:hover {
	background-color: #25567B;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#body {
	
	background: #fff; 
}

#content {
    width: 72%;
	padding: 1%;
	margin:0 1%;
	float:left;
	/*clear:both;*/

	
	}
	#content h1 { font-family: Gotham, 'Helvetica Neue', Helvetica, Arial; color: #666666;
 	font-size: 33px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0 0 5px;
	margin: 0; }
	#content p { font-family: Gotham, 'Helvetica Neue', Helvetica, Arial;  }
	

.sidebar {
 	padding: 20px 0 20px 15px;
	background:#f0f0f0;
}

.sidebar-left {
	width: 220px;
	float:right;
}
/*.sidebar-left li.ca_browse { font-weight:bold;}
*/
.sidebar-right {
	float: right;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	color: #777;
	margin: 0;
	line-height: 1em;
	list-style:circle !important;
}

.sidebar li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
.sidebar li ul li a:hover {
	color: #ff7640;
}

.sidebar h4 {
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial ;
	color: #FF7640;
	font-size: 22px;
	letter-spacing:-1px;
	margin: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}

#footer {
	background-color: #033E6B;
	height:20px;
	padding:5px;
	
}

#footer p {
	text-align: center;
/*	margin-top: 15px;*/
	color: #fff;
	font-size: 11px;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial ;
}

#footer p a {
	color: #fff;
}
.cat_list{ width:100%; height:auto; float:left; margin-bottom:20px; }
.cat_list a.bold { font-weight:bold; color:#4FE8E6; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;}
.cat_list li{float:left; list-style:square; width:25%;line-height:24px;}
.cat_list li a{ text-decoration:none; color:#000;}
.cat_list li a:hover{ text-decoration:underline; color:#ff7640;}
#left_cat_list{width:100%; height:auto; float:left; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;}
 
#left_cat_list li{ float:left; list-style:square; width:95%; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;}

#left_cat_list li a{text-decoration:none; color:#000;}
#left_cat_list li a:hover{text-decoration:underline; color:#ff7640;}
.quote_list{}
.quote_list li{ float:left; list-style:square; width:95%; line-height:24px;}
.quote_list .quote{padding-left:15px; padding-bottom:7px; padding-top: 20px;}
.quote_list .quote_author{width:100%; height:auto; float:left; margin-bottom:20px; text-align:right; padding-right:15px;}
.clear-fix-link{ height:auto; text-align:center; margin:0 auto; float:left}
.clear-fix-link li{ list-style:none; cursor:pointer; width: 35px; display:inline; padding-top:3px; padding-bottom:2px;}

.quote li { background-color:#3163BC; float:right; margin-top:40px;}

/* tripbuzz css style start */
div.modalLook {
    border: 1px solid #C8DEEF;
    border-radius: 3px;
    background: #fff;
    padding: 15px 25px 17px;
    margin: 17px 0 18px;
}
div.modalLook h1 {
    line-height: 1;
    margin: 0;
    color:darkblue;
    font-size: 36px;
    font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;
    font-weight: normal;
}
div.modalLook h2 {
  color:darkblue;
}

div.modalLook p {
    font-family: "Lato",sans-serif;
    font-size: 15px;
    color: #7e7989;
    margin: 15px 0 0;
}
.third-column {
    width: 32%;
    float: left;
    margin-right: 2%; 
}

.all-cities .third-column .modalLook {
    padding: 0px;
}
.all-cities .modalLook h2 {
    margin: 30px 25px 20px 25px;
}
.third-column h2 a {
    color:darkblue;
    font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;
}
.all-cities ul {
    margin: 25px 25px;
    padding: 0;
}
.all-cities h2+ul {
    margin: 0px 25px;
}
.all-cities ul li {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
}
.all-cities ul li p {
    margin: 3px 0;
}
div.modalLook p a, #rightSidebar a, a.recommendation-title, .attraction-highlights li a, #attraction-teleaddress-data a, .bold-link {
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}
.all-cities .third-column .modalLook a.view-all-cities-in-state {
    background-color: #f0f2f5;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    margin-top: 20px;
    text-decoration: none;
}
.third-column:nth-child(3n){ margin-right:0px}
.full_width #content{width:96%;}
.quote_container{margin:10px 0px; border-bottom:1px dashed #e5e5e5}
.quote p{text-align:center; font-size:20px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial;}
.quote p.quote_mark{ font-size:35px; text-align:left; line-height: 20px;}
.quote p.author{ font-size:13px; text-align:right;}
.home_ad_contaner{ margin-bottom:20px;}
/*@media screen and (min-width: 450px) {
    .logoimage { width:100%;  } 

}
*/

@media screen and (max-width: 750px) {
    .third-column {
    width: 49%;
    float: left;
    margin-right: 2% !important; 
 }
  .cat_list ul li{float:left;  list-style:square; width:33%; line-height:24px;}
  .cat_list ul{margin-left:15px;}
	.third-column:nth-child(2n){ margin-right:0px !important }
	#content h1{ font-size:30px;}
	.logoimage { width:100%; height:auto;} 
}
@media screen and (max-width: 450px){
	.sidebar-left { width:96%; padding:2%;}
	#content h1{ font-size:24px;}
	.cat_list ul li{float:left; list-style:square; width:45%; line-height:24px; margin-left:2.5%}
	.cat_list ul{margin-left:10px;}
	#container {
	width:90%;
	}
	#content {
		width: 96%;
		}
		.third-column {
    width: 100%;
    float: none;
    margin-right: 0px !important; 
 }
 div.modalLook h1 { font-size:20px !important;}
 }
	