/****************************************************** 
	Project:     Videnov i sin EOOD
	Developer:   Martin Metodiev
	Started on:  08/09/2009
	Updated on:  09/09/2009
	Sheet type:  DEFAULT Stylesheet
******************************************************/



/****************************************************** 
	LIST OF CONTENTS

		Global styles:		:	Common
							:	Clearfix
							:	Links
							:	Headings
							:	Forms
							:	Tables
							:	CMS input


		Layout:				:	Body
							:	Wrapper
							:	Header
							:	Main
							:	Sidebar
							:	Footer


		Layout elements		:	Logo
							:	Logotype
							:	Search
							:	Copyright
							:	Metodiev


		Navigation:			:	Quick menu
							:	Main menu
							:	Quick footer menu
							:	Main footer menu


		Page elements:		:	Paginator


		Home page			:	


		Inner pages:		:	

******************************************************/



/* ************************ GLOBAL STYLES */

/* .................... Common */
	span.date {
		
	}
/* ........................... */


/* .................. Clearfix */
	div#header:after,
	div#footer:after,
	div#quick_menu ul:after,
	div#main_menu ul:after,
	div#quick_footer_menu ul:after,
	div#main_footer_menu ul:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0pt;
	}
/* ........................... */


/* ..................... Links */
	a {
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	a.rss {
		float: left;
		margin: 8px 18px 0px -30px;
	}

	a.arrow {
		
	}

	div#main_bottom a {
		color: #B02100;
	}

	div#footer a {
		color: #f6d39b;
	}
/* ........................... */


/* .................. Headings */
	h1 {
		
	}

	h2 {
		
	}

	h3 {
		
	}

	h4 {
		
	}

	h5 {
		
	}

	h6 {
		
	}
/* ........................... */


/* ..................... Forms */
	
/* ........................... */


/* .................... Tables */
	
/* ........................... */


/* ................. CMS input */
	div.entry {
		
	}
/* ........................... */





/* ******************************* LAYOUT */

/* ...................... Body */
	body {
		font-family: Arial, Helvetica, sans-serif;
	}
/* ........................... */


/* ................... Wrapper */
	div#outer_wrapper {
		background: url(../images/layout/background.jpg) no-repeat fixed center top;
	}

		div#wrapper {
			width: 100em; /*1000px*/
		}

			div#wrapper_layout {
				width: 96em; /*960px*/
			}
/* ........................... */


/* .................... Header */
	div#header {
		position: relative;
		z-index: 10;
		height: 18.4em; /*184px*/
	}
/* ........................... */


/* ...................... Main */
	div#main {
		background: url(../images/layout/bgr_paper_middle.png) repeat-y center top;
		position: relative;
		z-index: 20;
	}

		div#main_top {
			background: url(../images/layout/bgr_paper_top.png) no-repeat center top;
			position: relative;
			top: -14px;
			min-height: 40em; /*400px*/
		}

				div#main_leafs {
					background: url(../images/layout/bgr_leafs.jpg) no-repeat center 17px;
					min-height: 15em; /*150px*/
				}

	div#main_bottom {
		height: 6.7em; /*67px*/
		background: url(../images/layout/bgr_paper_bottom.png) no-repeat 0px 0px;
		padding: 15px 130px 0px 30px
	}
/* ........................... */


/* ................... Sidebar */
	div#sidebar {
		
	}
/* ........................... */


/* .................... Footer */
	div#footer {
		padding: 10px 30px 20px;
		color: #FFC;
		font-size: 1.1em; /*11px*/
	}
/* ........................... */





/* ********************** LAYOUT ELEMENTS */

/* ...................... Logo */
	div#logo {
		width: 8.7em; /*87px*/
		height: 14em; /*140px*/
		position: absolute;
		left: 1.8em; /*18px*/
		top: 2.2em; /*22px*/
	}
/* ........................... */


/* .................. Logotype */
	div#logotype {
		width: 33.2em; /*332px*/
		height: 4.4em; /*44px*/
		position: absolute;
		left: 12em; /*120px*/
		top: 3.2em; /*32px*/
	}
/* ........................... */


/* .................... Search */
	div.search {
		width: 24.4em; /*244px*/
		height: 3.3em; /*33px*/
		background: url(../images/layout/search.png) no-repeat 0px 0px;
		position: absolute;
		right: 1.5em; /*15px*/
		top: 13.4em; /*134px*/
	}
/* ........................... */


/* ................. Copyright */
	div.copyright {
		float: left;
	}
/* ........................... */


/* .................. Metodiev */
	div.metodiev {
		float: right;
	}

	div.metodiev a,
	div.metodiev span {
		float: left;
	}

	div.metodiev span {
		padding: 0px 4px;
		cursor: default;
	}

		div.metodiev a img {
			margin-top: -4px;
		}
/* ........................... */





/* *************************** NAVIGATION */

/* ................ Quick menu */
	div#quick_menu {
		margin: 10px 0px 0px 120px;
		width: 57em; /*570px*/
		height: 1.6em; /*16px*/
		overflow: hidden;
	}

		div#quick_menu ul {
		font: bold 1.1em Arial, Helvetica, sans-serif; /*11px*/
		}

			div#quick_menu ul li {
				float: left;
				margin-right: 33px;
			}

				div#quick_menu ul li a {
					color: #FFF;
				}

					div#quick_menu ul li a:hover {
						
					}
/* ........................... */


/* ................. Main menu */
	div#main_menu {
		width: 62em; /*620px*/
		height: 8.8em; /*88px*/
		background: url(../images/layout/bgr_main_menu.png) no-repeat 0px 0px;
		position: absolute;
		left: 7.2em; /*72px*/
		top: 9.5em; /*95px*/
	}

		div#main_menu ul {
			font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin: 42px 0px 0px 42px;
		}

			div#main_menu ul li {
				float: left;
				margin-right: 15px;
			}

				div#main_menu ul li a {
					color: #3a1d06;
					text-decoration: none;
					padding-left: 23px;
					float: left;
					height: 2.31em; /*37px*/
					line-height: 35px;
					background: url(../images/layout/main_menu_active.png) no-repeat left top;
				}

					div#main_menu ul li a:hover {
						background-position: left -47px;
						color: #b02100;
					}
/* ........................... */


/* ......... Quick footer menu */
	div#quick_footer_menu {
		width: 80em; /*800px*/
		height: 1.4em; /*14px*/
		overflow: hidden;
		margin-bottom: 5px;
	}

		div#quick_footer_menu ul {
			font-size: 1.1em; /*11px*/
		}

			div#quick_footer_menu ul li {
				float: left;
				margin-right: 20px;
			}
/* ........................... */


/* .......... Main footer menu */
	div#main_footer_menu {
		width: 80em; /*800px*/
		height: 1.4em; /*14px*/
		overflow: hidden;
	}

		div#main_footer_menu ul {
			font-size: 1.1em; /*11px*/
		}

			div#main_footer_menu ul li {
				float: left;
				margin-right: 15px;
			}
/* ........................... */





/* ************************ PAGE ELEMENTS */


/* ................. Paginator */
	div.paginator {
		
	}

		div.paginator ul {
			
		}

			div.paginator ul li {
				
			}

				div.paginator ul li a {
					
				}

					div.paginator ul li a:hover {
						
					}
/* ........................... */





/* **************************** HOME PAGE */

/* ........................... */
	
/* ........................... */





/* ************************** INNER PAGES */

/* ........................... */
	
/* ........................... */