/* Body
=====================================================================*/
html, body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	background-color: #252525;
	height: 100%;
	margin: 0 0 0 2%;
	width: 90%;
}


.wrapper {
	margin: 0 75px;
	background-color: #f8f8f8;
}

/* Header
=====================================================================*/
header {
	background-color: #333333;
	padding: 20px 0 10px 20px;
}

header h1 {
	font-size: 3em;
	color: #fff;
	float: left;
}

.socialIcons {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	/*padding: 10px,25px,5px,5px;*/
}

/* Nav
=====================================================================*/

#menunav {
	background-image: url("../images/backgroundbar.jpg");
	background-repeat: repeat-x;
}

#menunav ul {
    font-family: Arial, Helvetica;
    font-size: 2.8em;
    height: 40px;
	list-style: none;
	padding: 0 10px;
	text-shadow: 1px 1px #333333;
}
#menunav ul li {
    position: relative;
    float: left;
}
#menunav li ul {
    display: none;
}
#menunav ul li a {
    display: block;
    text-decoration: none;
    color: #f8f8f8;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}

#menunav ul li a:hover {
	color: #333333;
}

#menunav li:hover ul {
    display: block;
    position: absolute;
}

#menunav li:hover li {
    float: none;
    font-size: 16px;
}

#menunav li:hover a { 
	background-image: url("../images/backgroundbar.jpg");
	background-repeat: repeat-x;
	color: #f8f8f8;	
}

#menunav li:hover li a:hover {
	background-image: url("../images/backgroundbar.jpg");
	background-repeat: repeat-x;	
}


/* Content
=====================================================================*/
#content {
	display:inline-block;
	padding: 10px;
	display: block;
	font-size: 14px;
	/*height: 800px;*/
	float: none;
}

#subtitle {
	font-size: 16px;
}

#rightside {
	/*display:inline-block;*/
	width: 300px;
	height:400px;
	float:right;
	padding: 20px;
	
}

#ideasToApps {
	padding-top: 2%;
	padding-left: 25%;
	padding-bottom: 1%;
}

#store-link {
	float: right;
}

#wp_block {
	font-family:Helvetica;
	padding-left:50px;
	padding-bottom:20px;
	padding-right:75px;
}

#wp_date {
	font-size:1.3em;
	color:#c0c0c0;
}

#wp_title {
	font-size:1.7em;
}

#wp_content {
	font-family:Helvetica;
	padding-bottom:20px;
}
/* Footer
=====================================================================*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.0em;

}

.footer, .push {
	height: 4.0em;
}
.footer {
	/*padding: 10px 0;*/
	background-image: url("../images/backgroundbar.jpg");
	background-repeat: repeat-x;
	
}

.footer p {
	padding-top: 1.0em;
	font-size: 2.0em;
	text-align: center;
}
/* Text And Links
=====================================================================*/
/*h2 {
	font-size: 1.6em;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color:aqua;
	text-decoration: underline;
}
*/
/* Body
=====================================================================*/

/* clearfix
=====================================================================*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
