/* cocktailberater.de Screen Stylesheet */

/* Remove margin, padding and border from everything */ 
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

/* Styles for layout */
.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight, table.table td.textRight, table.table th.textRight {
	text-align: right;
}

.hide {
	display: none;
}

.abstand {
	padding: 0.2em;
}

.abstand_links {
	margin-left: 1em;
}

.abstand_links_doppelt {
	margin-left: 2em;
}

.abstand_links_halb {
	margin-left: 0.2em;
}

.abstand_rechts {
	margin-right: 1em;
}

.abstand_rechts_doppelt {
	margin-right: 2em;
}

.abstand_rechts_halb {
	margin-right: 0.2em;
}

.abstand_oben {
	margin-top: 1em;
}

.abstand_oben_doppelt {
	margin-top: 2em;
}

.abstand_unten {
	margin-bottom: 1em;
}

.abstand_unten_doppelt {
	margin-bottom: 2em;
}

.full-width, ul.full-width, p.full-width, div.full-width {
	width: 35em;	
}

div#content > div.full-width {
	width: 600px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 1.0em;
	text-align: justify;
}

p.breadcrumb {
	font-size: 1em;
	clear: both;
	text-align: left;
	margin: 0.5em 1em 0 1em;
}

/* Set up the document */
body {
	font: 81.25%/ 1.5 "Lucida Grande", "Lucida Sans", Tahoma, Verdana,
		sans-serif;
	line-height: 1.7em;
	color: #000000;
	text-align: center;
}

#wrapper {
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 3em;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding-bottom: 1em;
}

/* Typography
-----------------------------------------------------------------------------*/
h1 {
	font-size: 2.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	font-size: 2.0em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	clear: both;
	line-height: 1.4em;
}

h3 {
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	clear: both;
}

h4 {
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	clear: both;
}

h5 {
	font-size: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	clear: both;
}

p {
	margin-bottom: 0.3em;	
}

code {
	font-family: courier;	
}

ul,ol,dl {
	font-size: 1em;
	margin-left: 1.5em;
}

dl.zend_form {
	margin-left: 0;
}

ul ul {
	margin-left: 1em;	
}

ul.no-bullet, li.no-bullet {
	list-style-type: none;
	margin-left: 0;	
}

ul.no-bullet-html, li.no-bullet-html {
	list-style-type: none;
	margin-left: 0;	
}

ul li,dd,dt {
	clear: both;
}

a:link {
	/*color: #04C;*/
	color: #54616E;
}

a:visited {
	color: #639;
}

a:active {
	color: #cf0060;
}

a:hover {
	color: #cf0060;
}

a.nolink:hover {
	color: #CF0060;
}

a.tip {
	border-bottom: 1px dotted gray;
}

a.pink:hover, a.pink:active, a.pink:visited, a.pink:link {
	color: #cf0060;
}

.link {
	text-decoration: underline;
	color: #54616E;
	cursor: pointer;
}

hr {
	border-bottom: 1px solid #aa1061;
	width: 562px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div#header a {
	width: 600px;
	display: block;
	text-decoration: none;
}

div#header a h1 {
	display: none;
}

/* top bar */
div#pre-header {
	padding-top: 0.5em;
	margin-bottom: 0.8em;
	text-align: left;
	height: 0.8em;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 0.846em;
}

div#pre-header ul li {
	clear: none;
	float: right;
	margin-left: 0.5em;
}

div#pre-header a {
	text-decoration: none;
}

div#pre-header a span {
	display: inline-block;
	margin-top: 0.25em;
}

div#pre-header a span.hide {
	display: none;
}

div#pre-header ul li.left {
	float: left;
}



/* Homepage
-----------------------------------------------------------------------------*/
#homepage {
	clear: left;
	width: 600px;
	text-align: center;
}

#wiki {
	text-align: justify;
}

div.sub_nav {
	float: left;
	margin-right: 12px;
	margin-top: 1.6em;
	width:130px;
	margin-left: 1em;	
}

li.active a, li.active ul li.active a, li.active ul li.active a:visited, li.active ul li.active a:link {
	color: #cf0060;
}

li.active ul li a:link {
	color: #54616E;
}

li.active ul li a:visited {
	color: #639;
}

li.active ul li a:active {
	color: #cf0060;
}

li.active ul li a:hover {
	color: #cf0060;
}

div.browse {
	text-align: left;
	margin-left: 4em;
	margin-right: 3em;
	margin-top: 3em;
	clear: left;
}

div.browse h2 {
	font-size: 1.5em;
	font-weight: normal;
}

div.browse ul {
	margin-left: 0em;
}

div.browse ul li {
	clear: none;
	float: left;
	width: 30%;
	margin-top: 1em;
	margin-bottom: 2em;
	height: 3em;
	margin-left: 1em;
}

div.browse ul li a img {
	margin-right: 0.6em;
	float: left;
}

div.browse ul li a {
	text-decoration: underline;
}

div.content {
	text-align: left;
	float: right;
	width: 425px;
	margin-top: 0.5em;
	margin-right: 1em;
}

div.content ul {
	margin-left: 1.5em;
}

div.sub_nav a {
	text-decoration: none;	
}

div.sub_nav ul.textLeft>li:FIRST-CHILD{
	margin-top: 0em;
}

div.sub_nav ul.textLeft>li{
	margin-top: 1em;
}

div.sub_nav ul.textLeft>li>a {
	font-weight: bold;
}

div.sub_nav > ul > li {
	background-image: url(/img/portal/navigation.png);
	background-repeat: no-repeat;
	margin-left: -31px;
	padding-left: 15px;	
	padding-top: 1px;
}

div.sub_nav > ul > li > ul {
	margin-left: 30px;
	margin-top: 5px;
}


/* Your template
-----------------------------------------------------------------------------*/
	/* Forms
-----------------------------------------------------------------------------*/
.regular_form fieldset {
	border: 1px solid #54616E;
	background-color: #F2F2F2;
	padding: 1em;
	margin-bottom: 1em;
}

.regular_form legend {
	border: 1px solid #999999;
	background-color: #D6D6D6;
	margin-left: 1em;
	padding: 0.3em;
	font-weight: bold;
}

#hinweis,#achtung {
	background-color: white;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0.3em;
	font-weight: bold;
}

#hinweis {
	border: 1px solid blue;
	color: blue;
}

#achtung {
	border: 1px solid red;
}

input.big,textarea.big {
	width: 25em;
}

input.text,textarea.text {
	padding: 3px;
	border: 1px solid #999999;
	margin-left: 3px;
}

form#tag_form .dijitTextBox, input#newtag {
	border: 1px solid rgb(179, 179, 179);
	font-size: 1.2em;
	width: 6em;
}

form#tag_form label {
	font-size: 1.2em;		
}

p.description {
	color: gray;
	margin-top: 0.2em;
	text-align: left;
}

/* cocktailpreview */
.cocktail {
	float: left;
	padding-right: 1em;
	padding-bottom: 1.5em;
	width: 107px;
	height: 180px;
}

/* cocktailpreview */
.selectable {
	width: 130px;
	padding-right: 0.5em; 	
}

#ergebnisse {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
}

textarea#comment {
	width: 390px;
	height: 60px;
	margin-top: 0.5em;
	font-size: 1.1em;
}

div#recaptcha_widget_div{
	clear: left;	
}

.attribut {
	clear: left;
	float: left;
	color: #cf0060;
	text-align: left;
	margin: 2px;
	padding: 1px;
	width: 100px;
	font-size: 1em;
	font-weight: normal;
}

div.wert p {
	font-size: 1em;
	text-align: left;
	margin-bottom: 0.4em;
}

.wert, dd {
	clear: none;
	float: left;
	width: 21em;
	text-align: left;
	margin: 2px;
	padding: 1px;
	font-size: 1em;
}

div.wert ul li {
	clear: both;
}

div.wert ul.nolist li {
	clear: none;
	float: left;
}

div.wert ul.Zend_Tag_Cloud {
	clear: both;
	float: left;
	margin-bottom: 1em;	
}

div.wert ul.Zend_Tag_Cloud li {
	display: inline;
	float: none;
	clear: both;
}

div.wert ul.Zend_Tag_Cloud li span {
	display: none;	
}

div.wert ul.Zend_Tag_Cloud li a {
}

label {
	text-align: left;
}

label.small {
	width: 10em;
}

#pointer {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.icon {
	position: absolute;
	bottom: 0;
	width: 100px;
}

.error, .notice, .success {
	padding:.8em;
	border:2px solid #ddd;
	margin-bottom: .8em;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.error a {
	color:#8a1f11;
}

.notice a {
	color:#514721;
}

.success a {
	color:#264409;
}

.two_column {
	-moz-column-count: 2; 
	-moz-column-gap: 1em; 
	/*-moz-column-rule: 1px solid black;*/
	-webkit-column-count: 2; 
	-webkit-column-gap: 1em; 
	/*-webkit-column-rule: 1px solid black;*/
	column-count: 2;
    column-gap: 1em;
	
}

#box, .box {
	padding: 5px;
	border: 1px solid black;
	margin-top: 5px;
	margin-right: 5px;
}

.highlight:hover {
	background-color: white;
}

.pink, dt {
	color: #cf0060;
}

input[type=button],input[type=submit] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-left: 0;
	margin-right: 0;
	padding: 2px 6px 3px;
}

input[type=button]:hover,input[type=submit]:hover {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

input[type=button]:active,input[type=submit]:active {
	position: relative;
	top: 1px;
	left: 1px;
}

input.pink {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(208,
		83, 152) ), color-stop(0.21, rgb(208, 31, 131) ),
		color-stop(0.81, rgb(219, 48, 145) ), color-stop(1, rgb(225, 58, 150)
		) );
	background: -moz-linear-gradient(center bottom, rgb(208, 83, 152) 0%,
		rgb(208, 31, 131) 21%, rgb(219, 48, 145) 81%, rgb(225, 58, 150) 100% )
		;
	color: #FFFFFF;
}

input.pink:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(208,
		83, 152) ), color-stop(0.21, rgb(208, 31, 131) ),
		color-stop(0.81, rgb(219, 48, 145) ), color-stop(1, rgb(225, 58, 150)
		) );
	background: -moz-linear-gradient(center top, rgb(208, 83, 152) 0%,
		rgb(208, 31, 131) 21%, rgb(219, 48, 145) 81%, rgb(225, 58, 150) 100% )
		;
}

input.grey {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(208,
		208, 208) ), color-stop(0.21, rgb(208, 208, 208) ),
		color-stop(0.81, rgb(219, 219, 219) ),
		color-stop(1, rgb(225, 225, 225) ) );
	background: -moz-linear-gradient(center bottom, rgb(208, 208, 208) 0%,
		rgb(208, 208, 208) 21%, rgb(219, 219, 219) 81%, rgb(225, 225, 225)
		100% );
	color: #444444;
}

input.grey:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(208,
		208, 208) ), color-stop(0.21, rgb(208, 208, 208) ),
		color-stop(0.81, rgb(219, 219, 219) ),
		color-stop(1, rgb(225, 225, 225) ) );
	background: -moz-linear-gradient(center top, rgb(208, 208, 208) 0%,
		rgb(208, 208, 208) 21%, rgb(219, 219, 219) 81%, rgb(225, 225, 225)
		100% );
}

/* Suche
-----------------------------------------------------------------------------*/
form#suche_name {
	margin-left: 4em;
	margin-top: 2em;
	text-align: left;
}

form#suche_name legend {
	display: none;
}

form#suche_name label {
	font-size: 1.5em;
	float: left;
	margin-top: 0.9em;
}

form#suche_name div.search_options label {
	margin-top: 0;
}

form#suche_name div.search_options input {
	margin-top: 0.4em;
}

form#suche_name .dijitTextBox, input#search {
	width: 220px;
	margin-left: 30px;
	display: block;
	float: left;
	margin-top: 1.5em;
}

ul.dijitMenu li.dijitMenuItem {
	font-size: 1.5em;
}

input#search {
	border: 1px solid rgb(179, 179, 179);
	font-size: 1.5em;
	margin-top: 1em;
}

input#search_button {
	background-color: white;
	height: 58px;
	width: 137px;
	font-size: 0;
	margin-left: 30px;
}

div.search_options {
	font-size: 0.8em;
	padding-top: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
}

div.form {
	clear: left;
}

textarea#message {
	width: 300px;	
	height: 150px;
}

dl.zend_form>dd>pre {
	font-family: monospace;
}

input[type="radio"] { margin-right: 0.5em; }

button {
	background-color: white;
}

/* Tables 
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid gray;
}

td {
	font-weight: normal;
}

table.table {
	padding: 0.2em;
}

table.table thead {
	color: #CF0060;
	border: 1px solid gray;
	background-color: #DDDDDD;
}

table.table tbody tr:nth-child(2n+1) {
	background-color: #EEEEEE;
}

table.table td,table.table th {
	border: 1px dotted gray;
	padding: 0.3em;
	text-align: left;
	vertical-align: top;
}

/* Recipe page
-----------------------------------------------------------------------------*/

#photo_video {
	clear: both;
	margin-left: 2em;
	margin-right: 0;
	width: 160px;
	text-align: left;
}

#recipe_info {
	clear: both; 
	position: relative; 
	height: 110px; 
	margin-left: 25px;
}

/* Sprites
-----------------------------------------------------------------------------*/

.stoebern_sprites {
	background-image     : url(/img/sprites2.png);
	background-color     : transparent;
	background-repeat    : no-repeat;
	float: left;
	display: block;
	margin-right: 0.4em;
 }

 #spr_alcoholic {
	height               : 38px;
	width                : 38px;
	background-position  : -0px -0px;
 }

 #spr_non_alcoholic {
	height               : 38px;
	width                : 38px;
	background-position  : -38px -0px;
 }

 #spr_barkunde {
	height               : 38px;
	width                : 38px;
	background-position  : -76px -0px;
 }

 #spr_top10 {
	height               : 38px;
	width                : 38px;
	background-position  : -114px -0px;
 }

 #spr_beginner {
	height               : 38px;
	width                : 38px;
	background-position  : -152px -0px;
 }

 #spr_community {
	height               : 38px;
	width                : 38px;
	background-position  : -190px -0px;
 }

 #spr_image {
	height               : 38px;
	width                : 38px;
	background-position  : -228px -0px;
 }

 #spr_rum {
	height               : 38px;
	width                : 32px;
	background-position  : -266px -0px;
	margin-top			 : 3px;
	margin-left			 : 3px;
	padding-right		 : 3px;
 }

 #spr_vodka {
	height               : 38px;
	width                : 38px;
	background-position  : -298px -0px;
 }
 
 #spr_original {
	height               : 38px;
	width                : 38px;
	background-position  : -336px -0px;
 }
 
 #spr_icon {
	height               : 38px;
	width                : 38px;
	background-position  : -374px -0px;
 }
 
 #spr_tools {
	height               : 38px;
	width                : 38px;
	background-position  : -412px -0px;
 }
 
 #spr_classics {
	height               : 38px;
	width                : 38px;
	background-position  : -450px -0px;
 }
 
 .social_sprites {
	background-image     : url(/img/social-media/sprites.png);
	background-color     : transparent;
	background-repeat    : no-repeat;
	float				 : left;
	display				 : block;
	margin-right		 : 0.2em;
	height               : 16px;
	width                : 16px;
 }

 #spr_delicious {
	background-position  : -0px -0px;
 }

 #spr_delicious:hover {
	background-position  : -16px -0px;
 }

 #spr_rss_gray {
	background-position  : -32px -0px;
 }

 #spr_rss {
	background-position  : -48px -0px;
 }

 #spr_digg {
	background-position  : -64px -0px;
 }

 #spr_digg:hover {
	background-position  : -80px -0px;
 }

 #spr_facebook_fan_gray, #spr_facebook_share_gray {
	background-position  : -96px -0px;
 }

 #spr_facebook_fan, #spr_facebook_share {
	background-position  : -112px -0px;
 }

 #spr_su {
	background-position  : -128px -0px;
 }

 #spr_su:hover {
	background-position  : -144px -0px;
 }

 #spr_twitter_gray {
	height               : 16px;
	width                : 16px;
	background-position  : -160px -0px;
 }

 #spr_twitter {
	background-position  : -176px -0px;
 }
 
 #spr_mobile_gray {
	height               : 16px;
	width                : 16px;
	background-position  : -192px -0px;
 }

 #spr_mobile {
	background-position  : -208px -0px;
 }
 
 #spr_info_gray {
	height               : 16px;
	width                : 16px;
	background-position  : -224px -0px;
 }

 #spr_info {
	background-position  : -240px -0px;
 }
 

