/*** RecipeSnap.com master style sheet **********************
/
/  a Frameplay project
/  Author: benlew.com
/  Contact: benlew@frameplay.com
/
/  Site admin: recipesnap@gmail.com
/  Date: 4/3/2008
/
/*** Colors *******************************************

Red: #FF4800
Green: #42BD69

/*** Imports ******************************************/

@import url("reset.css");
@import url("print.css") print;

/**** Global *********************************/

html, body {
	background:url(../img/bg.png) repeat-x #FFF;
	height:100%;
	font-family:Arial, sans-serif;
	text-align:center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	width:950px;
	text-align:left;
	overflow:visible;
	padding-left:10px;
}

#footer, .push {
	height: 25px; /* .push must be the same height as .footer */
}

h1 {
	font-size:34px;
	color:#FF4800;
	font-family:"Georgia", serif;
	clear:left;
}

h2 {
	color:#4AD877;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 0;
	clear:both;
}

.edit, .edit a {
	font-size:14px;
	font-family:"Lucida Grande", lucida, sans-serif;
	color:#969696;
}

h4 {
	display:inline;
	color:#E8E8E8;
	font-weight:bold;
	font-size:12px;
}

.red {
	color:#FF4800;
}

#user h4 a {
	color:#FF4800;
}

h4.author {
	color:#969696;
	font-weight:normal;
}

h4.author a {
	color:#42BD69;
	font-weight:bold;
}

/**** Forms *******************************************/

fieldset, input, select, textarea {
	padding:2px;
	margin:0 5px;
	border: 2px inset #b7b7b7;
	font-size:14px;
}

label {
	width:130px;
	text-align:right;
	float:left;
	color:#42BD69;
	font-size:18px;
	font-family:"Georgia", serif;
}

.note {
	margin-left:135px;
	font-size:11px;
	color:#666;
	
}

.input {
	margin:0;
	padding:0;
}

.textarea {
	float:left;
}

#add-recipe-form li {
	padding:10px 0;
	border-bottom:dashed 1px #BDBDBD;
	margin-bottom:10px;
	overflow:auto;
}

#add-recipe-form .error-message {
	color:#FF0000;
	float:left;
	clear:both;
	font-family:"Georgia", serif;
	font-size:12px;
	font-style:italic;
	margin:5px 0 5px 130px;
}

#add-recipe-form li.add {
	margin-left:130px;
}

#add-recipe-form li ul li label {
	width:50px;
	font-size:12px;
	color:#333;
	float:none;
	display:block;
	text-align:left;
}

#add-recipe-form li ul li {
	border-bottom:0;
	margin-bottom:0;
}

#add-recipe-form a {
	color:#4AD877;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#add-recipe-form a img {
	width:15px;
	height:15px;
}

a.submit, a:visited.submit {
	color:#FFF;
	padding:3px 5px;
}

.submit, .submit input {
	background:#FF4800;
	color:#FFF;
	border:0;
	font-size:18px;
	font-family:"Georgia", serif;
	cursor:pointer;
}

input.email-input {
	width:185px;
	float:left;
}

.email {
	float:left;
}

#form {
	clear:both;
	float:left;
	width:320px;
	margin:0 20px 0 0;
}

#form.feedback {
	width:400px;
}

#form ul li {
	list-style:none;
	margin-bottom:10px;
	clear:both;
}

#form .submit {
	float:right;
}

#form.edit {
	width:325px;
}

#avatar {
	margin-left:20px;
}

#form.edit label {
	width:150px;
}

#new-user {
	width:200px;
	float:left;
	background:#B9FCC9;
	border:outset 2px #B9FCC9;
	color:#42BD69;
	padding:10px;
	font-family:"Georgia", serif;
	text-align:center;
}

.message {
	float:left;
	clear:both;
	padding: 10px;
	margin: 5px 5px 20px 5px;
	background: #F8F2BF;
	border: 2px outset #F8F2BF;
	color: #ff4800;
	font-size:12px;
}

#signupnow {
	background:url(../img/signupnow.png) no-repeat;
	width:171px;
	height:42px;
	color:#FFF;
	font-size:21px;
	font-family:"Georgia", serif;
	padding:8px 0 0 10px;
	margin:0 auto;
}

#signupnow a {
	color:#FFF;
	margin-right:30px;
}

.rememberme {
	overflow:hidden;
	margin-bottom:10px;
}

.rememberme input {
	margin:0;
	padding:0;
	margin-left:140px;
	float:left;
}

.rememberme label  {
	font-size:12px;
	color:#666;
	margin:0 0 0 5px;
	padding:0;
	float:left;
	text-align:left;

}

.pagination {
	font-size:14px;
	color:#666;
	margin-top:10px;
}

.pagination .current {
	padding:2px 4px;
	color:#FFF;
	background:#42BD69;
}

.login .note {
	margin:0;
	padding:0;
}

/*** Recipe Form *****************************/

#recipe-form li {
	
}

#ingredients {

	width:400px;
	height:100px;
}

#ingredients li {

}

#steps {
	list-style-type: decimal;
	margin-left:25px;
}

ol#steps ol {
	margin:0;
	padding:0;
}

ol#steps li {
	margin:0 0 10px 0;
	padding:0;
}

ul#my-ingredients, ul#my-steps {
	overflow:auto;
}

ul#my-ingredients li {
	float:left;
	clear:both;
	margin:5px 0 5px 0;
	padding:0;
	min-width:550px;
}

ul#my-steps li{
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	width:400px;
}

.step {
	width:400px;
}

.step textarea {
	float:left;

}

a.remove {
	float:left;
}



ul#my-ingredients input, ul#my-ingredients select {
	float:left;
}

ul#common-tags {
	clear:both;
	background:#F0F1D2;
	border:inset 1px #D6DD98;
	width:400px;
	padding:10px;
	margin-left:137px;
	margin-top:5px;
	overflow:auto;
}

#common-tags a {
	text-transform:none;
	font-weight:normal;
	padding:3px 5px;
}

#common-tags a:hover {
	color:#FFF;
	background:#42BD69;
}

#common-tags a.selected {
	color:#FFF;
	background:#42BD69;
}

#common-tags a.selected:hover {
	color:#FFF;
	background:#4CDC7C;
}

#common-tags h2 {
	font-size:14px;
	margin:3px;
	padding:0;
}

#common-tags h2 small {
	font-size:11px;
	color:#000;
}

#common-tags li {
	overflow:hidden;
	font-size:12px;
	float:left;
	margin:2px 5px;
	padding:0;
	width:70px;
	
}

.remove {
	float:left;
}

/*** Recipe View *****************************/

ul#ingredients {
	margin:15px 0 0 50px;
}

ul#ingredients li {
	font-size:16px;
}

#description {
	margin-top:20px;
	font-size:14px;
	font-family:"Georgia", serif;
}

/**** Header *********************************/

#header {
	height:71px;
}

#recipesnap {
	float:left;
}

#nav-user {
	padding:35px 0 0 0;
	font-size:22;
	color:#689B6A;
	float:left;
}

#nav-user a {
	color:#FFF;
	font-weight:bold;
}

#nav-user input {
	border:solid 1px #42BD69;
}

#user {
	float:right;
	margin:30px 20px 0 0;
	color:#44AA49;
	font-size:12px;
	text-align:right;
}

#user a {
	color:#FFF;
}

#user a:hover {
	color:#44AA49;
}



/**** Navigation *****************************/

#nav-prime {
	height:28px;
	float:left;
	width:750px;
	padding:5px 0 0 20px;
	font-size:14px;
	color:#969696;
	min-width:600px;
}

#nav-prime input {
	font-size:12px;
	border:inset 1px #B7B7B7;
}

#nav-prime a {
	color:#969696;
}

#nav-prime li {
	float:left;
	margin-right:10px;
}

#nav-prime li.highlight {
	font-weight:bold;
}

#nav-prime li:after {
	content:"::";
	margin-left:10px;
}

/**** Forms **********************************/

/**** Banana *********************************/

/**** Core ***********************************/

#core {
	width:750px;
	float:left;
	margin:0;
	padding-bottom:10px;
	
}

#content {
	margin-top:25px;
}

#recipe-sidebar {
	float:right;
	margin:20px 0px 20px 20px;
	width:255px;
	padding:10px;
	font-size:12px;
}

#share-box-contents {
	border-top:0;
	border-right:solid 1px #969696;
	border-bottom:solid 1px #969696;
	border-left:solid 1px #969696;
	padding:10px;
	overflow:auto;
	width:235px;
}

#share-box-contents li {
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #969696;
	overflow:auto;
	width:240px;

}

#share-box-contents input {
	margin:0 0 5px 0;
}

.nostyle {
	float:left;
}

.nostyle input {
	margin:0 0 0 5px;
	padding:0;
	float:left;
}

#share-box-contents .nostyle label {
	font-size:12px;
	color:#000;
	font-family:arial, sans-serif;
	width:45px;
	text-align:left;
	float:left;
}

.nostyle abbr {
	font-size:10px;
	text-decoration:none;
	border:0;
	margin-left:5px;
}

a.recipecard-customize {
	float:right;
	font-size:10px;
	text-decoration:underline;
	color:#969696;
}

#share-box-contents a.submit, #share-box-contents a:visited.submit  {
	float:right;
	color:#FFF;
	font-size:10px;
	padding:2px 4px;
}

#share-box-contents ul li {
	overflow:hiddenit;
}

#share-box {
	color:#969696;
}

#share-box h2 {
	text-align:center;
	font-family:"Georgia", serif;
	font-size:20px;
	text-align:center;
	color:#FFF;
	background:url(../img/sharebox.png) no-repeat #FF4800;
	padding:2px;
	margin:0;
}

#share-box h2 a {
	color:#FFF;
}

#info-box {
	background:#F0F1D2;
	border:solid 1px #D6DD98;
	margin-top:10px;
	padding:10px;
}

.info {
	color:#42BD69;
}

#ingredients {
	color:#42BD69;
	font-size:22px;
	font-family:"Georgia", serif;
	margin:20px 0 20px 30px;
	overflow:auto;
	height:100%;
}

#ingredients li {
	line-height:18px;
	margin:8px 0;
}


#steps {
	font-size:14px;
	line-height:18px;
	width:70%;
	margin:20px;
}

#steps li {
	margin-bottom:20px;
}

#notes {
	color:#6D6D6D;
	font-size:14px;
	list-style:disc;
}

#notes li {
	margin-left:30px;
}

#notes h3 {
	font-size:18px;
	font-family:"Georgia", serif;
	color:#42BD69;
}

#content-sidebar {
	width:250px;
	float:left;
	background:#D1FFD4;
	border:outset 2px #B9FCC9;
	color:#42BD69;
	padding:10px;
	font-family:"Georgia", serif;
	text-align:center;
	margin-left:10px;
	text-align:center;
}

#content-sidebar.legal {
	float:right;
}

#content-sidebar ul li {
	clear:both;
	overflow:auto;
	margin-bottom:5px;
	border-bottom:dashed 1px #42BD69;
	padding-bottom:5px;
}

#content-sidebar img {

}

#content-sidebar h1 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

#content-sidebar h2 {

	margin-bottom:2px;
}

/*** Sidebar *********************************/

#sidebar {
	width:180px;
	float:left;	
	margin:0 0 0 20px;
	background:url(../img/sidebar-bottom.gif) no-repeat bottom #E2E2E2;
	height:100%;
	overflow:hidden;

}

#sidebar h2 {
	background:url(../img/sidebarh2.png) no-repeat;
	font-size:14px;
	color:#FFF;
	padding:5px 0 1px 15px;
	text-transform:none;
	margin:0;
}

#nav-tags {
	padding:10px;
	color:#757575;
	font-size:12px;
}

#nav-tags.common ul {
	overflow:auto;
}

#nav-tags.common ul li {
	float:left;
	width:60px;
	margin-right:15px;
}

#nav-tags a {
	color:#757575;
	font-weight:bold;
}

#about-user {
	float:right;
	width:250px;
	background:#DCDCDC;
	border:outset 1px #DCDCDC;
	padding:10px;
	text-align:center;
	margin-left:20px;
}

#about-user ul {
	text-align:left;
}

/**** Footer *********************************/

#footer {
	height:25px;
	background:url(../img/footer-bg.jpg) no-repeat #FFF;
	font-size:10px;
	padding:25px 0 0 50px;
	color:#666;
	clear:both;
	margin:0 auto;
	text-align:left;
}

#footer a {
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}

#footer ul li {
	display: inline;
}

#footer-nav {
	clear:both;
	font-size:12px;
	width:750px;
	text-align:left;
	overflow:hidden;
}

#footer-nav h1 {
	font-size:18px;
}

#footer-nav ul {
	overflow:auto;
}

#footer-nav li {
	float:left;
	height:60px;
	width:200px;
	padding:10px;
	background:url(../img/footer-nav-bg.gif) no-repeat top right;
	
}

.recipes {
	color:#6D6D6D;
	font-size:12px;
	list-style:disc;
}

.recipes li {
	margin:10px 0 5px 30px;
	border-bottom:dashed 1px #BDBDBD;
}

.recipes li p {
	font-size:12px;
	color:#666;
	font-family:"Lucida Grande", sans-serif;
}

.recipes h3 {
	font-size:18px;
	font-family:"Georgia", serif;
	color:#42BD69;
}

p.recipe-tags {
	font-size: 11px;
	color:#999;
}

p.recipe-tags a {
	color:#42BD69;
	text-decoration: none;
	margin-left: 3px;
	padding:2px 4px;
}

p.recipe-tags a:hover {
	background:#42BD69;
	color:#FFF;
}

.right {
	float:right;
}

.left {
	float:left;
}