/*
Theme Name: webwoorks v1 
Theme URI: http://webwoorks.net/
Description: Designed and handcrafted by Webwoorks
Version: 0.1
Author: Ibnoe
Author URI: http://ibnoe.web.id/
Tags: green, white, blue, silver, black, light, two-columns, right-sidebar, fixed-width


*/


/* MINIMUM RESET
------------------------------------------------------------------ */
/* resets browser-specific styles - based on work by Eric Meyer */

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, font, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
        text-shadow:1px 1px #FFFFFF;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- 

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }
*/

html, body { color:#333333; text-align: center; }
html { height: 100%; margin-bottom: 1px; }
body {
  	font: 82.51%/1.6 "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
background-color:#EEEEEE;

}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

#sidebar a,
#sidebar a:link,
#sidebar a:visited { color: #C54E0B; border-bottom: 1px solid #fff; }
#sidebar a:focus,
#sidebar a:hover,
#sidebar a:active { color: #111; border-bottom-color: #C54E0B; }

abbr,
acronym { cursor: help; border-bottom: 1px dashed #999; }

blockquote {
  background-color: #F0F0F0;
  border-left: 2px solid #E5E5E5;
  color: #111;
  font-style: italic;
  margin: 0 0 .8em .5em;
  padding: .5em;
}

cite { font-style: italic; }
code {
  background: #EAEAEA;
  font-size: 0.9em;
  font-family: Consolas, Monaco, monospace;
  padding: 1px 3px;
}

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; color: #565656; }

h1 { font-size: 2em; margin: 0; font-family: "Myriad Pro", Arial, Helvetica, sans-serif; }
h2 { font-family:"Times New Roman",Times,serif;
font-size:2.6em;
letter-spacing:-0.04em;
line-height:1.05em;
color:#262625;
}
h3 { font-size: 1.37em; line-height: 1.3; margin: 1.55em 0 .2em;}
h4 { margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }  

.hentry h2,
h2.pagetitle,
h3.archiveentrytitle { font-weight: normal; line-height: 1.2; margin: 0.3em 0 0em; }

h2 a, h3 a,
h2 a:link, h3 a:link,
h2 a:visited, h3 a:visited { color: #262625; }
h2 a:active, h3 a:active,
h2 a:focus, h3 a:focus,
h2 a:hover, h3 a:hover { text-decoration:underline; }

hr,
separator {display: none;}

small { font-size: 0.8em; }
strong { font-weight: bold; }
sub,
sup {font-size: 0.7em;}

del {color: darkred; text-decoration: line-through;}
del:hover {text-decoration: none;}
del:after {content: " [ - ]"; font-size: 0.7em; text-decoration: none; color: #777;}
del:hover:after {content: " - Deleted: " attr(datetime) " "; font-size: 0.8em; color: #777;}

ins {color: darkgreen; text-decoration: none;}
ins:after {content: " [ + ]"; font-size: 0.7em; text-decoration: none; color: #777;}
ins:hover:after {content: " - Inserted: " attr(datetime) " "; font-size: 0.8em; color: #777;}



/* Generic classes
------------------------------------------------------------------- */
/* Ampersand, Ampersand, you are so beautiful */

.amp {font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic;}

.hidden { display: none; }

a.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 14px; }
a.top-link:hover { background-position: 0 -28px; }



/* Wordpress 2.7.x specific CSS
------------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
  width: auto !important; /* WP adds a width that is 10px broader than your image. Nasty if you've use a background-color other than white */
}

.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;
}

div#sidebar li.widget div.textwidget a img,
div#sidebar li.widget div.textwidget a:hover img { border: none; }


/* Added */

small.unimportant {
  background-color: #F4F8F9;
  border: 1px solid #B3CDD8;
  border-top-color: #E6F0F2;
  border-radius: 13px;
  height: 17px;
  position: relative;
  width: 100%;
  color: #3e5867;
  display: block;
  padding: 5px 0px 5px 12px;
  }

small.unimportant a:link,
small.unimportant a:visited { color: #3e5867; }
small.unimportant a:active,
small.unimportant a:hover { color: #075075; }



/* STRUCTURE - 2 cols
------------------------------------------------------------------- */

#container { float: left; margin: 0 -350px 0 0; width: 100%; }
#content { margin: 0 350px 0 0; }
#sidebar {background-color: #fff; float: right; overflow: hidden; width: 346px; }
#footer { clear: both; width: 100%; }

#page, #header, #footer {margin: 0 auto; width: 985px;}

#page {padding-top: 0px;}

#header,
#content,
#sidebar,
#footer {
	
	text-align: left;
}

#content {padding: 19px 20px 20px;}


#content,
#sidebar { margin-bottom: 3px; }

#footer { width: 928px; font-size: 0.8em; padding: 10px 28px; margin-bottom: 10px;}





/* HEAD
------------------------------------------------------------------- */


#header {display: block; height: 117px;  position: relative; width: 985px; }

/*
EXAMPLE CODE for a logo

h1, h1 a { display: block; height: 19px; width: 87px; }
h1 { position: absolute; top: 38px; left: 27px; }
h1 a { background: transparent url(img/logo-cordobo.png) top left no-repeat; text-indent: -9999em; }

div.description { display: block; position: absolute; top: 42px; left: 124px; }
div.description { color: #868F98; font-size: 0.8em; }
div.description span { color: #8ECD12; }
div.description a:hover:after { content: " →"; }

*/


div#headerimage { display: block; position: absolute; top: 25px; left: 28px; }

div#headerimage h1,
div.description { float: left; }
div.description { color: #868F98; font-size: 0.8em; margin: 18px 0 0 10px; }


#accessibility {
  display: block;
  font-size: 0.8em;
  position: absolute;
  top: 42px;
  right: 28px;
  }
#accessibility ul { display: block; }
#accessibility ul li,
#accessibility ul li a { float: left; display: block; }
#accessibility ul li a {
  padding: 0 7px 0 4px;
  background: transparent url(img/navigation.png) right -200px no-repeat;
  }
#accessibility ul li.last-item a { background: none; padding-right: 0; }

div#navigation,
div#menu,
div#menu ul { display: block; height: 41px; width: 929px; }

div#navigation {
  background: #89CB11 url(img/navigation.png) top left repeat-x;
  position: absolute;
  top: 70px;
  left: 27px;
  }

div#menu { background: transparent url(img/navigation.png) right -50px no-repeat; }
div#menu ul { background: transparent url(img/navigation.png) left -100px no-repeat; }
div#menu ul li,
div#menu ul li a { display: block; float: left; }
div#menu ul li a {
  background: transparent url(img/navigation.png) right -150px no-repeat;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 40px;
  padding: 0 10px 0 8px;
  text-shadow: 1px 1px 1px #555;
  }
div#menu ul li:last-child a { background: none; } /* Removes the background from the last hyperlink in a list in Opera 9+, Firefox 2+ */
div#menu ul li a:hover,
div#menu ul li a:focus,
div#menu ul li.current_page_item a { text-shadow: 1px 1px 1px #000; } /* FF3.1/Safari 4 ONLY -  applies a darker text-shadow to the link - seamless transition, thanks to :focus */

div#submenu {
  font-size: 0.8em;
  position: absolute;
  top: 46px;
  left: 2px;
  }
div#submenu ul { display: block; }
div#submenu ul li,
div#submenu ul li a { display: block; float: left; }
div#submenu ul li a {
  padding: 0 7px 0 4px;
  color: #868F98;
  background: transparent url(img/navigation.png) right -200px no-repeat;
  }
div#submenu ul li:last-child a { background: none; }
div#submenu ul li a:hover { color: #000; }

div#nav-search { position: absolute; top: 8px; right: 8px; display: block; height: 30px; line-height: 16px; }
div#nav-search label { display: none; }
div#nav-search input { vertical-align: middle; }


.page,
.post,
h2.pagetitle,
h3#comments,
p.nocomments,
p.edit-page { padding: 0 8px; }

.post { margin-bottom: 30px; padding-bottom: 20px; }
.post img {
background-color:#FFFFFF;
border:2px solid #BBBBBB;
}
.entry { margin: 15px 0 5px; font-size: .94em; font-size: 12px; line-height: 19.8px;font-family: "Helvetica Neue",Arial,Helvetica,sans-serif }

.entry p,
.entry ol,
.entry ul {}
.entry p,
.entry ol,
.entry ul { margin: 1.2em 0; font-size:13.5px }

.entry ol { margin-left: 1.1em; padding-left: 1.1em; }
.entry ul { margin-left: 1.1em; padding-left: 1.1em; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry blockquote p { margin: 0; }

.postmetadata {
  border-top: 1px dotted #D5D5D5;
  border-bottom: 1px dotted #DDDDDD;
  font-size: 10px;
  color: #999;
  margin-top: 20px;
  padding: 7px 2px;
}

.postmetadata .tags a { color: #666; padding: 1px 3px; }
.postmetadata .tags a:hover { background-color: #efefef; }


/* FORMS - Comments */

h3#comments { margin: 30px 0 20px; }

ol.commentlist { font-size: .8em; margin: 10px 0 20px; }

ol.commentlist li {
  background-color: #f9fbfc;
  border-top: 1px solid #b3cdd8;
  border-bottom: 1px solid #b3cdd8;
  padding: 12px 8px;
}

ol.commentlist .thread-alt {
	background-color: #f4f8f9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ol.commentlist .thread-even { background-color: #fff; }

ol.commentlist .depth-1 { }
.commentlist .even,
.commentlist .alt { }

li.comment-author-admin { background-color: #b3cdd8; }

.commentlist li .avatar { 
	background-color: #fff;
	border: 1px solid #eee;
	float: left;
	margin-right: 7px;
	padding: 2px;
}

.commentlist cite,
.commentlist cite a { font-style: normal; font-weight: bold; }
.commentlist cite { font-size: 1.1em; }
.commentlist p {
	display: block;
	font-weight: normal;
	line-height: 1.5em;
	margin: 3px 8px 3px 46px;
	text-transform: none;
}

.commentlist .comment-meta { font-size: 0.9em; margin-bottom: 3px; }

textarea#comment { width: 100%; }

#respond {
  background-color: #E6F0F2;
  margin-top: 15px;
  padding: 8px 8px;
}



/* SIDEBAR */


div#sidebar { padding: 15px 20px 15px 10px; width: 320px; font-size: 0.8em; }

div#sidebar #about,
div#sidebar .categories,
div#sidebar .archives,
div#sidebar .pagenav,
div#sidebar #meta,
div#sidebar .linkcat,
div#sidebar .widget {
  border-bottom: 1px dotted #ddd;
  margin: 0 0 9px;
  padding: 0 8px 9px;
}


ul.pagination-sb,
ul.tools-sb,
ul.twitter-sb { border-bottom: 1px dotted #ddd; margin-bottom: 9px; padding-bottom: 9px; }

.pagination-sb li,
.tools-sb li,
.twitter-sb li { display: block; overflow: hidden; }


div#sidebar .tools-sb li.rss-icon a {
	background: transparent url(img/rss-icon.png) center left no-repeat;
	border: none;
	display: block;
	height: 33px;
	line-height: 1.05em;
	padding: 2px 7px 2px 65px;
}

div#sidebar .twitter-sb li { padding: 0 7px 2px 65px; }
div#sidebar .twitter-sb li.twitter-icon {
	background: transparent url(img/twitter_48.png) center left no-repeat;
	line-height: 1.25em;
	padding: 2px 7px 2px 65px;
}

div#sidebar .twitter-sb li.twitter-icon a { border: none; display: block; height: auto; }



div#sidebar .pagination-sb li a,
div#sidebar .pagination-sb li a:link,
div#sidebar .pagination-sb li a:visited {
  background: transparent url(img/next-prev-sprite.png) right -200px no-repeat;
	border: none;
	display: block;
	line-height: 1.2;
	margin: 5px 8px 5px;
	padding: 2px 57px;
}

div#sidebar .pagination-sb li a:active,
div#sidebar .pagination-sb li a:focus,
div#sidebar .pagination-sb li a:hover {
	background-position: right -300px;
	border: none;
}

div#sidebar .pagination-sb li.previous_post a { background-position: left 0; }
div#sidebar .pagination-sb li.previous_post a:hover { background-position: left -100px; }


div#sidebar .pagination-sb li a span,
div#sidebar .tools-sb li a span,
div#sidebar .twitter-sb li a span {
  color: #C54E0B;
  display: block;
  font-size: 1.25em;
  padding-bottom: 3px;
  text-transform: uppercase;
}

div#sidebar .pagination-sb li a:hover span,
div#sidebar .tools-sb li a:hover span,
div#sidebar .twitter-sb li a:hover span { color: #C54E0B; }

div#sidebar ul.sb-list { margin-left: 10px; }

div#sidebar ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 148px;
}


.pagination { font-size: 0.8em; margin-bottom: 10px; }

ol.page-link {
	background-color: #F5F5F5;
	display: block;
  font-size: 0.9em;
	margin: 0 0 20px;
	padding: 10px;
	width: auto;
}

ol.page-link li {
  display: block;
  float: left;
  line-height: 16px;
  margin-left: 0; /* Resets specific ol/ul/li within the CONTENTs default values */
}

ol.page-link li span {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin: 0 0 0 3px;
	background-color: #ddd;
	color: #111;
	width: 16px;
}

ol.page-link li span a,
ol.page-link li span a:active,
ol.page-link li span a:focus,
ol.page-link li span a:hover,
ol.page-link li span a:link,
ol.page-link li span a:visited {
	background-color: #285776;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 16px;
}

ol.page-link li span a:hover { background-color: #5B8EAD; text-decoration: none; }


/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  color: #434343;
  font-size: 1.45em;
  }



/* FOOTER
------------------------------------------------------------------ */




/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
