

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* defaults */

img {border:0;}

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.clearfix {display:inline;*zoom:1;/* IE 7 and below */}  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}

#main-container a, #footer a
{
	color:#333399;
	text-decoration:none;
}

#main-container a:hover, #footer a:hover
{
	color:#003366;
	text-decoration:underline;
}

body
{
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	margin-bottom:25px;
}

#container
{
	min-width:1003px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

/* ------------------------------------------------ main-container --------------------------- */

div#main-container
{
	min-height:330px;
	/*width:1003px;*/
	margin:10px auto;
	width:980px;
}

div#main
{
	float:left;
	text-align:left;
}

div#nav
{
	font-size:14px;
	margin-top:5px;
	margin-bottom:20px;
	text-align:left;
}

#pub-header
{
	text-align:center;
	padding-top:10px;
	margin:0 auto;
	width:728px;
}

/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
#crumbs, #crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(../../img/layout/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	/*color:#dd2c0d;*/
	color:#003366;
	}		

/*------------------------------------------- lista de receitas --------------------------------*/

.receita-bloco
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	font-size:13px;
}

.receita-bloco h2
{
	display:inline;
}

.receita-foto
{
	float:left;
	border:1px solid #ccc;
	text-align:center;
	padding:2px;
	margin-right:10px;
}

.receita-data-autor img
{
	vertical-align:middle;
}

.receita-nome-autor
{
	text-transform:lowercase;
}

/* ------------------------- forms ------------------------------------------- */
div#normal-form
{
	width:550px;
}

div#big-form
{
	width:600px;
}

#big-form label, #normal-form label 
{ 
	font-size:14px;
	text-transform:lowercase;
 	display:block; 
	color:#5a5a5a;
	float:left;
	width:150px;
	margin-top:13px;
	text-align:right;
	margin-right:7px;
}

fieldset 
{ 
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size:14px;
  	font-weight:bold;
	color:#5a5a5a;
   	clear: both;
  	border-color: #000;
  	border-width: 1px 0 0 0;
  	border-style: solid none none none;
  	padding: 10px;
  	margin: 0 0 0 0;
}

span.obg
{
	color:#CC0000;
}

div#main input[type='text'], input[type='password'], input[type='file']
{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	color:#333;
   	border:1px solid #999;
	padding:5px 3px 4px 3px;
	float:left;
	width:250px;
	margin-top:7px;
}

div#main select
{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:258px;
	color:#333;
   	border:1px solid #999;
	padding:5px 3px 4px 3px;
	float:left;
	margin-top:7px;
}

div#main textarea
{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:400px;
	color:#333;
   	border:1px solid #999;
	padding:5px 3px 4px 3px;
	float:left;
	margin-top:7px;
	height:150px;
}

div.form-note
{
	clear:both;
	margin-left:157px;
	color:#339933;
	font-size:13px;
	line-height:16px;
}

div.submit
{
	margin-top:10px;
	margin-left:157px;
}

div.obg-note
{
	margin-top:20px;
	clear:both;
	color:#CC0000;
	margin-bottom:10px;
	margin-left:157px;
}

div.error
{
	color:#CC0000;
	margin-bottom:5px;
	margin-left:157px;
}

/* --------------------------------------------- msg box ----------------------------------- */

div.msg-box-success
{
	width:700px;
	background-color:#eefdf2;
	padding:20px;
	border-top:1px solid #bddeb0;
	border-bottom:1px solid #bddeb0;
}

div.msg-box-info
{
	width:700px;
	background-color:#fbf9d9;
	padding:20px;
	border-top:1px solid #fbf05e;
	border-bottom:1px solid #fbf05e;
}

div.msg-box-error
{
	width:700px;
	background-color:#fbeaeb;
	padding:20px;
	border-top:1px solid #ff9999;
	border-bottom:1px solid #ff9999;
}



/* -------------------------------------------- */
/* 		Pagination: Digg Style					*/
/* -------------------------------------------- */
	ul{border:0; margin:0; padding:0;}

	#pagination-digg li{
		border:0; margin:0; padding:0;
		font-size:11px;
		list-style:none;
		float:left;
	}
	#pagination-digg a{
		border:solid 1px #9aafe5;
		margin-right:2px;
	}
	#pagination-digg .previous-off,
	#pagination-digg .next-off {
		/*border:solid 1px #DEDEDE;*/
		color:#888888;
		display:block;
		float:left;
		font-weight:bold;
		margin-right:2px;
		/*padding:3px 4px;*/
	}
	#pagination-digg .next a,
	#pagination-digg .previous a {
	 font-weight:bold;
	}	
	#pagination-digg .active{
		background:#2e6ab1;
		color:#FFFFFF;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
		margin-right:2px;
	}
	#pagination-digg a:link, 
	#pagination-digg a:visited {
		color:#0e509e;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:none;
	}
	#pagination-digg a:hover{
		border:solid 1px #0e509e;
	}
	
	
#msgbox
{
	position:absolute;
	border:1px solid #D8D8D8;
	background-color:#EEE;
	text-align:center;
	top:50%;
	left:50%;
	padding:20px;
	max-width:600px;
	/*display:none;*/
	z-index:10000;
	display:none;
	font-size:15px;
}

li img
{
	vertical-align:middle;
}

.content-box
{
	border:1px solid #ccc;
	background-color:#fdfcfc;
	padding:10px;
	width:958px;
}

/* ------------------------------------ mensagens -------------------------------------------- */
.msg-success
{
	color:#339966;
}

.msg-info
{
	color:#FF9900;
}

.msg-error
{
	color:#CC0000;
}

/*--------------------------------------------------------------------------------------------------
  
   Simply Buttons, version 1.0
   (c) 2007-2009 Kevin Miller

   This script is freely distributable under the terms of an MIT-style license.

   BUTTON DEFINITIONS 
  
   Edit below at your own risk, everything done here is for a reason for cross browser
   compatibility so that the buttons will appear identical in the tested browsers.
   
   Tested on: IE6 IE7 FF(PC/MAC) Safari SafariMobile Opera(PC/MAC)
   
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /*
      Strip down the button and link elements to a base we can work with.
  */
  padding: 0 0 0 0;
  margin: 0 3px 0 3px;
  border: none;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  overflow: visible;
}

  * html a.button,
  * html a.button:link,
  * html a.button:visited {
    /*
        IE6 fix to make link fit text.
    */
    width: 1%;
  }

  button, x:-moz-any-link {
    /*
        FF fix to make button spacing even across browsers.
    */
    margin: 0 0 0 0;
  }

  *:first-child+html button {
    /*
        Reset IE7 back to what it was for previous fix.
    */
    margin: 0 3px 0 3px;
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /*
        Set the span tags to display: block, as they will work our background-image magic.
    */
    display: block;
  }

/*--------------------------------------------------------------------------------------------------
  
   CUSTOMIZATIONS 
  
   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.
   
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /* 
      HEIGHT - Total height of button. 
  */
  height: 26px; 

  /*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */
	font-family: "Helvetica Neue", Helvetica, clean, sans-serif;

  font-size: 13px;
  color: #666666;
  background-color: #ffffff;
}

  button.button_active,
  a.button_active {
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /* 
        Right side padding for button (default). 
    */
    padding: 0 14px 0 0;

    /* 
        SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../../img/layout/buttons/bg_button_right.gif) top right;
  }

  button span span,
  a.button span span,
  a.button:link span span,
  a.button:visited span span {
    /* 
        Left side padding for button (default). 
    */
    padding: 0 0 0 13px;

    /* 
        SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /* 
        SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will 
                            center the text vertcailly.
    */
    line-height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../../img/layout/buttons/bg_button_left.gif) top left;
  }

  button:hover,
  a.button:hover {
    color: #000000;
  }

  button.submit span,
  a.submit span,
  a.submit:link span,
  a.submit:visited span {
  }

  button.submit span span,
  a.submit span span,
  a.submit:link span span,
  a.submit:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(../../img/layout/buttons/bg_button_left_submit.gif);
  }

  button.submit:hover,
  a.submit:hover {
  }

  button.cancel span,
  a.cancel span,
  a.cancel:link span,
  a.cancel:visited span {
  }

  button.cancel span span,
  a.cancel span span,
  a.cancel:link span span,
  a.cancel:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(../../img/layout/buttons/bg_button_left_cancel.gif);
  }

  button.cancel:hover,
  a.cancel:hover {
  }

  button:active span,
  a:active:active span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span,
  a.button_active:active span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom right;
  }

  button:active span span,
  a:active:active span span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span span,
  a.button_active:active span span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom left;
  }

/*----------------------------------- perfil -----------------------------------------*/
#perfil-user-foto
{
	float:left;
	width:170px;
}

#perfil-user-nome
{
	font-size:20px;
	font-weight:bold;
	color:#666;
	text-transform:capitalize;
}

div#perfil-user-picture-box
{
	width:150px;
	height:150px;
	border:1px solid #ccc;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	color:#ccc;
}

div#user-upload-foto
{
	padding-top:63px;
	text-align:center;
	width:150px;
	margin:0 auto;
}

#perfil-user-dados
{
	float:left;
	font-size:13px;
	margin-top:22px;
}

.perfil-user-dados-label
{
	color:#666;
	padding-bottom:2px;
	padding-right:15px;
}

.perfil-links
{
	margin-top:10px;
}

.perfil-links li
{
	padding-bottom:3px;
}

#perfil-user-friends
{
	float:left;
	border: 1px solid #ccc;
	background-color:#fdfcfc;
	width:526px;
	margin-left:40px;
}

#perfil-user-friends img
{
	border:1px solid #ccc;
	padding:2px;
	margin-left:10px;
}

#perfil-user-friends-titulo
{
	font-size:20px;
	font-weight:bold;
	padding:10px;
	color:#666;
}

#perfil-sobremim-receitas
{
	margin-top:20px;
}

#perfil-sobremim
{
	float:left;
	border: 1px solid #ccc;
	background-color:#fdfcfc;
	width:410px;
}

#perfil-sobremim p
{
	padding:10px;
}

#perfil-sobremim-titulo
{
	font-size:20px;
	font-weight:bold;
	padding:10px;
	color:#666;
}

#perfil-receitas
{
	float:left;
	border: 1px solid #ccc;
	background-color:#fdfcfc;
	width:526px;
	margin-left:40px;
}

#perfil-receitas-titulo
{
	font-size:20px;
	font-weight:bold;
	padding:10px;
	color:#666;
}