/*
Theme URI: http://graphpaperpress.com/
Description: Customized design based on the Workaholic Theme.
Version: 1.0
Author: Original auther of Chandra Maharzan for Graph Paper Press
Author URI: http://graphpaperpress.com/
Tags: minimalistic, clean, fixed width, three column, two column, separate blog, portfolio
*/

/* load 960 framework */
@import url("library/960/reset.css");
@import url("library/960/text.css");
@import url("library/960/960.css");

/* global styles */
body {
	background: #ffffff url(images/bgp.gif) repeat;
	margin: 0px 0;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-top: 8px solid #000000;
}
h1,h2,h3,h4,h5 {
	color:#000000;
}
a {
	text-decoration: none;
	color: #900
}
a:hover {
	border-bottom:1px dotted #000000;
	color: #000
}
h4 {
	font-size:18px;
	margin:0;
	padding:0;
	color:#000000
}

/* headers */
#header {
	margin-top: 35px;
	margin-bottom: 25px;
}
#header #logo {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
#header h1 {
	margin:0;
	text-transform: none;
	font-size: 16px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: 0.2px;
	margin-top: 3px;
	font-style: normal;
}
#header h1 a {
	color: #000000;
	border:none;
}
#header h1 a:hover {
	color:#aaaaaa;
}
#header .description {color:#bbb;font-family: Georgia;font-style: italic;font-size: 14px }

/* intro text */
#introduction h2 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px 0;
	padding:0;
	line-height: 1.2;
}
#introduction h3 {
	line-height:1.3;
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -15px;
}

/* twitter */
#twitter {background:url(images/twitter-bg.gif) 0px 30px no-repeat;margin-bottom:25px;}
#twitter-top {background:url(images/twitter-top.gif)  0 0 no-repeat;}
#twitter_update_list {
	list-style:none;
	margin:0;
	padding:0;
	background:url(images/twitter-bot.gif)  left bottom no-repeat;
	min-height:80px;
	font-family: Helvetica, sans-serif;
}
#twitter_update_list li {list-style: none;margin:0;font-size:12px;padding:25px 60px 15px 20px;line-height: 1.3}
#twitter_update_list li span {display: block}

/* NAVIGATION - Basic code - don't modify */ 
#nav-drop {float:right;margin:3px 30px 0 50px;padding:0;}
#nav-drop li { text-align: left; display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; cursor:default; z-index: 5}
#nav-drop a { display: block; z-index: 4;}
#nav-drop ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav-drop ul { line-height: 0; } /* IE6 "fix" */
#nav-drop ul a { zoom:1;line-height: 1.1 } /* IE6/7 fix */
#nav-drop ul li { float: none; margin:0;padding:-1px}
#nav-drop ul ul { top: 0; }
    
/* MAIN NAVIGATION _ Essentials - configure this */
#nav-drop ul { width: 150px;}
#nav-drop ul ul { left: 150px; }

/* MAIN NAVIGATION - Everything else is theming */
#nav-drop *:hover {
	background-color: none;
	color:#000000
}
#nav-drop a {
	color: #000000;
	font-size: 9pt;
	padding: 7px 13px;
	line-height: 1;
	border:none;
	font-weight:normal;
	-webkit-border-radius:1px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.3px;
}
#nav-drop li.hover a {
	background-color: #DDDDDD;
}
#nav-drop ul li a {
	background-color: #DDDDDD;
	font-weight: normal;
	-webkit-border-radius:0px;
}
#nav-drop ul a.hover {
	background-color: #CCCCCC;
}
#nav-drop li ul li a {  }
/* #nav-drop ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* Navigation Highlights */
/*.current-cat a, .current_page_item a {font-weight:bold;}*/

/* NAVIGATION - Search for something */
#search { position: relative; float: right; top: 5px; height:40px; width:165px;}
#search #s {
	float: left;
	display: block;
	margin:0;
	padding: 3px 3px 3px 20px;
	width: 145px;
	font-size: 12px;
	color: #CCCCCC;
	vertical-align: bottom;
	background: #f9f9f9 url(images/search.png) 3px 5px no-repeat;
	-webkit-border-radius: 5px;
	line-height: 1;
	border-bottom: .5px solid #DDDDDD;
	margin-top: -5px;
}
#search #s:hover {
	color: #CCCCCC;
	background: #f9f9f9 url(images/search.png) 3px 5px no-repeat;
}

/* Portfolio Gallery */
#gallery {
}
#gallery-nav {margin:2px 0 25px 0;padding: 0;list-style: none;}
#gallery-nav li {
	display: inline;
	margin:0;
	background:#f9f9f9;
}
#gallery-nav li.current {
	background: #f9f9f9;
}
#gallery-nav li.current a {color:#666}
#gallery-nav li a {
	color:#aaa;
	font-weight: normal;
	border: none;
	padding:5px
}

/* content */
#content h2 {
	text-transform: none;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content div.portfolio{
	background: #fff url(images/thumb-bg.jpg) 0px 0px no-repeat;
	margin-bottom: 5px;
	margin-right: -5px;
	width: 310px;
}
#content div.portfolio  a.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	height: 125px;
	color: #333;
	border:none;
	line-height: 1.2;
	width: 310px;
}
#content div.portfolio h4 {position:relative;}
#content div.portfolio a:focus, #content div.portfolio a:hover { text-decoration: none; }
#content div.portfolio img {
	position: absolute;
	width: 310px;
	height: 125px;
	border: 0;
	z-index:3;
}
#content div.portfolio span.title {
	position:absolute;
	bottom:0;
	left:0;
	padding:20px 20px 43px 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.3px;
}
#content div.portfolio span.category { position:absolute;bottom:0;left:0;margin:0 20px 20px 25px; font-size:12px;color:#aaa;}
#content div.portfolio span.category a {
	font-size:12px;
	border: none;
	color:#900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.5px;
	font-weight: lighter;
}

/* prev next navigation */
.navigation, .navigation-archive {clear: both;margin-bottom: 20px;height: 33px;text-align:center}
.next  {
	background: url(images/next.png) 0 -66px no-repeat;
	width: 45px;
	height: 33px;
	float: right
}
.prev  {background: url(images/prev.png) 0 -66px no-repeat;width: 115px; height: 33px;float: right}
.next a {background: url(images/next.png) 0 0 no-repeat;}
.prev a {background: url(images/prev.png) 0 0 no-repeat;}
.next a, .prev a {float:right;display:block; height:33px;text-indent:-9999px;border:none;}
.next a {
	width:45px;
}
.prev a {width:115px;}
.next a:hover, .prev a:hover {background-position: 0px -33px;border:none}
.navigation-archive .prev {float:left}

/* widgets */
h3.sub {
	margin-bottom:7px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	background-color: #D5D5D5;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.item ul li {
	display: block;
	list-style:none;
	border-top:1px dotted #bbbbbb;
	margin:0;
	padding:4px 0;
	font-family: Helvetica, sans-serif;
	font-size: 11.5px;
	background-color: #EAEAEA;
	padding-left: 10px;
}
.item ul li a {
	display: block;
	border: none;
	font-weight: lighter;
	letter-spacing: .5px;
}
.item dt {
	font-weight: lighter;
	float:left;
	width:80px;
	padding-bottom:7px;
	clear:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.item dd {padding-bottom:7px;}
.portfolio p {
	margin: 0;
	padding: 0;
	font-family:Georgia,Times;
	font-style: italic;
	font-size: 12px;
	color: #999999;
}
.item h4 {color:#666;margin-bottom: 10px}
.textwidget {margin-bottom:30px}
#wp-calendar  {width: 100%}
#wp-calendar td {text-align: center;}
#wp-calendar thead {font-weight: bold;background: #eee}
#wp-calendar td#prev {text-align: left}
#wp-calendar td#next {text-align: right}

/* Content Area */
.postmetadata {
	font-size: 10px;
}
small {
	color: #666666
}
hr.dotted {
	border:none;
	border-bottom: 1px dotted #000000
}
.pagetitle, .post h2 {margin-top:10px}
.post h3 a{
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.5px;
	color: #000000;
} 

/* Form Elements */
input,textarea {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	border: none;
	padding:6px;
	background: #DDDDDD;
	line-height: 1
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif
}
#submit {
	font-weight: normal;
	padding: 5px 10px;
	border:1px solid #aaa
}

/* Comments */
#respond h3 {border-bottom: 1px solid #ddd;padding-bottom:7px}
.commentlist {padding: 0;margin: 0;}
.commentlist li {margin: 10px 0 0px;padding: 10px 10px 10px 10px;list-style: none;border:1px solid #ddd; }
.commentlist li ul {padding: 0;margin: 0;}
.commentlist li ul li {margin-right: 0px;margin-left: 0px;}
.commentlist li .avatar {float: left;border: 1px solid #eee;padding: 2px;background: #fff;margin-right:10px}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;}
.commentmetadata {font-weight: normal;font-size: 11px}
.children { padding: 0; }
.nocomments {text-align: center;margin: 0;padding: 0;}
.commentmetadata {margin: 0 0 10px 0;display: block;}
.even, .alt {background:#f8f6f2;}
ul.children li.odd {background: #f6ede7;}
.thread-odd {background: #f6ede7;}
.thread-even {background:#f8f6f2;}
.depth-1 {}
.says {display:none;}
.cancel-comment-reply small {font-size:1em;}
.bypostauthor {background: #fff}
.cancel-comment-reply {margin-bottom: 20px}