@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #6B6C6D;
	text-align:center;
}
.light {
	color: #6B6C6D;
	background-color: #FFF;
}
.dark {
	color: #FFF;
	background-color: #1D1D1D;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
.copyright, .dark .copyright {
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
.dark .copyright {
	color:#333;
}
.main,
.dark .main{
	padding: 0px;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo , .dark .logo{
	display: block;
	text-indent: -9999em;
	height: 379px;
	width: 397px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/logo_light.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dark .logo {
	background-image: url(/images/logo_dark.png);
}
.themeselect {
	height: 24px;
	width: 44px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.themeselect ul , .dark .themeselect ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
.dark .themeselect  {
	background-color: #2d2d2d;
}
.themeselect ul li , .dark .themeselect ul li{
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	font-size:1px;
	line-height:1px;
	background-color: #FFF;
	border: 1px solid #c1c1c1;
	margin-right: 5px;
	cursor:pointer;
	text-indent: -9999ex;
}
.themeselect ul li:hover,
.themeselect ul li:hover.dark{
	border-color:#000;
}
.dark .themeselect ul li:hover,
.dark .themeselect ul li:hover.dark {
	border-color:#FFF;
}
.dark .themeselect ul li {
	background-color: #676767;
	border: 1px solid #8d8d8d;
}
.themeselect ul li.dark , .dark .themeselect ul li.dark{
	background-color: #1d1d1d;
	margin-right: 0px;
}
.dark .themeselect ul li.dark {
	background-color: #000;
	border: 1px solid #515151;
}


.main h1.title {
	text-indent: -9999em;
	margin: 0px;
	padding: 0px;
}
.main h2.desc , .dark .main h2.desc{
	font-weight: normal;
	font-size: 12px;
	color: #828282;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	width: 289px;
	text-align: center;
	background-image: url(/images/motto_light.png);
	background-position: center center;
	text-indent: -9999em;
	margin-bottom: 0px;
}
.dark .main h2.desc {
	background-image: url(/images/motto_dark.png);
}
.menuCell , .dark .menuCell{
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-image: url(/images/menubg_light.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.dark .menuCell {
	background-image: url(/images/menubg_dark.png);
}


.menu {
	padding: 0px;
	height: 90px;
	list-style-type: none;
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li {
	height: 90px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.menu #menuItem1 a, .menu #menuItem2 a, .menu #menuItem3 a,
.dark .menu #menuItem1 a, .dark .menu #menuItem2 a, .dark .menu #menuItem3 a,
.menu #menuItem1 a span, .menu #menuItem2 a span, .menu #menuItem3 a span,
.dark .menu #menuItem1 a span, .dark .menu #menuItem2 a span, .dark .menu #menuItem3 a span {
	width: 193px;
	display: block;
	height: 90px;
	background-image: url(/images/menu_light.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
	text-decoration:none;
}
.dark .menu #menuItem1 a, .dark .menu #menuItem2 a, .dark .menu #menuItem3 a,
.dark .menu #menuItem1 a span, .dark .menu #menuItem2 a span, .dark .menu #menuItem3 a span{
	background-image: url(/images/menu_dark.png);
}
.menu #menuItem1 a span, .menu #menuItem2 a span, .menu #menuItem3 a span,
.dark .menu #menuItem1 a span, .dark .menu #menuItem2 a span, .dark .menu #menuItem3 a span
{
	background-position: 0px -90px;
	text-indent: -9999em;
}
.menu #menuItem2 a,
.menu #menuItem2 a span,
.dark .menu #menuItem2 a,
.dark .menu #menuItem2 a span{
	width: 162px;
	background-position: -193px 0px;
}
.menu #menuItem2 a span,
.dark .menu #menuItem2 a span {
	background-position: -193px -90px;
}
.menu #menuItem3 a,
.menu #menuItem3 a span,
.dark .menu #menuItem3 a,
.dark .menu #menuItem3 a span {
	width: 185px;
	background-position: -357px 0px;
}
.menu #menuItem3 a span,
.dark .menu #menuItem3 a span {
	background-position: -357px -90px;
}


a img {
	border:none;
}
img
{
	-ms-interpolation-mode: bicubic;
}
.content {
	color: #999;
	font-size: 18px;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.dark .content {
	color: #666;
}
.main p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.portfoliolistBox {
	width:570px;
	margin-left:0px;
	margin-right:auto;
	display: block;
}

.pl {
	position:relative;
	overflow:hidden;
	width:440px;
	height:110px;
	text-align:left;
	float: left;
}
.pl .items {
	width:20000em;
	position:absolute;
	left:0px;
}
.pl .items>div {
	width:440px;
	float:left;
}
.pl .items .cell{
	height: 100px;
	width: 210px;
	font-size: 11px;
	text-align: left;
	float: left;
	line-height: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
}
.pl .items div a{
	color: #737272;
	text-decoration: none;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
}
.pl .items div a.selected {
	color:#2C8DCF;
	margin-left:-5px;
}
.dark .pl .items div a.selected {
	color:#FFF;
}
.pl .items div a:hover {
	color:#2C8DCF;
}
.dark .pl .items div a:hover {
	color:#FFF;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage,
.dark a.prev, .dark a.next, .dark a.prevPage, .dark a.nextPage { 
	display:block;
	width:38px;
	height:90px;
	float:left;
	cursor:pointer;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(/images/arrow_light.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 30px;
}
.dark a.prev, .dark a.next, .dark a.prevPage, .dark a.nextPage {
	background-image: url(/images/arrow_dark.png);
}
/* mouseover state */
a.prev:hover, a.prevPage:hover,
.dark a.prev:hover, .dark a.prevPage:hover {
	background-position:0px -90px;
}

/* disabled navigational button */
a.disabled,
.dark a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage,
.dark a.next, .dark a.nextPage {
	clear: right;
	background-position: -38px 0px;
	margin-right: 0px;
	margin-left: 0px;

}
a.next:hover, a.nextPage:hover,
.dark a.nextPage:hover{
	background-position: -38px -90px;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin: 0 auto 10px;
	height:16px;
	text-align: center;
	display: block;
	width: 100%;
}
/* items inside navigator */
.navi a,
.dark .navi a{
	width:14px;
	height:14px;
	margin:1px;
	cursor:pointer;
	display: inline-block;
	background-image: url(/images/navi_light.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size:1px;
	line-height:1px;
}
.dark .navi a {
	background-image: url(/images/navi_dark.png);
}
/* mouseover state */
.navi a:hover {
	background-position:0 -14px;      
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -28px;     
} 	
.projectlistBox .pl {
	height: 384px;
	width: 560px;
	padding: 0px;
	border: 1px solid #FFF;
	text-align: center;
	box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.dark .projectlistBox .pl  {
	border: 1px solid #262626;
	box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.4);
}
.projectlistBox .pl .items > div{
	height: 372px;
	width: 548px;
	margin: 0px;
	padding: 6px;
}
.projectlistBox .pl .items > div img {
	width:548px;
	height:372px;
}
.projectlistBox a.prev, .projectlistBox a.next, .projectlistBox a.prevPage, .projectlistBox a.nextPage,
.dark .projectlistBox a.prev, .dark .projectlistBox a.next, .dark .projectlistBox a.prevPage, .dark .projectlistBox a.nextPage { 
	margin-top: 150px;
	margin-left: -50px;
	margin-right: 0;
}
.projectlistBox a.next, a.nextPage,
.dark .projectlistBox  a.next, .dark .projectlistBox  a.nextPage {
	margin-right: -50px;
	margin-left: 10px;

}
.project {
	width: auto;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/shadow_dark.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
	min-height:180px;
}
#projectDetails {
	padding-left: 90px;
    padding-right: 60px;
	width: 420px;
	min-height:130px;
}
.project .thumb,
.dark .project .thumb {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9c9c9;
}
.dark .project .thumb {
	border-right-color: #262626;
}
.project .thumb img {
	background-color: #b0b0b0;
	padding: 5px;
}
.dark .project .thumb img {
	background-color: #141414;
	padding: 5px;
}
.project .details {
	float: left;
	width: 230px;
}
.project dl {
	margin: 0px;
	padding: 0px;
}

.project dt {
	margin-right: 20px;
	width: 80px;
	margin-top: 4px;
}
.project dd {
	font-size: 12px;
	color: #737272;
	margin-top: 0px;
	margin-bottom:4px;
	display: block;
	float: left;
	margin-left: 0px;
	color:#737272;
	width: 143px;
}
.project .dtProject,
.project .dtType,
.project .dtYear,
.project .dtLink,
.project .dtDetails,
.dark .project .dtProject,
.dark .project .dtType,
.dark .project .dtYear,
.dark .project .dtLink,
.dark .project .dtDetails{
	background-image: url(/images/dt_project_light.png);
	background-position: 0px 0px;
	float: left;
	height: 13px;
	width: 66px;
	display: block;
	text-indent: -9999em;
	background-repeat: no-repeat;
	clear: left;
}
.dark .project .dtProject {
	background-image: url(/images/dt_project_dark.png);
}
.project .dtType,
.project .dtYear,
.project .dtLink,
.project .dtDetails
.dark .project .dtType,
.dark .project .dtYear,
.dark .project .dtLink,
.dark .project .dtDetails {
	background-image: url(/images/dt_type_light.png);
	height: 13px;
	color:#737272;
}
.dark .project .dtType {
	background-image: url(/images/dt_type_dark.png);
}
.project .dtYear {
	background-image: url(/images/dt_year_light.png);
}
.dark .project .dtYear {
	background-image: url(/images/dt_year_dark.png);
}
.project .dtLink {
	background-image: url(/images/dt_link_light.png);
}
.dark .project .dtLink {
	background-image: url(/images/dt_link_dark.png);
}
.project .dtDetails {
	background-image: url(/images/dt_details_light.png);
}
.dark .project .dtDetails {
	background-image: url(/images/dt_details_dark.png);
}
.project .ddProject,
.dark .project .ddProject {
	font-size: 16px;
	color:#000;
}
.dark .project .ddProject {
	color:#cfcfcf;
}
.project .ddType,
.project .ddYear,
.project .ddLink,
.project .ddDetails {
	color: #737272;
}
.project .ddLink a,
.dark .project .ddLink a {
	color: #216B9C;
	text-decoration: none;
}
.dark .project .ddLink a {
	color: #2d445a;
}
.project .ddLink a:hover {
	color: #2C8DCF;
}
.dark .project .ddLink a:hover {
	color: #519ce1;
}
.project .loading,
.dark .project .loading {
	height: 39px;
	width: 39px;
	margin-right: auto;
	margin-left: 170px;
	margin-top: 30px;
	background-image:url(/images/loading_light.gif);
	background-repeat:no-repeat;
	margin-bottom: 0px;
}
.dark .project .loading {
	background-image:url(/images/loading_dark.gif);
}
a.rss, .dark a.rss {
	display: block;
	text-indent: -9999em;
	height: 22px;
	width: 22px;
	position: absolute;
	z-index: 2;
	margin-left: 270px;
	margin-top: 60px;
	background-image: url(/images/rss_light.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
}
.dark a.rss {
	background-image: url(/images/rss_dark.png);
}
a:hover.rss, .dark a:hover.rss {
	background-position: 0px -22px;
}
.main .separator{
	display:block;
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
	width: auto;
}
a.likebox {
	width:143px;
	height:45px;
	padding:4px;
	margin:0 auto;
	text-decoration:none;
	display:block;
	text-indent:-9999em;
	background:transparent url(/images/facebook.png) no-repeat center center;
}
div.likebox {
	width:235px;
	height:50px;
	margin:0 auto;
}
