
/*
     #####################################
     #                                   #
     #   CREATED BY LINKIFY WEB DESIGN   #
     #  http://www.LinkifyWebDesign.com  #
     #                                   #
     #####################################
*/

@charset "utf-8";
/* CSS Document - Linkify Web Design */

body {
	background-image: url(img/bg.png);
}

img {
	border: 0;
}

/* ---------------- THE BELOW ARE CONSTANTS TO REMAIN UNCHANGED TO FOLLOW THE TEMPLATE --------------- */

* {
	color: #111;
}

#header {
	width: 960px;
	height: 200px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}

#logo {
	width: 260px;
	height: 140px;
	float: left;
	clear: right;
	text-align: center;
}

#random_banner {
	width: 530px;
	float: right;
}

#google_search {
	width: 480px;
	float: right;
}

#navbar {
	width: 960px;
	clear: both;
	padding-top: 10px;
}

#sidebar_left {
	background-image: url(img/side_left.png);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 1.7;
	font-weight: bold;
}

#sidebar_left a {
	color: #111;
	font-size: 12px;
	font-weight: bold;
}

#sidebar_left a:hover {
	color: #444;
	font-size: 12px;
	font-weight: bold;
}

#content {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
}

#content_right {
	width: 768px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
}

#sidebar_right {
	background-image: url(img/side_right.png);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 1.7;
	font-weight: bold;
}


#sidebar_right a {
	color: #111;
	font-size: 12px;
	font-weight: bold;
}

#sidebar_right a:hover {
	color: #444;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	width: 960px;
	height: 150px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

/** This is for the menu **/

a#home, a#team, a#portfolio, a#example, a#blog, a#contact {
width: 105px;
height: 28px;
display: block;
}
a#home {
background: url('img/navbar/home_nav.png') no-repeat;
}
a#home:hover {
background: url('img/navbar/home_nav_down.png') no-repeat;
}
a#team {
background: url('img/navbar/team_nav.png') no-repeat;
}
a#team:hover {
background: url('img/navbar/team_down_nav.png') no-repeat;
}
a#portfolio {
background: url('img/navbar/portfolio_nav.png') no-repeat;
}
a#portfolio:hover {
background: url('img/navbar/portfolio_nav_down.png') no-repeat;
}
a#example {
background: url('img/navbar/examples_nav.png') no-repeat;
}
a#example:hover {
background: url('img/navbar/examples_nav_down.png') no-repeat;
}
a#blog {
background: url('img/navbar/blog_nav.png') no-repeat;
}
a#blog:hover {
background: url('img/navbar/blog_nav_down.png') no-repeat;
}
a#contact {
background: url('img/navbar/contact_nav.png') no-repeat;
}
a#contact:hover {
background: url('img/navbar/contact_nav_down.png') no-repeat;
}

/* THIS IS FOR JQUERY TOOLTIP */


