@charset "utf-8";
/* CSS Document */
/******************** general styles start **************************/

* {
	border:none;
	padding:0;
	margin:0;
}

img {
	border:0;
}

html {
	background:url(../images/stars-slice.jpg) repeat-x 0 0; 
	height:100%;
	background-color:#9F8BD2;
}

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#1e1e1e;
}

#wrapper {	
	margin:0 auto;
	width:1000px;
	height:100%;
	min-height:100%;
	position:relative;
}

.clearB {
	clear:both;
}

p {
	padding:6px 0 3px 0;
}

a {
	color:#282B8A;
}

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

.cv-job {
	padding:12px 0;
	}
	
.pic-border {
	padding:4px; 
	border:1px solid #282b8a;
}

.no-list {
	list-style:none;
	}
	
.bold {
	font-weight:bold;
	font-size:26px;
	}
	
.bolder {
	font-weight:bold;
	font-size:40px;
	}


/******************** general styles finish **************************/

/******************** topline start **************************/

#topline-contact {
	position:relative;
}

#addthis {
	float:right;
	padding:3px 6px 0 0;
}

#topline-contact {
	float:right;
	color:white;
	padding:0 20px 0 0;
}

#contactLink {
	height:40px;
	width:350px;
	display:block;
	cursor:pointer;
	background:url(../images/contact-dropdown.png) no-repeat 0 0;
	text-align:center;
	padding:4px 0 0 0;
}

#contactLink a {
	color:white;
	text-decoration:none;
}

#contactLink a:hover {
	color:#ee8828;
}

/******************** topline finish **************************/

/******************** logo start **************************/

#logo-bg {
	position:relative;
	left:-116px;
	top:0;
	float:left;
	background:url(../images/logo-bg.jpg) no-repeat 0 0;
	height:293px;
	width:410px;
}

#LYKC-logo {
	position:relative;
	left:120px;
	top:15px;
	outline:none;
}

a.LYKC-rollover {
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/LYKC-logo.png");
	outline:none;
}

a.LYKC-rollover:hover {
	background-position: 0 125px;
}

.displace {
	position: absolute;
	left: -5000px;
}

/******************** logo finish **************************/

/******************** nav start **************************/

#nav {
	position:absolute;
	top:60px;
	left:268px;
}

#nav a {
	margin:0 4px 0 0;
}

.about-button, .services-button, .portfolio-button, .contact-button, .blog-button {
	border: solid 2px #ee8828;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background: url( ../images/nav-button-bg.gif) repeat-x 0 0;
	height: 36px;
	width:135px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration:none;
	outline:none;
}
	
.about-button span, .services-button span, .portfolio-button span, .contact-button span, .blog-button span {
	display:block;
	padding: 6px 0 0 40px;
	font-weight:bold;
	font-size: 20px;
	color: #282b8a;
	font-family:Arial, Helvetica, sans-serif;
}

.about-button img, .services-button img, .portfolio-button img, .contact-button img, .blog-button img {
	position: absolute;
	top: -6px;
	left: -10px;
	border: none;
	outline:none;
}
	
.about-button span:hover, .services-button span:hover, .portfolio-button span:hover, .contact-button span:hover, .blog-button span:hover {
	color: #ee8828;
}
		
/******************** nav finish **************************/

/******************** CSS page highlight start **************************/

#about #nav .about-button span, #services #nav .services-button span, #portfolio #nav .portfolio-button span, #contact #nav .contact-button span, #blog #nav .blog-button span {
	color:#282b8a;
	outline:none;
	background: url(../images/nav-button-highlight-bg.gif) 0 0 repeat-x;
	height: 30px;
	width:95px;
}

/******************** CSS page highlight end **************************/

/******************** strapline start **************************/

#strapline {
	background:black;
	height:58px;
	width:1000px;
	position:absolute;
	top:140px;
	filter:alpha(opacity=65);
	opacity:0.65;
	text-align:center;
}

#strapline h1 {
	color:white;
	font-size:30px;
	padding:14px 0 0 0;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1.8px;	
}

/******************** strapline end **************************/

/******************** main container start **************************/

#main-container {
	background:url(../images/main-container-bg.png) repeat-y 0 0;
	width:1000px;
	height:100%;
	min-height:400px;
	position:relative;
	top:-94px;
	clear:both;
	padding:10px 0 180px 0;
}

#main-container h1 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#282B8A;
	letter-spacing:-2px;
	padding:0 0 14px 0;
}

#main-container h3 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#282B8A;
	letter-spacing:-1px;
	padding:16px 0 0 0;
}

#rightbar-content h2, #leftbar-content h2, #leftbar-content-empty h2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#282B8A;
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:14px 0 8px 0;
}

#leftbar-content ul, #leftbar-content-empty ul {
	margin:0 0 0 20px;
}

	
#leftbar-content {
	width:300px;
	position:absolute;
	left:20px;
	top:280px;
}

#leftbar-content-empty {
	width:300px;
	position:absolute;
	left:20px;
	top:20px;
}
	
#rightbar-content {
	width:610px;
	position:relative;
	left:360px;
	clear:both;
}

#rightbar-content ul {
	margin: 10px 20px;
}

.list-tick li {
	list-style:url(../images/tick.gif);
}

.services-breadcrumb {
	padding:60px 0 0 0;
	text-align:center;
}

/******************** main container end **************************/


/******************** Homepage styles start *************************/

#homepage-intro {
	font-size:24px;
	line-height:36px;
	padding:10px 10px 50px 10px;
	}
	
.homepage-testimonial {
	width:300px;
}

.homepage-hire-me {
	 position:absolute; 
	 left:380px;
	 top:300px;"
}

.contact-me-button {
	outline:none;
	padding:37px 0 0 65px;
}

.home-portfolio-button {
	outline:none;
	padding:40px 0 0 170px;
}

a.contact-me-button-rollover {
	display: block;
	width: 131px;
	height: 42px;
	text-decoration: none;
	background: url("../images/contact-me-button.gif");
	outline:none;
}

a.home-portfolio-button-rollover {
	display: block;
	width: 131px;
	height: 42px;
	text-decoration: none;
	background: url("../images/portfolio-button.gif");
	outline:none;
}

a.contact-me-button-rollover:hover, a.home-portfolio-button-rollover:hover {
	background-position: 0 -42px;
}

.hire-me {
	background:url(../images/hire-me-sign.png)no-repeat 0 0;
	height:48px; 
	width:200px;
}

.hire-me h2 {
	position:relative;
	left:60px;
	}

#twitter_div
{
	width:260px;
	height:183px;
	background:url(../images/twitter-bg.png) no-repeat 0 0;
	position:relative;
	font-style:italic;
}

#twitter-logo
{
	padding-top:10px;
	clear:both;
}


#twitter_update_list
{
	padding:25px 0 0 0;
	list-style:none;
	width:230px;
}

.follow-me {
	padding: 0 0 0 20px;
}

#flickr-div
{
	padding:20px 0 0 5px;
	width:255px;
	height:250px;
}

#flickr-photos a
{
	border: solid 1px white;
	width:125px;
	height:84px;
	display:block;
	float:left;
}

#flickr-photos a:hover
{
	border: solid 1px #ee8828;
	width:125px;
	height:84px;
	display:block;
}


/********************* Homepage styles end ******************************/

/******************** portfolio styles start **************************/

.boxgrid
{ 
	width: 290px; 
	height: 180px; 
	float:left; 
	background:#161613; 
	border: solid 2px #282B8A; 
	overflow: hidden; 
	position: relative; 
	margin:24px 20px 0 0;
}

.boxgrid-right
{ 
	width: 290px; 
	height: 180px; 
	float:left; 
	background:#161613; 
	border: solid 2px #282B8A; 
	overflow: hidden; 
	position: relative; 
	margin:24px 0 0 0;
}

.boxgrid:hover, .boxgrid-right:hover
{ 
	border: solid 2px #ee8828; 
}

.boxgrid img, .boxgrid-right img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p, .boxgrid-right p
{ 
	color:white; 
	font-size:10px;
	padding:4px 12px 0 12px;
}

.boxgrid a, .boxgrid-right a
{ 
	color:white; 
}

.boxcaption
{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 170px; 
	width: 100%; 
	opacity: .85; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.captionfull .boxcaption 
{
	top: 150px;
	left: 0;
}

.caption .boxcaption 
{
	top: 150px;
	left: 0;
}

.open-speech {
	background: url(../images/open-speech.png) 0 0 no-repeat;
	width:28px;
	height:20px;
	clear:both;
}

.close-speech {
	background: url(../images/close-speech.png) 0 0 no-repeat;
	width:28px;
	height:20px;
	float:right;
}

.testimonial {
	font-size:11px;
	font-weight:bold;
	padding:0 8px;
}
	
.testimonial-meta {
	padding:4px 12px 24px 0;
	font-size:10px;
	float:right;
}
				

/******************** portfolio styles end **************************/


#contactForm2 {
	height:500px;
	width:500px;
	background:black;
	filter:alpha(opacity=80);
	opacity:0.80;
}

#contactForm2 fieldset {
	padding:10px 30px 30px 30px;
	border:none;
}      

#contactForm2 label {
	display:block;
	color:white;
}      

#contactForm2 input[type=text] {
	display:block;
	border:solid 1px #282b8a;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  

#contactForm2 textarea {
	display:block;
	border:solid 1px #282b8a;
	width:100%;
	margin-bottom:10px;
}  

#contactForm2 input[type=submit] {
	background:url(../images/send-bg.png) 0 0 no-repeat;
	height:24px;
	width:77px;
	text-indent:-9999px;
	cursor:pointer;
}                

/******************** social networking start **************************/

#social-networking {
	position:fixed;
	right:0;
	bottom:50px;
	float:right;
	width:46px;
	height:135px;
	background:url(../images/social-follow-me.png) 0 0 no-repeat;
	z-index:9999;
}

#social-networking ul {
	margin:40px 0 0 0;
}

#social-networking li {
	text-decoration:none;
	list-style:none;
	float:left;
	padding:0 2px 0 3px;
}


/******************** social networking end **************************/


/******************** blog start **************************/

.post {
	padding:20px 0 0 0;
}

#comments p {
	margin:0 10px 10px 10px;
	clear:both;
}

li.graybox {
	background:#eee;
}

ul#commentlist {
	list-style:none;
}

.commentheader {
	margin-left:10px;
	}

.commentheader small {
	color:#888;font-size:0.8em;
}

.commenttext a {
	color:#000;
}

.commenttext a:hover {
	text-decoration:none;
}

.commentlink {
	text-transform:uppercase;
	font-size:0.8em;
}

.commentlink a {
	color:#888888;
}

h2#commentstitle, h2#postcomment { 
	font-size:18px;
}

form#commentform p {
	padding:5px 0;
}

form#commentform input, form#commentform textarea {
	border:1px solid #EEEEEE;
	margin:0 10px 0 0;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.blog-header-image {
	margin-left: 333px;
	position: relative;
	top: -9px;
}

#submit {
	background:url(../images/submit-comment-button.png) 0 0 no-repeat;
	width:131px;
	height:42px;
	outline:none;
	text-indent:-9999px;
}

form#commentform .no-border input {
	border:none;
}

.blog-navigation {
	padding:20px 0;
}

#searchform {
	padding: 0 0 20px 0;
}

#searchform input {
	padding:5px;
}

#searchbox {
	border:1px solid #282b8a;
	width:160px;
}

#searchsubmit {
	background:url(../images/search-button.png) 10px 0 no-repeat;
	width:82px;
	height:26px;
	outline:none;
	text-indent:-9999px;
}



/******************** blog end **************************/


/******************** footer start **************************/

#footer {
	width:100%;
	background: url(../images/footer-main.png) 0 0 repeat-x;
	height:273px;
	position:relative;
	top:-235px;
}
	
#left-cloud {
	float:left;
	position:absolute;
	top:-170px;
	background:url(../images/left-cloud.png) 0 0 no-repeat;
	height:302px;
	width:745px;
	z-index:-9999;
}

#right-cloud {
	float:right;
	position:relative;
	top:-180px;
	background:url(../images/right-cloud.png) 0 0 no-repeat;
	height:302px;
	width:745px;
	z-index:-9999;
}

#footer-content {
	margin:0 auto;
	width:1000px;
	padding:0;
	text-align:center;
}

#footer-content p {
	clear:both;
}

.LYKC-logo-footer {
	text-align:center;
	width:80px;
	margin:0 auto;
	padding:20px 0 0 0;
	}

a.LYKC-rollover-footer {
	display: block;
	width: 80px;
	height: 40px;
	text-decoration: none;
	background: url("../images/LYKC-logo-footer.png");
	outline:none;
}

a.LYKC-rollover-footer:hover {
	background-position: 0 40px;
}


#social-networking-footer ul {
	text-align:center;
	width:180px;
	margin:0 auto;
	
}

#social-networking-footer li {
	padding:0 3px 0 0;
	float:left;
	list-style:none;
}


/******************** footer end **************************/


















