/*
Theme Name: 1 Plus Design
Theme URI: http://1plusdesign.com
Description: 1 Plus Design Theme
Author: Roy Ho
Version: 2.0
Tags: yellow, blue, 2-column, fixed
*/


/*-----BASE ON ERIC MEYER'S RESET-----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
 ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

/*-------------------------END RESET----------------------------*/

/*-----COLORS-----*/
/* site background gray - #efefef  */

/*-----UTILITY-----*/
.group:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* for IE6 */
* html .group {
	height:1%;
}

/* for IE7 */
*:first-child+html .group {
	min-height:1px;
}

/*-----GENERAL-----*/
body {
	font-family:helvetica, arial, sans-serif;
	background-color:#004460;
}

p#noscript {
	background-color:#ffffff;
	color:#F60;
	padding:10px;
	display:block;
	font-weight:600;
	font-size:20px;
}


/*-----HEADER-----*/
#headerBG {
	background:url(images/header_bg.png) repeat-x scroll top center transparent;
	height:200px;
	position:relative;
}

header {
	width:960px;
	margin:0 auto;
	position:relative;
	height:200px;
}

header #logo {
	clip:rect(0 305px 57px 0);
	position:absolute;
	top:35px;
	left:0;
	border:none;
}

header h1#tagline {
	position:absolute;
	top:93px;
	left:26px;
	font-size:13px;
	color:#999;
	font-weight:normal;
	line-height:1.2em;
}

header h1#welcome {
	position:absolute;
	width:390px;
	top:45px;
	right:0;
	line-height:1.1em;
	color:#1b5472;
}

nav {
	position:absolute;
	top:44px;
	right:0px;	
}

nav ul li {
	float:left;
	margin-left:20px;
	padding:5px;
	border:1px dashed #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
}

nav a {
	text-decoration:none;
	color:#0098bc;
	font-family:Impact, Helvetica, Arial,sans serif;	
	display:block;
	padding:6px 6px;
}

nav ul li:hover > a, nav ul li.current a{
	background:#F3F3F3;	
}

nav ul li ul li:hover a {
	background: #0399d4; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba); /* for firefox 3.6+ */
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

nav ul li ul {
	display:none;
	position:absolute;
	top:38px;
	left:0px;	
	width:200px;
	margin:0;
	padding:0;
	z-index:200;
	background:#ddd;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	border:1px dashed #ccc;
}

nav ul li:hover > ul {
	display:block;	
}

nav ul li ul li {
	float:none;	
	background:none;
	border:none;
	padding:0;
	margin:0;
}

header .twitter {
	position:absolute;
	top:-316px;
	right:-62px;
	clip:rect(428px 54px 474px 0px);	
}

header .rss {
	position:absolute;
	top:-361px;
	right:2px;
	clip:rect(474px 54px 520px 0px);	
}

/*-----SEARCH-----*/
header #searchform {
	background:url(images/misc.png) no-repeat scroll -137px 0 transparent;
	width:325px;
	height:49px;
	position:absolute;
	top:111px;
	right:0px;
	*z-index:-1;
}

header p#input_search input{
	position:absolute;
	top:14px;
	left:23px;
	outline:none;
	border:none;
	background:none;
	font-size:14px;
	width:238px;
	color:#7f7f7f;
	font-style:italic;
}

header #search_button {
	outline:none;
	border:none;
	background:url(images/misc.png) no-repeat scroll -51px -9px transparent;
	width:40px;
	height:32px;	
	position:absolute;
	top:9px;
	right:10px;
	text-indent:-9999px;
	*line-height:1px;
	cursor:pointer;
}

header #search_button:hover {
	background-position:-91px -9px;	
}

/*-----FEATURES-----*/
#features_section {
	background:url(images/features_bg.png) repeat-x scroll top center transparent;
	height:262px;
	position:relative;
	*z-index:-1;
}

#features_section #featuresHighlight {
	background:url(images/features_highlight.png) no-repeat scroll top center transparent;
	height:261px;
}

#features_section #featuresWrapper {
	width:960px;
	margin:0 auto;	
	color:#1B5472;
}

#services {
	background:url(images/features_paper.png) no-repeat -640px 0 transparent;
	width:305px;
	height:283px;
	position:relative;
	float:left;
	margin-top:-30px;
	margin-right:15px;
	margin-left:8px;
}

#services h2 {
	text-indent:-9999px;	
}

#services ul {
	position:absolute;
	top:88px;
	left:40px;
}

#services ul li {
	background:url(images/checkmark.png) no-repeat scroll 0 5px transparent;
	line-height:1.6em;
	padding-left:20px;
}

#features {
	background:url(images/features_paper.png) no-repeat 0 0 transparent;
	width:304px;
	height:283px;
	position:relative;
	float:left;
	margin-top:-30px;	
	margin-right:15px;
}

#features h2 {
	text-indent:-9999px;	
}

#features ul {
	position:absolute;
	top:88px;
	left:40px;
}

#features ul li {
	background:url(images/checkmark.png) no-repeat scroll 0 5px transparent;
	line-height:1.6em;
	padding-left:20px;
}

#benefits {
	background:url(images/features_paper.png) no-repeat -320px 0 transparent;
	width:305px;
	height:283px;
	position:relative;
	float:left;
	margin-top:-30px;
}

#benefits h2 {
	text-indent:-9999px;	
}

#benefits ul {
	position:absolute;
	top:88px;
	left:40px;
}

#benefits ul li {
	background:url(images/checkmark.png) no-repeat scroll 0 5px transparent;
	line-height:1.6em;
	padding-left:20px;
}
/*-----CONTENTS-----*/
#contents_bg {
	background-color:#d1a807;
	padding-top:20px;
	min-height:500px;
	padding-bottom:100px;
}

#contentWrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	height:1090px;
}

#features_section {
	background:url(images/features_bg.png) repeat-x scroll top center transparent;
	height:262px;
	position:relative;
	*z-index:-1;
}

#features_section #featuresHighlight {
	background:url(images/features_highlight.png) no-repeat scroll top center transparent;
	height:261px;
}

#pageWrapper {
	width:940px;
	margin:0 auto;
	position:relative;
	background-color:#ffffff;
	margin-top:-200px;
   -moz-box-shadow:0 2px 10px rgba(0,0,0,.6);	
   -webkit-box-shadow:0 2px 10px rgba(0,0,0,.6);
	padding:10px;
}

#pageContent {
	float:left;
	width:660px;
	position:relative;	
	margin-left:10px;
}

h1.entry-title {
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;	
	color:#0186ba;
}

/*-----SIDEBAR------*/
#sidebar {
	float:right;
	width:254px;	
}

#sidebar img.ads {
	margin:5px 0 0 5px;	
	float:left;
}

#sidebar img.wpzoom {
	margin-bottom:3px;
	border:1px solid #ccc;	
}


/* PROJECTS */
#projectsBG {
	background:url(images/projects_bg.png) no-repeat scroll 0 0 transparent;
	width:948px;
	height:294px;
	position:relative;
	padding:10px;
}

#projectsBG .featured_icon {
	position:absolute;
	top:50px;
	right:6px;
}

#projectsBG .projectsWrapper {
  width: 795px; /* #projectsBG width - (.projectsWrapper margin-left + .projectsWrapper margin-right) */
  overflow: auto;
  height:180px;
  position: absolute;
  top: 60px;
  margin-left:70px;
}

#projectsBG ul a img {
  display:block;
  -moz-box-shadow:0 2px 10px rgba(0,0,0,.6);	
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,.6);
  border:1px solid #F3F3F3;
}

#projectsBG .projectsWrapper ul {
  width:9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#projectsBG ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 164px;
  width: 180px;
}

#projectsBG .arrow {
  display: block;
  width: 62px;
  height: 52px;
  background: url(images/arrows.png) no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  position: absolute;
  top: 237px;
  cursor: pointer;
  margin:0 20px;
}

#projectsBG .forward {
  background-position: -62px 0;
  right: 0;
}

#projectsBG .back {
  background-position: 0 0;
  left: 0;
}

#projectsBG .forward:hover {
  background-position: -62px -52px;
}

#projectsBG .back:hover {
  background-position: 0 -52px;
}

/* Who am I */
#whoami {
	background:url(images/misc.png) no-repeat scroll -71px -359px transparent;
	position:absolute;
	top:415px;
	left:0;
	width:400px;
	height:350px;
	margin:0 auto;
	font-size:12px;
}

#whoami p {
	position:absolute;
	top:30px;
	left:20px;
	width:345px;
	font-size:14px;
	line-height:1.5em;	
	color:#1B5472;	
}

#whoami_title {
	clip:rect(49px 462px 119px 135px);
	position:absolute;
	top:-129px;
	left:-135px;	
}

#whoami h2 {
	text-indent:-9999px;	
}

#whoami #paperclip {
	clip:rect(229px 135px 336px 65px); 
	position:absolute;
	top:-237px;
	right:-327px;
}

/* CONTACT ME */
#contact {
	position:absolute;
	top:305px;
	right:0;
	width:410px;
	height:600px;
	margin:0 auto;
}

#contact #contact_title {
	clip:rect(298px 462px 358px 179px);
	position:absolute;
	top:-266px;
	right:120px;	
}

#contact h2 {
	text-indent:-9999px;	
}

#contact form#contactform {
	margin-top:112px;
}

#contact form#contactform p {
	margin-bottom:20px;
}

#contact form#contactform label.title {
	text-indent:-9999px;
	display:inline-block;
}

#contact form#contactform p.name {
	background:url(images/name_bg.png) no-repeat 0 0 scroll transparent;
	width:395px;
	height:45px;
	position:relative;
	clear:both;
	display:block;	
}

#contact form#contactform input, textarea {
	color:#1b5472;
}

#contact form#contactform p.name input, #contact form#contactform p.email input {
	position:absolute; 
	top:10px;
	left:90px;
	border:none; 
	font-size:20px;
	width:300px; 
	background:none;
	display:block;
}

#contact form#contactform p.email {
	background:url(images/email_bg.png) no-repeat 0 0 scroll transparent;
	width:395px;
	height:45px;
	position:relative; 
	clear:both;
	display:block;	
	
}

#contact form#contactform p.message {
	background:url(images/message_bg.png) no-repeat 0 0 scroll transparent;
	width:395px;
	height:207px;
	position:relative; 
	clear:both;
	display:block;	
	
}

#contact form#contactform p.message textarea {
	position:absolute; 
	top:10px;
	left:90px;
	border:none; 
	font-size:15px;
	width:305px;
	background:none; 
	overflow:auto; 
	display:block;
	font-family:Verdana, Geneva, sans-serif;
}

#contact form#contactform .button {
	background:url(images/submit_button.png) no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	width:88px;
	height:44px;
	font-size:20px;
	border:none;
	outline:none;
	cursor:pointer;
	display:block;
	line-height:1;
	margin-left:306px;
}

#contact form#contactform .button:hover {
	background-position:-88px 0;	
}

#response {
	color:#ffffff;
	position:absolute;
	top:471px;
	left:1px;	
	line-height:1.4em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #ccc;
	padding:10px;
	display:none;
}

span.email {
	background:url(images/email.png) no-repeat scroll 0 0 transparent;
	position:absolute;
	top:153px;
	right:-14px;
	display:block;
	text-indent:-9999px;
	width:23px;
	height:287px;	
}


/* LATEST BLOG */
#latest_blog {
	position:absolute;
	top:781px;
	left:0px;
	width:430px;
	height:350px;
	margin:0 auto;
	font-size:16px;
	
}

#latest_blog #latest_blog_title {
	clip:rect(228px 462px 296px 135px);
	position:absolute;
	left:-143px;
	top:-287px;
}

#latest_blog h2 {
	text-indent:-9999px;	
}

#latest_blog ul li {
	background:url(images/list-bullet.png) no-repeat scroll 0 4px transparent;
	padding:2px 0 0 21px;
	line-height:1.2em;
	margin-bottom:10px;
}

#latest_blog ul li a:link, #latest_blog ul li a:visited {
	text-decoration:underline;
	color:#1b5472;
}

#latest_blog ul li a:hover, #latest_blog ul li a:active {
	text-decoration:none;
	background-color:#FFFFFF;
	color:#F60;
	padding:2px;
}

/*-----POST-----*/
.entry-content {
	margin-top:10px;
	position:relative;		
}

.entry-content .thumb_bg, .entry-summary .thumb_bg {
	background:url(images/main_blog_image_bg.png) no-repeat scroll 0 0 transparent;
	width:301px;
	height:234px;
	float:left;	
	margin:-8px 5px 0 0;
}

.entry-content .thumb_bg img, .entry-summary .thumb_bg img {
	margin:18px 0 0 20px;	
}

.entry-content p {
	line-height:1.6em;
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}

.entry-content strong {
	font-size:12px;
	color:#800000;	
}

.entry-content a:link, .entry-content a:visited {
	color:#800000;	
}

.entry-content a:hover, .entry-content a:active {
	text-decoration:none;	
}

.entry-content h3 {
	font-size:15px;
	color:#09C;	
	margin:30px 0 10px 0;
	padding:5px;
	background-color:#ccc;
}

.entry-content p.code-titles {
	font-size:15px;
	color:#F90;
	font-weight:bold;	
}

.entry-content ul {
	margin-bottom:10px;	
}

.entry-content ul li {
	margin-left:30px;
	line-height:1.4em;
	list-style-type:disc;	
	margin-bottom:5px;
	font-size:12px;
}

.entry-title a:link, .entry-title a:visited {
	text-decoration:none;
	color:#419ba3;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
}

h1.page-title {
	color:#F60;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:20px;
}

.entry-title a:hover, .entry-title a:active {
	text-decoration:underline;	
}

.entry-meta {
	font-size:12px;
	line-height:1.2em;
	margin-bottom:20px;	
}

.entry-summary {
	margin-bottom:10px;
	line-height:1.4em;	
}

.entry-utility {
	font-size:12px;	
	margin-bottom:40px;
	border:1px dashed #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	line-height:1.4em;
}


a.more-link:link, a.more-link:visited {
	color:#419ba3;	
}

a.more-link:hover, a.more-link:active {
	color:#3CF;	
}

#nav-above {
	margin-bottom:20px;	
	font-size:12px;
}

#nav-below {
	margin-top:10px;
	clear:both;	
	font-size:12px;
}

.page-link {
	margin:20px 0;	
}

.entry-content .page-link a {
	border-radius:3px;
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.4);
	padding:5px 8px;
	background-color:#0E7CBE;
	color:#ffffff;
	text-decoration:none;
	margin-right:5px;
}

.entry-content .page-link a:hover {
	background-color:#C03;
	color:#ffffff;
}


.single #nav-below {
	margin:20px 0;	
}

.nav-previous {
	float:left;
	font-size:14px;
	border:1px dashed #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}

.nav-next {
	float:right;	
	font-size:14px;
	border:1px dashed #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	
}

.nav-previous a:link, .nav-previous a:visited, .nav-next a:link, .nav-next a:visited {
	color:#F60;	
	font-weight:bold;
}

.nav-previous a:hover, .nav-previous a:active, .nav-next a:hover, .nav-next a:active {
	color:#ccc;	
}

.single .entry-title {
	color:#419ba3;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
	
}

pre.html, pre.css {
	margin-bottom:20px;	
}

.entry-content img.size-full, .entry-content p img {
	margin:20px 0;	
	border:5px solid #ccc;
}

#entry-author-info {
	margin-bottom:20px;
	border:1px solid #CCC;
	padding:10px;
	width:400px;
}

#author-avatar {
	float:left;	
	margin-right:10px;
}

#author-avatar img {
	border:1px solid #999;	
}

#author-description {
	float:left;
	width:300px;	
	font-size:12px;
	line-height:1.4em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);	
}

#author-description h2 {
	font-size:16px;	
}

#top_container {
	position:relative;
	margin:10px 0px;	
}

a.top{
	float:right;
	text-indent:-9999px;
	background:url(images/top.png) no-repeat;
	width:83px;
	height:58px;
	display:block;
	margin-top:40px;
	clear:both;
}

a.top:hover {
	background-position:0 -58px;
}

.FB_like {
	height:50px;	
}
/*-----CATEGORY/ARCHIVE POST PAGE-----*/
body.category .post, body.search .post, body.error404 .post {
	margin-bottom:20px;	
	padding:10px;
   -moz-box-shadow:0 2px 4px rgba(0,0,0,.6);	
   -webkit-box-shadow:0 2px 4px rgba(0,0,0,.6);
   background:url(images/post_bg.jpg) no-repeat scroll 205px 0 #f8f8f8;
   *background-color:#f8f8f8;
   background-color:#f8f8f8\9;
   *border:1px solid #ccc;
   border:1px solid #ccc\9;
   position:relative;
}

body.category .post .entry-meta a:link, body.category .post .entry-utility a:link, body.category .post .entry-summary a:link,
body.category .post .entry-meta a:visited, body.category .post .entry-utility a:visited, body.category .post .entry-summary a:visited, 
body.search .post .entry-meta a:link, body.search .post .entry-utility a:link, body.search .post .entry-summary a:link,
body.search .post .entry-meta a:visited, body.search .post .entry-utility a:visited, body.search .post .entry-summary a:visited,
body.single .post .entry-meta a:link, body.single .post .entry-utility a:link, body.single .post .entry-summary a:link,
body.single .post .entry-meta a:visited, body.single .post .entry-utility a:visited, body.single .post .entry-summary a:visited,
body.archive .post .entry-meta a:link, body.archive .post .entry-utility a:link, body.archive .post .entry-summary a:link,
body.archive .post .entry-meta a:visited, body.archive .post .entry-utility a:visited, body.archive .post .entry-summary a:visited,
cite.fn a:link, cite.fn a:visited {

	color:#0099CC;	
}

body.category .post .entry-meta a:hover, body.category .post .entry-utility a:hover, body.category .post .entry-summary a:hover,
body.category .post .entry-meta a:active, body.category .post .entry-utility a:active, body.category .post .entry-summary a:active,
body.search .post .entry-meta a:hover, body.search .post .entry-utility a:hover, body.search .post .entry-summary a:hover,
body.search .post .entry-meta a:active, body.search .post .entry-utility a:active, body.search .post .entry-summary a:active,
body.single .post .entry-meta a:hover, body.single .post .entry-utility a:hover, body.single .post .entry-summary a:hover,
body.single .post .entry-meta a:active, body.single .post .entry-utility a:active, body.single .post .entry-summary a:active,
body.archive .post .entry-meta a:hover, body.archive .post .entry-utility a:hover, body.archive .post .entry-summary a:hover,
body.archive .post .entry-meta a:active, body.archive .post .entry-utility a:active, body.archive .post .entry-summary a:active,
cite.fn a:hover, cite.fn a:active {


	text-decoration:none;	
}

body.search .post.not-found, body.error404 .post.error404 {
	background:none;
	background-color:#f8f8f8;	
}

body.search .post.not-found img.notfound, body.error404 .post.error404 img.notfound {
	margin-left:30px;	
}

body.category .post .date_label, body.search .post .date_label {
	background:url(images/date.png) no-repeat scroll 0 0 transparent;
	width:45px;
	height:52px;
	position:absolute;
	top:19px;
	left:-45px;
	text-align:center;
	color:#ffffff;	
	font-size:10px;
}

body.category .post .date_label span.month, body.search .post .date_label span.month {
	position:absolute;
	top:3px;
	left:15px;
}

body.category .post .date_label span.date, body.search .post .date_label span.date {
	position:absolute;
	top:15px;
	left:13px;
	font-size:19px;
	font-weight:bold;
}

body.category .post .date_label span.year, body.search .post .date_label span.year {
	position:absolute;
	bottom:6px;
	left:12px;
}

/*-----COMMENTS-----*/
#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #999;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 20px;
	position: relative;
}

.commentlist li:last-child {
	
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	margin-right:10px;
	float:left;
	border:1px solid #f7f7f7;
	padding:5px;
	background:#419ba3;
	background:-moz-linear-gradient(top, #f8f8f8, #cccccc 50%);
	background:-webkit-gradient(linear, 0 0, 0 50%, from(#f8f8f8), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#cccccc);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#cccccc)";	
	
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	height:65px;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
	background-color:#F0F0F0;
}

.reply {
	font-size: 14px;
	margin-bottom:20px;
}

.reply a,
a.comment-edit-link {
	color: #F60;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
	text-decoration:none;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	margin-bottom:10px;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


.thread-odd {
	
}

.thread-even {
	background-color:#F5FBFE;	
}

/* Comments form */
#commentform {
	width:470px;	
}

form#commentform label.error {
	margin-left:0;
	background: #fbfcda;
	border:1px solid #dbdbd3;
	display:inline-block;
	padding:5px;
	color:#F60;
	font-size:14px;
	font-weight:100;
}


input[type=submit] {
	color: #333;
}

#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
	font-size:12px;
}
.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required_star {
	color: #ff4b33;
	font-weight: bold;
	font-size:12px;
}
#respond label {
	color: #888;
	font-size: 16px;
}

#respond input[type=text] {
	margin: 5px 0 15px;
	width: 98%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:35px;
	font-size:25px;
	border:1px solid #ccc;
	color:#419BA3;
}

#respond textarea {
	width: 98%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#419BA3;
	font-size:14px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
	cursor:pointer;
}

p.subscribe-to-comments {
	line-height:1.2em;	
}

/*-----FOOTER-----*/
#footer_wrapper {
	background:url(images/footer_bg.jpg) no-repeat scroll top center transparent;
	min-height:230px;	
}

footer {
	width:960px;
	margin:0 auto;
	position:relative;	
}

p#copyright {
	position:absolute;
	top:35px;
	left:0px;
	color:#ffffff;
	font-size:12px;	
	line-height:1.4em;
}

#footer_links {
	position:absolute;
	top:12px;
	left:1px;	
}

#footer_links a:link, #footer_links a:visited {
	text-decoration:none;
	color:#ffffff;
}

#footer_links a:hover, #footer_links a:active {
	color:#ccc;	
}

#linkedin {
	position:absolute;
	top:78px;
	left:0px;	
}


footer span#browsers {
	background:url(images/misc.png) no-repeat scroll -112px -119px transparent;
	width:350px;
	height:109px;
	position:absolute;
	top:13px;
	right:150px;	
	display:block;
	text-indent:-9999px;
}

footer #twitter {
	background:url(images/misc.png) no-repeat scroll 0 -49px transparent;
	width:112px;
	height:151px;
	position:absolute;
	top:-36px;
	right:12px;	
	text-indent:-9999px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(images/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(images/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(images/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(images/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(images/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(images/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(images/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(images/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(images/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(images/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(images/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(images/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(images/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(images/fancybox.png);
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://1plusdesign.com/wp-content/themes/1plusdesign/images/fancy_shadow_nw.png', sizingMethod='scale'); }

/*----SOCIABLE-----*/
div.sociable { margin: 45px 0; clear:both; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

div.sociable_tagline strong {
	font-size:26px;
	color:#F90;	
	margin-bottom:15px;
	display:block;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);	
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 48px;
	height: 48px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

