/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:#2f4869;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

img{
	border:0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.2em;
	margin:0;
	padding:0;
	text-align:center;
}
p {
	margin-top: 0;
	/*line-height: 180%;*/
	line-height:150%;
}


a {
	text-decoration: none;
	color: #464646;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;

}

/* header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 123px;
	margin: 10px auto 0;
	background:#fff;
}

#header_r{float:right;text-align:right;padding-right:20px; font-size:0.9em; margin-top:20px;}

/* logo */

#logo {
	float: left;
	padding:0;
	margin:0;
	/*background:url(/images/common/logo.gif) no-repeat top left;	*/
}
/* Logo */

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 110px;
	padding-left: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.6em;
	color: #E3295B;
}

#logo h1 a {
	color: #E3295B;
}

#logo p {
	margin-top: -20px;
	padding: 12px 0 0 10px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #464646;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #464646;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	/*background: #2f4869;*/ /*swissco blue*/
	background:#9E0039;/*swissco red*/
/*	border:1px solid white;*/
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	background: url(images/img06.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border:1px solid silver;
	background:#ffffff;

}

/* insidepage */

#insidepage {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/common/bg2.gif) repeat-y left top;
	/*background: #ffffff;*/
}
#insidepage-bgtop {
}

#insidepage-bgbtm {
	padding: 30px 0 0 20px;
}
/* Content */

#content {
	float: left;
	width: 730px;
	padding: 0;
}

#banner {
	padding:0;
	border:1px solid black;
}
.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #E3295B;
}

.post .title a {
	color: #2B2B2B;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
	background: url(/images/img04.jpg) no-repeat left 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #EB5982;
}

.post .meta a {
	color: #EB5982;
}

.post .entry {
	/*text-align: justify;*/
	/*margin-bottom: 25px;*/
	padding:10px 20px 10px 10px;
	color:#2f4869;
}

.entry .imgR {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}


.links {
	display: block;
	width: 100px;
	margin: 20px 0px;
	padding: 3px;
	background: #E3295B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* menusidebar */

#menusidebar {
	float: left;
	width: 230px;
	/*margin-left:20px;*/
}

#menusidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menusidebar li {
	margin: 0;
	padding: 0;
	color:#eee;	
}

#menusidebar li ul {
	padding-bottom: 30px;
}

#menusidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #999;
}

#menusidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#menusidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #ddd;
}

#menusidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
	color:#eee;
}

#menusidebar a {
	border: none;
	color:#eee;	
}

#menusidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer-wrapper {
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	//background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #999;
}

#footer a {
	color: #E3295B;
}

/* Lists */
.list1 {
	 list-style-type:none;
	 list-style-position:inside;
}
.list1 span{
	font-weight:bold;
}
.list1 li{
	 padding:3px;
	 margin-bottom:2.5em;
	 line-height:1.7em;
	 border-bottom:#C33 2px solid;
	 background:#FFF2E5;
}
.list1 li a{
	text-decoration: underline;
	color:#00C;
}

.list1 li a:hover{
	text-decoration:none;
}

.list2 {
	list-style-type:none;
	list-style-position:outside;
	padding:0 0 1em 1em;
	margin:0;	 
}

.list2 span{
	font-weight:bold;
}
.list2 li{
	 padding:2px 0;
	 margin:0;
}
.list2 li a{
	text-decoration: underline;
}

.list2 li a:hover{
	text-decoration:none;
}
