@charset "UTF-8";
/* CSS Document */

/***************************/
/* General Styles */
/***************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #616366;
}

img {
	border: 0px;
}

p, h3 {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #4EBDFF;
	text-decoration:none;
}

a:active {
	color: #EC297B;
	text-decoration: underline;
}

a:hover {
	color: #EC297B;
	text-decoration: underline;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-color: #cccccc;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	color: #ffffff;
}

#blog-sidebar hr {
	margin-top: 25px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ffffff;
}

input:focus, textarea:focus {
  outline: 0 none;
}

img#wpstats{display:none}


/***************************/
/* Navigation Bar */
/***************************/

#header-container {
	width: 100%;
	height: 55px;
	background-image:url(images/bg-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	top: 0px;
	display: block;
	position: fixed;
	z-index: 1000;
}

#header {
	width: 980px;
	margin: 0 auto;
}

#logo {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
	width: 200px;
	margin: 9px;
}

#logo a:active, #logo a:hover {
	text-decoration: none;
}

.logo-white {
	color: #FFFFFF;
}

#navigation {
	font-size: 14px;
	color: #666666;
	float: right;
	width: 300px;
	margin: 11px;
	text-align: right;
}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#navigation a:hover {
	color: #EC297B;
	text-decoration:underline;
}

#navigation a:active {
	color: #EC297B;
}

/***************************/
/* Page Container */
/***************************/

#page-container, #interior-page-container {
	width: 100%;
	background-image:url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}

#interior-page-container {
	min-height: 247px;
	padding-top: 60px;
}

/***************************/
/* Main Page Feature */
/***************************/

#main-feature {
	margin: 0 auto;
	width: 980px;
	height: 440px;
	padding-top: 45px;
}

.follow-me {
	font-size: 11px;
	position: relative;
	left: 167px;
	top: 20px;
	display: block;
}

.follow-me a:link, .follow-me a:visited {
	color: #A69D84;
}

.follow-me a:active {
	color: #EC297B;
}

#tweet ul {
	list-style-type: none;	
}

#twitter-feature {
	padding-left: 10px;
	padding-top: 35px;
	width: 416px;
	float: left;
}

.twitter-post, #tweet {
	padding-top: 40px;
	padding-left: 40px;
	font-size: 23px;
	font-weight: bold;
	line-height: 31px;
	color: #494A4D;
	letter-spacing: -.01em;
}

#tweet ul, #tweet li {
	margin: 0px;
	padding: 0px;
}

.twitter-post-from {
	padding-top: 40px;
	font-size: 14px;
	color: #B5BABF;
	font-weight:normal;
}

#projects-feature {
	width: 504px;
	float: right;
	padding-top: 52px;
	line-height: 16px;
	margin-right: 10px;
}

h3.main-feature-title {
	font-size: 14px;
	font-weight: bold;
	color: #494A4D;
	margin-top: 20px;
}

.main-feature-description {
	font-size: 12px;
	color: #7A7D80;
}

/***************************/
/* Quicksearch */
/***************************/

#quicksearch-blue {
	background-image: url(images/bg-quicksearch-blue.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;	
	width: 377px;
	height: 66px;
}

.quicksearch-text-blue {
	border: 0px;
	margin-left: 55px;
	margin-top: 20px;
	font-size: 18px;
	color: #B3E1FF;
	width: 250px;
}

#quicksearch-gray {
	background-image: url(images/bg-quicksearch-gray.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 377px;
	height: 66px;
	top: 10px;
	position: relative;
}

.quicksearch-text-gray {
	border: 0px;
	margin-left: 55px;
	margin-top: 20px;
	font-size: 18px;
	color: #B6BABF;
	width: 250px;
}

#quicksearch-blue #quick-search #submit {
	margin-top:15px;	
	float: right;
	margin-right:20px;
}

#quicksearch-gray #quick-search #submit {
	margin-top:15px;	
	float: right;
}

/***************************/
/* Projects Container */
/***************************/

#projects-container {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg-projects.jpg);
	background-repeat: repeat-x;
	background-position: 30px 30px;
}

#projects {
	width: 980px;
	margin: 0 auto;
	height: 511px;
}

/***************************/
/* Sidebar */
/***************************/

#blog-sidebar ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	width: 283px;
}

#contact_form {
	height: 232px;
}

#blog-sidebar #contact_form #message img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#blog-sidebar #contact_form #message p {
	margin-top: 10px;
	margin-left: 58px;
}

#message {
	padding-top: 70px;
}

#blog-sidebar input {
	border: 0px;
	background-color: #ECEFF5;
	height: 18px;
	font-size: 12px;
	color: #919599;
	width: 273px;
	margin-bottom: 10px;
	padding: 6px;
}

#blog-sidebar textarea {
	border: 0px;
	background-color: #ECEFF5;
	height: 100px;
	font-size: 12px;
	color: #919599;
	width: 273px;
	margin-bottom: 10px;
	padding: 6px;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

#blog-sidebar .button, #commentform .button {
	padding: 0px 2px 2px;
	background-color: #4EBDFF;
	width: auto;
	color: #FFFFFF;
	height: 25px;
	border: 0px;
}

#blog-sidebar .button:hover, #commentform .button:hover {
	background-color: #EC297B;
}

#blog-sidebar .button:active, #commentform .button:active {
	background-color: #80CFFF;
}

.twitter-post-small {
	font-size: 12px;
	line-height: 16px;
}

.twitter-when {
	font-size: 11px;
	color: #AAAEB3;
	margin-bottom: 20px;
}

.widget_categories ul li {
	float: left;
}

.cat-item a:link, .cat-item a:visited {
	display: block;
	height: 24px;
	width: 114px;
	background-color: #E6F5FF;
	padding:4px 0px 0px 25px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.cat-item a:hover {
	background-color: #4EBDFF;
	color: #ffffff;
	text-decoration:none
}

.cat-item a:active {
	background-color: #EC297B;
}

/***************************/
/* Blog Container */
/***************************/

#blog-container {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 400px;
}

#blog {
	width: 980px;
	margin: 0 auto;
}

#blog-sidebar {
	float: left;
	width: 275px;
	margin-left: 40px;
	margin-top: 40px;
}


#blog-sidebar img {
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 15px;
}

.name {
	font-size: 14px;
}

#blog-entries {
	float: right;
	width: 540px;
	margin-right: 40px;
	margin-top: 40px;
}

h1.blue-header-top {
	font-size: 36px;
	color: #BFE6FF;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.blue-header {
	font-size: 36px;
	color: #BFE6FF;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.gray-header, h2.widgettitle {
	font-size: 36px;
	color: #CED3D9;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: lowercase;
}

h2 {
	font-size: 20px;
	color: #494A4D;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

a.blog-entry-title, a.blog-entry-title:visited {
	color: #494A4D;
}

a.blog-entry-title:active {
	color: #EC297B;
}

.post-attributes {
	font-size: 11px;
	color: #AAAEB3;
	margin-bottom: 10px;
}

.post-attributes-sub {
	font-size: 12px;
	color: #AAAEB3;
	margin-bottom: 25px;
}

.continue-reading {
	font-weight: bold;
	margin-top: 10px;
}

a.blog-archive, a.blog-archive:visited, #prev-next a:link, #prev-next a:visited {
	background-color: #4EBDFF;
	padding: 4px 6px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

a.blog-archive:hover, #prev-next a:hover {
	background-color: #EC297B;
}

a.blog-archive:active, #prev-next a:active {
	background-color: #80CFFF;
}

h1.post-title {
	font-size: 36px;
	color: #494A4D;
	line-height: 36px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.post-content p {
	font-size: 13px;
	line-height: 20px;
	color: #616366;
	margin-bottom: 10px;
}

.post-content h3 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #494A4D;
}

/***************************/
/* Projects */
/***************************/

#project {
	margin-left: 30px;
	margin-right: 30px;
}

#project h1 {
	font-size: 36px;
	color: #CED3D9;
	margin-top: 10px;
}

#project p {
	margin-top: 20px;
	margin-bottom: 15px;
}

#project .role {
	font-weight: bold;
	color: #494A4D;
	font-size: 14px;
	margin-bottom: 2px;
}

#project .url {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}

.alignleft {
	float: left;
	margin-right: 0px;
	margin-top: 2px;
}

/***************************/
/* Comments */
/***************************/

#comments {
	margin-bottom: 10px;	
}

#postcomment {
	margin-bottom: 20px;	
}

#commentform p {
	margin-top: 10px;
}

#commentform label {
	margin-left: 5px;	
}

#commentform input {
	background-color: #FFFFFF;
	height: 16px;
	font-size: 12px;
	width: 200px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #CCC;
}

#commentform textarea {
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	height: 100px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
	padding: 4px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
}

.avatar-container {
	float: left;
	width: 80px;
	height: 80px;
	font-size: 10px;
	line-height: 12px;
}

.avatar {
	margin-top: 5px;	
}

#commentlist {
	margin: 0px;
	padding: 0px;
}

#commentlist li {
	margin-bottom: 20px;
	margin-top: 20px;
}

#commentlist li p {
	margin-bottom: 10px;
}

#commentlist li.odd {

}

/***************************/
/* Delicious Widget */
/***************************/

li.delicious-item {
	margin-bottom:10px;
	line-height: 16px;
}
.delicious-desc {
	font-size: 11px;
}

/***************************/
/* Footer Container */
/***************************/

#footer-container {
	width: 100%;
	background-color: #111111;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 119px;
	margin-top: 25px;
}

#footer {
	margin: 0 auto;
	width: 980px;
}

#copyright {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
	width: 300px;
	margin-top: 43px;
}

.copyright-date {
	font-size: 18px;
	color: #919599;
}

.valid {
	font-size: 12px;
	color: #B3E1FF;
	margin-left:69px;
	font-weight: normal;
}

#copyright a:active, #copyright a:hover {
	text-decoration: none;
}