@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: "Bretan";
    src: url(../fonts/Bretan/Bretan.otf);
}

@font-face {
    font-family: "Trabajo";
    src: url(../fonts/Trabajo/Trabajo.otf);
}

@font-face {
    font-family: "Judson Regular";
    src: url(../fonts/judson/Judson-Regular.otf);
	font-weight:normal;
}

@font-face {
    font-family: "Judson Bold";
    src: url(../fonts/judson/Judson-Bold.otf);
	font-weight:bold;
}


@font-face {
    font-family: "Judson Italic";
    src: url(../fonts/judson/Judson-Italic.otf);
	font-style:italic;
}

@font-face {
    font-family: "League Spartan";
    src: url(../fonts/league-spartan/LeagueSpartan-Bold.otf);
}

@font-face {
    font-family: "Montserrat Regular";
    src: url(../fonts/montserrat/Montserrat-Regular.otf);
	font-weight:normal;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url(../fonts/montserrat/Montserrat-Bold.otf);
	font-weight:bold;
}

@font-face {
    font-family: "Montserrat Bolder";
    src: url(../fonts/montserrat/Montserrat-Black.otf);
	font-weight:bolder;
}


@font-face {
    font-family: "Montserrat Light";
    src: url(../fonts/montserrat/Montserrat-Light.otf);
	font-weight:100;
}


/*HTML5 Tags Styles starts here */
header, hgroup, nav, article, section, footer, aside, address{ display:block;}
time{  font-style:italic; padding:0px 5px;}
address{ font-size:11px; padding:10px 10px; text-align:right }
body{ font-family: "Judson Regular", serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
	background: #fff url(../images/bg.png) repeat center center;}
h1{
	font-family: "Montserrat Bold", sans-serif;
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);}

h1 span{
	font-weight: 700;
}

a{
	color: #6190ca;
	text-decoration: none;
}
a:hover { color:#406189;
text-decoration:none;}

.sidebar h1{ font-size:12px; padding:0px; border-bottom:2px solid #dedede;}
.sidebar-right h1{ font-size:12px; padding:0px; border-bottom:2px solid #dedede;}
.sidebar p { font-family: "Montserrat Regular", sans-serif; font-size: 11px; color:#333;}
.sidebar-right p { font-family: "Montserrat Regular", sans-serif; font-size: 11px; color:#333;}
.sidebar li { font-family: "Montserrat Regular", sans-serif; font-size: 11px; color:#333;}
.sidebar-right li { font-family: "Montserrat Regular", sans-serif; font-size: 11px; color:#333;}


/*
Main Styles
*/
#Wrapper { 
		background-color: #FFF;
		width: 90%; 
		margin:0px auto;
		background-image:url(../images/nav/gradient_top.png);
		background-repeat:repeat-x;
		border-right: #39C 3px solid;
		}
		
#Wrapper2{ border-top: #900 3px solid; overflow:hidden; }
#header {
	width: 90%;
	height: 250px;
	padding: 10px 0 20px 20px;
}

.navigation {
	font-family:"Montserrat Light", sans-serif;
	text-align: center; 
	display: block; 
	line-height: 10px; 
	margin: 20px 0 40px 0;
	padding: 0 0 20px 0;
	}

.navigation a { 
	display: inline-block; 
	color: #666; 
	border-right: #900 2px solid;
	border-bottom-right-radius: 6px;
	padding: 0px 10px 0px 10px;
	margin: 0px 3px 3px 0px;
	line-height: 30px;	 
	font-size: 15px; 
	background: #CCC; 
	text-transform: uppercase;
	background-image:url(../images/nav/gradient_top.png);
	background-repeat:repeat-x;
	border-bottom: #900 1px solid;
	border-left: #CCC 1px dotted;
} 

.navigation a:hover{ color: #FFF; }

.navigation a:active{ background: #fff;}

.meta {
	width: 90%;
	border-bottom: #999 dotted 1px;
	}

.topad-1 {
	width:728px;
	height:90px;
	float: left;
	}

.topad-2 {
	width: 300px;
	height: 250px;
	float:right;
}

#title h1 a, #title h1 a:hover, #title h1 a:hover, #title h1 a:hover  {	
	margin: 200px auto 20px auto;
	padding: 15px auto;
	display: inline-block;
	text-decoration: none;
	color: #444;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	
}

#title h1 a:hover {
	border-bottom: 6px solid #eee;
}

#title h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	color: #6190ca;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	line-height: 140%;
	padding:5px 0px;
}

#title h2 small {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#title h2 a {
	text-decoration: none;
	color: #999;
}

#contents{
	min-height: 408px;
	width: 65%;
	float: left;
	padding: 15px 0 15px 15px;
	overflow:hidden;
	line-height:21px;
	border-left: #900 1px solid;
	background-color: #FFF;
}

#contents img {
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	border:#ffffff solid 8px;
	margin-top:15px;
	border-radius:6px;
	height:80%;
	width:80%;
}
#contents h1{ padding:5px 0px;}

#sidebar-wrapper {
	float: left;
	width: 28%;
	padding: 0px 10px 10px 10px;
	border-right:1px solid #ccc;
}

#sidebar-wrapper-right {
	float: right;
	width: 28%;
	padding: 0px 10px 10px 10px;
	border-right:1px solid #ccc;
	border-left: 2px dotted #CCCCCC;
}

#logo { 
	background:url(../images/nav/flag-new-large.png) no-repeat; 
	background-position: center bottom;
	height:200px; 
	width:728px;
	}
	
#logo h2 {
	position: absolute;
	bottom: 0px;
}

.sidebar {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 80%;
}

.sidebar-right {
	float: right;
	padding: 10px 10px 10px 10px;
	width: 80%;
	background-color:#CCC;
}

#shameless {
	border-left:#666 2px solid;
	border-top:#999 5px solid;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 30px;
	border-bottom:#CCC 1px dotted;
	background-image:url(../images/nav/advertising_back.png);
	background-position:right;
	background-repeat:repeat-y;
	}


blockquote{ padding:10px; margin:0px 0px; border-bottom:1px solid #dedede;}
blockquote:before {
content: '\201C';
}
blockquote:after {
content: '\201D';
}
#copyrights{border-top:3px solid #CCC;border-bottom:3px solid #CCC;}
#copyrights p{ float:left; margin:10px 15px 0px 0px;}

.resize { position:fixed;
bottom:0px;
right:0px;
height:80px;
width:80px;
background:url(../images/resize.png) repeat scroll 0% 0% transparent;
}

.slogan {
	font-size:8px;
	font-weight:bold;
	}

@media all {
	#Wrapper,#logo,#navigation ul li a {
		transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
	}
}
@media screen and (min-width: 1401px){
	#Wrapper{ width: 1300px; margin:0px auto; border-left: #900 solid 5px; border-top-right-radius:200px;}
	#masthead { position: absolute; top: 30px; right: 100px; height: 90px; width: 400px; padding: 10px; border: #CCC solid 1px;}
	#contents{	width: 65%; z-index:2;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
	#weather { position: absolute; width: 144px; height: 108px; right: 400px; top: 100px; }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#Wrapper{ width: 1100px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:200px;}
	#contents{ 	width: 65%; z-index:2;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
	#weather { position: absolute; width: 144px; height: 108px; right: 200px; top: 100px; }

	
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
	#Wrapper{ width: 960px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:200px;}
	#contents{ width: 65%; z-index:2;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
	#contents h1{ line-height:40px;}
	#weather { position: absolute; width: 144px; height: 108px; right: 100px; top: 100px; }

}
@media screen and (min-width: 859px) and (max-width: 960px) {
	#Wrapper{ width: 830px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:200px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{	width: 63%;	 z-index:2;}
	#contents h1{ line-height:40px;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
	#weather { position: absolute; width: 144px; height: 108px; right: 75px; top: 100px; }


}

@media screen and (min-width: 761px) and (max-width: 860px) {
	#Wrapper{ width: 740px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:200px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{	width: 63%;	 z-index:2;}
	#contents h1{ font-size:30px; text-align:left; line-height:30px;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
}

@media screen and (min-width: 728px) and (max-width: 759px) {
	#Wrapper{ width: 740px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:200px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{	width: 63%;	 z-index:2;}
	#contents h1{ font-size:30px; text-align:left; line-height:30px;}
	#gizoogle { position: fixed; align: center; top: 0px; left: 0px; height: 90px; width: 100%; background-color:#999; background-image:url(../images/nav/gizoogle_back.png); background-position: right top; background-repeat: no-repeat; border-bottom: #009 6px solid; z-index:1;}
}


@media screen and (min-width: 641px) and (max-width: 760px) {	
	#Wrapper{ width: 620px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:100px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	#navigation ul li a{ font-size:11px; padding:0px 0px; width:100%;}
	#contents{	width: 55%;	font-size:16px;	 z-index:2;}
	#contents h1{ font-size:25px; text-align:left; line-height:30px;}
	#comments h1,.sidebar h1{ font-size:11px; text-align:left; line-height:normal;}
	#sidebar-wrapper { float: left; font-size:14px; width:30%;clear:both; z-index:3;}
	#sidebar-wrapper-right { float: right; font-size:14px; width:30%;clear:both; z-index:3;}

	#logo{ background:url(../images/nav/flag-new-small.png) no-repeat; height:165px; width:300px; margin-left:auto; margin-right:auto; padding-bottom:20px;}
}

@media screen and (min-width: 421px) and (max-width: 640px) {
	#Wrapper{ width: 420px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:100px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	header{ text-align:center;}
	#navigation{ height:20px;padding-bottom:100px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	/*.navigation a{ float:none; font-size:16px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}*/
	#contents{	width: 95%; font-size:14px;position:relative; z-index:2;}
	#contents h1{ font-size:22px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:11px; text-align:left; line-height:normal;}
	#sidebar-wrapper { 	float: none; font-size:14px; width:95%;clear:both; z-index:3;}
	#sidebar-wrapper-right { 	float: none; font-size:14px; width:95%;clear:both; z-index:3;}
	#logo{ background:url(../images/nav/flag-new-small.png) no-repeat; height:165px; width:300px; margin-left:auto; margin-right:auto;padding-bottom:20px;}
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	#Wrapper{ width: 320px; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:20px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	header{ text-align:center;}
	#navigation{ height:220px;padding-bottom:100px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	.navigation a{ float:none; font-size:13px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}
	#contents{
	width: 95%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:18px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:11px; text-align:left; line-height:normal;}
	#sidebar-wrapper { 	float: none; font-size:13px; width:95%;clear:both; 	}
	#sidebar-wrapper-right { 	float: none; font-size:13px; width:95%;clear:both; 	}
	#logo{ background:url(../images/nav/flag-new-small_2.png) no-repeat; height:69px; width:125px; margin-left:auto; margin-right:auto;padding-bottom:20px;}
}

@media screen and (min-width: 0px) and (max-width: 319px) {
	#Wrapper{ width: 100%; margin:0px auto;border-left: #900 solid 5px;border-top-right-radius:20px;}
	#Wrapper2 {margin: 20px 0 0 0;}
	header{ text-align:center;}
	#navigation{ height:220px; padding-bottom:100px;}
	.navigation a{ float:none; font-size:13px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}
	#contents{ 	width: 95%; 	font-size:14px;position:relative; 	}
	#contents h1{ font-size:16px; text-align:left; font-weight:bold; line-height:normal; }
	#comments h1,.sidebar h1{ font-size:11px; text-align:left; line-height:normal;}
	#sidebar-wrapper { 	float: none; font-size:13px; 	width:95%;clear:both; }
	#sidebar-wrapper-right { 	float: none; font-size:13px; 	width:95%;clear:both; }

	#logo{ background:url(../images/nav/flag-new-small_2.png) no-repeat; height:69px; width:125px; margin-left:auto; margin-right:auto;padding-bottom:20px;}
}

