/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px;
  font-family: times, serif;
  font-style: italic;
  line-height: 42px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}
h3 { 
  font-size: 12px; 
  line-height: 21px; 
}
h1, h2, h3 {
	color: #475276;
}
ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 1000px;
	margin: 20px auto 10px;
	background: #fff;
	border: 13px solid #3c3c3c;
}



#content {
	width: 540px;
	padding: 30px 30px 0;
	float: left;
}

a {
	color: #475276;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* Slogan */

#slogan {
	background: url(img/slogan.jpg) no-repeat;
	padding: 45px 30px 0;
	color: #fff;
	clear: both;
	height: 100px;
}

/* MENU */

#menu {
	float: right;
	width: 140px;
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	border: 3px solid #4F4F79;
	border-width: 3px 0;
	background: #f8f8f8;
	padding: 10px 20px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}

#menu li a:hover {
	background: #475276;
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#pinstripe {
	background: url(img/pinstripe_gray.jpg) no-repeat;
	padding: 17px 0px 0;
	color: #fff;
	clear: both;
}

#footer {
	padding:10px 25px 65px;
	background-color: #475276;        
	clear: both;
}

#footer p {
	font-size: 90%;
}
