/*// xhtml/css website template by Damien van Holten - Reaact.net //*/

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

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

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

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

h1 /* change this header to your own logo */
{
	height: 30px;
	width:  250px;
	background: url(../images/img-logo1.jpg) 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;
}

a:link,
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #ae0a0e;
}

a:hover,
a:active
{
	color: #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 #8dde00;
	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: 230px;
	font-size: 11px;
	float: left;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

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

.info-box
{
	float: right;
	background: #f7e6e6 url(../images/bg-info-box.jpg) 0 0 repeat-x;
	border: 1px solid #eabebf;
	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 15px 0;
}

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

ul.portfolio-items li
{
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px 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;
}

.flickr a img{
    float:left;
    background: #F0F0F0;
    border: 1px solid #dedbd1;
    margin: 4px 9px 4px 0px;
    padding: 7px;
    list-style:none;
}
.flickr img:hover{
    background: #ebe9e1;
    border: 1px solid #dedbd1;
}


#twitter {
	width: 250px; margin: 30px auto;
}
	#twitter h1 a {
		display: block; margin: 0 0 30px 0;
		font: 90px Helvetica, Arial, Sans-Serif; color: rgba(255,255,255,0.2);
		text-decoration: none;

	}
		#twitter h1 a:hover { color: rgba(255,255,255,0.3); }
	#twitter ul {
		list-style: none; padding: 0 0 0 75px;
		background: url(4.png) 0 18px no-repeat;
	}
		#twitter ul li {
			padding: 20px;
			background: rgba(0,0,51,0.1);
			border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
		}
			#twitter ul li a {
				font: italic 14px/30px Georgia, Times, Serif;
				color: #555b6e;

			}
				#twitter ul li a:hover { color: #1b2f6f; }
		#twitter ul li span {
			font: 12px/30px Helvetica, Arial, Sans-Serif; color: #000;
		}
			#twitter ul li span a {
				font: 12px/30px Helvetica, Arial, Sans-Serif;
