/*
Theme Name: Blue Sky
Theme URI: http://www.lirent.net/
Description: BlueSky WordPress theme is a unique and stunning wordpress style by <a href="http://www.lirent.net/">Lirent.net Hacks</a>.
Version: 3.0
Author: Lirent.net
Author URI: http://www.lirent.net
*/

@import url("css/menu.css");
/*
CSS General Reset
*/
* {
font-family: arial;
font-size: 1em;
outline: 0;
padding: 0;
margin: 0;
border: 0;
text-decoration: none;
vertical-align: baseline;
white-space: normal;
}
html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/*
0. Layout CSS Information
*/
body {
background: #DDEEF6 /* url(images/bg-container.gif) repeat-x scroll 0 0*/ ;
text-align: center;
}
#container {
width: 1000px;
background: #eef7fe;
margin-right: auto;
margin-left: auto;
text-align: left;
}
/*
1. Very Top Bar
*/
#pagemenu {
float: left;
height: 24px;
padding: 11px;
display: inline;
z-index: 20;
margin-left:50px;
}
#pagemenu li {
float: left;
display: block;
height: 24px;
}
#pagemenu li ul li {
height: 24px;
border-bottom: 1px solid #ddd;
width: 100%;
}
#pagemenu li a {
display: block;
padding-left: 10px;
padding-right: 10px;
font-weight: 700;
font-size: 0.75em;
text-transform: lowercase;
line-height: 24px;
border-right: 1px solid #ddd;
}
#pagemenu li a:hover {
border-right: 1px solid #AAC9DA;
}

#pagemenu li.current_page_item a {
border-right: 1px solid #a6dc00;
}
#pagemenu li.current_page_item a:hover {
color:a6dc00;
border-right: 1px solid #a6dc00;
}
#pagemenu ul {
display: none;
z-index: 99;
position: absolute;
}
#pagemenu ul li a {
display: block;
background: #FFF;
}
#pagemenu li ul a:hover {
display: block;
background: #FFF;
}
#pagemenu ul a {
display: block;
}
#pagemenu ul ul {
margin-top: -25px;
display: none;
margin-left: 199px;
position: absolute;
}
#pagemenu li:hover ul ul {
display: none;
}
#pagemenu li:hover ul {
display: block;
}
#pagemenu ul li:hover ul {
display: block;
}
#pagemenu li ul li {
display: block;
width: 100%;
}
#pagemenu li.page_item ul {
border-top: 1px solid #ddd;
width: 200px;
}
#pagemenu li.page_item a {
display: block;
}
#pagemenu li.page_item a:hover {
display: block;
}
#pagemenu li.page_item ul li a {
display: block;
text-align: left;
height: 24px;
line-height: 24px;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
background: #FFF;
padding-left: 10px;
padding-right: 10px;
text-transform: lowercase;
font-size: 0.7em;
font-weight: 700;
color: #666;
}
#pagemenu li.page_item ul li a:hover {
display: block;
text-align: left;
height: 24px;
line-height: 24px;
border-right: 1px solid #a6dc00;
border-left: 1px solid #ddd;
background: #FFF;
padding-left: 10px;
padding-right: 10px;
text-transform: lowercase;
font-size: 0.7em;
font-weight: 700;
color: #ff9000;
}
/*
Sub Nav
*/
#subnav{
height:46px;
background:url(images/bg-subna.gif) repeat-x;
}
/*
Search bar
*/
#searchtext{
background:#fff;
margin:0;
padding:4px;
border:1px solid #ccc !important;
border-right-width:0;
outline-width:0;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
font:18px Helvetica, Arial, Sans-serif;
width:340px;
height:23px;
}
#searchbar {
float: left;
display: inline;
margin: 0;
font-size: 0.7em;
padding: 10px;
}
.searchform {
display: inline;
vertical-align: middle;
float: right;
}
.searchform fieldset {
display: inline;
vertical-align: middle;
}
.searchform label {
display: inline;
vertical-align: middle;
}
.searchform input {
display: inline;
vertical-align: middle;
}
.searchform .searchlabel {
color: #989898;
cursor:pointer;
margin-right: 5px;
font-family: verdana;
letter-spacing: -1px;
text-shadow:0 1px 0 #fff;
}
#submitbtn:active{
position: relative;
top: -1px;
left: -1px;
}
.csearchinput {
	border: 1px solid #ddd;
	padding: 3px;
	color: #999;
	background: #ffffee;
}
.csearchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #ffffee;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 27px;
}
.csearchbutton:hover {
	color: #ff9600;
}
/*
Header CSS
*/
#header {
width: 1000px;
height: 90px;
margin-bottom: 10px;
}
#header_logo {
float: left;
height: 60px;
display: inline;
margin-left: 20px;
margin-top:25px;
}
#header_logo h1.blogtitle {
float: left;
margin-right: 10px;
}
#header_logo h1.blogtitle a {
background: url(images/logo.gif) no-repeat top right;
width:184px;
height:49px;
display: block;
}
#header_ad {
float: right;
width: 728px;
height: 90px;
display: inline;
margin-top:5px;
}
#header_ad img {
display: block;
}
/*
2. Content Layout
*/
#content {
width: 1000px;
}
#content #column {
float: left;
width: 575px;
margin-left: 5px;
margin-right: 0;
display: inline;
}
#content #sidebar {
float: left;
width: 388px;
margin:5px 5px 0 5px;
display: inline;
background: #FFF;
border: 1px solid #ddd;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
/*
Sidebar Widgets
*/
#sidebar h2 {
font-size: 1em;
font-family: "trebuchet ms", arial, tahoma;
line-height: 1.3em;
color: #E64117;
margin-top: 15px;
border-bottom: 1px dashed #eee;
background: url(images/h.gif) no-repeat left 7px;
padding-left: 15px;
text-shadow:0 1px 0 #c3c3c3;
}
#sidebar h4 {
font-family: "trebuchet ms", arial, tahoma;
color: #E64117;
text-shadow:#ccc 1px 0 1px;
}
#sidebar p {
margin: 0 0 7px 0;
}
#sidebar .box {
margin-top: 5px;
font-size: 0.75em;
line-height: 1.4em;
color: #999;
}
#sidebar .bluBorder {
background:#e4f4fb;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:5px;
}
.center {
text-align: center;
margin-right: auto;
margin-left: auto;
}
#sidebar a:hover {
color: #366799;
}
.sidebar1 {
width: 388px;
}
.sidebar2 {
width: 190px;
float: left;
display: inline;
}
.sidebar1 ul ul, .sidebar2 ul ul {
font-size: 0.75em;
color: #999;
line-height: 1.4em;
}
.sidebar1 ul div, .sidebar2 ul div {
font-size: 0.75em;
color: #999;
line-height: 1.4em;
}
.sidebar1 ul div div, .sidebar2 ul div div {
font-size: 1em;
}
.sidebar1 li li {
background: url(images/ico_dot.png) no-repeat;
background-position: left 8px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
border-bottom: 1px dotted #ddd;
}
.sidebar2 li li {
background: url(images/ico_dot.png) no-repeat;
background-position: left 8px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
border-bottom: 1px dotted #ddd;
}
.sidebar1 li li li {
font-size: 1.2em;
background: none;
background-position: none;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
border-bottom: 0;
border-left: 1px dotted #ccc;
}
.sidebar2 li li li {
font-size: 1.2em;
background: none;
background-position: none;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
border-bottom: 0;
border-left: 1px dotted #ccc;
}
.sideIconSoc{
padding-left:22px;
line-height:16px;
display:inline-block;
width:135px;
margin-top:10px;
}
.icon-facebook{
background:url(images/soc/side-facebook.gif) no-repeat;
}
.icon-twitter{
background:url(images/soc/side-twitter.gif) no-repeat;
}
.icon-rss{
background:url(images/soc/side-rss.png) no-repeat;
}
.icon-tech{
background:url(images/soc/side-tech.gif) no-repeat;
}
/*
Feed CSS
*/
.rssfeed {
background: url(images/rssimg.png) no-repeat;
background-position: left 0;
padding-left: 30px;
}
.rssfeed a {
border-bottom: 1px dotted #ddd;
}
.emailfeed {
background: url(images/letter.png) no-repeat;
background-position: left 0;
padding-left: 30px;
}
.feedform {
font-size: .90em;
}
.feedemail {
border: 1px solid #ddd;
width: 235px;
height:24px;
padding: 3px;
color: #999;
font-size:1.2em;
background: #fffff4;
vertical-align:top;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
-webkit-border-radius-bottomleft:5px;
-webkit-border-radius-topleft:5px;
border-radius-bottomleft:5px;
border-radius-topleft:5px;
}
.feedemail:focus {
border: 1px solid #bbb;
color: #7c7c7c;
background: #fffff1;
}
.feedsubmit {
background:#7dc6f5 none repeat scroll 0 0;
border:1px solid #ccc;
color:#FFF;
cursor:pointer;
font-size:1.1em;
font-weight:700;
height:25px;
width:80px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.feedsubmit:hover {
background: #4bafe8;
}
/*
Sidebar Ads CSS
*/
ul.ads li {
float: left;
display: inline;
margin-right: 3px;
}
ul.ads img {
display: block;
float: left;
}
ul.social li {
float: left;
display: inline;
margin-right: 3px;
}
#sidebar-profil {
float: left;
padding-right:10px;
}
/*
Footer CSS
*/
#footer {
width: 980px;
padding: 10px;
margin-top: 10px;
background: #C9E6F4;
border-top: 3px solid #6AB8E8;
font-size:0.6em;
color: #7d7d7d;
text-align: right;
}
#footer a {
color: #366799;
font-weight: 700;
}
#footer a:hover {
color: #666;
}
.footer-copyright {
float: left;
line-height: 2em;
}
.footer-credit {
float: right;
color: #999;
line-height: 1.4em;

}
a.sitename {
border-bottom: 1px dotted #ff9600;
}
a.footrss {
background: url(images/footer_rss.png) no-repeat left center;
padding-left: 22px;
margin-left: 10px;
}

.credit a {
font-weight: 700;
color: #666;
}
.credit a:hover {
color: #ff9600;
}
/*
2. Blog Information Section
*/
#bloginfo {
width: 1000px;
background-color: #6fb8dd;
border-top: 3px solid #fff;
border-bottom: 3px solid #bddef1;
color: #eee;
}
#bloginfo a {
color: #FFF;
}
#bloginfo a:hover {
color: #b7e3ff;
}
#bloginfobox {
margin: 5px;
}
#bloginfo ul {
width: 990px;
}
#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}
#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
width: 330px;
}
#bloginfo ul li h2 {
display: block;
padding-left: 30px;
font-size: 1em;
line-height: 1.7em;
font-weight: 700;
color: #fffccc;
}
#bloginfo ul li.posts h2 {
background: url(images/info_posts.png) no-repeat scroll 10px center;
}
#bloginfo ul li.comments h2 {
background: url(images/info_comments.png) no-repeat scroll 7px center;
}
#bloginfo ul li.tags h2 {
background: url(images/info_tags.png) no-repeat scroll 7px center;
}
#bloginfo ul li.posts ul {
width: 310px;
padding: 10px;
}
#bloginfo ul li.comments ul {
width: 310px;
padding: 10px;
}
#bloginfo ul li.tags ul {
width: 310px;
padding: 10px;
}
#bloginfo ul li.posts ul li {
border-bottom: 1px dotted #607991;
padding-top: 4px;
padding-bottom: 4px;
}
#bloginfo ul li.posts ul li a{
background: url(images/info_psot_list.png) no-repeat left 0;
padding-left: 20px;
}
#bloginfo ul li.comments ul li {
border-bottom: 1px dotted #607991;
padding-top: 4px;
padding-bottom: 4px;
}
#bloginfo ul li.tags ul li {
border-bottom: 1px dotted #607991;
padding-top: 4px;
padding-bottom: 4px;
}
#bloginfo ul li.comments ul li a {
display: block;
font-size: 0.75em;
background: url(images/info_comments_list.png) no-repeat left 3px;
padding-left: 20px;
line-height: 1.3em;
font-weight: 700;
}
#bloginfo ul li.comments ul li a span {
font-weight: normal;
}
#bloginfo ul li.comments ul li a:hover span {
color: #ebf2ff;
}
#bloginfo ul li.tags ul li a {
line-height: 1.3em;
font-size: 0.75em;
text-transform: lowercase;
}
.r_time {
display: block;
font-size: 0.6em;
line-height: 1.3em;
padding-left:8px;
}
.r_head a {
display: block;
font-weight: normal;
font-size: 0.75em;
line-height: 1.3em;
font-weight: 700;
}
/*
General Styles THE POST
*/
.post {
margin-top: 5px;
background: #FFF /* url(images/post-gradient.jpg) repeat-x scroll 0 0*/;
border: 1px solid #ddd;
padding: 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
line-height: 1.3em;
margin: 0 0 5px 0;
}
.post p {
line-height: 1.5em;
margin: 0 0 7px 0;
}
.post h1 {font-size: 1.5em}
.post h2 {font-size: 1.4em}
.post h3 {font-size: 1.3em}
.post h4 {font-size: 1.1em}
.post h5 {font-size: 1em}
.post h6 {font-size: 0.95em}
.post p {font-size: 0.75em}
.post h1 {color: #366799;letter-spacing:-1.5px;}
.post h2 {color: #366799;letter-spacing:-1px;}
.post h3 {color: #366799;letter-spacing:-1px;border-bottom:2px solid #333;}
.post h4 {color: #CC0000}
.post h5 {color: #333}
.post h6 {color: #333}
.post p {color: #666}

.post ul, .post ol {
font-size: 0.75em;
color: #666;
margin: 0 0 7px 0;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
font-size: 1em;
margin-bottom: 5px;
margin-top: 5px;
}
.post ul li, .post ul li ul li {
background: url(images/bullet.gif) no-repeat;
background-position: left 8px;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
}
.post ol li, .post ol li ol li {
padding-top: 2px;
padding-bottom: 2px;
}
.post img {
vertical-align: middle;
}
.more-link {
font-weight: 700;
font-size: 1.1em;
font-family: "Trebuchet MS";
}
.post ins {
text-decoration: underline;
}
.post del {
text-decoration: line-through;
}
.post em{
background:#FFFFB1;
border-bottom:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;
padding:0 2px;
}
.post code {
font-family:"Consolas","Bitstream Vera Sans Mono","Lucida Console","Courier New","Courier","Monospace";
display: block;
border: 1px dotted #ddd;
width: 400px;
padding: 10px;
background: #F2F8F2;
color: #666;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
code.post pre {
display: block;
border: 1px dotted #ddd;
width: 400px;
padding: 10px;
background: #eee;
color: #666;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
white-space: pre;
clear: both;
}
.post blockquote {
display: block;
border: 1px dashed #ddd;
width: 400px;
padding: 10px 10px 0 10px;
background: #FFF;
color: #000;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
.post blockquote p {
background: url(images/blockquote.gif) no-repeat;
background-position: left top;
padding-left: 40px;
color: #5a727b;
font-weight: 700;
}

a {
color: #3491c6;
}

a:hover {
color: #379bd3;
}
.post h1 a {
border-bottom: 1px dotted #ddd;
text-shadow:0 1px #fff;
}
.post h1 a:hover {
color: #3a98cd;
border-bottom: 1px dotted #ccc;
text-shadow:0 1px #fff
}
.post .entry {
margin-top: 10px;
margin-bottom: 10px;
}
.post .postinfo {
color: #aaa;
font-size: 0.7em;
border-bottom: 1px dashed #ddd;
line-height: 1.4em;
padding-top: 2px;
padding-bottom: 5px;
}
.post .info {
float: left;
}
.post .info a {
padding-top: 4px;
padding-bottom: 4px;
height: 15px;
padding-left: 18px;
}
#postAuthor a{
background: url(images/ico_author.gif) no-repeat left center;
}
#postCategory a{
background: url(images/ico_cat.gif) no-repeat left center;
}
.post .commentnum {
float: right;
background: url(images/ico_comments.png) no-repeat scroll 0 0;
padding-left: 20px;
}
.post .tags {
background: url(images/ico_tag.gif) no-repeat;
background-position: left 3px;
padding-left: 35px;
font-size: 0.7em;
color: #aaa;
line-height: 1.5em;
padding-top: 5px;
border-top: 1px solid #eee;
float: right;
text-transform: lowercase;
}
.post .ratings {
font-size: 0.75em;
line-height: 1.3em;
color: #666;
margin: 0 0 10px 0;
}
.post .views {
font-size: 0.75em;
color: #666;
margin: 0 0 10px 0;
}
/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
border: 3px solid #eee;
}
.alignleft {
float: left;
display: inline;
margin-right: 10px;
margin-bottom: 2px;
}
.alignright {
float: right;
display: inline;
margin-left: 10px;
margin-bottom: 2px;
}
.aligncenter {
display: inline;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.alignnone {
display: inline;
text-align: center;
margin-right: auto;
margin-left: auto;
}
p.wp-caption-text {
padding: 3px;
color: #999;
}
/*
Default Navigation _Next entries _Previous entries
*/
.nav {
margin-top: 10px;
font-size: 0.75em;
}
.nav a:hover {
color: #333;
}
.nav_left {
float: left;
display: inline;
}
.nav_right {
float: right;
display: inline;
}
/*
Other Post Boxes
*/
.post_header {
padding-top: 10px;
margin-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #e4e7cf;
}
.post_header h1 {
font-size: 1em;
color: #366799;
}
.post_author, .post_follow {
background: #fffff4;
padding: 10px;
font-size: 0.75em;
color: #666;
line-height: 1.5em;
border: 1px solid #eeeee4;
font-family: "Trebuchet MS"
}
.post_follow a {
font-weight: 700;
}
/*
Related post
*/
}
#relatedpost h2{
color:#666;
font-size:18px;
font-weight:700;
}
#relatedpost {
margin:0;
padding:0;
background: #fff;
font-size: 0.75em;
color: #666;
border: 1px solid #eeeee4;
font-family: "Trebuchet MS"
}
#relatedpost li {
display:block;
background: url(images/info_posts.png) no-repeat;
background-position: 10px center;
padding: 7px 0 7px 35px;
clear:both;
border-bottom:1px dotted #CCC;
font-weight:700;
}
#relatedpost h3{
display:block;
font-size:14px;
padding: 8px;
}
/*
Comments
*/
.commentlistdiv {
margin-top: 10px;
padding: 10px;
background: #FFF;
border: 1px dotted #ddd;
font-size: 0.75em;
color: #666;
}
.commentlistdiv h1 {
font-size: 1.3em;
color: #366799;
border-bottom: 1px solid #eee;
line-height: 1.5em;
}
.commentlist li {
background: #fff;
border-bottom: 1px dotted #ddd;
padding: 10px;
}
.commentlist li.alt {
background: #fff;
}
.pane_l {
float: left;
display: inline;
width: 150px;
min-width: 120px;
max-width: 120px;
border-right: 1px dotted #ddd;
text-align:center;
margin-right: 10px;
}
.pane_r {
display: block;
line-height: 1.5em;
margin-left: 0;
}
.c_author {
font-size: 0.9em;
font-weight: 700;
margin: 0 0 7px 0;
}
.c_avatar {
display: block;
margin: 0 0 7px 0;
}
.c_date {
color: #aaa;
font-size: 0.9em;
margin: 0 0 7px 0;
}
.c_approved {
color: #fff;
font-size: 0.9em;
background:#d62c2c;
}
.reply_comments_b{
float:right;
position:relative;
background:#d3ebfe;
padding:5px;
}
/*
Trackbacks / Pinbacks
*/
.post_ping {
background: #fffff4;
padding: 10px;
border: 1px solid #eeeee4;
font-family: "Trebuchet MS";
font-size: 0.7em;
color: #666;
line-height: 1.5em;
}
.post_ping h1 {
font-size: 1.2em;
}
.post_ping ol {
margin-left: 20px;
}
.post_ping ol li {
padding-top: 3px;
}
/*
Reply
*/
.reply {
margin-top: 10px;
padding: 10px;
background: #DDEEF6;
border: 1px dotted #ddd;
font-size: 0.75em;
color: #666;
}
.reply h1 {
font-size: 1.5em;
color: #366799;
line-height: 1.8em;
background:transparent url(images/f_reply_comment.png) no-repeat scroll 0 0;
padding:0 0 15px 40px
}
.reply label {
font-family: "Trebuchet MS";
font-weight: 700;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #666;
margin-left: 5px;
}
.replytext {
width: 200px;
background: #FFF;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #666;
border: 1px solid #81afd2;
padding: 3px;
}
.replyarea {
width: 440px;
height: 140px;
background: #FFF;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #666;
border: 1px solid #81afd2;
}
.replybutton {
margin: 5px 0;
}
.replyarea{
background: url(images/bg-replyarea.gif) bottom right no-repeat #FFF !important;
width:100%;
}
/* add icons to fields */
.field_email {
background: #fff url(images/f_email.png) no-repeat left center;
padding: 2px 5px 2px 37px;
}
.field_author {
background:#fff url(images/f_author.png) no-repeat left center;
padding: 2px 5px 2px 37px;
}
.field_url {
background:#fff url(images/f_url.png) no-repeat left center;
padding: 2px 5px 2px 37px;
}