

/* Main Layout
=================================================================*/
* {
	margin:0;
	padding:0;
	}
*:focus {
	outline:none;
	}
img {
	border:0;
	display:block;
 }
body {
	font-family:arial;
	line-height:1.4em;
	font-size:75%;
	background:#fff url('images/bg_body.jpg') repeat-x left top;
	}
.noshow { /* Generally used to make things disappear when display:none; and visibility:hidden; cause bugs. */
	position:absolute;
	left:-9000px;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	}
.container {
	position:relative;
	width: 920px;
	margin:0px auto;
	overflow:hidden;
	}
.col-580 {
	width:580px;
	float:left;
	padding-top: 20px;
	padding-left:15px;
	}
.col-340 {
	width:285px;
	float:left;
	padding:20px 15px 20px 25px;
	}

a:link {
	color:#068;
	}
a:visited {
	color:#746;
	}
a:hover {
	color:#000;
	}
a:visited:hover {
	color:#000;
	}

a:link,
a:visited {
	background-color:transparent;
	}
a:hover,
a:visited:hover {
	background-color:#fc0;
	}
#main-content .container {
	background-color:#fff;
	}



/* Service bar
=================================================================*/
#servicebar {
	background-color:#341;
	}
#servicebar .container {
	padding:10px 0px;
	}
#servicemenu {
	text-align:right;
	padding-right:10px;
	}
#servicemenu li {
	padding-left:15px;
	display:inline;
	}
#servicemenu a:link,
#servicemenu a:visited,
#servicemenu a:hover,
#servicemenu a:visited:hover {
	}
#servicemenu a:link,
#servicemenu a:visited {
	color:#cdc;
	text-decoration:none;
	}
#servicemenu a:hover,
#servicemenu a:visited:hover {
	color:#cdb;
	background-color:transparent;
	text-decoration:underline;
	}
#servicemenu a.selected:link,
#servicemenu a.selected:visited,
#servicemenu a.selected:hover,
#servicemenu a.selected:visited:hover {
	color:#fff;
	}


/* Header
=================================================================*/
#header {
	position:relative;
	}
#header .container {

	}
#searchform-header {
	position:absolute;
	top: 20px;
	left: 620px;
	width: 280px;
	height: 40px;
	display:none;
	}

#logo {
	margin-top:22px;
	margin-bottom:12px;
	}
#slogan {
	position:absolute;
	left:112px;
	top:108px;
	color:#fff;
	}



/* Navigation
=================================================================*/
#navigation {
	padding-bottom:10px;
	}
#navigation .container {
	background-color:#fff;
	}
.subscribe_options {
	padding-top:10px;
	padding-right:15px;
	float:right;
	}
.subscribe_options li {
	float:left;
	padding-left:15px;
	list-style:none;
	}
.subscribe_options li a:link,
.subscribe_options li a:visited,
.subscribe_options li a:hover,
.subscribe_options li a:visited:hover {
	padding-left:22px;
	display:block;
	float:left;
	}
.subscribe_options li .rss {
	background:transparent url('images/rss.png') no-repeat left top;
	}
.subscribe_options li .subscribe_twitter {
	background:transparent url('images/twitter.png') no-repeat left top;
	font-weight:bold;
	}
.pages {
	overflow: hidden;
	font-weight:bold;
	font-size:1.2em;
	}
.pages li {
	float: left;
	list-style: none;
	}

.pages li a:link,
.pages li a:visited,
.pages li a:hover,
.pages li a:visited:hover {
	text-decoration:none;
	background-color:#fc0;
	display:block;
	padding:10px 15px;
	}
.pages li a:link,
.pages li a:visited {
	background-color:transparent;
	}
.pages li a:hover,
.pages li a:visited:hover {
	background-color:#fc0;
	}

.current_page_item {
	background-color:#068;
	}
.pages li.current_page_item a:link,
.pages li.current_page_item a:visited {
	color:#fff;
	}
.pages li.current_page_item a:hover,
.pages li.current_page_item a:visited:hover {
	color:#000;
	background-color:#fc0;
	}



/* Alerts
=================================================================*/
.alert {
	color:#fff;
	background-color:#341;
	width:440px;
	margin:28px auto 0px auto;
	padding:8px 15px 8px 15px;
	font-size:1em;
	line-height:1.4em;
	float:right;
	}
.alert p {
	margin-bottom:5px;
	}
.alert a:link,
.alert a:visited,
.alert a:hover,
.alert a:visited:hover {
	text-decoration:underline;
	}
.alert a:link,
.alert a:visited {
	color:#fff;
	}
.alert a:hover,
.alert a:visited:hover {
	color:#fff;
	}



/* Post or Page
=================================================================*/
.post {
	position:relative;
	padding: 0px 0 10px 0px;
	border-bottom: 10px solid #eee;
	margin-bottom: 15px;
	}
.post img {
	display:inline;
 }
.hentry {
	}

.post-box {
	}

.post-meta {
	margin-bottom: 10px;
	}
.post-title {
	font-size: 3.0em;
	line-height: 1.2em;
	color:#666;
	}
.post-title a:link,
.post-title a:visited {
	text-decoration:none;
	}
.post-title a:hover,
.post-title a:visited:hover {
	text-decoration:underline;
	}
.post-info {
	font-size:0.8em;
	color:#666;
	}

.post-content {
	position:relative;
	}
.page-content h2 {
	font-size:1.3em;
	color:#671;
	margin-bottom:5px;
	}
.post-content p,
.page-content p {
	margin-bottom:20px;
	}
.post-content p.nomargin,
.page-content p.nomargin {
	margin-bottom:0px;
	}
.post-content ul,
.page-content ul {
	margin-bottom:20px;
	}
.post-content ul li,
.page-content ul li {
	padding-left:15px;
	background:transparent url('images/list-arrow.png') no-repeat 3px 4px;
	}
.post-image,
.post-image-inner {
	margin-bottom:15px;
	}
.post-intro{
	}

.post-footer {
	}
.continue-reading {
	}
.category-menu {
	}
.category {
	}
.dropdown {
	}

.download_file {
	padding:1px 0px 2px 20px;
	}
.file_axure {
	background:transparent url('images/icon_axure.png') no-repeat left top;
	}


.single {
	float:left;
	width:280px;
	margin-right:20px;
	}
.last {
	width:280px;
	margin-right:0px;
	}

.single .post-title {
	font-size: 1.5em;
	line-height: 1.0em;
	}


/* Content Table
=================================================================*/
.contenttable {
	width:580px;
	}
.contenttable td {
	padding:5px 10px;
	}
.contenttable thead td {
	background-color:#eee;
	}
.contenttable tbody td {
	border-bottom:1px solid #eee;
	}



/* Interesting reads
=================================================================*/
.interestingreads {
	float:right;
	background-color:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin:0px 0px 10px 15px;
	width:240px;
	}
.interestingreads h3 {
	font-size:1.1em;
	}
.post-content .interestingreads p,
.page-content .interestingreads p {
	margin-bottom:12px;
	}
.post-content .interestingreads ul,
.page-content .interestingreads ul {
	margin-bottom:0px;
	}
.interestingreads ul li {
	margin-bottom:5px;
	list-style:none;
	}


/* Content Gallery
=================================================================*/
.post-content ul.contentgallery,
.page-content ul.contentgallery {
	margin-bottom:10px;
	}
.post-content ul.contentgallery li,
.page-content ul.contentgallery li {
	padding-left:0px;
	background:none;
	}
.contentgallery {
	overflow:hidden;
	width:580px;
	}
.contentgallery li {
	float:left;
	width:178px;
	list-style:none;
	margin-bottom:15px;
	}
.contentgallery span {
	display:block;
	padding:5px 10px;
	background-color:#eee;
	color:#666;
	font-size:0.8em;
	line-height:1.2em;
	}
.photo01 {
	padding-right:15px;
	}
.photo02 {
	padding-right:15px;
	}
.photo03 {
	clear:none;
	}
.contentgallery a:link,
.contentgallery a:visited,
.contentgallery a:hover,
.contentgallery a:visited:hover {
	border:0px;
	display:block;
	width:178px;
	height:134px;
	}
.contentgallery img {
	margin:0px;
	width:178px;
	height:134px;
	}




/* Sidebar
=================================================================*/

#sidebar  {
	
	}
#sidebar li {
	padding: 10px 0px 0px 0px;
	margin-bottom:15px;
	list-style: none;
	border-bottom:1px solid #eee;
	overflow:hidden;
	}
#sidebar li ul li {
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding:0px;
	background:none;
	}
#sidebar h5 {
	color:#671;
	font-size:1.4em;
	margin-bottom:10px;
	}
#sidebar li ul li.recentcomments {
	padding:10px 0px;
	}



/* Categories widget
=================================================================*/
.widget_categories {
	
	}
.widget_categories ul {

	}
#sidebar li.widget_categories ul li.cat-item {
	border-top:1px solid #eee;
	}
.widget_categories ul li.cat-item a:link,
.widget_categories ul li.cat-item a:visited,
.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item a:visited:hover {
	display:block;
	width:270px;
	padding:5px 15px;
	}
.widget_categories ul li.cat-item a:link,
.widget_categories ul li.cat-item a:visited {

	}
.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item a:visited:hover {

	}
.widget_categories ul li.current-cat a:link,
.widget_categories ul li.current-cat a:visited {
	background-color:#ddd;
	font-weight:bold;
	text-decoration:none;
	}



/* Twitter widget
=================================================================*/

#sidebar li .aktt_tweets ul li {
	margin-bottom:10px;
	}



/* Flickr widget
=================================================================*/
#picturegrid_container {
	}
#picturegrid_container img {
	float:left;
	}



/* Delicious widget
=================================================================*/
#sidebar li.widget_deliciousplus ul li {
	margin-bottom:15px;
	}



/* Comments
=================================================================*/
.comment-wrap {
	overflow:hidden;
	width:580px;
	border-bottom:2px solid #eee;
	padding:10px 0px;
	}
.comment-author {
	float:left;
	color:#666;
	font-size:0.8em;
	padding-right:15px;
	}
.gravatar {
	}
.author {
	}
.comment-text {
	}



/* Footer
=================================================================*/

#footer {
	background-color:#eee;
	border-top:1px solid #ddd;
	padding:10px 0px 40px 0px;
	}
#footer .container {
	padding-top:10px;
	overflow:hidden;
	padding:10px 15px 0px 15px;
	width: 890px;
	}
#footer .categories {
	float:left;
	width:605px;
	}
#footer .about {
	float:left;
	width:285px;
	}
#footer h4 {
	font-size:1.2em;
	color:#666;
	}
#footer ul li {
	list-style:none;
	}



/* Post social
=================================================================*/
.postsocial {
	padding-top:10px;
	border-top:1px solid #eee;
	overflow:hidden;
	widthe:580px;
	}
.postsocial li {
	float:left;
	padding-right:15px;
	list-style:none;
	}
.postsocial li a:link,
.postsocial li a:visited,
.postsocial li a:hover,
.postsocial li a:visited:hover {
	padding-left:22px;
	display:block;
	float:left;
	}
.postsocial li .subscribe_twitter {
	background:transparent url('images/twitter.png') no-repeat left top;
	}
.postsocial li .subscribe_linkedin {
	background:transparent url('images/linkedin.png') no-repeat left top;
	}
.postsocial li .go_shopping {
	background:transparent url('images/paperbag.png') no-repeat left top;
	font-weight:bold;
	}



/* Comment form
=================================================================*/
#commentform label {
	display:block;
	font-weight:bold;
	}
#commentform textarea {
	width:95%;
	}






