/*  
Theme Name: Part-timer
Theme URI: http://www.parttimepaparazzo.com
Description: A simple, clean and minimal blog design.
Date: May 2009
Author: John Dang
Author URI: http://www.parttimepaparazzo.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	/*font: 80%/170% Verdana, Arial, Helvetica, sans-serif;*/
        font: 0.75em Arial, sans-serif;
	color: #000;
        /*background:url('images/bg.gif') repeat-y center #000;*/
}

/*--formatting--*/
a {
	color: #f7941d;
}

a:hover {
	text-decoration: none;
	color: red;
}

a img {
        border: none;
}


p {
	padding: 0.5em 0 0.5em;
}	

h2 {
	font: 900 20px Arial, sans-serif;
	padding-bottom: 10px;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
        font: normal 16px Arial, Helvetica, sans-serif;
        color: #fff;
	text-align: left;
	letter-spacing: 0;
	margin-top: 20px;
        padding: 3px 10px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3 {
	font: normal 20px Arial, Helvetica, sans-serif;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
}

blockquote {
	width: 400px;
	background-color: #ebebeb;
	padding: 10px;
	clear: both;
	margin: 10px 0 10px 30px;
	_margin: 0 0 10px 50px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font: 400 12px Arial, Helvetica, sans-serif;
	font-style: italic;	
}

/*blockquote p {
	padding: 0.5em 0 0.5em;
}*/

.entry ul, .entry ol, .post ul, .post ol {
	padding: 25px;
}

ul {
	list-style-type: disc;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	display: inline;
        float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
        display: inline;
        float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}


/*--container--*/
#wrapper {
	width: 985px;
	margin: 0 auto;
}

#header {
        display: inline;
        background-color: #000;	
        width: 985px;
	height: 50px;
	float: right;
}

#content {
        display: inline;
	width: 985px;
	float: left;
	background-color: #fff;
}

#content #left-col {
	display: inline;
        width: 600px;
	float: left;
	position: relative;
	padding-right: 10px;
}

#content #right-col {
	display: inline;
        width: 365px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	display: inline;
        width: 365px;
	float: left;
	position: relative;
	color: #fff;
}

#footer {
        display: inline;
        background: url(images/img_footer.gif);
	width: 100%;
	float: left;
	height: 50px;
	color: #fff;
}


/*--header--*/
#header #logo {  
        display: inline;
        width: 350px;
	height: 50px;
	float: right;
}

#header #logo h1 a {
        display: inline;
        background: url(images/img_header.gif);
	width: 350px;
	height: 50px;
	float: right;
	text-indent: -9999em;
}


/*--page-menu--*/
#header #menu {
	display: inline;
        float: left;
        /*width: 600px;*/
}

#header #menu ul {
	display: inline;
        /*width: 600px;*/
	list-style: none;
	float: left;
	text-align: left;
}

#header #menu ul li.page_item {
	display: inline;
        float: left;
}

#header #menu ul li.page_item a {
	display: inline;
        padding: 4px 8px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #fff;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#header #menu ul li.page_item a:hover {
	color: #f7941d;
}

#header #menu ul li.current_page_item a {
	color: #fff;
}


/*--post--*/
.post {
	display: inline;
        width: 600px;
	float: left;
	margin-top: 20px;
}

.post .post-info {
	font-size: 10px;
        display: inline;
        float: left;
	width: 80px;
        padding-left: 10px;	
        padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 4px;
        padding-bottom: 15px;
	background-color: #fff;
	border: 1px solid #000;
}

.post .post-info em {
	display: block;
        padding-top: 5px;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	display: inline;
        float: left;
	width: 500px;
}

.entry .post-tag {
	font-size: 10px;
}

.entry .post-tag a {
        text-decoration: none;
        font-size: 10px;	
}

p.metadata {
	padding: 2px;
	padding-right: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	clear: left;
	text-align: right;
	margin-top: 15px;
        font-size: 12px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
        font-size: 10px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--search--*/
#searchform {
	display: inline;
        width: 365px;
	float: left;
	height: 45px;
	margin-bottom: 50px;
}

#searchform h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	margin-bottom: 15px;
}


#searchform form {
	display: inline;
        float: left;
	width: 360px;
	margin: 5px;
	display: inline;
}

#searchform form input#s {
	display: inline;
        width: 260px;
	height: 20px;
	border: 1;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 70px;
	height: 25px;
	border: 1;
}

/*--about--*/
#about {
	clear: left;
	width: 365px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	padding: 2px 4px;
	color: #fff;
}

#about h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	margin-bottom: 15px;
}

/*--staff--*/
#staff {
	clear: left;
	width: 365px;
	margin-bottom: 20px;
	font-size: 11px;
}

#staff h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	/*margin-bottom: 15px;*/
}

/*--disclaimer--*/
#disclaimer {
	clear: left;
	width: 365px;
	margin-bottom: 20px;
	font-size: 11px;
}

#disclaimer h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	/*margin-bottom: 15px;*/
}



/*--token moral causes--*/
#causes {
	clear: left;
	width: 365px;
	margin-bottom: 20px;
	font-size: 11px;
}

#causes h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	/*margin-bottom: 15px;*/
}

/*--guestlists--*/
#guestlists {
	clear: left;
	width: 365px;
	margin-bottom: 20px;
	font-size: 11px;
}

#guestlists h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	/*margin-bottom: 15px;*/
}


/*--sidebar1--*/
#sidebar h6 {
	padding: 3px 4px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	display: inline;
        float: left;
	width: 175px;
	padding-right: 13px;
	/*padding-right: 15px;*/
	font-size: 11px;
}

#sidebar2 {
	display: inline;
        float: left;
	width: 175px;
        /*padding-right: 5px;*/
	font-size: 11px;
}

#sidebar ul {

}

#sidebar ul li {
	display: inline;
        float: left;
	width: 175px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: bold 16px Arial, Helvetica, sans-serif;
	background-color: #000;
}

#sidebar ul li ul {
	color: #000;
}

#sidebar ul li ul li {
	display: inline;
        float: left;
	width: 155px;
	border: 0;
	margin-bottom: 0;
	color: #000;
}

#sidebar ul li ul li a {
	display: inline;
        border-top: 1px solid #000;
	float: left;
	width: 167px;
	text-decoration: none;
	color: #000;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #f7941d;
	background-color: #000;
}

/*--comments--*/
#comments {
	display: inline;
        margin-top: 15px;
	float: left;
	width: 590px;
        padding-left: 10px;
}

h3#comment-title {
	display: inline;
        font: normal 16px Arial, Helvetica, sans-serif;
	color: #000;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
	padding-bottom: 10px;
}

#comments ol, #comments ol li {
	display: inline;
        float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	display: inline;
        float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #e1e1e1;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px solid #cccccc;

}

#comments ol li.alt .comment-data {
	display: inline;
        float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #fff;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #cccccc;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	display: inline;
        width: 80px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	display: inline;
        padding-top: 30px;
	margin-top: 15px;
	float: left;
	width: 600px;
        padding-left: 10px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #666;
}

/*--footer--*/
#footer .footer-text {
	width: 600px;
	/*margin: 0 auto;*/
	margin-top: 5px;
	margin-left: 100px;
	font: normal 10px Arial, Helvetica, sans-serif;
}

#footer .footer-text a {
	color: #fff;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
        text-align: center;
}


.widget ngg_images {
        text-align: center;
}


a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

/*
#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}
*/

#tag_cloud {
	text-align: center;
	padding: 3px 4px 6px;
}

ul#recentcomments li.recentcomments {
	width: 168px;
	font-weight: 900;
	border-top: 1px solid #000;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 168px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #000;
	color: #f7941d;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #000;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #000;
	color: #fff;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #000;
	color: #fff;
}

/*--navigation--*/
.navigation {
	display: inline;
        float: right;
	width: 590px;
	margin: 20px 0;
        padding-left: 10px
}


.navigation .alignleft a {
	display: inline;
        float: left;
}

.navigation .alignright a {
	display: inline;
        float: right;
}

#gallerypost {
       background: #FFFFFF;
       float: left;
       width: 485px;
       margin: 0px 0px 5px 0px;
       padding: 5px 5px 5px 5px;
}

#gallerypost img {
       border: 1 px double #0000FF;
}

/*--captions--*/
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-top: 10px;
margin-bottom: 10px;
-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;*/
padding: 5px;
margin: 0;
}

/*--Sociable plugin css--*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

