/* $Id$ */
/**
 * Sky
 * http://drupal.org/project/sky
 * http://drupal.org/user/88931
 *
 * Credits:
 * Icons: http://www.icojoy.com/articles/44/
 * Icons: http://www.icojoy.com/articles/46/
 */
/* @group Layout */
body {
  margin: 0px;
  padding: 0px;
  background: #314C74 url('images/bg-body.png') repeat-x left top;
  font-size: 12px; /* Don't modify the font size here */
/*  line-height: 1.6;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  color: #111;
}

h1, h2, h3 {
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  clear: both;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px;
  
/*  margin-top: 5px;*/
}
h1 {
  font-size: 2em;
  margin-bottom: 20px;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #314C74;
}

a,
a:visited {
  color: #314C74;
  text-decoration: none;
}
a:hover,
a.active {
  color: #000;
}

img.alignleft {
	margin-right: 80px;
	margin-left: 150px;
}

img.alignright {
	margin-left: 20px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}


/* @group Header */
#header {
  padding: 10px;
  width: 900px;
  margin: 0px auto;
  background: #3A4E6A url('images/bg-header.png') repeat-x top left;
  height: 40px;
}

#wrapper {
  background: #fff;
  margin: 10px auto;
  width: 920px;
  font-size: 12px;
 -webkit-box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5);
}




/* @group Footer */
#footer-inner {
  background: #fff;
  padding: 1em;
  font-size: 0.9em;
  text-align: center;
  min-width: 4em;
}
/* @end */



/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	background: url(images/img02.gif) no-repeat left center;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #002659;
}

#menu a:hover {
	text-decoration: underline;
	color: #0046A4;
}

#menu .first a {
	background: none;
}

/* end */



/* Logo */

#logo {
	float: left;
	color: #fff;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0px;
}

#logo h1 {
	padding: 0px 0px 0px 20px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#logo a:hover {
	text-decoration: underline;
	color: #0046A4;
}


/* Page */

#page {
	width: 920px;
	margin: 0px auto;
/*	background-color: #D0D0D0; */
}
 
/* Content */

#content {
	float: left;
	width: 910px;
/*	padding: 0px 0px 0px 0px;*/
}

.post {
text-align:justify;
}

.post .title {
	padding: 30px 20px 0px 15px;
}

.post .title h2,  .post .title h3, .post .title {
	margin: 0px;
	padding: 10px 0px 0px 15px;
}

/*.title h2{
	margin: 30px;
/*	padding: 0px 0px 0px 15px;
}*/


.post .title h2 a:hover, .post .title h3 a:hover {
	text-decoration: underline;
}

.post .title p {
	margin: 0px;
	font-size: 16px;
	color: #8D8D8D;
}

.post .title p a {
	text-decoration: none;
	color: #8D8D8D;
}

.post .entry {
	/*padding: 100px*/
	/*padding: 15px 15px 25px 15px;*/
	padding: 15px 30px 0px 25px;
}
