/*  

Theme Name: Sky Theme

Theme URI: http://www.blogger-template.info/sky-theme

Description: A free premium WordPress theme.

Version: 1.0

Author: Free Wordpress Themes

Author URI: http://www.freewordpressthemes.ws

Tags: blue, sky, clouds, orange, white, pro, premium, custom header, fixed width, two columns, widgets, adsense, affiliate, gravatar, seo, twitter, facebook

*/



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Main Layout

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



body {

font-family:Arial;

font-size:14px;

color:#333333;

}



td,th {

font-family:Arial;

font-size:14px;

color:#333333;

}



body {

background:#d1f1fc;

margin-left:0px;

margin-top:0px;

margin-right:0px;

margin-bottom:0px;

background-image:url(images/box1.gif);

background-repeat:repeat-x;

}



a:link {color:#000000; text-decoration:underline;}

a:visited {color:#000000; text-decoration:underline;}

a:active {color:#000000; text-decoration:underline;}

a:hover {color:#cc0000; text-decoration:none;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Pagebar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}

.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}

.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}

.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#ffffff;}

.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#f6f6f6; background:#ffffff;}

.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#cc0000;}



#pagination {

margin:0 auto;

text-align:center;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Images and Caption Alignment

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

        .textwidget{

            text-align:center;

}

.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   color:#333333;

   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;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Comments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;

	}

	

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}



.children { 

padding: 0; 

}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

	

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

	

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

	

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

	

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}



.thread-alt {

	background-color: #f8f8f8;

}



.thread-even {

	background-color: white;

}



.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {



	border-left: 1px solid #ddd;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Content

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.compress {display:inline;}

.compress p {display:inline;}

.compress br {display:inline;}

.compress ul {display:inline;}

.compress li {display:inline;}

.compress h1 {display:inline;}

.compress h2 {display:inline;}



blockquote {

font-size:11px;

padding:5px 5px 5px 25px;

margin:0px 30px 0px 30px;

background-image:url(images/blockquote.gif);

background-position:top left;

background-repeat:no-repeat;

text-indent:1px;

}



.notice {font-size:11px; color:#cc0000;}

.center {text-align:center;}

.right {text-align:right;}

.left {text-align:left;}

.space li {padding:0px 0px 20px 0px; margin:0px;}

.gravatar {float:right; margin:10px 10px 10px 10px;}

hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}

pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:460px;}

.pagetitle {}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



.alignleft {

   float: left;

   margin: 0 10px 5px 0;

}



.alignright {

   float: right;

   margin: 0 0 5px 10px;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Variable may or may not appear in theme depends on design

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.header_logo {

color:#000;

/*margin:29px 0px 0px 0px;*/
/*margin:5px 30px 0px 0px;*/
/*margin:5px 0px 0px 0px;*/



/*padding:0px 0px 0px 0px;*/
margin-left:51px;
padding-top:10px;
/*padding-top:25px;*/
/*padding-right:30px;*/

/*margin-left:10px;*/
height:55px;
}



.navigation {display:block;text-align:center; padding:0px 35px 0px 55px; font-size:10px; margin-top:5px; margin-bottom:15px;}

.navigation a {text-decoration:underline; color:#000000;}   

.navigation a:visited {text-decoration:underline; color:#000000;}  

.navigation a:hover {text-decoration:none; color:#000000;} 



.featured {

text-align:right;

margin:0px 18px 0px 0px;

padding:0px 0px 0px 0px;

}



.commento {

margin:0px 0px 0px 5px;

padding:0px 35px 20px 55px;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Box

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



#box1 {

margin:0 auto;

}



#box2 {

margin:0 auto;

width:990px;

}	

.small{

    font-size:12px;

    font-weight:bold;



}

.box3 {

background-image:url(images/box3.jpg);

background-repeat:no-repeat;

}



.box4 {

}



.box5 {

margin:0px 0px 0px 0px;

padding:0px 0px 0px 0px;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Navigation and Social

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



#navi1 {

margin:0 auto;

}



#navi2 {

margin:0 auto;

width:990px;

}



/* - Navigation - */



#navi3 {
width:990px;

}

	

.navi4 {

}

	

.navi5 ul {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none;}

.navi5 li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #333333; border-right:1px solid #0c0c0c; float:left; display:block; font-size:18px; font-weight:bold; text-shadow:1px 1px #333;}

.navi5 li a {color:#ffffff; text-decoration:none; padding:17px 17px 17px 17px; margin:0px; display:block;}  

.navi5 li a:visited {color:#ffffff; text-decoration:none;} 

.navi5 li a:hover {color:#ffffff; text-decoration:none; background-color:#000000;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Grid

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



#grid1 {

margin:0 auto;

}



#grid2 {

margin:0 auto;

width:990px;

}	



.grid3 {

margin:0px 0px 0px 0px;

padding:0px 0px 0px 0px;

background-image:url(images/grid1.gif);

background-position:top;

background-repeat:repeat-y;

}	



.grid4 {

margin:0px 0px 0px 0px;

padding:0px 0px 0px 0px;

background-image:url(images/grid2.jpg);

background-position:top;

background-repeat:no-repeat;

}	



.grid5 {

margin:0px 0px 0px 0px;

padding:0px 0px 0px 0px;

background-image:url(images/grid3.jpg);

background-position:bottom left;

background-repeat:no-repeat;

}		



.grid6 {

margin:0px 0px 0px 0px;

padding:33px 0px 5px 0px;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Loop

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.loop1 {

width:534px;

margin:0px 0px 20px 60px;

padding:0px 0px 0px 0px;

background-image:url(images/loop1.gif);

background-repeat:repeat-y;

}	



.loop2 {

background-image:url(images/loop2.gif);

background-repeat:no-repeat;

}



.loop3 {

background-image:url(images/loop3.gif);

background-repeat:no-repeat;

background-position:bottom left;

}



.loop4 {

margin:0px 0px 0px 0px;

padding:0px 0px 28px 0px;

}	



/* - Title - */



	.loop5 h1 {

	font-size:18px;

	line-height:22px;

	padding:16px 21px 14px 21px;

	margin:0px 0px 0px 0px;

	}

	

	.loop5 h1 a {text-decoration:none; color:#000000;}

	.loop5 h1 a:visited {text-decoration:none; color:#000000;}

	.loop5 h1 a:hover {text-decoration:none; color:#cc0000;}	



/* - Comments - */



	.loop6 {

	width:27px;

	text-align:center;

	font-weight:bold;

	font-size:12px;

	margin:0px 0px 0px 0px;

	padding:20px 0px 0px 0px;	

	}



	.loop6 a {text-decoration:none; color:#ffffff;}

	.loop6 a:visited {text-decoration:none; color:#ffffff;}

	.loop6 a:hover {text-decoration:none; color:#ffff00;}

	

/* - Content - */	



	.loop7 {

	padding:0px 26px 5px 26px;

	margin:0px 0px 0px 0px;	

	}

	

	.loop7 img {

	border:none;

	}		

	

/* - Time and Tags - */



	.loop8 {

	padding:0px 0px 0px 0px;	

	margin:10px 0px 0px 0px;	

	}

	

	.loop9 {

	font-size:10px;

	color:#999999;

	padding:0px 0px 0px 40px;	

	margin:0px 0px 0px 0px;	

	}	

	

	.loop10 {

	text-align:right;

	font-size:10px;

	color:#999999;

	padding:0px 45px 0px 0px;	

	margin:0px 0px 0px 0px;	

	}	

	

	.loop10 a {text-decoration:underline; color:#999999;}

	.loop10 a:visited {text-decoration:underline; color:#999999;}

	.loop10 a:hover {text-decoration:none; color:#999999;}	

	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Search

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	

	.search1 {

	margin:0px 0px 15px 50px;

	padding:0px 0px 0px 0px;	

	}

		

	.search2 form {

	margin:0px 0px 0px 0px;

	padding:3px 0px 0px 0px;

	}

				

	.search3 {

	width:220px;

	background-color:#ffffff;

	border-color:#ffffff; 

	border-width:1px; 

	border-style:solid;

	font-size:9px;

	color:#999999;

	}

	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Widget

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.widget1 {

margin:10px 0px 20px 0px;

padding:0px 0px 0px 0px;

}	



.widget2 {

background-image:url(images/widget2.gif);

background-repeat:no-repeat;

}



.widget3 {

}



.widget4 {

margin:0px 0px 0px 0px;

padding:25px 65px 15px 30px;

}



.widget4 h3 {

    text-align:center;

margin:0px 0px 0px 0px;

padding:0px 0px 10px 0px;

color:#000000;

text-align:center;

font-size:14px;



}

.widget4 h4{

    line-height:15px;



}

.widget4 a {text-decoration:underline; color:#000000;}

.widget4 a:visited {text-decoration:underline; color:#000000;}

.widget4 a:hover {text-decoration:none; color:#000000;}



.widget4 ol {padding:0px 0px 0px 10px; margin:0px;} 

.widget4 ul {padding:0px 0px 0px 10px; margin:0px;} 

.widget4 li {padding:7px 5px 7px 21px; margin:0px; list-style-type:none; background:url(images/li.gif) no-repeat left top; color:#333333;}

.widget4 li a {text-decoration:underline; color:#000000;}

.widget4 li a:visited {text-decoration:underline; color:#000000;}

.widget4 li a:hover {text-decoration:none; color:#000000;}		



.lightcolor {

color:#666666;

}	



.about img {

border-color:#ffffff; 

border-width:5px; 

border-style:solid;

width:100px;

height:135px;

}					



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



#footer1 {

margin:0 auto;

}



#footer2 {

margin:0 auto;

width:990px;

}



.footer3 {

background-repeat:no-repeat;

}



.footer4 {

color:#666666;

font-size:10px;

padding:5px 0px 0px 56px;

margin:0px 0px 0px 0px;

}	



.footer4 a {text-decoration:underline; color:#000000;}

.footer4 a:visited {text-decoration:underline; color:#000000;}

.footer4 a:hover {text-decoration:none; color:#000000;}



.footer5 {

padding:0px 0px 0px 0px;

margin:10px 59px 0px 56px;

}	



.footer6 {

color:#000;

font-size:12px;

font-weight:bold;

padding:4px 10px 0px 0px;

margin:0px 0px 0px 0px;

}



.footer7 {

background-image:url(images/footer3.gif);

background-repeat:no-repeat;

}



.footer8 {

background-image:url(images/footer4.gif);

background-repeat:no-repeat;

}



.footer9 {

font-size:12px;

font-weight:bold;

padding:4px 0px 4px 0px;

margin:0px 0px 0px 0px;

background-image:url(images/footer5.gif);

background-repeat:repeat-x;

}



.footer9 a {text-decoration:none; color:#cccccc;}

.footer9 a:visited {text-decoration:none; color:#cccccc;}

.footer9 a:hover {text-decoration:underline; color:#ffffff;}

a.small-button, a.big-button, a.icon-button {

  cursor:pointer;

  font-weight:normal !important;

  text-decoration:none !important;

}

.footer10 {

color:#000;

font-size:12px;

/*font-weight:bold;*/

padding:4px 10px 0px 0px;

margin:0px 0px 0px 0px;

}



a.big-button {

  color:#FFFFFF !important;

  display:block;

  float:left;

  font:normal normal normal 28px/normal Arial, sans-serif;

  height:52px;

  margin-bottom:8px;

  margin-left:0;

  margin-right:30px;

  margin-top:8px;

  padding-right:13px;

  text-decoration:none;

  text-shadow:rgba(0, 0, 0, 0.296875) 1px 1px 1px !important;

}



.header_title{

font-size:18px;

}



.book_download{

width:120%;

margin-top:20px;

}

.book_download tr{

}

.language{

}



.first_language{

    text-align: left;

    font-size:17px;

    margin-top:20px;



    width:100px;

        border-bottom:solid 1px #dadada;





}

.second_language{

    margin-top:20px;
    text-align:left;
    font-size:17px;
    border-bottom:solid 1px #dadada;

}

#headerh{

/*font-size:17px;*/
font-size:15px;
/*margin-top:20px;*/

}

#headerht{

text-align:right;

}

#headertd{

/*padding-top:20px;
*//*padding-top:10px;*/

}

#headerpad{

padding-left:6px;

}

.headerh{

font-style:italic;

/*font-size:18px;*/
font-size:16px;
}

#headerid{

/*margin-left:10px;*/
/*margin-left:5px;*/

font-style:italic;
/*font-weight:bold;*/

/*font-size:18px;*/
font-size:16px;

/*padding-top:10px;*/

}



.subheader{

	margin-left:20px;

}

/*-------------------------------------------------Timer-----------------------------------------*/


/*#countdown {
	width:770px;
	height:120px;
	height:120px;
	margin:150px 0 0 45px;
}
.dash {
	width: 127px;
	height: 125px;
	background: transparent url(images/box.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 70px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Arial;
	color: #ea8400;
	position: relative;
	margin: 10px 0 0 13px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align:center;
	font-weight:bold;
	width:127px;
	font-size: 12px;
	color: #2f2e2e;
	
}

#bottom {
	width:739px;
	height:40px;
	margin:67px 0 0 50px;
}
.bottom-text{
	float:left;
	width:108px;
	height:27px;
	color:#fff;
	font-size:11px;
	padding: 13px 0 0 20px;
}
#main {
	background: url(images/main.jpg) no-repeat center;
	width: 847px;
	height: 395px;
	overflow:hidden;
	margin: 0px auto;
}

*/