/*  
Theme Name: Adobe Developer Connection Theme
Theme URI: http://www.adobe.com/devnet/
Description: WordPress theme created with Adobe Dreamweaver
Version: 1.0
Author: Codify Design Studio
Author URI: http://www.codifydesign.com
*/
body {
	margin-top: 35px;
	padding:0;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #bfd6b7;
	background-image: url(images/sfondo2.png);
	background-position: top;
	background-repeat: no-repeat;
}


h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 10px 15px 0px;
	padding-top: 10px;
}
h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #bfd6b7;
	text-decoration:none;
}
a:visited  { color: #bfd6b7; }
a:hover    { color: #ff6600; }

.container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 120px;
	float: right;
}

.bannerArea .container {
	height:70px;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}
li.menu-item { 
list-style-type:none; 
float:left; 
} 
li.menu-item a { 
padding:4px 10px; 
text-decoration:none; 
display:block; 
}



/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 40px;
	font: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #333333;
}
.topnavigationgroup ul {
	margin: 0px;
	font: bold 14px/16px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #333333;
}
.topnavigationgroup a {
	margin: 0px;
	float: right;
	padding-right: 40px;
	font: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #333333;
	}
.topnavigationgroup ul a:visited  { color: #333333; }
.topnavigationgroup ul a:hover    { color: #ff6600; }
.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}
#header p {
	margin: 0px;
}
.title { /*-- This is the title of your blog --*/
	font: 31px/30px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
	width: 820px;
	padding-top: 15px;
}
.title a {
	text-decoration:none;
	color:#ff6600;
	float: right;
}
.title a:hover {
	text-decoration:none;
	color:#fff;	
}
.description { /*-- This is the line of text below your blog title --*/
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: right;
	clear: left;
	padding-top: 0px;
}
.topnav { /*-- This is the RSS links in the header --*/
	float:right;
	color: #000;
	text-align:right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

/* CONTENT AREA */

.contentArea {
	width: 100%;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 4px;
	padding-right: 140px;
	overflow: auto;
}

.contentleft {
	width: 542px;
	padding-right: 8px;
	padding-left: 8px;
	float: right;
	height: 450px;
	background-image:  url(images/contentx.png);
	background-repeat: repeat-y;
	overflow: auto;
} 

.imageright {
	
	margin-left: 0px;
	float: right;
	
}

#search {
	margin: 0 0 0 0;
}

#searchbutton {
	margin-left:0px;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	
}

.footerArea .container {
	height: 40px;
}
.footerArea .container a {
	height: 40px;
	color: #333333;
}

.copyright {
	padding-left: 220px;
	padding-top: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
}
