/*
Goldilocks Approach to Responsive Web Design Boilerplate

Author: Design by Front - @designbyfront
Version: 0.1
URL: http://www.goldilocksapproach.com
----------------------------------------------------------------------------------------

CONTENTS - GLOBAL.CSS
-----------------------------------------
1. RESET
2. ROOT
3. CORE TYPOGRAPHY
4. LINKS
5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
7. BROWSER AND NON-SEMANTIC STYLING
8. THANK YOU FOR REGISTERING PAGE STYLES
9. BUTTON STYLES

CONTENTS - LAYOUT.CSS
-----------------------------------------
8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)

*/


/* 1. 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  }
  
  
/* 2. ROOT
----------------------------------------------------------------------------------------*/
html { 
  overflow-y: scroll;
  background: #FFF;
  }

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }


/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-family: Arial, Helvetica, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 1em;
  line-height: 1.618em;
  color: #333;
  }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.809em;
  line-height: 1em;
  }

p, ul, ol, dl, blockquote {
    font-size: 1em;
    line-height: 1.618em;
    margin-bottom: 1.618em; 
    /*max-width: 30em; /* Optimal width for long-form text */
	*width: 100%;
  }
    
ul { list-style-type: disc; margin-left: 1.618em; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 80%; }


/* 4. LINKS */

div#register-banner a {
	display:block;
	border-radius: 5px;
    width: 728px;
	height:90px;
    margin:10px 0 0 0;
    padding:0;
	overflow:hidden;
}
/*
a, a:visited { outline: none; color: #8E8E8E; text-decoration: none; }  
a:hover { outline: none; color: #b75c01; text-decoration:underline; }  
a:active, a:focus { outline: none; }
*/


/* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
----------------------------------------------------------------------------------------*/
.fallback-container {
	background:#fff;
	color:red;
	font-weight:bold;
	padding:20px;
	border:1px solid red;
	width:100%;
	min-width:250px;
	max-width:300px;
	margin:0 auto;
}

.fallback-container img {
	width:127px!important;
	display:block;
}

/* 6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
----------------------------------------------------------------------------------------*/
#container {
    /*padding: 0.809em;
    max-width: 30em;*/
    margin: auto;
	width: 965px;
	max-width: 965px;
  }

aside { 
	width: 190px;
	float: left;
	margin: 70px 0 0 0;
  }

#main_content {
	width: 725px;
	float: left;
	background: #f7f7f7;
	padding: 10px 25px;
  }
  
header{
	position: relative;
	font-family: "Myriad Pro", Myriad, Tahoma, Geneva, Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
	float: left;
	margin:10px 0;
	width:965px;
}
  
header h1#logo{
	position: absolute;
	top: 40px;
	left: 0px;
}

header nav ul{
	margin: 0;
	padding: 0;
	height: 20px;
	float: left;
}

header nav ul li{
	float: left;
	font-size: 0.75em;
	border-left: 1px solid #8E8E8E;
	margin: 0;
	padding: 0 20px 0 20px;
	line-height: 14px;
}

header nav ul li:first-child,
header nav ul ul li{
	border-left: 0px;
	margin: 0px;
	padding: 0 20px 0 0;
}

header nav ul li a{
	color: #8E8E8E; 
}

header nav ul li a:hover{
	color: #b75c01;
}

header #social{
	float: right;
}

#social .fb-like {
	top: -7px;
	left: -2px;
}

header nav{
	float: left;
}

#language_select {
	position: absolute;
	list-style: none;
	background: #fff;
	z-index: 999;
	height: auto;
}

#language_select li {
	background: #fff;
	padding: 5px;
	font-size: 12px;
	clear: both;
}

#main{
	float: left;
	min-width: 965px;
}

.content {
	margin: 20px 0;
	width: 725px;
}

aside nav{
	font-family: "Myriad Pro", Myriad, Tahoma, Geneva, Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
}

aside nav ul li a{
	display: block;
	width: 130px;
	background: url("../img/arrow-gray.png") right center no-repeat;
	font-size: 0.75em;
	color: #555;
	padding-right: 30px;
}

aside nav ul li ul li a{
	width: 110px;
	padding-left: 20px;
}

aside nav ul li a.active,
#gallery.active {
	background: url("../img/arrow-orange.png") right center no-repeat;
	color: #333;
}

#recent_articles{
	border: 1px #f1f1f1 solid;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	margin: 20px 0 0 0;
	width: 145px;
	padding: 10px;
}

#recent_articles h2{
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

footer{
	font-family: "Segoe UI", Arial, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 0.75em;
	float: left;
	margin-top: 10px;
	width:100%;
}

footer #address{
	width: 46%;
	float: left;
}

footer #copyright{
	text-align: right;
	float: right;
}

footer .page-views {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

footer .page-views strong {
	color: #b75c01;
}

#gallery{
	background: url("../img/arrow-gray.png") right center no-repeat;
}

.pspinc_add {
	width: 100px;
	height: 30px;
	background: #ccc;
	color: #333;
	padding: 30px 10px;
	margin: 10px 30px;
	float: left;
}

#home_clocks{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	float: left;
	width: 646px;
	margin: 5px 0 10px 0;
	position: relative;
}

#home_clocks h2{
	font-family: "Segoe UI", Arial, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1.3em;
	text-align: center;
}

.home_clock{
	width: 161px;
	height: 220px;
	float: left;
}

.clock_caption{
	width: 110px;
	text-align: center;
	border-radius: 3px;
	border:1px solid;
	border-color: #f5f5f5 #f5f5f5 #aeaeae #f5f5f5;
	font-size: 0.75em;
	margin: 0 20px;
}

#techs{
	width: 42px;
	height: 72px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#techs img{
	margin: 0;
	display: block;
}

#bloguru_aggregator .BloguruGroupRSS{
	width: 140px!important;
	padding:0!important;
}

#bloguru_aggregator .bullet{
	display: none;
}

#bloguru_aggregator div#Bloguru-Standard .entry2,
#bloguru_aggregator div#Bloguru-Standard .entry1
{
	width:140px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#bloguru_aggregator div#Bloguru-Standard .author{
	display: none;
}

#bloguru_aggregator div#Bloguru-Standard a:link{
	color: #333;
}

#bloguru_aggregator div#Bloguru-Standard .date{
	float: left;
}

#bloguru_aggregator div#Bloguru-Standard .post_desc{
	padding: 0px;
}

#bloguru_aggregator div#Bloguru-Standard .seefullartical{
	display: none;
}

.world_instruction {
	float: left;
}
#host-link {
    margin-top: -25px;
}
#host-link a {
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    color: #b75c01;
}

.html5 {
	background: transparent url("/img/html-logo.png") no-repeat scroll 80% center / 4.5%!important;
	padding: 5px 0!important;
}
.flash {
	background: transparent url("/img/flash-logo.png") no-repeat scroll right center / 5%!important;
	padding: 5px 0!important;
}


@media screen and (max-width:900px) {
	.html5 {
		background: transparent url("/img/html-logo.png") no-repeat scroll right center / 4.5%!important;
	}
	
	.flash {
		background: transparent url("/img/flash-logo.png") no-repeat scroll 95% center / 5%!important;
	}
}

@media screen and (max-width:480px) {
	.html5 { 
	    background:transparent url("/img/html-logo.png") no-repeat scroll center bottom / 9%!important;
		padding: 0 5px 26px!important;
	}
	
	.flash { 
		background: transparent url("/img/flash-logo.png") no-repeat scroll center bottom / 9%!important; 
		padding: 0 5px 26px!important;
	}
}

/* 7. BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }

/* 8. REGISTRATION THANK YOU PAGE
----------------------------------------------------------------------------------------*/
#thank-you {
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    margin: 40px 0;
    padding: 40px 20px;
}

#thank-you h3 {
	font-size:36px;
	color:#333;
}
#thank-you p {
	margin-bottom:10px;
}	

/* 9. BTN
----------------------------------------------------------------------------------------*/
button {
	padding:7px;
	clear:both;
	background:#FF7F00;
	border:0;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	cursor:pointer;
	display: block;
	margin-top:10px;
}

button:hover {
	background-image:
    linear-gradient(
      #ffc458, #FF7F00
    );
}