/*///////// GENERAL STYLING ////////*/

*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #464646;
}

body
{
	background: #15222F url(../images/bg-body.jpg) 0 0 repeat-x;
}

/*///////// TYPOGRAPHY ////////*/

h1 /* change this header to your own logo */
{
	height: 22px;
	width: 184px;
	background: url(../images/img-logo.png) 0 0 no-repeat;
	text-indent: -999em; /* remove the text so only the logo appears */
	float: left;
}

h1 img
{
	display: none;
}

h2,
h3
{
	font-size: 26px;
	margin: 0 0 15px 0;
}

h2
{
	color: #ae0a0e;
}

h4
{
	font-size: 14px;
	font-style:italic;
	margin: 0 0 15px 0;
	color: #464646;
}

a:link,
a:visited
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ae0a0e;
	color: #ae0a0e;
}

a:hover,
a:active
{
	color: #464646;
	border-bottom: 1px dotted #464646;
}

br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 0;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

.header-img
{
	margin: 0 0 20px 0;
}

/*///////// GENERAL SETTING CLASSES ////////*/

.clear-all
{
	clear: both
}

.readmore
{
	padding: 10px 0 0 0;
	margin: 0;
}

/*///////// CONTENT DESIGN ////////*/

#wrapper
{
	width: 740px;
	margin: 0 auto;
}

#header
{
	margin: 20px 0 0 0;
}

#header span
{
	float: left;
	margin: 5px 0 0 10px;
	color: #fff;
}

#header ul
{
	list-style: none;
}

#header ul li
{
	float: right;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #c6dddc;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	text-decoration: none;
	border-top: 2px solid #ae0a0e;
	background: #fff;
	color: #113130;
	display: block;
	padding: 5px 10px 5px 10px;
	cursor: default; /* changing the cursor to normal arrow, so people think it's not a link */
}

/*///////// CONTENT STYLING ////////*/

#content
{
	clear: both;
	background: #fff;
	padding: 20px 20px 10px 20px;
}

.content-double,
.content-left
{
	width: 420px;
	float: left;
	background: url(../images/bg-content.jpg) 100% 0 no-repeat;
	padding-right: 20px;
}

.content-single,
.content-right
{
	width: 200px;
	font-size: 11px;
	float: left;
	margin: 0 15px 15px 15px;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

.margin-right
{
	margin: 0 20px 0 0;
}

.info-box
{
	float: right;
	background: #e7e8c8 url(../images/bg-info-box.jpg) 0 0 repeat-x;
	border: 1px solid #b9baa0;
	padding: 8px;
	width: 30%;
	margin: 0 0 10px 10px
}

.info-box p,
.info-box h4
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}

/* /////// PORTFOLIO ITEMS //////// */

.portfolio-item
{
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 17px 0;
}

ul.portfolio-items
{
	list-style: none;
	clear: both;
	display: block;
}

ul.portfolio-items li
{
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 5px 0;
	line-height: 1px;
}

ul.portfolio-items li img
{
	border: 6px solid #fff;
}

/*///////// FOOTER ////////*/

#footer
{
	clear: left;
	color: #c6dddc;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #c6dddc;
	border-bottom: 1px dotted #c6dddc;
}

#footer a:hover,
#footer a:active
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
