/*
Theme Name: Comida
Theme URI: http://philipp.adaktylos.com
Description: Theme for www.comida.at
Author: Philipp Adaktylos
Author URI: http://philipp.adaktylos.com
Version: Rev. 1
*/

/*
**************************
Typography and Color Rules
**************************
*/

a {
	position:relative;
	color: #A89070;
}

a:focus {
    outline: none;
}

body {
	background-image: url(./images/back_kachel.png);
	font-family: Verdana, Arial, sans-serif;
/* font-family: Georgia, Verdana, Arial, serif; */
/* font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */
/* font-family: 'MS Serif', 'New York', serif; */
	font-size: 0.8em;
}

h1 {
	color: #A89070;
	font-size: 1.4em;
}

h2 {
/*     color: #666666; */
	font-size: 1.3em;
}

h3 {
/*     color: #666666; */
	font-size: 1.2em;
}

h4 {
/*     color: #666666; */
	font-size: 1.1em;
}

p {
	font-size: 1.0em;
}

/*
Class Selectors
*/

.error {
	color: red;
}

/*
ID Selectors
*/

#footerlink {
    font-family: Arial, sans-serif;
    font-weight: normal;
	font-size: 0.8em;
}

#footerlink a:hover {
    color: white;
    text-decoration: underline;
}

#footerlink a {
    color: white;
    text-decoration: none;
}

/*
***********************
Layout and Border Rules
***********************
*/

body {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

a img {
	margin: 0;
	border: 0 none white;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	padding-top: 0;
}

/*
Class Selectors
*/

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(./images/content-back.jpg);
	background-repeat: repeat;
	margin: 0px;
	border: 0px solid white;
	padding: 0px;
	width: 676px;
	height: 456px;
}

.contentcolumndropdown {
	position: relative;
	top: 0;
	left: 0;
	width: 415px;
	height: 30px;
	border: 0;
	padding: 0;
}

.contentcolumnheader {
	width: 415px;
	height: 50px;
	border: 0;
	padding: 27px 0 0 0;
}

.contentcolumnheaderwbar {
	width: 415px;
	height: 50px;
	border: 0;
	padding: 27px 0 20px 0;
}

.contentcolumndropdown form {
	position: absolute;
	top: 4px;
	left: 20px;
}

.contentpic {
	position: absolute;
	width: 261px;
	height: 456px;
	top: 0px;
	left: 0px;
}

.contentcolumn {
	position: relative;
	top: 0px;
	right: 0px;
	width: 415px;
	height: 456px;
	margin: 0 0 0 261px;
	padding: 0 0 0 0;
}

.contentcolumntext {
	width: 395px;
	height: 359px;
	padding: 10px;
}

/* used  for shadow effect and positioning of middle column with "margin" */
.middle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 676px;
	height: 484px;
	margin: 0 0 0 145px;
}

.titlecenter {
    text-align: center;
    padding: 10px 0 0 0;
}

/*
* ID Selectors
*/

#main {
	position: relative;
	left: 0;
	height: 484px;
	margin: 0;
	border: 0;
	padding: 0;
}

#bottom {
	position: absolute;
	bottom: 0;
	left: 112px;
	width: 676px;
	height: 31px;
}

#contentcolumntextscroll {
	width: 395px;
	height: 359px;
	overflow: auto;
	position: relative;
}

#contentcolumntextscrollwbar {
	width: 405px;
	height: 274px;
	overflow: auto;
	position: relative;
}

#contentcolumntextwbar {
	width: 395px;
	height: 324px;
/*	padding: 10px;*/
}

#footer {
	position: relative;
	margin: 0 0 0 145px;
	width: 676px;
	height: 39px;
    background-image: url(./images/shadow-bottom.jpg);
}

#footerlink { 
	position: absolute;
	top: 5px;
	width: 676px;
	height: 39px;
	text-align: center;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 941px;
	height: 120px;
	margin: 20px 0 0 0;
	border: 0;
}

#headerimg {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 120px;
	margin: 0;
	border: 0;
}

#headerimgshadow {
	position: absolute;
	top: 0;
	left: 900px;
	width: 41px;
	height: 120px;
	margin: 0;
	border: 0;
}

#headlinehome {
	position: absolute;
	width: 415px;
	height: 50px;
	top: 10px;
	left: 0px;
	padding: 27px 0 0 0;
	margin: 0 0 0 261px;
}

#homecontenthead {
	padding: 27px 0 0 0;
	margin: 0 0 0 261px;
	width: 415px;
	height: 70px;
}

#homecontentcolumn {
	overflow: auto;
	width: 399px;
	height: 323px;
	margin: 0 0 0 261px;
	padding: 8px 8px 8px 8px;
}

#homenavigation {
	width: 405px;
	height: 20px;
	bottom: 0px;
	margin: 0 5px 0 266px;
}

#middleshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 688px;
	height: 496px;
}

/** the newsletter form on the start page */
#newsletterform {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 2;
}

#newslettercontent {
	padding: 10px;
	text-align: center;
}

#newslettermessage {
	padding: 40px;
	text-align: center;
}

/*
 * Middle Aligned Layout
 */
#page {
	width: 941px;
	position: relative;
	margin: 0 auto;
}

/*
 * Left Aligned Layout
#page {
	top: 0;
	left: 0;
	width: 941px;
	margin: 0;
	border: 0;
	padding: 0;
}
*/

#titelimg {
	width: 415px;
	height: 50px;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 484px;
}

#leftimg {
	width: 100px;
	height: 28px;
	margin: 0;
}

#leftad {
/*    background-color: #669059;*/
	background-color: #241818;
	border: 2px solid #f4ddb3;
	margin: 28px 10px 10px 10px;
/* overflow: hidden;*/
/*
 * padding: 2px;
 */
	color: white;
}

#leftad p {
	margin: 0;
	border: 0 none white;
	padding: 0;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 523px;
}

#sidebar {
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
}

#sidebar.img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
}

/* default style for myGallery  */

.mypicbox {
	position: relative;
	height: 306px;
	width: 676px;
	padding: 30px 0 0 0;
}

.mypicup {
}

.mypicture {
	margin: auto;
	text-align: center;
}

.myfooter {
	text-align: center;
}

.mypicback {
	position: absolute;
	top: 110px;
	left: 60px;
}

.mypicfor {
	position: absolute;
	top: 110px;
	right: 60px;
}

.thumbsnav {
	position: absolute;
	bottom: 0;
	width: 276px;
	height: 20px;
	padding: 0 200px 0 200px;
	z-index: 2;
}

.thumbsnav a {
	color: black;
}

.thumbsfor {
	float: right;
}

.thumbsback {
	float: left;
}

.thumbscounter {
	position: absolute;
	bottom: 0;
	width: 676px;
	height: 20px;
	z-index: 1;
	text-align: center;
	background-color: #F6DDB3; 
}
/*
position: absolute;
text-align: center;
width: 100%;
bottom: 0;
width: 676px;
height: 20px;
color: #666666;
font-size: 0.7em;
font-family: 'Verdana', 'Geneva', sans-serif;
}
*/
.mypicsgallery {
	position: absolute;
	bottom: 20px;
	width: 676px;
	height: 90px;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #F6DDB3; 
}

.mygallpic {
	margin: 0 5px 0 5px;
}

.mypicsgallery a img {
	border: 2px solid  #ffffff;
	padding: 1px;
}

.mypicsgallery a:hover img {
	border: 2px solid  #CC0000;
	padding: 1px;
}


