@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



body, ul, li, div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#topbar {
	height: 172px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #663399;
}

#topbar #logo {
	position: absolute;
	top: 61px;
}
#topbar #topnav {
	left: 66px;
	top: 68px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#topbar #topnav a {
	color: #663399;
	text-decoration: none;
}
#topbar #topnav a:hover {
	color:#6600CC;
}

#topbar #clientbox {
	text-align: right;
}

#clientbox a {
	font-size: 11px;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-image: url(images/arrowdown.png);
	width: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	padding-top: 8px;
	float:right;
}

#topbar #topnav li {
	display: inline;
	margin-right: 15px;
}
#topbar #folionav {
	left: 66px;
	top: 85px;
	position: relative;
	font-size: 13px;
	color: #666666;
}
#topbar #folionav a {
	color: #999999;
	text-decoration: none;
}
#topbar #folionav a:hover {
	color:#6600CC;
}


#bottombar {
	font-size: 8px;
	color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#topbar #folionav li {
	display: inline;
	margin-right: 15px;
}

#content {
	font-size: 13px;
	line-height: 160%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 66px;
	padding-left: 66px;
}

#content h2 {
	color: #CCCCCC;
	font-size: 32px;

}

#content img {
	background-color: #F3F3F3;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	margin-bottom: 15px;
}

#content a {
	color: #660099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#bottombar a {
	color: #999999;
	text-decoration: none;
}
#sidebar {
	width: 175px;
	clear: both;
	float: right;
	margin-left: 15px;
	padding-bottom: 15px;
		margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
#commentform textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	width: 300px;
}
#commentform input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;	
}

#content ul {
	margin-left: 20px;
	list-style-type: none;
	list-style-image: url(images/mbullet.gif);
}
	
#content ul li {
	padding-left:	margin-left: 30px;	

		
}
#sidebar h2 {
	font-size: 14px;
	color: #666;
}





/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

.news {
	background-color: #f1f1f1;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #303;
	
	
}


.attachment-medium {
//hi
}


p.attachment {
text-align: left;
margin:0px;
padding:0px;

width:460px;

}

.attachment a {
text-align: left;
margin-left:-40px;
padding:0px;



}

.entry {
width:460px;
}

#topbar p {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display:none;
}
