﻿/* ==================================================
Site.css
Copyright 2009 - 2010 GetMeCooking
Written for - www.getmecooking.com
==================================================*/

#clear, .clear
{
    clear: both;
}

.inline
{
	display: inline;
}

.inheritWidth
{
	width: inherit !important;
}

body
{
	background: #fafafa url(../Images/topmenu/header.png) repeat-x;
   	border:0;	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#page 
{
	max-width: 1024px;
	min-width: 970px;
	margin: 0 auto;
	padding:0 10px;
}

#leftMenu
{
	float: left;
	width: 200px;
}

#main 
{
	/*float: left;*/
	width: 970px;
}

#mainNarrowContent
{
	width: 800px;
}

img 
{
	border:0 none;
}

a:link, a:visited
{
	color: #2e62b0;
	text-decoration: none;
}

a:hover
{
    color: #17378e;
    text-decoration: underline;
}

#urlBtn
{
	background: #B02B2C;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: 500;
	margin: 10px 0 5px;
	padding: 2px 5px;
	text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Sans-Serif;
}

h1
{ 
	margin: 0; 
	padding: 0;
	font-size: 2.3em;
	font-weight: bold;
}
h2
{
	font-size: 1.9em;
	color: #B02B2C;
	/* font-weight: lighter; */
}
h3
{
    font-size: 1.1em;
}
h4
{

}
h5, h6
{

}

#siteLogo
{
    float:left;    
}


/* TABLES */
thead
{
	font-weight:bold;
}
/* END TABLES */

/* HEADER */
#topMenu 
{	
	padding-top: 3px;
	clear: both;
	font-size: 1.1em;
}

#topMenu ul 
{
	margin: 0;
	padding: 0 0 0.7em 0;
	float: left;
}

#topMenu li 
{
	display: inline;	
	margin: 0;
}

#topMenu ul a, #loggedInDisplay a
{
	width:auto;		
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding: 0 13px;
}

#topMenu ul a:focus, #topMenu ul a:active, #topMenu ul a:hover,
#loggedInDisplay a:focus, #loggedInDisplay a:active, #loggedInDisplay a:hover
{
	background-color:#5A5A5A;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#topMenu a, #topMenu a:visited
{
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	text-transform: uppercase;
	color: White;
	float:none;
}

#topMenu a:hover 
{
	text-decoration: none;	
}

#loggedInDisplay
{
	color: White;
	float: right;
	font-weight: bold;
	padding: 3px 15px 0 0;
	
	margin-bottom: 10px;
	margin-top: -12px;
}

#recipeBoxTopMenu
{
    height: 28px;
    vertical-align: bottom;    
}

a#recipeBoxLink:hover, a#recipeBoxLink:active, a#recipeBoxLink:focus
{
    background: none;
}

/*
#loggedInDisplay ul 
{
	margin: 0;
	padding: 0 0 0.7em 0;
	float: left;
}

#loggedInDisplay li 
{
	display: inline;	
	margin: 0;
}
*/
/*
#topMenu 
{	
	padding-top: 3px;
	clear: both;
	font-size: 1.1em;
}

#topMenu ul 
{
	margin: 0;
	padding: 0 0 0.7em 0;
	float: left;
}

#topMenu li 
{
	display: inline;	
	margin: 0;
}
*/


#logoutDisplay
{
	float: right;
	font-weight: normal;
	margin-left: 7px;
}

#loginDisplay 
{
	color: White;
	float: left;
	margin: 10px 0 0 5px;
}

#loginDisplay a, #loginDisplay a:visited, #loggedInDisplay a, #loggedInDisplay a:visited
{
	color: White;
	text-decoration: none;
}

#loginDisplay span
{
	margin-left: 10px;
	position: relative;
	top: -10px;
}

#logout
{
	padding-left: 25px;
}

#searchArea
{	
	float: right;
	margin-top: 5px;
	
	text-align: right;
}

#searchArea img 
{
	margin-top: 5px;
}

#searchArea label
{
	color: White;
}

form#headerSearch
{
	background: none;
	border: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: auto;
}

form#headerSearch input
{
	margin: 0;
	padding: 0;
}

#search
{
	width: 250px;
}

form#headerSearch fieldset{
	border-style: none;	
	height: 15px;	
	position: relative;
	top: -8px;
}
/* END HEADER */

/* FOOTER */
#footer
{
    background-color: #363632;
	color: #fff;
	font-size:0.9em;
	margin-top: 20px;
	padding: 5px 0 5px 0;
	text-align:center;
	float: left;
	width: 100%;
}

#footer a {
    color: #fff;
}

div#footerContainer
{
    margin:0 auto;
    text-align:left;
    width:640px;
}

div#footerLinks
{
    float:left;
    width:400px;
}

div#footerSocialLinksContainer
{
    float:right;
}

#footerSocialLinks
{
    text-align: left;
    float: left;
    list-style: none;
}

#footerSocialLinks li
{
    padding-top: 3px;
}

#footerSocialLinks img
{
	padding-right: 10px;
	vertical-align: top;
}

div#footerCopyright
{   
    float: left;
    text-align: center;
    width:400px;
    padding-top: 5px;
}
/* END FOOTER */



/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    margin: 0;
	padding: 0 0 0.7em 0;
}

ul#menu li
{
	display: inline;	
	margin: 0;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: Red; /* CHANGE THIS */
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* END TAB MENU ----------------------------*/

.socialSharing
{
    float: left;
    margin: 10px 0 10px 0;
    width: 200px;
}

.tweetmemeRetweetButton
{
    float: left;
    padding-top: 2px;
}

.facebookLikeButton
{
    float: left;
}

/* ADDTHIS */
.addthis_toolbox .hover_effect
{
    border: 3px solid #eee;
    color: #105CB6;
    font-size: 90%;
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 260px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 1px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    background: #B4D3F8;
    border: 2px solid #105CB6;
    color: #105CB6;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_effect span
{
    height: 16px;
    left: 1px;
    position: absolute;
    top: 2px;    
    width: 16px;
}
/* END ADDTHIS */

/* MISC  
----------------------------------------------------------*/

#addThis
{
	float: right;
	width: 180px;
}

#recipeAddThis
{		
    left: 270px;
    top: 0;
	position: absolute;
	width: 180px;
}

#recipesAddThis
{		
    float: right;
	position: relative;
	width: 280px;
}

#addThisBottom
{	
    float: left;	
	padding: 10px 0 10px 0;
	width: 180px;
}

.emailIcon
{
	height: 48px;	
	width: 48px;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#header 
{	
	height: 100px; 
	width: 100%;
	padding: 0;
}

form
{
	background:#E8E8E8 none repeat scroll 0 0;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:10px;	
}


form fieldset {	
	display:block;
	/*border:1px solid #fff;*/
	padding:5px;
	margin-bottom:0.5em;
	line-height:1.5em;
}

form fieldset#opt {
	background:#dee;
}

form fieldset#personal label
{
	color: Black;
	float: left;
	font-weight: bold;
	padding: 8px;
	margin: 15px 5px 0 0;
	text-align: right;
	width: 55px;
}

form fieldset#register label
{
	color: Black;
	float: left;
	font-weight: bold;
	padding: 8px;
	margin: 15px 5px 0 0;
	text-align: right;
	width: 142px;
}

form fieldset#userRegistrationForm {
	line-height:0;	
}

form legend {
	background:#fff;
	border:3px solid #fff;
	font-family:georgia, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;

}

form label {
	clear:left;
	display:block;
	float:left;
	margin-bottom:0.5em;
	padding-right:10px;
/* 	color:#888; */
}

form label.txtLabel {
	padding-right: 5px;
}

#optionalRecipeInfo label {
	width:117px;
	margin: 0;
	padding: 12px 0 0;
	text-align: right;
}

form input, textarea, select {
/*    font:0.92em Arial,Helvetica,sans-serif; */
    font-size: 1.35em;
    margin: 15px 0 0;
    padding: 7px 8px;
}

input[type=submit]
{
	padding: 0px;
}

form input.userRegistrationForm, textarea.userRegistrationForm, select.userRegistrationForm {
	margin-top:8px;
	margin-bottom:0;
}

form #description.textarea
{
    width: 322px;
}

form #ingredients.textarea, #optionalIngredients.textarea
{
    width: 600px;
}

form #ingredients.textarea, #optionalIngredients.textarea
{
    height: 350px;
}

form #optionalIngredients.textarea
{
    height: 150px;
}

form #recipeStep.textarea, #stepDiv.textarea, #anythingElse
{
    height: 125px;
    width: 600px;
}

form input:focus {
	background: #ffffc0;
}

form input.reqField, form textarea.reqTextArea {
	border: 2px solid #000;
}

form input.error, form textarea.error { 
	border: 1px solid red;
}
/*form select {
	margin-left:0.5em;
}
*/
form textarea {
	overflow:auto;
}

.textarea
{
	width: 300px;
	height: 100px;
}

form option {
	background:#788;
	color:#fff;
}

form optgroup {
	background:#abb;
	color:#000;
	font-family:georgia, serif;
}

form optgroup option {
	background:#9aa;
	color:#fff;
}

form span {
	padding-right:10px;
	color:#888;
	margin-bottom:0.5em;
}

form span.formFieldDesc {
	color: black;
	margin-top:0em;
	padding-top: 0em;
}

form .submitBtn
{
	background:#B02B2C;
	border:1px solid #000000;
	color:#FFFFFF;
	font-weight:500;
	margin: 25px 0 5px 103px;
	padding:2px 5px;
}

/* END MISC*/


/* REGISTER PAGE
----------------------------------------------------------*/
#registerPage label
{
	color: Black;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 85px;
}

#registerPage table
{
	padding-top: 10px;
}

#registerPage td
{
	vertical-align: top;
}

#registerPage td#leftColumn
{
	width: 600px;
}

#registerPage td#leftBorderOn
{
	border-left: solid 1px black;
	padding-left: 10px;
}
/* END REGISTER PAGE --------------------------------------------------------*/


/* LOGIN PAGE
----------------------------------------------------------*/
#login td#leftColumn, #registerPage td#leftColumn
{
	padding-right: 10px;
}

#login label
{
	color: Black;
	float: left;
	padding: 8px;
	margin: 15px 5px 0 0;
	font-weight: bold;
	text-align: right;
	width: 85px;
}

#login td
{
	vertical-align: top;
}

#login td#leftBorderOn
{
	border-left: solid 1px black;
	padding-left: 10px;
}
/* END LOGIN PAGE --------------------------------------------------------*/


/* SUBMIT ARTICLE */
form#submitArticle
{
	margin-top: 10px;
}

form#submitArticle label 
{
	width:200px;
	text-align:right;
	padding: 8px;
	font-weight: bold;
	margin: 15px 5px 0 0;
}
/* END SUBMIT ARTICLE*/

/* ARTICLE HOME PAGE */
.comments
{
    padding-top: 20px;
    text-align: center;
}

.articles hr
{
    margin: 40px 0 40px 0;
}
/* END ARTICLE HOME PAGE */

/* ARTICLE PAGE */
.titleLeft
{
    float: left;
}

#rssLink
{
    float: right;
    margin: 10px 0 0 0;
    text-align: right;
}

.articleDate
{
    float: left;
	margin: 7px 0 0 0;
	padding: 0;
	text-align: right;
	width: 95px;
}

#articleSubmittedByInfo
{
	margin: 10px 0 10px 0;
}

#articleSubmittedByText
{
	padding-left: 10px;
	vertical-align: bottom;
}

#articleSubmittedBy
{
	font-weight: bold;
}

#articleContent
{
	width: 600px;
}
/* END ARTICLE PAGE */

/* BLOG INDEX */
#RSSPageHeader
{
    vertical-align: top;
}

#blogPostShortened
{
    margin-left: 120px;
}
/* END BLOG INDEX */

/* HOME RECIPE PAGE
----------------------------------------------------------*/
#homePic
{
	height: 292px;
	width: 407px;
	float: right;	
}
/* END HOME RECIPE PAGE*/


/* SUBMIT RECIPE PAGE
----------------------------------------------------------*/
form#submitRecipe #description 
{
	float: left;
}

form#submitRecipe label {
	color:#000000;
	font-weight: bold;
	margin: 15px 5px 0 0;
	padding: 8px;
	text-align:right;
	width:245px;
}

form#submitRecipe label.time {
	display:inline;
	float:none;
	position: relative;
}

form#submitRecipe .hmSpanArea{
	display:block;
	clear:both;
}

form#submitRecipe span#hh {
/*	display:block; */
 	float:left;
	margin-left: 160px;
}

form#submitRecipe span#mm {
/* 	display:block; */
 	float:left;	
	margin-left: 10px;	
/*	margin-left: 215px; */
}

form#submitRecipe .noteToUser {
	color: #888888;
}

.warningBox 
{
	background-color:#FFFFCC;
	border:thin solid #000000;
	margin-top:10px;
	padding:0 10px 5px;
}

/* END SUBMIT RECIPE PAGE*/

/* RECIPE PAGE
----------------------------------------------------------*/
.pageHeader {
	color: #b02b2c;
}

#extraMainPhotos
{
	float: left;
	height: 100px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 380px;
	white-space: nowrap;
}

#extraMainPhotos li
{
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	padding: 0 10px 0 0;
}

#addPhoto
{
	clear: both;
	float: left;
	margin: 0 10px 5px 0;	
}

#addPhotoButton
{
	height: 16px;
	width: 120px; 
}

#addPhotoText
{
    float: right;
    margin-left: 5px;
    width: 140px;
}

.recipeTablePad {	/* TODO THIS CLASS IS ONLY USED IN RECIPE.PHP AND WILL NOT BE NEEDED ONCE THE TABLE IS CONVERTED TO CSS - SO REMOVE THEN :: PAUL 31/07/2007*/
	padding: 0 10px 0 0;	
}

.recipeMenu {
	margin: 0;
	padding: 0;
}

#ingredients, #summary {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latest {
	/*background: url(/images/index_latest_box.png) repeat-x #e7e7e7;*/
	float: left;
	width: 80%;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	clear: both;
}

#latest .horizBar {
	background: #828282;
	height: 1px;
	width: 99%;
	margin: 10px 0 10px 0;
	padding: 0;
	overflow: hidden;
}

#latest ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

#latest h2 {
	clear: both;
}

#latestHeader {
	font-size: 2em;	
}

#recipeImage 
{			
	float: left;
	width: 400px;
	height: 300px;
	margin: 5px 20px 20px 0;
}

#recipeImage img{	
	padding: 3px;
	border: solid thin #999999;
}

#atAGlance
{
	position: relative;
	float: left;	
}

.googleAdvert
{
	clear: left;
}

#atAGlance .heading
{
	font-weight: bold;
	line-height: 130%;
	padding-right: 10px;
	text-align: right;
	vertical-align: text-top;
	width: 110px;
}

#atAGlance h2
{
	margin-bottom: 10px;
}

#atAGlance table
{	
	max-width: 525px;
}

#submittedBy 
{
	vertical-align: top;
	padding-right: 10px;	
}

#ratingAndSubmissionContainer {
	float: right;
	margin: 10px 60px 10px 0;
}

#ratingHeader {
	display: inline;
}

#rating {
	float: left;
	margin-left: 50px;
	clear: right;
}

#userInfo {
/* 	float: right; */
/* 	margin: 0px 0px 0 300px; */
	background: #f0f0f0;
	padding: 5px;
	width: 260px;
}

#author {
	vertical-align: top;
	text-align: left;
}

#authorList {
	list-style: none;
	margin: 0px;
}

#quickNav {
	clear: both;
}

#quickNav ul {
	background-color: #f0f0f0;
	padding: 1em 0 1em 0;
	width: 690px; /*content + its padding */
}

#quickNav li {
	display: inline;
	text-decoration: none;
	background-color: #cccccc;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-left: 0.6em;
}

#quickNav #header {
	background-color: #f0f0f0;
	font-weight: bold;
}

#quickNav li a {
	color: #000;
}

.recipeStep img, .recipeStepOdd img{
	padding: 3px;
	border: solid thin #666666;
}

.ingredientList
{
	padding: 5px 0 20px 0;	
}

.optionalIngredientList
{
	padding: 5px 0 0 0;	
}

#recipe 
{	
	background:#F0F0F0 none repeat scroll 0 0;
	clear:both;
	margin:20px 0 10px 0;
	padding: 10px;
	width:710px;
}

#recipe h3
{
	padding: 10px 0 5px 0;
}

#recipe label
{
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}

#recipe li
{
	margin-left: 18px;
}

#submitPhotograph
{
	width: 90%;
}

hr.topMargin
{
	margin-top: 10px;
}

table#similarRecipes td
{
	float: left; 
	width: 140px;
	text-align: center;
}

#createReview, #createSuggestion, #createComment
{
	width: 718px;
	padding-right: 0px;
}

#createReview textarea, #createSuggestion textarea, #createComment textarea
{
    width: 400px;
}

#createReview label, #createSuggestion label, #createComment label
{
    font-weight: bold;
    margin: 15px 5px 0 0;
    padding: 8px;
    text-align: right;
    width: 80px;
}

#reviews, #suggestions, #articleComments
{
	list-style-type: none;
	padding: 0;
}

#reviews li, #suggestions li, #articleComments li
{
	border-top: 1px solid #E0E0E0;
	padding: 10px 0 10px 0;
}

#ingredientMeasureAndServingOptions
{
    float: right;
	padding-top:4px;
}

#ingredientMeasureAndServingOptions form
{
	background: none;
	border: none;
}

#ingredientMeasureAndServingOptions label
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 110px;
}

#updateRecipeServings
{
	padding: 0px;
	margin-top: -10px;
}

#recipeServingsLabel
{
    clear: left;
    padding-top: 2px;
}

#comments
{
	width:730px
}

.commentIntro
{
	font-weight: bold;
	padding-bottom: 5px;
}

.commentEg
{
	font-weight: lighter;
	color: Gray;
	padding-bottom: 20px;
}

.commentHeader
{
	float: left;
}

.commentBody
{	
	padding-left: 100px;
}

.commentFooter
{
	clear: left;
	font-size: small;
	padding-top: 5px;
}

.submitComment label
{
	width: 65px;
}

.watermarkText
{
	color: Gray;
}

#similarRecipes
{
}
/* RECIPE PAGE */


/* RECIPES PAGE
----------------------------------------------------------*/

.recipeBoxIcon
{
	cursor: pointer;

}

.printerIcon
{
	height: 48px;
	width: 48px;
	cursor: pointer;
}

.rssIcon
{
	cursor: pointer;
	float: right;
}

.imgBorder
{	
	border: solid thin #999999;
	padding: 2px;
}

.featuredRecipesTabArea {
	clear:both;
}

.featuredRecipesTabHead {
	clear:both;
	font-weight:bold;
}

.tabHeadDefault {
	width:92px;
	display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabHeadRecipePic {
	width:80px;
display:block; float:left; text-align:center; padding-right:5px; margin-bottom:0.5em; line-height:1.5em;
}

#recipes
{	
	width: 800px;
}

#recipes .title
{
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-family: Arial;	
}

#recipes img
{
	padding-bottom: 10px;
}

#recipes tr
{
	/*border: solid 1px #000;*/
	padding: 5px;
}

#recipes tr.odd
{
	background-color: #f4f4ee;	
}

#recipes td.descriptionRow
{
	padding-bottom: 10px;	
}

#searchCourse h4, #searchRegion h4
{
	margin-top: 0px;
}

#searchCourse ul, #searchRegion ul
{
	list-style-type: none;
}

#searchCourse
{
	float: left;
}

#searchRegion
{
	float: left;
	margin-left: 50px;
}

/* DELETE THESE??? ONLY REASON WE WOULD WANT THEM IS TO HAVE DIFFERENT COLUMN WIDTHS... (PR)
.tabHeadRecipe {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabHeadRating {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabHeadTotalTime {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabHeadAllergies {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}
*/

.featuredRecipesTabContent {
	clear:both;
	font-weight:normal;
}

.tabContentDefault {
	width:100px;
	display:block; float:left; text-align:center; padding-right:5px; margin-bottom:0.5em; line-height:1.5em;
}

.tabContentRecipePic {
	width:80px;
display:block; float:left; text-align:center; padding-right:5px; margin-bottom:0.5em; line-height:1.5em;
}

.tabContentRating {
	width:80px;
display:block; float:left; text-align:center; margin-bottom:0.5em; line-height:1.5em;
}

/* DELETE THESE??? ONLY REASON WE WOULD WANT THEM IS TO HAVE DIFFERENT COLUMN WIDTHS... (PR)
.tabContentRecipe {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabContentTotalTime {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.tabContentAllergies {
	width:100px;
display:block; float:left; text-align:center; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}
*/

.summaryTitle 
{
	font-weight: bold; clear:both; display:block; float:left; width:150px; text-align:right; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;
}

.summaryText 
{
	padding:0; margin-bottom:0.5em; line-height:1.5em;
}

/* /END RECIPES PAGE */

/* RECIPE BOX PAGE */
#categories
{
	width: 400px;
}

.options, .deleteIcon
{
	display: none;
}

.options .hover, .deleteIcon .hover
{
	visibility: visible;
}

.deleteRecipeFromBox
{
	width: 18px;
	padding: 0;
	margin: 0;
}
/* END RECIPE BOX PAGE */

/* USER PROFILE PAGE */
#userImage
{
	float: left;
	margin: 15px 20px 0 0;
}

table#aboutMe
{
	float: left;
	margin-top: 10px;
	max-width: 580px;
}

table#aboutMe tr
{
	vertical-align: text-top;
}

table#aboutMe .header
{
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 160px;
}

form#updateProfile label, form#createUser label, form#changePassword label
{
	color:#000000;
	font-weight: bold;
	margin: 15px 5px 0 0;
    padding: 8px;
    text-align:right;
	width:155px;
}

form#changePassword label
{
	width: 180px;
}

form#updateProfile input, form#createUser input 
{
	width: 300px;
}

/* END USER PROFILE PAGE */



/* RECIPE-SEARCH PAGE */
#search_summary_group
{
    background-color: Orange;
    color: White;
    height: 50px;
    width: 970px;
}

#search_summary_count
{
    float: left;
    font-weight: bold;
    font-size: 300%;
    padding: 0 0 0 10px;
}

.search_show-hide
{
    float: left;
    margin-left: 30px;
}

#search_left_menus
{
    float: left;
    width: 310px;
}

#search_text
{
    padding: 5px 5px 5px 5px;
}

#search_filter_group
{
    width: 310px;
}

.search_filter
{
    background-color: Blue;
    float: left;
    height: 270px;  /* Messes up formatting if removed */
    margin: 5px 5px 0 0;
    width: 150px;
}

#tag_cloud_group
{
    float: left;
    margin-top: 5px;
}

.tag_cloud
{
    float: left;
    width: 305px;
    margin-top: 5px;
}


#search_recipe_table
{
    float: left;
    width: 660px;
}

#search_recipe_table tr
{
    float: left;
}

#search_recipe_table .thumbnail
{
    float: left;
    margin-top: 12px;
    width: 100px;
}

#search_recipe_table .description
{
    float: left;
    padding: 0 5px 0 5px;
    width: 490px;
}

#search_recipe_table .recipe_user_actions
{
    float: left;
    padding: 5px 5px 5px 5px;
    width: 44px;
}


/*
#search_recipe_table_css
{
    float: left;
    height: 600px;
    width: 660px;
}

.search_recipe_record
{
    background-color: Olive;
    float: left;
    height: 100px;
    margin-top: 10px;
}

.search_recipe_record_photo
{
    background-color: Teal;
    float: left;
    height: 100px;
    margin-top: 12px;
    width: 100px;
}

.search_recipe_record_details
{
    background-color: Green;
    float: left;
    height: 100px;
    width: 410px;
}

.search_recipe_record_more_info
{
    background-color: Red;
    float: left;
    height: 20px;
    width: 50px;
    margin-top: 80px;
}

.search_recipe_record_options
{
    background-color: Purple;
    float: left;
    height: 100px;
    width: 100px;
}
*/
/* END RECIPE-SEARCH PAGE */



/* RSS PAGE
----------------------------------------------------------*/
#RSSFeedsList
{
    list-style: none;
}

#RSSFeedsList li
{
    padding-top: 3px;
}

#RSSFeedsList img
{
	padding-right: 5px;
	vertical-align: top;
}
/* /RSS PAGE */

#facebookLike
{
    margin-top: 5px;
}