body {
	margin: 0;
	padding: 0;
	background: #dbdbdb;
}
.main-body {
	background: #cfcfcf url(../images/my_background.jpg) repeat-x bottom left;
}
ul li {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
.navigation {
	height: 90px;	
	position: relative;
}
.navigation ul li {
	float: left;
}
.primary {
	background: #0090ff;
	color: #fff;
	margin: 0 0 0 6px;
}
.secondary {
	background: #616161;
	color: #2C2C2C;
}
.more {
	clear: both;
	
}
form {
	margin: 0;
	padding: 0;
}
button {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	cursor: pointer;
}
button span {
	display: block;
	height: 21px;
	padding: 0 0 0 10px;
	white-space: nowrap;
}
button span em {
	display:block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 21px;
	padding: 0 10px 0 0;
}
a:hover {
	color: #0090FF !important;
}
a:hover em {
	color: #fff;
}
a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #0090FF;
	text-decoration: none;
}

.home .hentry h3,
.date .hentry h3,
.category .hentry h3 {
	padding-left: 64px;
}
h3 a,
h3 {
	font-family: Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	color: #616161;
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
}
h2 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	color: #616161;
	line-height: 24px;
}
h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	color: #0090ff;
	line-height: 24px;
}
.home p,
.date p,
.category p {
	padding: 0 64px;
}

.home p,
.date p,
.single p,
.category p {
	margin-bottom: 20px;
	color: #666;
}
#sidebar ul li {
	line-height: normal;
	text-align: left;
}
ul li,
ol li,
p {
	margin: 0 0 5px 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.maincontent {
	background: #2c2c2c;
	position: relative;
	_height: 1%;
	width: 898px;
}
#portfolio .maincontent {
	background: transparent url(../images/content_bkdg.png) no-repeat top left;
}
.container {
	margin: 0 auto;
	width: 898px;
}


/* Nav */

.navigation h2 {
	display: none;
}

.navigation ul {
	position: absolute;
	top: 64px;
	right: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
	z-index: 0;
	font-family: Arial,Helvetica,sans-serif;
}

.navigation ul ul {
	position: absolute;
	top: auto;
	right: auto;
	padding: 0;
	margin: 0;
	width: 120px;
	font-size: 10px;
	display: none;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation li {
	float: left;
	list-style-type: none;
}

.navigation ul ul li {
	float: none;
}

.navigation li a {
	height: 26px;
	color: #333;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

* html .navigation li a {
	float: left;
}

* html .navigation li ul {
	clear: left;
}

* html .navigation li li a {
	float: none;
}

.navigation li.last a {
	margin-right: 0;
}
	
.navigation li.active a {
	font-weight: bold;
}

.navigation li ul li a, .navigation li.active ul li a, .navigation li ul li a:hover, .navigation li:hover ul li a {
	margin: 0;
	border-top: 1px #000 solid;
	height: auto;
}

* html .navigation li ul li {
	margin: 0;
	padding: 0;
}

.navigation ul ul li.last a {
	border-bottom: 1px #000 solid;
}

/* Side Menu, borrowed for some parts from  */

.information_bar {
	width: 200px;
	float: right;
	margin: 40px;
	margin-top: 80px;
	margin-right: 20px;
}

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.navigation ul li {
	text-align: center;
	width: 90px;
} 
.navigation ul li a { 
	height: 26px;
	width: 90px;
	margin: 0 auto;
	display: block;
}
.navigation ul li a span { 
	display: block;
	padding: 0 6px 0 6px;
	line-height: 26px;
}

#home {
	background: url(../images/nav_home_off.png) no-repeat top left;
}
.navigation ul li a.selected {
	background: #2C2C2C !important;
	color: #0090FF;
}
.navigation ul li a:hover {
	background: #2C2C2C;
	color: #0090ff;
}


#mycreations span { display: none; }
#mycreations {
	background: url(../images/logo.gif) no-repeat top left;
	width: 221px;
	height: 55px;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
}
.footer {
	background: #dbdbdb url(../images/footer.jpg) repeat-x top left;
	height: 170px;
	clear: both;
}
.footer p {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #2c2c2c;
	font-weight: normal;
	padding-top: 10px;
	text-align: right;
	
}
.subpage {
	padding: 80px;
	_height: 1%;
}
.thumb {
	float: left;
	width: 160px;
	padding: 206px 21px 21px;
	margin: 18px 0 0 18px !important;
	height: 106px;
	overflow: hidden;
	background-color: #333 !important;
}
.thumb em {
	font-size:11px;
	line-height:13px;
	display: block;
	font-style: normal;
	width: 157px;
}

.thumb span {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-transform: lowercase;
	display: block;
}
.thumb.selected em {
	color: #fff;
}
.thumb.selected,
.thumb:hover {
	background-color: transparent !important;
	color: #0090FF !important;
}

.thumb .capture_photo{ 
	background: #616161;
	height: 163px;
}

.thumb .capture_text {
	margin-top: 17px;
}
.thumb .capture_text p {
	font-size: 10px;
	line-height: 15px;
} 
.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: none;
}

.home .content_left #s {
	width: 279px !important;
}
.c_search {
	border-top: 1px dotted #444;
}
#s,
#search-box {
	width: 143px !important;
	background: #444 url(../images/search-bg.gif) no-repeat 6px 10px !important;
	padding: 12px 6px 12px 30px !important;
}
#s:hover,
#search-box:hover {
	background: #484848 url(../images/search-bg.gif) no-repeat 6px 10px !important;
	border: 1px solid #4f4f4f;
}

.comment-body p {
	margin-left: 80px;
}
#commentform p {
	margin: 0;
}
.comment-author {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
.comment-author .url {
	width: 80px;
	display: block;
	overflow: hidden;
}
#commentform #url,
#commentform #email,
#commentform #author {
	width: 250px !important;
}

#commentform #url,
#commentform #email,
#commentform #author,
#s,
#search-box,
input.single,
.text {
	width: 346px;
	height: 16px;
	background: #4f4f4f;
	border: 1px solid #4f4f4f;
	font-family: 	Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 12px;
	padding: 12px 6px;
}

textarea {
	width: 436px;
	padding: 6px;
	height: 213px;
	background: #4f4f4f;
	border: 1px solid #4f4f4f;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 12px;
}

textarea:hover {
	background: #484848;
	border: 1px solid #4f4f4f;
}

#commentform #url:hover,
#commentform #email:hover,
#commentform #author:hover,
input.single:hover,
.text:hover {
	border: 1px solid #4f4f4f;
	background: #484848;
}


#cformsform label {
	margin: 0 0 12px 0 !important;
	width: 90px;
	_width: 87px;
	float: left;	
}

label,
.inputtitle {
	margin: 0 0 12px 0;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	color: #999999;
	font-size: 12px;
}

#usermessagea {
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0;
	position: absolute;
	top: 160px;
	right: 0;
}
#cformsform {
	float: right;
	width: 450px;
}

.cf_error {
	background: #330000 !important;
	border: 1px solid #660000 !important;
}

input.single,
textarea,
.inputgroup {
	margin: 0 0 12px 0;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset legend {
	display: none;
}

fieldset ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.linklove {
	display: none;
}

.search-results .hentry {
	padding-bottom: 18px;
	overflow: hidden;
}
.home .hentry,
.search-results .hentry,
.date .hentry,
.category .hentry {
	border-top: 1px dotted #666;
	padding-top: 20px;
	clear: both;
}
#post-12 small {
	color: #555;
}
#post-12 p {
	line-height: normal;
	margin-bottom: 20px;
}
#post-12 br {
	display: block;
}
br {
	display: none;
}
.page .entry {
	position: static;
}

.page-id-23 h1 {
	display: none;
}

.entry {
	position: relative;
	clear: both;
	overflow: hidden;
}

.home .p-bottom,
.home .p-top {
	padding: 0;
}
#post-5 .p-top {
	margin-bottom: 0 !important;
	width: auto !important;
}
#post-5 .content_a {
	float: left;
	width: 357px;
}

#post-5 .content_b {
	float: right;
	background: #fff;
	width: 318px;
	height: 755px;
	padding: 21px;
}

#post-5 .content_b .capture_photo { 
	background: #015fa7 url(../images/abstract-01.jpg) no-repeat 0 0;
	height: 703px;
}

#post-5 .content_b .capture_text {
	margin-top: 17px;
}
#post-5 .content_b .capture_text p {
	font-size: 10px;
	line-height: 15px;
	color: #616161;
} 

.subpage h1 {
	margin-bottom: 37px;
}
#post-5 .entry p {
	float: left;
	margin-bottom: 21px;
}

#submit,
.sendbutton {
	float: right;
	background: #0090FF;
	color: #fff;
	border: 0;
	margin: 0;
	cursor: pointer;
	padding: 5px;
	font-weight: bold;
}

.search-no-results #content,
.search-no-results .subpage,
.search-no-results .maincontent,

.date #content,
.date .subpage,
.date .maincontent,

.search #content,
.search .subpage,
.search .maincontent,

.category #content,
.category .subpage,
.category .maincontent,

.single #content,
.single .subpage,
.single .maincontent {
	_height: 1% !important;
}
.search-no-results .maincontent .subpage #content #s,
.search-no-results .maincontent .subpage #content #search-box { 
	width: 555px !important;
}
.search-no-results .maincontent .subpage {

	_height: 1%;
}

.search-no-results .maincontent .subpage,
.date .maincontent .subpage,
.search .maincontent .subpage,
.category .maincontent .subpage,
.single .maincontent .subpage {
	background: #fff;
	margin: 18px;
}

.search-no-results .maincontent,
.search-no-results .maincontent .subpage,
.date .maincontent,
.date .maincontent .subpage,
.search .maincontent,
.search .maincontent .subpage,
.single .maincontent,
.single .maincontent .subpage,
.category .maincontent .subpage,
.category .maincontent {
	height: auto;
	overflow: hidden;
}

.search-no-results .maincontent .subpage,
.search-results .subpage,
.date .maincontent .subpage,
.category .maincontent .subpage {
	padding: 18px;
}
#sidebar a {
	color: #666;
}
#sidebar {
	float: right;
	width: 181px;
	position: absolute;
	top: 36px;
	right: 36px;
	background: #333;
	padding: 18px;
}
.search-results #content,
.date #content,
.category #content {
	float: left;
	width: 591px;
	margin-right: 18px;
}

#facebox a {
	color: #0090FF !important;
}
#facebox p {
	padding: 0;
	margin: 0;
}
#facebox .footer {
	background: none;
	border-top: 1px dotted #666666 !important;
}

.date-box {
	display: block;
	background: #ddd;
	width: 36px;
	padding: 3px;
	height: 38px;
	float: left;
	margin: 0;
}

.date-box span {
	display: block;
	background: #fff;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin: 0;
	
}

.hentry p.postmetadata a {
	font-size: 12px;
}
.hentry .entry p.postmetadata a {
	font-size: 10px;
}
.postmetadata {
	line-height: normal;
}

#comment {
	width: 690px;
}

.featured-post p {
	padding: 0;
}

.pagination {
	padding: 18px;
	margin-bottom: 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.pagination a {
	background: #484848 !important;
	border: 0 !important;
	color: #616161 !important;
}
.pagination a:hover {
	background: #0090FF !important;
	color: #fff !important;
}
.pagination .current {
	background: #0090FF !important;
	border: 0 !important;
}

#wp-calendar a {
	color: #0090ff;
}
#wp-calendar {
	width: 100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#wp-calendar caption,
#wp-calendar th {
	color: #616161;
}
#wp-calendar td {
	text-align: center;
	color: #4F4F4F !important;
}

#wp-calendar #today,
#wp-calendar #today a {
	color: #0090FF !important;
}
.row_a, .row_b {
	clear: both;
	margin-bottom: 22px;
	overflow: hidden;
}
.widget_recent_entries {
	padding: 18px 0 0 0;
	border-top: 1px dotted #444;
}
.wp-paginate {
	height: 21px;
	line-height: 21px;
}
.single .wp-paginate {
	border-top: 1px dotted #666666;
	padding-top: 18px !important;
}
.wp-paginate .title {
	display: none;
}

#content h3 {
	float: left;
	margin: 0;
	padding-left: 18px;
}

.home .hentry .postmetadata,
#content .hentry .postmetadata {
	float: right;
	padding: 0;
	margin: 0;
}

#respond #commentform {
	clear: both;
}
#respond {
	border-top: 1px dotted #666666;
	margin-top: 18px;
	position: relative;
}
#respond h3 {
	padding: 0;
}
.social a {
	color: #666;
}
.social .rights a:hover {
	color: #0090ff;
}
.social .rights a {
	background: none;
	float: none;
	display: inline;
	font-size: 10px;
	color: #2C2C2C;
}
.social .rights {
	padding: 0;
}
.social {
	margin: 0 auto;
	width: 898px;
	overflow: hidden;
}
.social a span {
	display: none;
	font-size: 10px;
}
.social a {
	display: block;
	background: #2C2C2C url(../images/social.gif) no-repeat 0 0;
	float: left;
}
.social .twitter-ftr span {
	padding: 0 26px 0 6px;
	display: block;
}

.social .twitter-ftr:hover {
	background-position: 50px -60px;
}
.social .twitter-ftr {
	background-position: 50px -40px;
}

.social .rss-ftr:hover {
	background-position: 0 -20px;
}
.social .rss-ftr span {
	display: block;
	padding: 0 6px 0 26px;	
}
.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

.single .pagination {
	padding: 0;
	margin-bottom: 0;
	clear: both;
}
.single h3 {
	padding: 18px 0 !important;
}

.single #comments {
	padding-top: 18px;
	border-top: 1px dotted #666666;
	margin-top: 18px;
	width: 702px;
}
.comment {
	_height: 1%;
}
.commentlist .comment {
	border-top: 1px dotted #ccc;
	padding-top: 18px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.comment_text {
	margin-left: 80px;
	position: relative;
	_height: 1%;
}
.comment-author {
	float: left;
	text-align: center;
	width: 80px;
}

.comment-date {
	float: right;
	color: #ddd;
}
.says {
	display: none;
}
.netfeed {
	float: left;
	padding: 0px !important;
}

.ratings {
	width: 100px;
	margin-left: 80px;
}

.rights {
	float: right;
}
#sidebar-container {
	height: 398px;
}

.postmetadata.alt {
	float: none !important;
}
.page-id-10 .subpage,
.page-id-12 .subpage {
	height: 560px !important;
}
.home .maincontent {
	height: auto;
	overflow: hidden;
}
.page-id-12 #cformsform label {
	margin: 0;
	line-height: 14px;
}
.page #post-12 a {
	color: #666;
}
.page #post-12 {
	_height: 1%;
}
.page #post-12 .entry {
	position: relative !important;
}

.content_left { 
	float: left;
	width: 317px;
	margin: 18px 18px 0 0;
}
.content_right {
	float: left;
	width: 527px;
	margin: 18px 0 0 0;
}
.home .subpage {
	padding: 18px;
	height: auto;
	_height: 1%;
	overflow: hidden;
}

.home .content_a {
	background: #fff;
	height: 684px;
	width: 862px;
	background: #015FA7 url(../images/abstract-01.jpg) no-repeat top left;
}

.home .content_b {
	background: #fff;
	width: 491px;
	float: left;
	padding: 18px;
}

.home .content_c h2 {
	margin-bottom: 37px !important;
}
.home .content_c {
	background: #333;
	width: 281px;
	height: auto;
	padding: 18px;
	float: left;
	margin-bottom: 18px;
}

#sidebar #calendar-3 {
	padding-top: 18px;
}
#sidebar #calendar-3 h2 {
	display: none;
}
#sidebar h2 {
	padding-bottom: 18px;
}
.home #sidebar {
	border: 18px solid #2c2c2c;
}

.home .content_left h2 {
	margin: 10px 0;
}
.home .content_d {
	width: 318px;
	height: auto;
	overflow: hidden;
	clear: both;
	padding-bottom: 30px;
}

.home .content_b .capture_photo { 
	background: #616161;
	height: 263px;
}

.home .content_b .capture_text {
	margin-top: 17px;
}
.home .content_b .capture_text p {
	font-size: 10px;
	line-height: 15px;
} 
.home #sidebar-container {
	display: none;
}

td#prev {
	text-align: left !important
}
td#next {
	text-align: right !important
}
.port-next span,
.port-prev span {
	display: none;
}

.port-prev:hover,
.port-next:hover {
	background-position: 0 -91px !important;
}
.port-next {
	background: transparent url(../images/right.png) no-repeat 0 0;
	display: block;
	height: 88px;
	right: -44px;
	position: absolute;
	top: 314px;
	width: 44px;
}
.port-prev {
	background: transparent url(../images/left.png) no-repeat 0 0;
	display: block;
	height: 88px;
	left: -44px;
	position: absolute;
	top: 314px;
	width: 44px;
}

.content_d p {
	font-style: italic;
	font-family: 'Times New Roman';
	font-size: 13px;
	padding: 0;
}

.page-id-23 .subpage {
	padding: 0 0 18px 0;
	width: 898px;
	height: 702px;
	overflow: hidden;
}

.page-id-23 .post-edit-link {
	bottom: -21px;
	color: #333333;
	font-size: 10px;
	left: 123px;
	position: absolute;
}
.anyClass {
	width: 898px !important;
	overflow: hidden !important;
}
.anyClass ul li {
	height: 702px !important;
}

.rec_thumb span {
	display: none;
}

.home a.rec_thumb.last {
	margin: 0 0 0 0 !important;
}
#advent {
	background: transparent url(../images/icon-01.png) no-repeat top left;
}
#azzaria {
	background: transparent url(../images/icon-02.png) no-repeat top left;
}

#nikeb {
	background: transparent url(../images/icon-03.png) no-repeat top left;
}
#nikesc {
	background: transparent url(../images/icon-04.png) no-repeat top left;
}

#verizon {
	background: transparent url(../images/icon-05.png) no-repeat top left;
}

#jetli {
	background: transparent url(../images/icon-06.png) no-repeat top left;
}

#trutha {
	background: transparent url(../images/icon-07.png) no-repeat top left;
}

#dash {
	background: transparent url(../images/icon-08.png) no-repeat top left;
}

#assurant {
	background: transparent url(../images/icon-09.png) no-repeat top left;
}

.rec_thumb:hover {
	border: 2px solid #0090FF;
}
.rec_thumb.selected {
	border: 2px solid #0090FF;
}
.rec_thumb {
	width: 75px;
	height: 62px;
	display: block;
	background: #eee;
	float: left;
	margin-right: 22px;
	border: 2px solid #666;
}
a.thumb.last {
	margin: 18px 0 0 18px !important;
}


#thumb-advent {
	background: transparent url(../images/thumb-advent.jpg) no-repeat 20px 20px;
}
#thumb-azzaria {
	background: transparent url(../images/thumb-azzaria.jpg) no-repeat 20px 20px;
}
#thumb-nike {
	background: transparent url(../images/thumb-nike.jpg) no-repeat 20px 20px;
}
#thumb-verizon {
	background: transparent url(../images/thumb-verizon.jpg) no-repeat 20px 20px;
}
#thumb-wong {
	background: transparent url(../images/thumb-wong.jpg) no-repeat 20px 20px;
}
#thumb-jet {
	background: transparent url(../images/thumb-jet.jpg) no-repeat 20px 20px;
}
#thumb-assurant {
	background: transparent url(../images/thumb-assurant.jpg) no-repeat 20px 20px;
}
#thumb-dash {
	background: transparent url(../images/thumb-dash.jpg) no-repeat 20px 20px;
}


#thumb-tcoda {
	background: transparent url(../images/thumb-tcoda.jpg) no-repeat 20px 20px;
}
#thumb-bp {
	background: transparent url(../images/thumb-bp.jpg) no-repeat 20px 20px;
}
#thumb-news {
	background: transparent url(../images/thumb-news.jpg) no-repeat 20px 20px;
}
#thumb-giant {
	background: transparent url(../images/thumb-giant.jpg) no-repeat 20px 20px;
}
#thumb-wong {
	background: transparent url(../images/thumb-wong.jpg) no-repeat 20px 20px;
}
#thumb-nss {
	background: transparent url(../images/thumb-nss.jpg) no-repeat 20px 20px;
}
#thumb-capcom {
	background: transparent url(../images/thumb-capcom.jpg) no-repeat 20px 20px;
}
#thumb-travel {
	background: transparent url(../images/thumb-travel.jpg) no-repeat 20px 20px;
}
#thumb-nikesc {
	background: transparent url(../images/thumb-nikesc.jpg) no-repeat 20px 20px;
}
#thumb-eville {
	background: transparent url(../images/thumb-eville.jpg) no-repeat 20px 20px;
}
#thumb-todd {
	background: transparent url(../images/thumb-todd.jpg) no-repeat 20px 20px;
}

.thumb-name {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}
.thumbdesc {
	font-size: 11px !important;
	line-height: normal !important;
}

.thumb-type {
	float: left;
	text-align: right;
	width: 60px;
}

.thumb-skill {
	margin-left: 70px !important;
}

.fn {
	font-style: normal;
	display: block;
}

.reply {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cancel-comment-reply {
	bottom:-20px;
	position:absolute;
	right:115px;
}

.thumb-name-link a { color: #0090FF; }
.thumb-name-link {
	bottom: 26px;
	left: 30px;
	position: absolute;
}

.home .pagination {
	float: right;
	padding: 0;
	width: 545px;
}

.home .hentry h3 {
	float: left;
	margin: 0;
	padding-left: 18px;
}

#post-23 a {
	color: #666;
}

#recaptcha_area .recaptchatable {
	border: 0 !important;
}

#recaptcha_area * {
	padding: 0 !important;
}
#recaptcha_area .recaptcha_image_cell {
	padding-right: 10px !important;
}

#recaptcha_area #recaptcha_tagline,
#recaptcha_area #recaptcha_logo {
	display: none;
}
