/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em&gt;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' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

*    { font-family: Arial !important; }

body { background-color: #E5E5E5;}
li   { list-style-image: url('img/list.png'); }
div.container {	width: 720px;}
div.header { background: url('img/head.gif') no-repeat; width: 720px; height: 187px;  }
div#primary {
	width: 510px;
	margin: 0;
	padding: 0;
	float: right;
}

div#secondary {
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

div#top_m {
	margin: 0;
	padding: 0;
padding-left:10px;
	background: url('img/belka_m.gif');
	background-repeat: no-repeat;
	width: 199px;
	height: 19px;
}

div#inside_m {
	margin: 0;
	padding: 0;
	background: url('img/tlo_m.gif');
	background-repeat: repeat-y;

}

div#bottom_m {
	margin: 0;
	padding: 0;
	background: url('img/belka_dol_m.gif');
	background-repeat: no-repeat;
	width: 199px;
	height: 6px;
}

div#menu {
	width: 170px;
	font-size: 13px;
	margin: 0px;
	padding: 10px
}

div#menu ul {
	list-style: none;
	font-size: 13px;
	line-height: 180%;
	font-weight: bold;
	margin: 0px;
padding-left: 20px; 

}


div#inside_m ul a:link{
	text-decoration: none;
	color: #0F0F0F;

}

div#inside_m ul a:visited{
	text-decoration: none;
	color: #0F0F0F;

}

div#inside_m ul a:active{
	text-decoration: none;
	color: #0F0F0F;

}

div#news {
	margin-top: 11px;
	padding: 0;
	width: 200px;
	height: 200px;

}

div#top_news {
	margin: 0;
	padding: 0;
padding-left:10px;
	background: url('img/belka_m.gif');
	background-repeat: no-repeat;
	width: 199px;
	height: 19px;
}

div#inside_news {
	margin: 0;
	padding: 0;
	background: url('img/tlo_m.gif');
	background-repeat: repeat-y;

}

div#inside_news p a {
}
div#inside_news p {
	 margin:0;
padding:0;
padding-bottom: 10px;
font-weight: normal;
color:black;

}

div#bottom_news {
	margin: 0;
	padding: 0;
	background: url('img/belka_dol_m.gif');
	background-repeat: no-repeat;
	width: 199px;
	height: 6px;
}

div#news_text {
	margin-left: 20px;
	width: 155px;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;

}

div#news_text a:link {
	text-decoration: none;
	font-weight: bold;
	color: #5F5F5F;

}

div#news_text a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5F5F5F;

}

div#news_text a:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F5F5F;

}

div#top {
	width: 508px;
	height: 19px;

	background: url('img/belka.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
padding-left:10px;
}

div#bottom {
	background: url('img/belka_dol.gif');
	background-repeat: no-repeat;
	width: 508px;
	height: 7px;
	margin: 0;
	padding: 0;
}



div#inside {
	background: url('img/tlo.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	
}

div#text {
	font-size: 12px;
	padding: 15px
}











