/*
Theme Name: Cristina
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, Sans-serif;
}
p{
	line-height: 1.65em;
}

/* General layout*/
#container{
	width: 100%; 
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0;
}
#postWrapp{
	width: 60%;
	height: auto;
	float: left;
	margin: 0 20%;
	text-align: center;
}

/* Header*/
#header { 
	border-bottom: 2px #a2a2a2 solid; 
}

/* Menu Style*/
.menu-menu-container {
    background: rebeccapurple;
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.menu-menu-container ul a{
	color: #ffffff;
	text-decoration: none;
}
#menu-menu li{
	text-decoration: none;
}
.menu-menu-container  ul{
    background: blue;
	width: 80%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-top: 0;
	list-style-type: none;
	padding: 0;
}
.menu-menu-container  ul ul{
	position: absolute;
	visibility: hidden;
}
.menu-menu-container  ul li:hover > ul{
	visibility: visible;
}
.sub-menu {
    margin: 0 !important;
    width: 8% !important;
}

.menu-menu-container ul li {
    background: #333;
    padding: 10px 12px;
    color: aliceblue;
    display: inline-block;
    width: 10%;
    font-size: 11px;
	cursor: pointer;
}

.menu-menu-container ul li:hover > a{
	background: rgba(255,255,255,0.2);
}

.menu-menu-container ul li ul li{
	color:red;
	background: #777;
	width: 76%;
}
.menu-menu-container ul li ul li ul li{
	color:greenyellow;
	background: #999;
}
.menu-menu-container ul li ul li ul li ul li{
	color:palevioletred;
	background: #C6C6C6;
}

/*#menu-container{
	width: 70%;
	height: auto;
	float: left;
	margin: 0 15%;
	background: #999;
}
.menu-menu-container {
    background: #333333;
}*/

/*#menu-menu li {
    list-style: none;
    list-style-type: none;
	
}
#menu-menu li{
	float: left;
	position: relative;
	
}*/

/* Footer */
.site-footer { 
	margin-top: 30px;
	border-top: 2px #a2a2a2 solid; 
	width: 100%;
	height: auto;
	float: left;
}



















#wrapper { 
	display: block; 
	width:100%; 
	margin:0; 
}
#mainImg{
	position: static;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}


.primaryTitle{
	font-family: Didot, Georgia, "Times New Roman", Times, Serif;
	font-weight: 100;
	color: #fff;
	letter-spacing: 4px;
	font-size: 30px;

}
.gray{
	background: #3F3F3F;
}
.btt{
	width: 10%;
	height: auto;
	float: left;
	padding: 20px;
	font-size: 20px;
	letter-spacing: 3px;
	color: #fff;
	background: #BEBCBE;
	border: none;
	cursor: pointer;
	margin-left: 10%;
	margin-right: 5%;
}
.btt:hover{
	background: #173750;
}
.wrap{
	width: 100%;
	height: auto;
	float: left;
}