@charset "UTF-8";

/*  
Theme Name: I Love Summer!
Theme URI: http://angga.gpratama.net/
Description: Wordpress theme for Angga G. Pratama's <a href="http://angga.gpratama.net/">Blog</a>.
Version: 0.1
Author: Angga G. Pratama
Author URI: http://angga.gpratama.net/

	I Love Summer! v0.1
	http://angga.gpratama.net/

	This theme was designed and built by Angga G. Pratama,
	whose blog you will find at http://angga.gpratama.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Group Reset */
* {
	margin:0;
	padding:0;
	/*list-style-type: none;*/
	text-decoration:none;
	font:normal normal 100.01%/1.65em Tahoma, 'Trebuchet MS', 'Lucida Grande', Lucida, Verdana, sans-serif;
	color:#3f3f3f;
	text-shadow:none;
}

option { padding-left:0.4em }

* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

/* remember to define focus styles! */
:focus { outline:0; }
em { font-style:italic; }
ins { text-decoration:none;background:#fffbcc; }
del { text-decoration:line-through; }
strong { font-weight:bold; }
/* Closing Group Reset */


/* Group Floats */
.floatleft {
	float:left;
	margin-right:10px;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatclear {
	clear:both;
}
/* Closing Group Floats */


/* Group Anchors */
a {
	color:#999;
}

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

a img {
	border:none;
}
/* Closing Group Anchors */


/* Group Lists */
* ul {
	margin:0;
	list-style-type:none;
}

* ul li {
	padding:0px 18px;
	background:url(images/list.gif) no-repeat;
	background-position:0em 0.5em;
}

* ol {
	margin:0;
	list-style-type:decimal;
}
/* Closing Group Lists */


/* Group Aligns */
.textleft {
	text-align:left;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.textjustify {
	text-align:justify;
}
/* Closing Group Aligns */


/* Group Headers */
h1, h2, h3, h4, h5, h6 {
	color:#ff9900;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#ff9900;
}
/* Closing Group Headers */


/* @group H1 */
h1, h1 a {
	font-size:24px;
}
/* @end */


/* @group H2 */
h2, h2 a {
	font-size:20px;
}
/* @end */


/* @group H3 */
h3, h3 a {
	font-size:16px;
}
/* @end */


/* @group H4 */
h4, h4 a {
	font-size:12px;
}
/* @end */


/* @group H5 */
h5, h5 a {
	font-size:12px;
}
/* @end */


/* @group H6 */
h6, h6 a {
	font-size:12px;
}
/* @end */


/* The Typo */
.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.smallcaps {
	font-variant:small-caps;
}

.capitalize {
	text-transform:capitalize;
}

.uppercase {
	text-transform:uppercase;
}

.lowercase {
	text-transform:lowercase;
}

body {
	font-size:0.7em;
	background:transparent url(images/bg-left.gif) no-repeat bottom left fixed;
}

p {
	margin:0 0 10px;
	text-align:justify;
}
/* Closing The Typo */


/* The Layout */
#topbar{width:100%;margin:0 auto}
#container{width:100%;margin:0 auto}
#wrapper{width:700px;margin:0 auto}
#navigation{float:left;width:185px;margin:0 15px 0 0}
#content{float:right;width:500px}
#extra{clear:both;width:100%}
.pagecontent#content{width:700px}
/* Closing The Layout */


/* Topbar */
#topbar {
	background:#ccc;
	height:5px;
	border-bottom:1px solid #999;
}
/* Closing The Layout */



/* The Container */
#container {
	background:#ccc;
	border-bottom:1px solid #999;
	overflow:hidden;
	background:url(images/hidden-nav-bg-300.png) repeat-x scroll;
	height:260px;
}
/* Closing The Container */


/* Hidden Nav */
#hidden-nav {
	width:860px;
	margin:10px auto 0;
}

.navmenu {
	float:left;
	padding:0;
	margin:0 0 10px;
	padding-right:25px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:225px;
}

html>body .navmenu, html>body .navabout {
	width:230px;
}

.navmenu h2 {
	margin-bottom:6px;
}

.navmenu ul {
	border-top:1px solid #ffaa00;
	margin:0;
}

.navmenu li {
	border-bottom:1px solid #ffaa00;
	display:block;
	padding:0px 5px;
	background:none;
}

.navmenu li:hover {
	background-color:#ffd966;
}

.navmenu li a {
	display:block;
}

.navmenu li a:hover {
	background-color:#ffd966;
	color:#999;
}

.navmenu li span {
	display:none;
}

.navmenu li:hover span {
	display:inline;
	color:#999;
	margin-top:-1.65em;
}

.navabout {
	width:300px;
	float:left;
	padding:0 0 0 60px;
	position:relative;
}

.about-me-pic {
	position:absolute;
	top:40px;
	left:0px;
}
/*
.about-me ul {
	margin:0px;
}
*/
.about-me ul, .about-me li {
	display:inline;
	background:none;
	padding:0px;
	margin:0px;
}

.about-me li:after {
	content: "\0020 \2666";
}

.about-me li.last:after {
	content: " ";
}

#navinfo {
	clear:both;
	width:400px;
	margin:10px auto 0;
	background:#ddd;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

#navinfo p {
	text-align:center;
	padding:5px;
	margin:0;
	color:#999;
}

#nav-button {
	width:150px;
	height:30px;
	position:relative;
	margin:-1px auto 20px;
}

#nav-button span {
	background:url(images/nav-button-merged.gif) no-repeat;
	background-position:0px 0px;
	position:absolute;
	width:100%;
	height:100%;
}

#nav-button span:hover {
	background-position:0px -29px;
}
/* Closing Hidden Nav */


/* The Wrapper */
#wrapper {
	clear:both;
}
/* Closing The Wrapper */


/* The Links Button */
#linksbut {
	width:690px;
	height:1.5em;
	position:relative;
	border-top:1px solid #cccccc;
	background:#efefef;
	margin:0;
	padding:0 5px 2px;
}

#links-button {
	width:50px;
	height:15px;
	position:relative;
	margin:0 0 -1px;
}

#links-button span {
	background:url(images/links.gif) no-repeat;
	background-position:0px 0px;
	position:absolute;
	width:100%;
	height:100%;
}

#links-button span:hover {
	background-position:0 -15px;
}

ul#twitter_update_list {
	color: #ff9900;
}
/* Closing The Wrapper */


/* The Header */
#header {
	width:700px;
	height:250px;
	position:relative;
	margin:0 0 20px;
}

#header span.headspan {
	background:transparent url(images/header/header04.jpg) no-repeat scroll;
	position:absolute;
	width:100%;
	height:100%;
}

#header a:hover span.aries {
	display:block;
	position:absolute;
	height:50px;
	width:120px;
	z-index:100;
	background:transparent url(images/aries.png) no-repeat scroll left top;
}

#header h1 {
	text-align:center;
	line-height:200px;
}
/* Closing The Header */


/* The Navigation */
#navigation {
	background:transparent;
	padding:0;
}

.postdetail ul {
	border-top:1px solid #ddd;
	margin:0;
}

.postdetail li {
	border-bottom:1px solid #ddd;
	display:block;
	padding:0px 5px;
	background:none;
	color:#999;
}

.postdetail li.catlist a {
	display:inline;
}

.postdetail li:hover {
	background-color:#eee;
}

.postdetail li a {
	display:block;
}

.postdetail li a:hover {
	background-color:#eee;
}

/* Closing The Navigation */


/* The Content */
#content {
	background:#fafafa;
	margin:0 0 20px;
}

#postcontent {
	border:1px solid #ddd;
	padding:10px;
}

#postcontent h2 {
	margin:0 0 10px;
}

blockquote {
	padding-left:32px;
	background:url(images/quote1.gif) no-repeat left top;
	padding-top:12px;
	margin-left:32px;
	margin-right:32px;
	margin-bottom:10px;
}

blockquote p {
	font:italic 12px/20px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding-right:32px;
	background:url(images/quote2.gif) no-repeat right bottom;
	padding-bottom:12px;
	text-align:center;
}

#content ul {
	margin:10px;
}

#content ol {
	margin:10px 10px 10px 30px;
}

.separator {
	background:transparent url(images/separator.gif) no-repeat scroll;
	height:50px;
	width:450px;
	margin:0 auto;
}
/* Closing The Content */


/* Begin Comments*/
.commentlist cite {
	font-size:1.3em;
}

.commentlist cite a {
	font-size:1.1em;
}

input[type="text"]:focus, input[type="submit"]:focus {
	border:solid 1px #888;
	background:#ddd url("images/input-bg.png") repeat-x top left scroll;
	color:#888;
}

textarea:focus {
	border:solid 1px #888;
	background:#ddd;
	color:#888;
}

input[type="text"], textarea {
	border:solid 1px #999;
	background:#efefef;
	color:#999;
	padding:2px;
}

input[type="submit"] {
	border:solid 1px #999;
	background:#efefef;
	color:#999;
	padding:1px;
}

#submit {
	margin-bottom:10px;
	float:right;
}

textarea{
	width:99%;
}
/* End Comments */


/* The Hover Spans */
a:hover span.aries {
	display:block;
	position:absolute;
	height:50px;
	width:120px;
	z-index:100;
	background:transparent url(images/aries.png) no-repeat scroll left top;
}

a:hover span.thumb {
	display:block;
	position:absolute;
	top:25px;
	left:25px;
	height:50px;
	width:50px;
	z-index:100;
	background:transparent url(images/click.png) no-repeat scroll left top;
}
/* Closing The Hover Spans */


/* The Extra */
#extra {
	background:#efefef;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

#extra p {
	padding:5px;
	margin:0;
}
/* Closing The Extra */


/* The Footer */
#footer {
	background:#fff;
	color:#3f3f3f;
	text-align:center;
}
/* Closing The Footer */
