/* reset */
* { padding: 0; margin: 0; }

/* default layout */
body { 
	background: #2A2620 url(../img/default/body_bg.png) repeat-x;
	font-size:75%;
	color: #222;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

a { color: #F03256; }

a img { border: 0; }

h1, h2, h3, h4, legend, .font2 {
	font-family: 'Times New Roman','helvetica',serif;	
}

h1, h2, h3, h4, h5 {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: .25em;
	font-weight: normal;
}

h1 { font-size: 2.5em; }

h2 { font-size: 2.2em; }

h3 { font-size: 1.9em; }

h4 { font-size: 1.5em; }

h5 { font-size: 1em; }

ul { 
	list-style-type: none;
	margin: .5em 0;
}

ul li { padding-bottom: 1em; line-height: 1.5em; }

p { 
	padding: .25em 0 1em 0;
  line-height: 1.5em;
}

legend { 
	font-size: 1.7em;
	color: #222;
}

fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}

table td { padding: .5em; }

#header {
	background: url(../img/default/logo.png) no-repeat 0 35px;
	height: 152px;
}

		#logo {
			display: block;
			width: 244px;
			height: 100px;
		}

		#header_search { margin-top: 45px; }

		#header_search * {
			display: inline;
			font-size: 1em;
		}
		
		#header_login_register, #header_account { 
			text-align: center;
			padding-top: 9px;
			margin-top: 25px; 
		}
		
		#header_login_register {
			margin-top: 35px;
		}

		#header_login_register a { padding-right: 1em; } 

		#nav { 
			height: 40px;
			list-style-type: none; 
			margin-left: 100px;
			margin-top: 10px; 
			margin-bottom: 0;
		}

				#nav li { 
					display: inline; 
					font-family: "Times New Roman",'helvetica',serif;
					font-size: 1.75em;
					margin-right: 1.5em;
					margin-bottom: 0;
					line-height: 1.1em;
				}

				#nav a { 
					text-decoration: none; 
					color: #1E1B16;
				}

				#nav .active { 
					color: #F03256;
					background: url(../img/default/nav_arrow.png) no-repeat bottom center;
					padding-bottom: 7px;
				}


#content_bg {
	background: #fff url(../img/default/meat_potatoes_bg.png) repeat-x;
	padding-top: 10px;
}

#content {
	width: 958px;
	padding: 2px;
	background: #fff;
}

#footer {
	background: #2A2620 url(../img/default/footer_bg.png) repeat-x;
	height: 133px;
	text-align: center;
	padding-top: 65px;
	color: #fff;
}
		#footer li { display: inline; margin-right: 1em; }
	
#UserLoginForm .submit { display: inline; padding-right: 2em;}

#flash {
	width: 700px;
	background: #fff;
	margin: 50px auto 0 auto;
}

		#flash h1 a { text-decoration: none; }

#non_tag_browse h2, #non_tag_browse h3, #non_tag_browse h4, #non_tag_browse h5 {
	display: inline !important;
	margin-right: 5px;
}

		#non_tag_browse .ceiling { margin-top: 10px; }
		
		#non_tag_browse p { margin-top: 15px; }

#fight img { vertical-align: top; }

#fight h2 { margin: 0 15px; }

#fight #vs { padding-top: 20px; }

/* sidebar */
.account_level { 
	background: url(../img/users/level_bg.png) no-repeat 0 0;
	width: 109px; height: 8px;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 5px;
	margin: 5px auto 0 auto;
}
		.account_level div {
			background: url(../img/users/level_fill.png) repeat-x;
			height: 6px;
			float: left;
		}
	
		.account_level span { display: none; }
	
	
.big_account_level {
	background: url(../img/users/level_big_bg.png) no-repeat 0 0;
	width: 203px;	height: 14px;
	padding-top: 4px;
	padding-left: 11px;
	margin: 0 auto;
}
		.big_account_level div {
			background: url(../img/users/level_big_fill.png) repeat-x;
			height: 11px;
			float: left;
		}
		
		.big_account_level span { display: none; }

#admin_nav {
	background: #333;
	padding: 6px;
	position: fixed;
	right: 0;
	color: #fff;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #efefef;
	padding: 5px;
	opacity: 0.85;
}
		#tooltip h3, #tooltip div { margin: 0; }


#quiz_sidebar a { text-decoration: none; }


/* universe sidebar */
#universe h3 { 
	background: url(../img/forums/universe.png) no-repeat;
	width: 238px;
	height: 59px;
}

		#universe h3 span { display: none;}

/* reusable classes */

.container { 
	width: 958px;
	margin: 0 auto;
}

/* this is our palette */
.swatch0 { color: #999 !important;}

.swatch1 { color: #F03256 !important;}

.swatch2 { color: #FF7700 !important; }

.swatch3 { color: #945A03 !important; }

.swatch0_bg { background-color: #E7E3CB;}

.swatch1_bg { background-color: #FFCCCC;}

.swatch2_bg { background-color: #FFE5BF;}

.faint_bg { background-color: #EFEFEF; }

.border0 { border: 1px solid #E7E3CB; }

	.border0 td { border: 1px solid #E7E3CB;}
	
.border1 { border: 1px solid #FFCCCC;}

.border2 { border: 1px solid #FFE5BF; }

.swatch1_links a { color: #F03256 !important; }

.swatch2_links a { color: #FF7700 !important; }

.bordered_list li {
	border-top: 1px solid #FFCCCC;
	padding-left: 20px !important;
	padding-top: 10px;
	background-position: 10px 14px !important;
}

.heavy { border-width: 4px; }

.pad { padding: 10px; }

.ceiling { margin-top: 5px; }

.floor { margin-bottom: 5px; }

.remove_border, .remove_border * { border: 0 !important; }

.form_button1 {
	background: url(../img/default/form_button.png) repeat-x;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0 .5em;
}

.form_button2 {
	background: url(../img/default/form_button2.png) repeat-x bottom left;
	color: #F03256;
	border: 0;
	cursor: pointer;
	font-size: .95em;
	text-decoration: none;
	padding: .25em 1em;
	border: 1px solid #ccc;
}


.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
			font-weight: normal;
    }

		.input label span { 
			text-transform: none; 
			color: #999;
		}
   
    .checkbox label {
      display: inline;
			padding-left: .5em;
    }

.mute { 
	text-transform: uppercase; 
	font-size: .9em; 
}

.ghost { display: none; }

.cursor { cursor: pointer; text-decoration: underline; }

.clear { clear: both; font-size: 1px; }

.inline { display: inline !important; }

.block { display: block !important;}

.rounded {
   background: #efefef;
}
		.rounded_top div {
		   background: url(../img/default/rounded_tl.png) no-repeat top left;
		}
		.rounded_top {
		   background: url(../img/default/rounded_tr.png) no-repeat top right;
		}
		.rounded_bottom div {
		   background: url(../img/default/rounded_bl.png) no-repeat bottom left;
		}
		.rounded_bottom {
		   background: url(../img/default/rounded_br.png) no-repeat bottom right;
		}

		.rounded_top div, .rounded_top, .rounded_bottom div, .rounded_bottom {
		   width: 100%;
		   height: 15px;
		   font-size: 1px;
		}

		.rounded_content { margin: 0 15px; }

.arrow li { 
	background: url(../img/default/arrow_right.png) no-repeat 0 4px;
	padding-left: 1em;
}

.arrow_on_pink li { 
	background: url(../img/default/arrow_right_on_pink.png) no-repeat 0 6px;
	padding-left: 7px;
}

.center_text { text-align: center; }

.right_text { text-align: right; }

.vacuum { 
	padding: 0 !important;  
	margin: 0 !important; 
	line-height: 1em;
}

.message {
	border: 4px solid #920000;
	color: #920000;
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
}

.error-message, .error {
	color: #920000;
	font-weight: bold;
	background: #efefef;
	padding: .5em;
}

.error-message {
	background: url(../img/default/bouncing_arrow.gif) no-repeat top left; 
	padding-left: 30px;
}
.save_icon { 
	background: url(../img/default/save_icon.png) no-repeat 0 4px;
	padding-left: 25px;
}

.save_icon_small {
	background: url(../img/default/save_icon_small.png) no-repeat 0 0; 
	padding-left: 17px;
}

.message_icon {
	background: url(../img/default/message_icon.png) no-repeat 0 2px;
	padding-left: 20px;
}

.camera_icon {
	background: url(../img/default/camera_icon.png) no-repeat 0 2px;
	padding-left: 20px;
}

.list_view_icon {
	background: url(../img/default/list_view_icon.png) no-repeat 0 2px;
	padding-left: 20px;
}

.success_icon {
	background: url(../img/default/success_icon.png) no-repeat 0 2px;
	padding-left: 20px;
}

.user_photo { 
	padding: 3px;
	vertical-align: middle;
}

.chat_icon {
	background: url(../img/default/chat_icon.png) no-repeat 0 0;
	padding-left: 25px;
}

.biggify { font-size: 1.2em; }

.biggify2 { font-size: 1.5em; }

.smallify { font-size: .85em; }

.recipe_photo { 
	background: url(../img/recipes/photo_frame.png) no-repeat 0 0;
	padding: 6px;
}

.pagination { text-align: center; }

		.pagination * {
			padding: 0 .5em;
		}

		.pagination .disabled { display: none; }
		
.cake-sql-log { background: #fff;}

.cake-debug { background: #fff;}