/* CSS Document */

* {
	outline: none;
}

body{  
  height:  auto;  
  min-height: 100%;  
  font-family: calibri, helvetica, verdana, sans-serif;
  background-image: url(images/assets/sitebg.jpg);
  background-repeat: repeat-x;
  background-color: #f3f2ed;
  margin: 0 auto;
  color: #47443f;
  font-size: 12pt;
}

#outter_container {
  width: 100%;
  text-align: center;
  margin: 0;
}

#container {
  width: 990px;
  height: 100%;  
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*********************************************************************
******                  HEADER / NAVIGATION                    *******
**********************************************************************/

#header {
	width: 990px;
	height: auto;
	margin: 15px 0 0 0;
}

#nickburd_logo {
	width: 147px;
	height: 56px;
	float: left;
	margin-right: 100px;
	margin-left: 40px;
}

#navigation {
	width: 990px;
	height: 62px;
	font-size: 14px;
	text-align: left;
}

#navigation ul {
	height: 62px;
	margin-top: 0px;
	list-style: none;
	padding-top: 0px;
}

#navigation li {
	height: 62px;
	color: #000000;
	display: block;
	float: left;
	font-size: 10px;
}

#navigation a {
	height:62px;
	display: block;
	float: left;
	line-height: 15px;
	color: #000000;
	font-size: 10px;
	text-indent: -10000px;
	overflow: auto;
}

#navigation a#home {
	background: url(images/assets/home.png) top left no-repeat;
	width: 131px;
	height:	64px;
}

#navigation a#blog {
	background: url(images/assets/blog.png) top left no-repeat;
	width: 131px;
	height: 64px;}

#navigation a#portfolio {
	background: url(images/assets/portfolio.png) top left no-repeat;
	width: 139px;
	height: 64px;
}

#navigation a#interests {
	background: url(images/assets/interests.png) top left no-repeat;
	width: 147px;
	height: 64px;
}

#navigation a#contactme {
	background: url(images/assets/contactme.png) top left no-repeat;
	width: 147px;
	height: 64px;
}

#navigation a:hover#home {
	background-position: bottom left;
	width: 131px;
	height:	59px;
}

#navigation a:hover#blog {
	background-position: bottom left;
	width: 131px;
	height: 59px;
}

#navigation a:hover#portfolio {
	background-position: bottom left;
	width: 139px;
	height: 59px;
}

#navigation a:hover#interests {
	background-position: bottom left;
	width: 147px;
	height: 59px;
}

#navigation a:hover#contactme {
	background-position: bottom left;
	width: 147px;
	height: 59px;
}


/*********************************************************************
******                       CONTENT AREA                      *******
**********************************************************************/

#main_content {
	width: 990px;
	height: auto;
	min-height: 400px;
}

#welcome {
	width: 743px;
	height: 52px;
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	position: relative;
}

.welcomeText {
	width: 620px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	display:  block;
	font-size: 14pt;
	color: #47443f;
	text-shadow: 0px 1px 1px #fff;
}

#recentArticles {
	width: 930px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}

#recentArticles h3 {
	margin-left: 18px;
}

.entry p {
	width: 745px;
	text-align: justify;
}

.entry_main_img {
	margin-left: 5%;
	width: 640px;
	border: 6px solid #b0aea8;
}

.post_img_style {
	margin-left: 25%;
	width: 320px;
	border: 6px solid #b0aea8;
}

.post_hr {
	width: 740px;
	margin-left: 0;
}

.recent {
	width: 395px;
	height: auto;
	margin-left: 18px;
	padding-right: 50px;
	float: left;
}

.recent p {
	width: 395px;
}

#recent2 {
	width: 395px;
	height: auto;
	float: left;
}

.recentTitle {
	font-size: 12pt;
	font-style: italic;
	margin: 0 0 -10px 0;
	padding: 0;
}

.recentArticles {
	width: 395px;
	height: auto;
	border: 6px solid #b0aea8;
}

#referredApps {
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
	display: block;
	position: relative;
}

#referredIcon {
	width: 143px;
	height: 128px;
	border: 6px solid #b0aea8;
	float: left;
	margin-right: 50px;
}

#referredText {
	width: 695px;
	height: 125px;
	background-image: url(images/content/referredtextbg.png);
	background-repeat: no-repeat;
	float: left;
}

#referredText p {
	width: 620px;
	height: 101px;
	padding: 10px 60px 0 40px;
}

#main_content hr {
	width: 100%;
	color: #454340;
	border-bottom: 1px solid #e9e8e4;
}


/*********************************************************************
******                       Clear fix                         *******
**********************************************************************/


.clearfix:after {	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
.clearfix {	
	display: inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { 	
	height: 1%;
}
.clearfix {	
	display: block;
	}

/* End hide from IE-mac */

/*********************************************************************
******                         SUB-FOOTER                      *******
**********************************************************************/

#footer_container {
	width: 100%;
	height: 483px;
	text-align: center;
	min-height: 483px;
	background-image: url(images/assets/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 990px;
	height: 483px;
	margin: 0 auto;
	text-align: center;
}

#topFooter {
	width: 990px;
	height: 185px;
	font-size: 15pt;
	color: #ffffff;
	padding-top: 10px;
	text-align: left;
}

#archives {
	width: 290px;
	float: left;
	margin-left: 45px;
}

#latestArticles {
	font-size: 12pt;
	width: 290px;
	float: left;
	margin-left: 45px;
}

#latestPostTags {
	width: 290px;
	float: left;
	margin-left: 30px;
}

#archives ul {
	width: 290px;
	list-style: circle;
	margin: 0 0 0 -23px;
}

#archives li {
	width: 240px;
	border-bottom: 1px solid #808185;
	margin: 8px 0 8px 0;
}

#archives a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

#archives a:hover {
	color: #b5b4b4;
	font-size: 20px;
	text-decoration: none;
}

#latestArticles ul {
	width: 290px;
	list-style: none;
	margin: 14px 0 0 -40px;
}

#latestArticles li {
	width: 240px;
	border-bottom: 1px solid #808185;
	margin: 12px 0 8px 0;
}

#latestArticles a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-top: 10px;
}

#latestArticles a:hover {
	color: #b5b4b4;
	font-size: 16px;
	text-decoration: none;
}

#latestPostTags ul {
	width: 290px;
	list-style: none;
	margin: -5px 0 0 -40px;
}

#latestPostTags li {
	width: 240px;
	border-bottom: 1px solid #808185;
	margin: 8px 0 8px 0;
}

#latestPostTags a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

#latestPostTags a:hover {
	color: #b5b4b4;
	font-size: 20px;
	text-decoration: none;
}

/*********************************************************************
******                         PORTFOLIO                       *******
**********************************************************************/
#portfolio1 {
	width: 990px;
	height: auto;
	margin-top: 30px;
	display: block;
	position: relative;
}

#portfolio2 {
	width: 990px;
	height: auto;
	display: block;
	position: relative;
}

#portfolio3 {
	width: 990px;
	height: auto;
	display: block;
	position: relative;
}

#portfolio4 {
	width: 990px;
	height: auto;
	display: block;
	position: relative;
}

.port_img {
	width: 300px;
	height: auto;
	float: left;
}

.portfolio_slice {
	width: 300px;
	height: auto;
	border: 5px solid #808185;
	margin-left: 50px;
}

.port_info {
	width: 560px;
	height: auto;
	float: left;
	margin: -30px 0 0 90px;
}

#portfolio1 h4 {
	margin: 0;
}

#portfolio1 p {
	width: 550px;
	margin: 0 0 10px 0;
}

#portfolio2 h4 {
	margin: 0;
}

#portfolio2 p {
	width: 550px;
	margin: 0 0 10px 0;
}

#portfolio3 h4 {
	margin: 0;
}

#portfolio3 p {
	width: 550px;
	margin: 0 0 10px 0;
}

#portfolio4 h4 {
	margin: 0;
}

#portfolio4 p {
	width: 550px;
	margin: 0 0 10px 0;
}

.port_ul {
	width: 560px;
	height: auto;
	list-style: circle;
	margin-top: 0;
}

.port_ul li {
	width: 560px;
	height: 15px;
	margin: 0;
	list-style: circle;
}


/*********************************************************************
******                         FOOTER                          *******
**********************************************************************/

#socialMedia {
	width: 300px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	margin: 0 60px 0 35px;
}

#socialMedia ul {
	width: 300px;
	height: auto;
	list-style: none;
	margin: 10px 10px 10px -30px;
}
#socialMedia img {
	border: 0;
}

#socialMedia li {
	width: 250px;
	height: 45px;
	line-height: 40px;
	border-bottom: 1px solid #808185;
	margin: 8px 0 8px 0;
}

#socialMedia a {
	height: 40px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

#socialMedia a:hover {
	color: #b5b4b4;
	font-size: 20px;
	text-decoration: none;
}

#socialMedia img {
	padding-right: 20px;
}

#socialMedia p {
	margin: 0 0 0 10px;
}

.socialIcons {
	margin-top: 10px;
	margin-bottom: 10px;
}

#twitter {
	width: 544px;
	height: 130px;
	float: left;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #808185;
	background-image: url(images/assets/twitterimg.png);
	background-repeat: no-repeat;
}

#twitter_update_list {
	width: 370px;
	height: 78px;
	text-align: left;
	margin: 40px 0 0 115px;
	list-style: none;
}

#BUZ {
	width: 544px;
	height: 60px;
	color: #ffffff;
	font-size: 14pt;
	text-align: left;
}

.boxbuz {
	width: 263px;
	height: 54px;
	float: left;
	border: 0;
}

#BUZ p {
	margin: 5px 0 13px 2px;
}

#copywrite {
	margin: 60px 0 0 0 ;
	font-size: 10px;
}


/*     END OF FOOTER    */


a {
	text-decoration: none;
	color: #5c6d91;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: #9ba7c0;
}

h2 {
	font-size: 24px;
	color: #bf0202;
	text-shadow: 0px 1px 1px #fff;
	margin-bottom: -10px;
}


h3 {
	font-size: 24px;
	color: #bf0202;
	text-shadow: 0px 1px 1px #fff;
	margin-bottom: 0;
}

h4 {
	font-size: 16px;
	color: #5c6d91;
	text-shadow: 0px 1px 1px #fff;
	margin-bottom: -20px;
}

.answer {
	width: 640px;
	font-style: italic;
	width: 990px;
	color: #626262;
}

.question {
	width: 640px;
	font-weight: 600;
	color: #10a001;
}

/*********************************************************
                   Wp - Specicic 
*********************************************************/

.commentlist {
	width: 720px;
	background-color: #e4e3dc;
	padding: 10px;
	list-style: none;
	border: 1px solid #cececc;
	margin-top: 5px;
}

.commentlist li {
	border-top: 1px solid #cececc;
	padding-top: 20px;
}

.commentlist a {
	font-size: 22px;
	color: #5c6d91;
	margin: 3px 0 0 2px;
}

.comment-author vcard {
	font-size: 16px;
}

.avatar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #CCCCCC;
float:left;
height:60px;
margin-right:20px;
padding:4px;
width:60px;
}

h3#comments {
	color: #9ba7c0;
	font-size: 16px;
}

#respond h3 {
	color: #5c6d91;
}

div #content.widecolumn {
	width: 880px;
	margin-left: 10%;
}

div.entry li {
	list-style: circle;
	margin-bottom: 10px;
}

div.entry li a {
	text-decoration: underline;
}

#post-12 {
	margin-left: 7%;
	width: 890px;
}
#post-12 ul {
	margin-left: -40px;
}

#post-14 {
	margin-left: 7%;
	width: 890px;}

#post-206 {
	width: 990px;
}

.blog_ul {
	width: 650px;
	list-style: circle;
}

.blog_li {
	width: 650px;
	list-style: circle;
}

div .comment-meta a {
	font-size: 14px;
	margin-left: 0px;
}

a .comment-edit-link {
	margin-left: 5px;
}

.postmetadata {
	visibility: hidden;
}
