/*************/
/* BODY WRAP */
/*************/
#wrap {
	width : 800px;	
	margin-left: auto;
    margin-right: auto;
	margin-top : auto;
	margin-bottom : auto;
	
}
#addRecipeWrap {
	width : 500px;	
	margin-left: auto;
    margin-right: auto;

}

#contentWrap {
	width : 500px;	
	margin-left: auto;
    margin-right: auto;
}

#content {
	height : 100%;
}
/**************/
/* GENERAL    */
/**************/
body,html {
    margin: 0 5px;
	font-family : arial, helvetica, sans-serif;
	font-size:10pt;
}
h1 {
     font-size:1.4em;
     color: #008000;
}
a {
     color: #008000;
}

/*********/
/* Table */
/*********/
th {
     text-align: left;
	 color : #000;
}
td, th {
     padding-right: 5px;
	 color : #000;
}
/**************/
/* Form       */
/**************/
.zend_form {width: 100%;}
.zend_form dt {float: left;}
.zend_form dd {margin: 0 5em 1em 5em;}
.errors {
	color: #ff5500;
}
/*********/
/* Looks */
/*********/
#small_text {
	font-size:10px;
}
.small_text {
	font-size:10px;
}
.message {
	color : #ff5500;
}
#statusbar {
	background-color:#ff5500;
	color : #fff;
}
.statusbar {
	background-color:#ff5500;
	color : #fff;
}

.userbar {
	background-color:#008000;
	color : #ffffff;
}

#sitemap {
	display : block;
}

#sitemap a{
	color : #cccccc;
}

#sitemap a:hover {
	color : #800000;
}
#sitemap td{
	color : #cccccc;
}
#sitemap b{
	color : #cccccc;
}
#sitemap h2{
	color : #cccccc;
}

.footerline {
	display: block;
	height : 1px;
	width : 100%;
	background-color: #008000;
}
#copyright {
	display: block;
	width : 100%;
	font-size : 10px;
	text-align: center
}

.edit h3 {
	color : #ff5500;
}

#list {
	font-size:10pt;
}
/************/
/*  Layouts */
/************/
.vmenu {
	background : #ddd;
	color : #000;
}
.vmenu ul {
	float:left;
	width:6em;
	height : 100%;
	padding:2px;
	margin:0;
	font-size:16px;
	list-style-type:none;
}
.vmenu a {
	float:left;
	width:6em;
	text-decoration:none;
	color:#000;
	background-color:#ddd;
	border-right : 1px solid white;
	text-align : right;
}
.vmenu a:hover {
	background-color:#ccc;
	border-right : 5px solid #6699ff;
	color : #000;
}
.vmenu li {display:inline}

#list {
	font-size:12px;
	width : 180 px;
	vertical-align : top;
}

/* View Recipe*/
.box-light {
	overflow: auto;
	border: 1px solid #666;
	background-color: #eee;
	padding: 8px;
}

.method-bullet {
	margin-bottom : 10px;
}


/************/
/*  Helpers */
/************/
#list {
	border-left: solid #008000 1px;
}

/******************/
/* Dynamic Titles */
/******************/
#dynamicBox {	
	color : #fff; 
	cellspacing : 0px;
	cellpadding : 0px;
	border-spacing : 0px;
	vertical-align: top;
}

#dynamicBox .groupBackColor {
	 background-color: #008000;	
}

#dynamicBox .headtitle {
	background-color: #008000;
	border-top : solid #008000 1px;
	color : #fff;	
}

#dynamicBox .subtitle {
	background-color: #fff;
	border-top : solid #008000 1px;
	color : #000;		
	width : 100%;
}
#dynamicBox .icon {
	border : solid #008000 2px;
	width : 19px;
	height : 19px;
}

/**************/
/*  AJAX DOJO */
/**************/

/* Edit Recipe */
#container {
	border:1px dotted #b7b7b7;
	background:#ededed;
	width:400px;
	height:100px;
}
#comment_container {
	border:1px dotted #b7b7b7;
	background:#ededed;
	width:600px;
	height:200px;
}

.box {
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}

/*************/
/* TAG CLOUD */
/*************/
ul.tagcloud {
	list-style-type: none;
	padding: 0;
	line-height: 2em;
}
ul.tagcloud li {
	display: inline;
	line-height: 3em;
	/*white-space: nowrap; */
}
ul.tagcloud li:after {
	content: ",";
}
ul.tagcloud li:last-child:after {
	content: "";
}
ul.tagcloud .count {
	font-size: 0.875em;
	line-height: 1.714em;
	color: #888;
}