* {
 margin: 0;
 padding: 0;
}

body {
 background: #222 url(../images/headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 color: #aaa;
}
 
a img{ border: 0; }

a { text-decoration: none;}


.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.normsmall { font-size: small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}


#logo { float: left;}

#logo h1 { 
 margin-top: 8%;
 margin-left: 1%;
 font-size: 1.6em;
 letter-spacing: -0.1em;}

#navlist { float: left; width: 17%; margin-top: 3%; margin-left: 0.5%;}
 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 width: 60%; 
 padding: 8%;
 margin: 3%;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;
 }
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


#content {
	float: left;
	width: 58%;
	margin-top: 3%;
	margin-left: 0.2%; 
	text-align: justify;
 }

#content a {color: #aaa;}

#content a:hover { 
 color: #fff; 
 background: #D01A71; 
 font-weight: bold;
}

#tags {
	font-size: small;
}

#tags a:hover, #pagination a:hover {
	background: none; 
	color: #aaa;
	font-weight: normal;
	text-decoration: underline;
}

#pagination {
	font-size: small;
}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 0.2%; color: #f4f4f4;}

 
#content h3 {
text-indent: 2%;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 0.4%;
}

#content h3:hover { color: #fff;}


#footer {
 text-align: center;
 color: #aaa;
 margin-top: 3%;
 font-size: 0.7em;
 }
 
#footer a { color: #aaa;}
 
#footer a:hover { text-decoration: underline; color: #f4f4f4;}
	
#logoimg {
	width: 251px;
}
 
 #rightside {	
	float: right;
	width: 22%;
	margin-top: 3%;
	margin-right: 0.5%
 }
 
 .righthead {
	border: 4px solid;
	border-bottom: 4px solid;
	border-color: #444;
	text-align: center;
 }
 
 .righthead:hover {
	border-color: #D01A71;
 }
 
 .rightcontent {
	font-size: small;
	border: 4px solid;
	border-top: 0px;
	border-color: #444;
	padding-left: 1%;
	padding-right: 1%;
 }
 
 .rightcontent ol {
	padding-left: 7%;
 }
 
 .rightcontent:hover {
	border-color: #D01A71;
 }
 
 .newshead {
	font-size: medium;
	border-bottom: solid 2px #444;
 }
 
 .date {
	float: right;
	font-size: xx-small;
 }
 
 #contenthead {
	text-align: center;
 }
 
 .newscontent {
	margin-top: 5%;
	text-align: justify;
	font-size: 0.9em;
 }
 
 .rightcontent ul {
	list-style: none;
	padding-left: 1%;
 }
 
 .rightcontent a:link,a:visited {
	color: #999;
 }
 
 .rightcontent a:hover {
	text-decoration: underline;
 }
 
 hr {
	color: #444;
 }
 
 #serv {
	padding-left: 7%;
 }
 
 #sublist  {
	padding-left: 7%;
	list-style: square;
 }

#serviceslist ul, #creativelist ul {
	list-style: none;
}

#serviceslist li, #creativelist li{
	background: #333;
	font-size: large;
	padding-left: 1%;
	margin-top: 5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	cursor: pointer;
}

#serviceslist li:hover, #creativelist li:hover {
	background: #D01A71;;
}

#serviceslist #startservices, #creativelist #startcreative {
	margin-top: 0%;
}

#webdevel, #webdesign, #webmaster {
	margin-left: 2%;
	margin-right: 2%;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 0.5%;
	font-size: small;
	border: solid 3px #333;
	border-top: 0px;
	display: none;
}

#contact {
	font-size: small;
}

#contact textarea,#contact input[type="text"] {
	width: 50%;
}

#contact input[type="submit"], #contact input[type="reset"] {
	width: 9%;
	padding-top: 0.3%;
	padding-bottom: 0.3%;
}

#about {
	font-size: small;
}

.twitter-icon, .facebook-icon {
	width: 28px;
}

#icon-link a:hover{
	background: #222;
	color: #aaa;
}

