/*   
Theme Name: pack2
Theme URI: packeton.com
Description: pack2
Author: yuri
Author URI: packeton.com
Version: 0.02
.
copyright (c) 2009 packeton.com
.
*/

/* -- reset -- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table div {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- style -- */

body {
	/*font: 13px/1.5 verdana, arial, helvetica, sans-serif;*/
	font: 13px/1.5 arial, verdana, helvetica, sans-serif;
	background: #f7f7f7;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

a:link, a:active {
	text-decoration: none;
	color: #0000cc;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #0000cc;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.widgettitle {
	overflow: hidden;
	visibility: hidden;
	height: 0;
}

#header, #footer, #content {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}
#header {
	border-bottom: solid 1px silver;
}
#header_inside {
	margin: 2px 10px 0 10px;
	padding: 0 2px 0 2px;
	position: relative; left: 140px;
	width: 500px;
}
#menu {
	border: solid 1px silver;
	margin: 2px 0 2px 0;
	padding: 0 4px 0 4px;
	background: white;
}
#menu li {
	visibility: hidden;
	width: 0;
	display: inline;
	list-style: none;
}
#menu li.cat-item, #menu li.page_item {
	visibility: visible;
	width: auto;
}

#footer_inside {
	border-top: solid 1px silver;
	margin: 2px 10px 2px 10px;
	padding: 0 2px 0 2px;
	text-align: right;
}
#logo {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#tagline, #copyright {
	font-size: 10px;
}
#tagline {
	visibility: hidden;
	height: 0;
}

#main, .sidebars {
	display: inline;
	position: relative;
	margin: 0 10px 0 10px;
}
#main {
	width: 500px;
	float: left;
}
#sidebar_left {
	width: 120px;
	float: left;
}
#sidebar_right {
	width: 180px;
	float: right;
}
#sidebar_top, #sidebar_bot {
	display: block;
}

.posts_page_nav, .post_nav {
	font-size: 10px;
}
.posts_page_nav a, .post_nav a {
	font-size: 10px;
}
.post {
	border: solid 1px silver;
	padding: 4px;
	margin: 0 0 -1px 0;
	background: white;
}
.post_content, .post_content p {
	margin: 0 2px 0 2px;
}
.post_content img {
	margin: 4px;
}
.post_content_more {
	display: inline;
	float: left;
	margin: 0 2px 0 2px;
}
.post_meta {
	clear: both;
	display: block;
	margin: 0 2px 0 2px;
	border-top: dashed 1px silver;
}

.sociable {
	display: inline;
	float: right;
}
.sociable_tagline, .sociable ul {
	display: inline;
	vertical-align: top;
}
.sociable li {
	display: inline;
	list-style: none;
}
.sociable li img {
	margin: 0;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4 {
	font-size: 100%;
	font-weight: normal;
}
.post_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 2px 0 2px;
}

.sidebar_title, .sidebar_body {}

#search_title, #search_content, #search_entry {}

#comments_list {
	padding: 4px;
}
#comments_list li {
	border-top: dotted 1px silver;
}
#comments_list li ol.children {
	margin-left: 6px;
}
.comment_nav {}

#comment_entry {
	border-top: dotted 1px silver;
	border-bottom: dotted 1px silver;
	padding: 4px;
	margin: 0 2px 0 2px;
}
#comment_meta {
	border-top: dashed 1px silver;
	margin: 0 2px 0 2px;
}
.comment_user {}

#comment_text, #comment_submit {}
#nocomments {}

.comment-author, .comment-meta {
	display: inline;
}

.textwidget {
	padding: 2px;
}
