/*  

ID = A persons identification(ID) is unique to one person
id's are #someID 
referenced in styles as div#someID 
inside code as <div id="someID"></p>  

only referenced once within a page

  

Class = There are many people in a class
class's are .someClass 
referenced in code as p.someClass  
inside code as <p class="someClass"></p> 

*/

/* background color #E7E7E7 */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF
	font-weight: bold;
}

.hidden {
	display: none;
}

#page-container {
	width: 760px;
	margin: auto;
}

/* Main Navigation */

#main-nav { 
	height: 50px; 
}

#main-nav dl { 
	margin: 0; 
	padding: 0; 
}

#main-nav { 
	padding-left: 11px; 
} 

#main-nav dt { 
	float: left; 
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height: 50px;
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}

/*#main-nav dt#about,
#main-nav dt#about a { width: 71px; background-image: url(../images/nav/about.gif); }

#main-nav dt#services,
#main-nav dt#services a { width: 84px; background-image: url(../images/nav/services.gif); }

#main-nav dt#portfolio,
#main-nav dt#portfolio a { width: 95px; background-image: url(../images/nav/portfolio.gif); }

#main-nav dt#contacts,
#main-nav dt#contacts a { width: 106px; background-image: url(../images/nav/contacts.gif); }
*/
#header {
	height: 50px;
	/*
	background: #db6d16 url(../images/banner_001.jpg);*/
}

body.about #header {
	/*height: 308px;
	background: #db6d16
		    url(../images/banner_001.jpg);*/
}

body.about #main-nav dt#about a {
	background-position: 0 -100px;
}

body.services #main-nav dt#services a {
	background-position: 0 -100px;
}


body.portfolio #main-nav dt#portfolio a {
	background-position: 0 -100px;
}

body.contacts #main-nav dt#contacts a {
	background-position: 0 -100px;
}

body.about #header a {
	position: 50px;
}

.entry {
	background: #FFFFFF;
	padding: 5px;
}

.entry div.title {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
	font-size: 200%;
	font-weight: bold;
}

.entry div.date {
	font-family: Verdana;
	font-size: 8px;
	color: #999999;
	font-weight: bold;
	text-align: right;
}

.entry div.subtitle{
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

.entry p.text {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.entry p.author {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -25px;
	padding-right: 0px;

}

#sidebar-a {	
	float: right;
	width: 280px;
	line-height: 18px;
	position: 25px;
}

#sidebar-a .padding {
	padding: 25px;	
}


#content {	
	margin-right: 280px;
	line-height: 18px;
}

#content .padding {
	padding: 25px;
}


#content h2 {
	margin: 0;
	padding: 0;	
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;	
	padding-bottom: 15px;
}

#footer {
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #D8C29D;	
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	font-weight: bold;

}

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

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

.bubble { width: 477px; background: url('../images/commentBg.png') no-repeat; background-position: 100% 100%; }
.bubbleHeader { height: 20px; background: url('../images/commentBg.png') no-repeat; background-position: 100% 0; }
.bubbleInner { padding: 0 20px 10px 37px; }