﻿/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/
html, body, p {
     border: 0 none;
     margin: 0;
	 padding:0;
     outline-style: none;
     outline-width: 0;
     vertical-align: baseline;
}
/*--------------------------------------------
container
--------------------------------------------*/

div.examples_body {
	 margin: 50px auto 0 auto;
	 clear: both;
	 overflow: hidden;
	 position: relative;
}
h2.title_name {
     font-family: 'Times New Roman',Times,serif;
	 font-weight: normal;
     font-size: 4em;
	 margin: 0;
     padding: 50px 0 20px 0;
     text-align: center;
}
h2.title_name span {
     font-family: 'Times New Roman',Times,serif;
     color: #f9f66d;
	 font-size: 0.9em;
	 font-style: normal;
     font-weight: normal;
     line-height: normal;
}
h2.title_name small {
     color: #505e70;
     display: block;
     font-family: normal Verdana,Arial,Helvetica,sans-serif;
     font-size: 0.19em;
     letter-spacing: 1.0em;
	 font-weight: bold;
     line-height: normal;
     text-transform: uppercase;
	 padding: 3px 0 0 0;
}
div.examples_body h3 {
     color: #f9f66d;
     font-size: 130%;
	 padding-bottom: 15px;
	 background: url(http://sunflowamedia.com/images/solid-line-news.gif) repeat-x bottom;
}

.copyright {
      width: 100%;
      color: #505e70;
	  text-align: center;
	  font-size: 100%;
	  letter-spacing: 2px;
	  margin-top: 100px;
}
.copyright a {
      color: #AAA;
}
/* The main banner unordered list */
.bannerHolder {
	 overflow: hidden;
	/* CSS3 rounded corners */
	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
	 float:left;

}
/* Hiding the bullets of the li elements: */
.bannerHolder li {
	 list-style: none;
	 display: inline;


}

/* The banner divs */
.banner {
	 width:170px;
	 height:174px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin-left:10px;
	
}
/* The banner divs */
.banner img {
	 display: block;
	 border: none;
	 width:170px;
	 height:174px;
		 background:white;
}

/* The dark animated divs */
.banner div {
	 position: absolute;
	 z-index: 100;
	 background-color: #222;
	 width: 50px;
	 height: 50px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */
.banner .cornerTL { left:-115px; top:-113px; }
.banner .cornerTR { right:-115px; top:-113px; }
.banner .cornerBL { left:-115px; bottom:-113px; }
.banner .cornerBR { right:-115px; bottom:-113px; }

/* The "Visit Company" text */
.banner p {
padding:0px 10px;
	 left: 0;
	 top: 10px;
	 z-index: 200;
	 position: absolute;
	 color: #FFF;
	 font-size: 11px;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}