/* CSS Document */

/*
Theme Name: Cumulus
Theme URI: http://empirethemes.com/cumulus/
Description: A light, fluffy portfolio theme
Author: Empire Themes
Author URI: http://empirethemes.com/
version: 1.2
Tags: two-column, widget-ready, portfolio
*/



/* basics */

*{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

body {
	color:#444444;
	font-family:arial, verdana;
	font-size:14px;
background:#eee url(../images/body.png) top repeat-x;
	background-repeat: repeat-x;
	background-position: top;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}



h1, h2, h3, h4 {
	font-family:'ComfortaaRegular', Arial, sans-serif;
	color:#888;
	text-shadow:1px 1px #fff;
}

h1{
	padding:50px 0 20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	font-size:30px;	
	font-weight:normal;
	}
	
h1, h2, h3 {
	text-transform:none;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}

h3{
	font-size:18px;
	font-weight:normal;
	padding:0;
	color:#999;
}

h3.latest{
	clear:both;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 15px 0 !important;
	color:#999;
}

h4{
	font-size:13px;
	font-family:arial, sans-serif;
	text-transform:capitalize;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

h5 {
	font-family:'nevis', Arial, sans-serif;
	text-transform:uppercase;
	color:#888;
	text-shadow:1px 1px #fff;
	font-weight:normal;
}

strong{
	font-size:14px;
	color:#66666;
	text-shadow:1px 1px #fff;
}




@charset "UTF-8";
/* Fonts */

@font-face {
	font-family: 'ComfortaaThin';
	src: url(fonts/Comfortaa_Thin.eot);
	src: local(Comfortaa Thin), local(Comfortaa-Thin), url(fonts/Comfortaa_Thin.woff) format('woff'), url(fonts/Comfortaa_Thin.ttf) format('truetype'), url(fonts/Comfortaa_Thin.svg#Comfortaa-Thin) format('svg');
}

@font-face {
	font-family: 'ComfortaaRegular';
	src: url(fonts/Comfortaa_Regular.eot);
	src: local(Comfortaa Regular), local('Comfortaa'), url(fonts/Comfortaa_Regular.woff) format('woff'), url(fonts/Comfortaa_Regular.ttf) format('truetype'), url(fonts/Comfortaa_Regular.svg#Comfortaa) format('svg');
}

@font-face {
	font-family: 'ComfortaaBold';
	src: url(fonts/Comfortaa_Bold.eot);
	src: local(Comfortaa Bold), local(Comfortaa-Bold), url(fonts/Comfortaa_Bold.woff) format('woff'), url(fonts/Comfortaa_Bold.ttf) format('truetype'), url(fonts/Comfortaa_Bold.svg#Comfortaa-Bold) format('svg');
}

@font-face {
	font-family: 'Nevis';
	src: url(fonts/nevis.eot);
}

@font-face {
 font-family: 'Nevis';
 src: url("fonts/nevis.ttf") /* TTF file for CSS3 browsers */
}





/* links */

a {
	color:#009966;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#6EC38D;
}



/* container */


#container {
	width:950px;
	margin: 0 auto;
	padding:0;
	}
	
.content-wrapper{width:950px; margin: 0 auto;}
	
/* header */

#header {
	height:70px;
	padding-top:35px;
	}

#header h1{
	margin:0;
	padding:0 0 2px 0;
	font-size:18px;	
	text-transform:none;
	border:none;
	}
	
#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h2 {
	font-size:11px;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
	margin-left: 133px;
}

#header h2 a{
	font-weight:normal;
}
	
	
.logo{
	width:60%;
	float:left;
}

.cloud{
	float:left;
	margin:0 15px 0 0;
}





/* main menu */


#menu {
	float:right;
	font-size:14px;
	font-family:arial, verdana;
	font-weight:bold;
	background:#eee;
	border:1px solid #ccc;


	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}


#menu ul {
	margin:0;
	padding:0 5px 0 0;
}


#menu ul li {
	float:left;
	padding:0;
	margin:0 10px 0 0;
	list-style-type:none;
}


#menu ul li a {
	padding:5px 0;
	margin: 0;
	display:block;
	text-shadow:1px 1px #fff;
}


#menu ul {
	position:relative; 
	z-index:999;
	margin:0;
	padding:0 5px 0 0;
	}
	
#menu ul li a {
	padding:5px 0;
	margin: 0;
	display:block;
	text-shadow:1px 1px #fff;
	font-size: 15px;
	}
	
	
#menu ul li {
	position:relative;
	float:left;
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#menu ul ul {
	position:absolute; 
	display:none;  
	margin:0;
	padding:4px 0 0 0; 
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

#menu ul li ul {width:100px; padding:10px 0;  display: none; position: absolute; z-index:999; line-height:24px;}
#menu ul li ul li {border:none; padding:0;}
#menu ul li ul a {height:auto; padding:0 5px; border:none; border-radius:none !important;}
#menu ul li ul a:hover {border-bottom:4px solid #fff; height:auto; border:none; border-radius:none !important;}
#menu ul ul ul {top:auto; padding:0 0 10px 0;}
#menu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

#menu .children{margin:0 !important; padding:0 !important;}






/* showcase */

#imageContainer { position:relative; width:950px; height:410px; }
#imageContainer img { position:absolute; left:0; top:0; display:none; }


/* content */

.homecontent {
	float: left;
	width:550px;
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	}

.content {
	float: left;
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	}

.post {
	padding:0;
	line-height:20px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
.portfolioimg{
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 90px;
	width: 338px;
	height: 222px;
}
	
.pagetitle{
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h1{
	font-size:24px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	
.post h1 a{
	font-weight:normal;
	}
	
.post h3{
	text-transform:uppercase;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	border-bottom:1px dotted #ccc;
	}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.homecontent p{
	line-height:20px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.content p{margin:0 0 12px 0; line-height:20px;}

.meta{
	border-top:1px solid #ccc;
	padding:4px 0 0 0;
	margin:0;
	font-size:11px;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}

#imageContainer { position:relative; width:950px; height:410px; }
#imageContainer img { position:absolute; left:0; top:0; display:none; }

.separator {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 0;
	background:url(../images/separator.png) top no-repeat #eee;
	margin-bottom:20px;
	overflow:hidden;
}

.separator h2 {
	margin:0;
	spacing:1px;
	float:left;
	font-weight:normal;
}

.separator .links {
	text-align:right;
}

.separator h2 {
	text-transform:uppercase;
	font-size:24px;
}
	
p.link span {
	border:1px solid #ccc;
	display:block;
	float:left;


	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-weight:normal;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	font-size: 14px;
}

p.link span a {
	border:1px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:url(../images/link-a.png) 0 5px repeat-x #fff;
	padding:7px 10px;
	font-family:'nevis', Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #fff;
	color:#333;
	font-weight:normal;
	font-size:12px;
}

p.link span a:hover {
	background-position: 0 0;
	color:#000;
}


/* homepage */

.intro{
	float:left;
	width:540px;
}

.latest-blog{
	float:left;
	width:265px;
}

.intro h3{
	color: #009966;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4EB29A;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 540px;
}
.latest-work_top h3{
	color: #009966;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4EB29A;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width:303px;
}
.latest-work h3{
	color: #009966;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4EB29A;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width:380px;
}
/* sidebar */

.latest-work{
	float:right;
	width:390px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 30px;
}
.latest-work_top{
	float:right;
	width:320px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.latest-work h3{
	color: #009966;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.latest-work_top h3{
	color: #009966;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.latest-work .even {
	width:190px;
	float:left;
	margin:0 0 0 8px;
}

.work-section{
	margin:0 0 25px 0 !important;
}


.latest-work img {
	width:380px;
	float:left;
	margin:0 0 8px 0;
}

ul.blogposts li a:hover {
	background:#fafafa;
}

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

ul.blogposts li {
	margin:0 0 5px 0;
	list-style:none;
	padding:0;
	line-height:normal !important;
}

ul.blogposts li a {
	background:#f4f4f4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:block;
	height:55px;
	position:relative;
}

ul.blogposts li a .time{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#F9F9F9;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	width:55px;
	text-align:center;
	font-size:250%;
	color:#999;
	padding-top:10px;
}

ul.blogposts li a .title {
	padding:10px 0 4px 12px;
	margin:0;
	color:#289BC2;
	font-size:16px;
	font-family:arial, verdana;
	font-weight:bold;
	display:block;
}

ul.blogposts li a small {
	font-size:80%;
	font-weight:normal;
	color:#999;
	padding:0 0 0 12px;
}

.latest-work .widgets{
	float:left;
	width:180px;
	margin:10px 10px 0 0;
}

.latest-work h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	padding: 0 0 15px 0;
	color:#999;
}

.latest-work ul{
	margin:0 0 10px 0;
	padding:0;
}

.latest-work ul li{
	list-style-type:none;
	line-height:20px;
}



/* comments */


.maincomments{
	padding:0;
	width:510px;
	margin:60px 0 0 0;
}

.maincomments h3{
	font-family: comfortaa, trebuchet ms, georgia, times, verdana;
	font-size: 24px;
	font-weight: 300;
	color: #999;
	margin:14px 0 20px;
	padding:0 0 20px 0;
	text-transform:uppercase;
	background:url(../images/line.png) bottom left no-repeat;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform h3{
	font-family: trebuchet ms, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #ccc;
	margin:5px 5px 0 0;
	padding:6px;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#666;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:0;
	background:url(../images/submit.png) no-repeat; 
	text-transform:uppercase;
	color:#666;
	width:77px;
	height:33px;
	border:1px solid #ccc;;
	font-family:'nevis', Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	}
	
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 20px 0;
	list-style-type:none;
	overflow:hidden;
	background:url(../images/line.png) bottom left no-repeat;
	}

ol.commentlist li.alt {background:none;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 14px georgia, arial, verdana, tahoma;
	padding:4px 0;
	font-style:italic;
	}

.children{
	margin:25px 0 20px 12px !important;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

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

.thread-alt {
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 0;
	}

.avatar{
	float:none; 
	display:block; 
	margin:0 0 8px 0; 
	padding:4px;
	border:1px solid #d9d9d9;
	background:#fff;	
}
	 
.gravreply{float:left; margin:0 18px 0 0; height:70px; font-size:11px; text-align:center;}






/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:44px 0 !important;
	font-size:11px;
	clear:both;
}

.wpcf7 input{
	background: #ccc;
	padding:6px;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#666;
}

.wpcf7 textarea{
	background: #ccc;
	padding:6px;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#666;
}

.wpcf7 input[type=submit]{
	margin:5px 0 0 0; 
	padding:0;
	background:url(../images/submit.png) no-repeat; 
	text-transform:uppercase;
	color:#666;
	width:77px;
	height:33px;
	border:1px solid #ccc;;
	font-family:'nevis', Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}



/* search */

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

#searchform input#s{
	background: #dbdbdb;
	margin:5px 5px 0 0;
	padding:6px;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#666;
	width:95%;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	
	


/* site description */

.description{
	clear:both;
	background:url(../images/separator.png) top center no-repeat;
	border-top:1px solid #ccc;
	padding:22px 0;
}

.description h2{
	font-weight:normal;
	font-size:24px;
	letter-spacing:1px;
}

.description img{
	border: 4px solid #FFFFFF;
}

/* footer */

#footer {
	clear: both;
	width: 100%;
	border-top:1px solid #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
#footer p{padding:0;margin: 0; color: #bdbdbd; font-weight:bold; font-size:12px;}

#footer .footer-left{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer .footer-left p{padding:18px 0 40px 0; word-spacing:1px;}

#footer .footer-right{float:right;}


#footer .et {
	display:block;
	width:123px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/empirethemes.png) center no-repeat;
	margin: 0 0 10px 0;
	padding:14px 0;
}
.green {
	font-weight: bold;
	color: #009966;
}
.twitter {
	float:right;
	width:310px;
	overflow:hidden;
	margin-top: 0;
	margin-bottom: 20px;
	padding-right: 10px;
}
.dot {
	border-top:1px dotted #999999;
	height:2px;
	width:500px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.s_10{
	margin-bottom: 10px;
}
.s_20{
	margin-bottom: 20px;
}
.s_30{
	margin-bottom: 30px;
}
.s_40{
	margin-bottom: 40px;
}
.s_50{
	margin-bottom: 50px;
}
.s_60{
	margin-bottom: 60px;
}
.s_70{
	margin-bottom: 70px;
}
.s_80{
	margin-bottom: 80px;
}
.rbox_about {
	width: 340px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.lbox_about {
	float: left;
	background-color: #FFFFFF;
}
#container .content_act .act {
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	border: medium solid #003333;
}
.ing {
	margin-right: 30px;
	margin-bottom: 0px;
}
.m {
	font-family: "ＭＳ 明朝";
}
#post-21 .rbox_about p {
	font-size: 12px;
	width: 330px;
}
activities {
	margin-top: -40px;
}
p.lecuture {
	line-height: 1.6em;
}
#container .content #post-24 .entry .info {
	margin-right: 20px;
}
#header .content-wrapper .logo_info p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.5em;
}
.olive {
	font-size: 12px;
}
#gallery {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.entry {
	width: 600px;
}
