/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

body {
	background-color:#e7e7e7;
	font-family:verdana,arial;
	font-size:11px;
}
ul {
	margin-left:20px;
}
h1,h2,h3,h4 {
	font-weight:bold;
	font-family:verdana;
	padding-right:20px;
	margin-right:20px;
}
h1 {
	font-size:23px;
	font-weight:normal;
}
h2, h2 a {
	font-size:18px;
	color:#000;
	font-weight:normal;
}
p {
	margin-bottom:11px;
	text-align:justify;
}
.post {
	margin-top:10px;
	margin-bottom:10px;
}
.post ul,ol {
	margin-left:20px;
}
.attachment-thumbnail {
	float:left;
	margin-right:10px;
}
.attachment-medium {
	float:left;
	margin-right:10px;
}
.post h3 {
	margin-bottom:5px;
}
.post h3 a {
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:normal;
}
.published-time {
	margin-bottom:5px;
	font-size:12px;
	display:block;
}
.excerpt {
	clear:both;
	padding-top:5px;
}
.post_more {
	color:#ff0000;
}

.container0 {
	background-color:#f1f1f1;
	background-image:url('/wp-includes/images/pattern_saudykla.jpg');
	background-repeat: repeat-x;
}
.container1 {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	margin-bottom:10px;
}
.container2 {
	background-color:#e7e7e7;
}

#logo {
	float:left;
	width: 187px;
}
#top-menu {
	float:right;
	width: 800px;
	height:53px;
}
#topbar-short {
	float:right;
	margin-right:0px;
	padding:8px;
	padding-bottom:10px;
	width:120px;
	background-image: url('/wp-includes/images/bg-quicklinks.gif');
	background-repeat: no-repeat;
	margin-top:8px;
}
#topbar-short a {
	float:left;
	display:block;
	margin-left:14px;
}
#topbar-language {
	float:right;
	margin-right:10px;
	margin-top:8px;
	padding:7px;
	padding-left:13px;
	padding-top:9px;
	padding-bottom:12px;
	width:84px;
	background-image: url('/wp-includes/images/bg-lang.gif');
	background-repeat: no-repeat;
}
#topbar-language a {
	font-size:11px;
	text-decoration:none;
	color:#a5a5a5;
	
}
#topbar-social {
	float:right;
	margin-right:30px;
	padding-top:10px;
}
#menu-wrap {
	float:right;
	width: 800px;
	background-image: url('/wp-includes/images/main-menu-bg.gif');
	background-repeat: no-repeat;
	background-position: 12px -1px;
}
#menu-wrap ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:30px;
}
#menu-wrap ul li {
	float:left;
}
#menu-wrap li a { 
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	padding-top:18px;
	padding-bottom:21px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	font-family:verdana;
}
#menu-wrap li a {
	font-weight:normal;
	padding-left:9px;
	padding-right:9px;
	font-size:14px;
}
li.just_page a:hover {
	color: #fff;
	font-size: 16px;
	font-weight:normal;
}
li.just_page a {
	color: #fff;
	font-size: 16px;
	font-weight:normal;
}
li.selected_page a {
	background-image: url('/wp-includes/images/menu-active.jpg');
	background-repeat: repeat-x;
	color:#000000;
	font-size: 16px;
	font-weight:normal;
}
.header {
	margin-bottom:10px;
}
#content {
	background-image: url('/wp-includes/images/main-content-repeat.gif');
	background-repeat: repeat-y;
	width:982px;
	margin-top:10px;
}
#content-wrap {
	padding:25px;
	padding-top:15px;
}
.entry-content {
	padding:20px;
	padding-left:0px;
	font-size:11px;
}
#primary {
	float:left;
	width:620px;
	border:0px solid red;
}
#primary2 {
	border:0px solid red;
}
#secondary {
	float:right;
	width:270px;
	border:0px solid red;
}
.footer {
	font-size:10px;
	background-image: url('/wp-includes/images/footer-bg.gif');
	background-repeat: no-repeat;
	color:#808080;
	width: 975px;
	height:42px;
	padding-top:30px;
	padding-left:15px;
	margin-left:auto;
	margin-right:auto;
}

.main-links a {
	text-decoration:none;
	color:#000;
	font-size:20px;
}
.main-links a {
	font-size:15px;
	font-weight:bold;
}
.main-links a:hover {
	text-decoration:none;
	color:#000;
}
#main-link1 {
	position: absolute;
}
#main-link1 a {
	position: relative;
	top:-230px;
	left:685px;

}

#main-link2 {
	position: absolute;
}
#main-link2 a {
	position: relative;
	top:-130px;
	left:685px;
}

.cweapons {
	float:left;
	width:440px;
	margin-right:10px;
	height:260px;
}
.cweapons h3 {
	font-size:14px;
}
.post-meta {
	list-style:none;
}
.post-meta li {
	margin-bottom:5px;
}
.wp-pagenavi {
	margin-left:360px; 
}
.wp-pagenavi {
clear:both;
}
.wp-pagenavi a, .wp-pagenavi span {

margin:2px;
padding:3px 5px;
text-decoration:none;
}
.wp-pagenavi span.current {
font-weight:bold;
	background:#f61515;
	color:#fff;
	border:1px solid #f61515; 
}
a.page {
	color:#000;
	border:1px solid #BFBFBF;
}
.ddsg-wrapper ul {
	margin-left:20px;
}
.ddsg-wrapper h2 {
	margin-top:20px;
}
