/* @override 
	http://localhost:9393/css/main.css
	http://5places.com/css/main.css
	http://localhost:4567/css/main.css
	http://localhost:9292/css/main.css
*/

/*@font-face { font-family: "Century Gothic"; src: url(/century_gothic.ttf); }*/

/* hax */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

body {
  font-family: helvetica,sans-serif;
  font-size: 12px;
  color: #5d3d58;
  background-color: #fff5fd;
  line-height: 1.4;
  text-align: center;
}
* {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
}

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

a:hover {
	text-decoration: underline;
}

p {
}

/* @group Layout */

#container {
	width: 1020px;
	margin: auto;
	text-align: left;
}

/*#header h1 {
	float: left;
	width: 188px;
	height: 193px;
	background: url(/images/5places.gif) left top no-repeat;
	text-indent: -900em;
	margin: 0;
	margin-bottom: 20px;
}*/

#header {
	background: #a9014b;
	color: #fff;
	padding-left: 10px;
	margin-bottom: 20px;
}

#header h1 {
	float: left;
	font-size: 1.5em;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

/* My Comment */

#header h1 a span {
	color: #fff;
	font-size: 1.6em;
	margin-right: 0.1em;
}

#nav {
	font-size: 1.1em;
	float: left;
	margin-left: 100px;
	margin-top: 10px;
	font-weight: bold;
}

#nav li {
	line-height: 28px;
	float: left;
	list-style-type: none;
	margin-right: 16px;
}

#nav span.avatar img{
	margin-bottom: -6px;
}

#nav li a { color: #fff; text-decoration: none; }
#nav li a:hover { color: #fff; text-decoration: underline; }
#nav li.selected a { color: #fff; }

#content {
	width: 820px;
	float: right;
	/*border: 1px solid red;*/
}

#leftcontent {
	width: 530px;
	float: left;
	/*border: 1px solid red;*/
}

#rightcontent {
	width: 264px;
	float: left;
	/*border: 1px solid red;*/
}

#header, #content, #footer {
}

.textual {
	width: 40em;
}
.textual p {
	margin-bottom: 1em;
}

#footer {
	clear: both;
	margin-top: 80px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
}

#footer li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}

#footer li a, #footer li a:visited { color: #999; text-decoration: none; }
#footer li a:hover { color: #a9014b; text-decoration: underline; }

/* @end */

/* @group Forms */

form p {
	margin: 1em 0em;
	clear: left;
}

form label {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
}

form p.checkbox label {
	display: inline;
	margin-left: 0.3em;
}

form input {
	color: #5d3d58;
	font-size: 1em;
	padding: 0.2em;
}

/* @end */

/* @group General styles */

#content h1 {
	line-height: 1;
	font-size: 2.3em;
	color: #a9014b;
	text-transform: uppercase;
	text-shadow: #fffeff 1px 1px 1px;
	margin-bottom: 0.4em;
}

h2 {
	font-weight: normal;
}

h1 em {
	color: #a9014b;
	font-style: normal;
}

.notice {
	color: #D29100;
	font-weight: bold;
  border: 1px solid #F3CE21;
  background: #FFFBE2;
  padding: 5px;
  margin-bottom: 1.5em;
}

/* @end */

/* @group topcontent (nav column on far left) */

#topcontent {
	float: left;
	margin-right: 15px;
	width: 180px;
}
.topcontentbox {
	padding: 10px 8px;
	border: 1px solid #ffc2f5;
	background: #ffe9fb;
	margin-bottom: 15px;
}
#cities li {
	font-size: 1.7em;
	list-style-type: none;
	text-transform: uppercase;
	text-shadow: #fffeff 1px 1px 1px;
}

#cities li a {
	display: block;
	color: #b86187;
	text-decoration: none;
	padding-left: 4px;
	width: 100%;
}
#cities li.selected a, #cities li a:hover {
	color: #fff;
	background: url(/images/citybg.png) no-repeat right center;
	text-decoration: none;
	text-shadow: #7c0036 1px 1px 1px;
}
#createyourlist {
	margin-top: 10px;
}
#createyourlist label {
	display: none;
}
 #createyourlist p {
	margin: 0;
	margin-bottom: 10px;
	
}
#createyourlist select {
	width: 100%;
	margin: 0px;
}
#createyourlist .awesome {
	text-align: center;
	width: 100%;
}

/* @end */

/* @group Frontpage */

.rightcontentbox {
	float: left;
	border: 1px solid #ffc2f5;
	background: #ffe9fb;
	padding: 7px 10px;
	margin-bottom: 15px;
	width: 260px;
}

.rightcontentbox h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #a9014b;
	text-transform: uppercase;
	text-shadow: #fffeff 1px 1px 1px;
}

.rightcontentbox_link {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ffc2f5;
}

/* @end */

/* @group Places */
.pic {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
}

/* @group Mini list of lists */

.mini_list {
	
	width: 500px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #ffc2f5;
	/*border: 1px solid red;*/
}
.mini_list h2 {
	margin-bottom: 5px;
}
.mini_list .pic {
}
.mini_list_info {
	float: left;
}
.place_names_list {
	list-style-type: none;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.place_names_list li {
	line-height: 1.2;
}
.place_names_list li span {
	font-size: 1.7em;
	font-weight: bold;
	color: #bbb;
	margin-right: 0.2em;
}
/* @end */

/* @group List of places */
.lists {
}

.lists h2 {
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

.lists h2 .noun {
	font-style: italic;
}

.list_link {
	margin-left: 5px;
}

.places ul li {
	list-style-type: none;
	margin-right: 20px;
	margin-top: 20px;
}

.places h3 {
	font-size: 1.3em;
	color: #5d3d58;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.places .place_info {
	width: 320px;
	margin-left: 10px;
	float: left;
}

.places .pic {
	margin-bottom: 6px;
}

.places .address {
	font-size: 0.9em;
	background: url(/images/pin.gif) left top no-repeat;
	padding-left: 13px;
	margin-bottom: 3px;
	clear: both;
}

.places .url {
	font-size: 0.9em;
}

.places .description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-bottom: 8px;
}

/* @end */



/* @end */

/* @group View list */

#list_actions {
	margin: 1em;
	margin-left: 0;
}

#list_actions li {
	list-style-type: none;
	float: left;
	margin-right: 1em;
	border: 1px solid #ddd;
	padding: 0.5em;
	font-weight: bold;
}

#list_actions a {
}

/* @end */

/* @group List form */

#content .list_form {
	width: 1450px;
	margin-bottom: 4em;
	margin-left: -180px;
}
.list_form p {
	margin: 0;
}
.list_form input#list_description {
	width: 4em;
	padding: 0em;
	font-weight: bold;
}

.list_form #tellus {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 0.5em 1em;
	width: 50em;
	margin: 1em 0em;
}
.list_form label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0em;
}

#list_noun {
	width: 4em;
}

.list_form input {
	font-size: 1.1em;
	padding: 0.1em;
	width: 95%;
}

.list_form textarea {
	font-size: 0.9em;
	width: 95%;
	height: 15em;
}

.list_form input.place_file {
	font-size: 0.9em;
}

.list_form input.change_pic {
	display: none;
}

.list_form .pic {
	margin-bottom: 0.5em;
}

.list_form fieldset.place_form {
	float: left;
	border: none;
	border-right: 1px solid #ccc;
	margin-right: 1em;
	padding-right: 1em;
	width: 256px;
}

.list_form p.note {
	color: #555;
	font-size: 0.9em;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

fieldset.place_form {
	display: none;
}

#new_list_form fieldset#place_form_num_1 {
	display: block;
}

#edit_list_form .existing_place {
	display: block;
}

#place_add_next_form {
	float: left;
	width: 19em;
	height: 40em;
	background:;
	border: 1px solid #ccc;
	text-align: center;
}

#place_add_next_form a {
	background: #f9f9f9 url(/images/list-add.png) no-repeat center 168px;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#place_add_next_form a:hover {
	background-color: #eee;
	text-decoration: underline;
}

#place_add_next_form a span {
	display: block;
	padding-top: 200px;
	font-size: 1.2em;
	font-weight: bold;
}

.list_form #save_list_button {
	text-align: center;
	border-top: 1px solid #aaa;
	background: #eee;
	padding: 0.6em 0em;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

.list_form #save_list_button input {
	width: auto;
	padding: 0.4em;
}

p.unpublished_warn {
	border: 1px solid #F1AD68;
	background: #FFF7DE;
	padding: 0.5em 1em;
	width: 50em;
	margin: 1em 0em;
	color: #DB7607;
	font-weight: bold;
}

/* @end */
