/*************************************
 +Containers
 *************************************/
body{
	background-color:#FFF;
	color:#555;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:20px 0;
	padding:0;
	text-align:center;
}
#wrap{
	background:transparent url("../images/bg_round_middle.gif") repeat-y center center;
	margin:0 auto;
	text-align:left;
	width:900px;	
}
#main {
	padding:30px;
}
#content{
	font-size:1.4em;
	float:left;
	height:auto!important;
	height:25em;
	min-height: 25em;
	width:640px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:1em;
	width:175px;
}
#header{
	background:transparent url("../images/bg_round_top.gif") no-repeat top center;
	color: #666;
	text-align:center;
}
#footer{
	background:transparent url("../images/bg_round_bottom.gif") no-repeat bottom center;
	color: #999;
	font-size:1.2em;
}
.gutter {
	margin:0 25px;
}
#header .gutter {
	border-bottom:2px solid #EEE;
	height: 95px;
	position:relative;
}
#footer .gutter {
	border-top:2px solid #EEE;
	padding-top:10px;
	padding-bottom:30px;
}
/*=Header
----------------------------------------------*/
#title {
	float:left;
	margin-top:30px;
	text-align: center;
	width: 230px;
}
#site-title a {
	background: #FFF url("/images/logo.gif") no-repeat center center;
	display: block;
	height: 35px;
	text-decoration: none;
	width: 100%;
}
#site-title a:hover {
	color: #006AFA;
	text-decoration: none;
}
#site-title span {
	display:none;
}
#site-subtitle {
	font-size:1.2em;
	margin-top:2px;
}
#language {
	color: #666;
	font-size:1.2em;
	position: absolute;
	right: 20px;
	top: 25px;
}

#site-menu {
  color: #006AFA;
  color:#333;
  float: right;
  font-size: 1.8em;
  font-weight: normal;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.chinese #site-menu {
	font-size: 1.8em;
	font-weight: bold;
}
#site-menu ul {
	margin:0px;
	padding:0px;
}
#site-menu li {
	float:left;
	list-style:none;
	margin:0 1px;
	padding:0px;
}
#site-menu a {
  display:block;
}
#site-menu a span {
  display:block;
  line-height:35px;
  padding: 0px 12px;
}
#site-menu a:hover {
  background:transparent url("../images/bg_nav_select.gif") no-repeat left center;
  color: #FFF;
}
#site-menu a:hover span {
  background:transparent url("../images/bg_nav_select_right.gif") no-repeat right center;
}
#about_us li#about a span, #what_we_do li#what a span, #how_we_do_it li#how a span, #why_agilestorm li#why a span {
  background:transparent url("../images/bg_nav_select_right.gif") no-repeat right center;
}
#about_us li#about a, #what_we_do li#what a, #how_we_do_it li#how a, #why_agilestorm li#why a {
  background:transparent url("../images/bg_nav_select.gif") no-repeat left center;
  color: #FFF;
}

/*=Footer
----------------------------------------------*/
#footer #copyright {
  float:left;
  margin: 0;
  padding:0px;
}
#footer #copyright li {
	border-left:1px solid #999;
	float:left;
	line-height:1em;
	list-style:none;
}
#footer #copyright li.copy {
	border-left:0;
	padding-right:5px;
}
#footer #copyright li a {
	padding:0 5px;
}
#social-button {
  float:right;
  margin: 0;
}
#social-button li {
  float:left;
  list-style:none;
}

/*=ClearFix
----------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#content h1 {
  color: #333;
  font-size: 2em;
  line-height:1.1em;
  margin-top: 0;
  margin-bottom: 0;
}
#content h2 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#content h3 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}
#content li strong {
  color:#666;
  font-weight:normal;
  line-height: 140%;
}

#content .entrytitle h2{
	font-size:2.0em;
	margin-bottom:0;
}
.entrytitle h2 a {
	color:#333;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
	font-weight:normal;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.taggedby{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#search {
	margin-bottom:1em;
}
#search #input_box {
	float:left;
	position:relative;
	width:130px;
}
#search .leftcap {
	background:transparent url("../images/search_left.gif") no-repeat scroll left top;
	display:block;
	height:21px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:20px;
}
#search .rightcap {
	background:transparent url("../images/search_right.gif") no-repeat scroll right top;
	display:block;
	height:21px;
	position:absolute;
	right:0pt;
	top:0pt;
	width:10px;
}
#search input#q {
	background:transparent url("../images/search_input.gif") repeat-x scroll center top;
	border:0px none;
	color:#66666;
	float:left;
	font-size:11px;
	height:21px;
	margin-left:20px;
	padding:3px 0 0;
	width:100px;
}
#search .button {
	color:#666;
	float:right;
}

#sub-menu {
	clear:both;
	font-size:1.6em;
	margin:0px;
	padding:0;
}
.chinese #sub-menu {
	font-size:1.5em;
	font-weight:bold;
}
#sub-menu li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sub-menu li a {
	background:transparent url("../images/sub_menu.gif") no-repeat left top;
	display:block;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:0 1em;
}
#sub-menu li a:hover {
	background:transparent url("../images/sub_menu.gif") no-repeat left bottom;
	display:block;
	height:40px;
	line-height:40px;
	padding:0 1em;
	color:#FCFCFC;
}
#blog #sub-menu li#blog_menu a {
	background:transparent url("../images/sub_menu.gif") no-repeat left bottom;
	color:#FCFCFC;
}
#contact_us #sub-menu li#contact_menu a {
	background:transparent url("../images/sub_menu.gif") no-repeat left bottom;
	color:#FCFCFC;
}
#category {
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 8px;
}
#category h2 {
	font-size: 16px; 
	font-weight: bold;
	padding-bottom:5px;
}
#category ul {
	margin:0;
	padding:0;
	font-size: 1.3em; 
}
#category li {
	color:#07A6F8;
	height:25px;
	margin:0px;
	overflow:hidden;
	padding:0px;
	padding-left:5px;
}
#category li a {
	height:25px;
	line-height:1.2em;
	margin:0px;
	padding:5px 0px 5px 0;
	text-decoration:none;
}
#tag_cloud {
	border: 1px solid #CCC;
	margin-top: 15px;
	padding: 8px;
}
#tag_cloud h2 {
	font-size: 16px; 
	font-weight: bold;
	padding-bottom:5px;
}
#tag_cloud p {
	margin:0px;
	padding:0px;
}
#tag_cloud p#all_tags {
	font-weight:bold;
	margin-top:5px;
}
#tag_cloud p#all_tags a {
	color:#555;
}
#tag_cloud p#all_tags a:hover {
	color:#006AFA;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*=Contact
----------------------------------------------*/
#contact-form p, #comment-form p {
	margin:0.5em;
	padding:0px;
}
#contact-form em, #comment-form em {
	color:red;
}
#contact-form #contact_subject, #contact-form #contact_referrer {
	width:305px;
}
#contact-form textarea {
	height:112px;
	width:305px;
}
#contact-errors {
	color:red;
	padding-top:0em;
	padding-bottom:0em;
}
#contact-errors li {
	list-style-image: url("../images/asterisk.gif"); 
}
#contact-form input.button {
	background:transparent url("../images/contact_button.gif") no-repeat center center;
	border:0;
	cursor:hand;
	height:25px;
	width:60px;
}
#contact-form input.button:hover {
    cursor:pointer;
}
/*=Sitemap
----------------------------------------------*/
ul.sitemap {
	padding-left:2em;
}
ul.sitemap li {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
ul.sitemap a {
	color:#666;
}
/*************************************
 +Misc
 *************************************/
a{
	color:#07A6F8;
	text-decoration:none;
}
a:hover{
	color:#006AFA;
}
img {
  border: 0;
}

.narrow{
  margin-bottom: 0; 
  margin-top: 0;
}

.paragraph-list{
  margin-bottom: 0;
}

.block_description{
  margin-left: 20px;
}

.block_description ul{
  margin-top: 5px;
}
