
img.one {
	width: 100%;
	height: auto;
}

/*
	Theme Name: Frita Batidos - master version
	Theme URI: http://www.fritabatidos.com
	Description: This is a custom theme designed specifically for Frita Batidos. This theme uses the horizontal menu on the left side.
	Version: .1
	Author: Alloy Studios
*/

	/* Core files
	----------------------------------------------*/
html, body{
	height:100%;	
}
body{
	z-index:-1;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background: rgb(255, 255, 255);
}

#wrapper{

	width: 920px; 
	background: transparent;	
	min-height: 100%;
	height: auto !important;
	height: 50%;
	margin: 0 auto -100px auto; 
	/*// background:rgba(255,255,255,.2); 	background:rgba(0,0,0,.2);//*/
}
#wrapper:after {
	content: "";
	display: block;
}
#footerContainer, #wrapper:after {
	/* .push must be the same height as footer */
	height: 50px; 	
}
#footerContainer {
	/*//
	position: absolute;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	//*/

	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* background:rgba(0,0,0,.1); */
	text-align: center;
}

	#footer {
		margin: 0 auto 0 auto;
		display: none;
	}
		#footer ul {
			text-align: center;
			margin: 0;
			display:inline-block;

		}
			#footer ul li{
				display: inline;
				float: left;
				width: 30px;
				height: 30px;
				padding: 10px;
				margin: 0px;
				background: transparent;
			}
				#footer ul li a, #footer ul li a:hover, #footer ul li a:link {
					background: transparent;
				}


p {
	margin: 16px 0 16px 0;
}
img { border: 0px;}
a:link, a:active, a:visited, a:hover { text-decoration: none;}
a:link, a:active, a:visited { color: rgb(115,115,115); }
a:hover { color: rgb(19,181,234); }
a { outline: none;}
/*/////////////////////////////////////////////////////////////////////*/


#alertContainer {
	margin: 0;
	padding: 20px 0 0 0; 

	background:rgba(115,115,115,.4);
	/*
	border: 1px solid black;
		
		*/
	display: none;
}
#alert {
	margin: -50px auto;
	padding: 10px 0 10px 0; 
	width: 800px;
	min height: 210px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	
	font-family: arial, sans-serif;
	font-size: 123.1%;
	line-height: 100%;
color: rgb(19,181,234);
}
#header{
	width: 920px;
	height: 210px;
	
	/*
	border: 1px solid black;
		background:rgba(160,160,160,.2);
		*/
}
.headerTop {
	margin: 20px auto 0 auto !important;

}
.headerCenter {
	margin: 200px auto 0 auto !important;
}

	#logoContainer {
		width: 920px;
		height: 180px;
	}
		#logo {
			display:none;
		}
		
		#flowerContainer {
			width: 130px;
			height: 120px;
			padding: 20px 0 20px 0;
			margin: 0 auto;
		}
			#flower {
				display:none;
			}
		
		
	#navMenuContainer {
		margin: 0px 0px 0 0px
		
		padding: 0px 0 0 0;
		text-align: center;
		font-size: 80%;
		/*background:rgba(160,160,160,.2); */
	}ul#navMenu {
	margin: 0 0 0 0px;
	padding: 10px 0 5px 0px;
	height: 30px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	display: none;
}
	ul#navMenu li {
		display: inline;
		margin: 0;
		padding: 6px 16px 6px 16px;
		border-bottom: 0px solid #ff0000;
		height: 18px;
	}
		ul#navMenu li:first-child {
			padding-left: 0px;
		}
		ul#navMenu li:last-child {
			padding-right: 0px;
		}

		ul#navMenu li a {
			margin: 0;
			padding: 0px;
			font-weight: normal;
			text-transform: lowercase;
			text-decoration: none;
			
			color: rgb(19,181,234); 
			font-family: arial, sans-serif;
			font-size: 123.1%;
			line-height: 100%;
		}
	
		ul#navMenu li a:hover {
			text-decoration: none;
			color: rgb(115,115,115);
		}
		
		ul#navMenu li.current_page_item a, ul#navMenu li.current_page_item a:hover {
			color: rgb(19,181,234);
		}#contentContainer {
	margin: 0px auto 0 auto;
	width: 780px;
}
	#content {
		display: none;
		padding: 10px 0px 30px 0px;
		/* 	content width is 740 pixels
			background:rgba(160,160,160,.2); */
			cursor: default;
	}

	#content h4 {
		margin: 14px 0 14px 0;
	}

	#content ul { 
		margin-left: 0; 
		padding-left: 1.25em; 
		margin-bottom: 1em; 
		list-style-position: inside;
		list-style: disc; 
	}
	#content ul li { 
		list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAG0lEQVQIW2MU3vLqPwMSeOsjxshIoSCyeTA2AB3gEAZReoMAAAAAAElFTkSuQmCC");
	 	padding: 0 0 0 1.5em; 
		margin: 0 0 0 0em;
	}
	
	
	
	

	
	#content p {
		margin: 0 0 8px 0;
	}
	#content table {
		width: 100%;
		margin: 0 0 10px 0;
		
	}
	#content table tr {
		margin: 0 0 10px 0;
	}
	
	#content table tr td {
		vertical-align: text-top;
	}

	#content strong {
		font-weight: bold;
	}
	
	#content a:link, #content a:active, #content a:visited { color: rgb(19,181,234); }
	#content a:hover { color: rgb(19,181,234); }
	
/*///////////////////////////////////
	#content h3.title {
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	
	#content h4 {
		text-transform: uppercase;
		color: rgb(21,33,40); 
		font-size: 131%;
		line-height: 138.5%;
	}
	
	#content h4.blue {
		text-transform: uppercase;
		color: rgb(19,181,234);
		font-size: 131%;
		line-height: 138.5%;
	}
	
	#content ul { 
		margin-left: 1em; 
		padding-left: 1em; 
		margin-bottom: 1em; 
		list-style-position: inside;
		list-style: disc; 
	}
	#content ul li { 
	 	padding: 0 0 0.2em .5em; 
		margin: 0 0 0 1em;
	}
	
	#content a {
		color: rgb(115,115,115);
	}
	#content a:hover {
		color: rgb(19,181,234);
	}
	
	
*/

/*************** ********************************/



/* fontColors */
	.fontColorGray {
		color: rgb(115,115,115);
	}
	.fontColorBlue {
		color: rgb(19,181,234);
	}
	.fontColorBlack {
		color: rgb(21,33,40);
	}
	.fontColorWhite {
		color: rgb(255,255,255);
	}

/* fontCases */

	.fontCaseUpper {
		text-transform: uppercase;
	}
	.fontCaseLower {
		text-transform: lowercase;
	}
	.fontCaseNormal {
		text-transform: none;
	}
	
/* fontSizes */
	.fontSize1 {
		font-size: 400%;
		line-height: 100%;
		margin: 0 0 30px 0;
		padding: 0px;
	}
	/* fontSize2 is the default for page titles */
	.fontSize2 {
		text-transform: uppercase;
		font-size: 189%;
		line-height: 100%;
		margin: 0 0 16px 0;
		padding: 0px;
		
	}
	.fontSize3 {
		text-transform: uppercase;
		font-size: 161.6%;
		line-height: 100%;
		margin: 0 0 10px 0;
		padding: 0px;
	}
	.fontSize4 {
		font-size: 153.9%;
		line-height: 100%;
		margin: 0px;
		padding: 0px;
	}
	.fontSize5 {
		font-size: 146.5%;
		line-height: 100%;
		margin: 0px;
		padding: 0px;
	}
	.fontSize6 {
		font-size: 131%;
		font-weight: 100;
		line-height: 100%;
		margin: 0px;
		padding: 0px;
	}
	/* fontSize7 is the default for text */
	.fontSize7 {
		font-size: 116%;
		line-height: 131%;
		margin: 0px;
		padding: 0px;
	}
	.fontSize8 {
		font-size: 100%;
		line-height: 131%;
		margin: 0px;
		padding: 0px;
	}
	.fontSize9 {
		font-size: 85%;
		line-height: 131%;
		margin: 0px;
		padding: 0px;
	}
/* text align */

	.textAlignRight {
		text-align: right;
	}
	
	.textAlignLeft {
		text-align: left;
	}
	
	.textAlignCenter {
		text-align: center;
	}#photos{
	position: relative;
	width:100%;
	height:450px;
}
#controls {
	margin: 20px 0 0 0;
	display: none;
	text-align: center;
}
#controls div{
	display:inline-block;
	padding:5px;
	margin:1px;
	color: rgb(115,115,115);
	border:1px solid rgb(115,115,115);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#controls div:hover:not(.counter){
	color:rgb(19,181,234);
}
#controls div.sel{
	color:rgb(115,115,115);
}
#controls div:not(.counter){
	cursor:pointer;
}
#photos .imgContainer{
	width:100px;
	height:100px;
	overflow:hidden;
	display:inline-block;
}
#photos .imgContainer img{
	width:160px;
}