/*
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: #a4a4a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

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

a:hover {
	text-decoration: underline;
}

/*hr {
	display: none;
}*/

/* Menu */

#menu-container{
background:url(/images/img01a.gif) repeat-x;
width: 900px;
margin: 0 auto;
}

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(/images/img03a.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
}

.menudivider{
background:url(/images/img03a.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover {
	background: url(/images/img02a.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	border-top: 6px solid #3F3F3F;
	border-bottom: 2px solid #000;
}


/* Logo */

#logo {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	color: #414141;
	padding: 5px 0px;
}

.title{
color: #df162c;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	/*padding: 30px;*/
	background: #fff;
	padding-top:20px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .entry p {
text-align: justify;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
}

#sidebar ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
	padding: 10px 10px 10px 5px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(/images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0px 0px 0px 8px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 5px;
	background: url(/images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #df162c;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}


#footer .copy{
float:left;
margin-left: 20px;
}

#footer .nav{
float:right;
margin-right: 20px;
}

#footer .nav a:link, #footer .nav a:visited {
	text-decoration:none;
}

#footer .nav a:hover {
	text-decoration:underline;
}

#portfolio{
margin:0 auto; 
background:#CCCCCC; 
border:1px solid #333333;
}

.img{
border:1px solid #666666;
}

.popupTitle{
	margin: 0;
	padding: 5px 5px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	text-align:center;
	font-size: 20px;
	color: #df162c;
}

