/*
Theme Name: Торба и портмоне
Theme URI: http://torbaportmone.com/
Description: Child theme for the default WordPress theme.
Author: Деси Чонгарова
Template: default
*/

/* Begin Typography & Colors */

body {
	margin: 0px;
	font-size: 16px;
	line-height: 120%;
	font-family: 'Trebuchet MS', Sans-Serif;
	background: #F1EDE5 url('images/background.jpg') repeat fixed;
	color: #492123;
	}

img     {
        border: 0px;
        }

#page {
	width: 780px;
	margin: 0px auto;
	}

h1#logo {
	width: 190px;
	height: 189px;
	background: url('images/torba-i-portmone-logo.png') top left no-repeat; 
	text-indent: -9999px;
	}
	
a {
	text-decoration: none;
	color: #244052;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#content h2 {
	font-family: Georgia, serif;
	font-weight: normal;
        line-height: 90%;
	font-size: 28px;
	margin: 44px 0 5px 0;
	}
	
#sidebar h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 18px 0 5px 0; 
	}

h3 {
	margin: 1em 0px 0px 0px;
	}
	
#content small {
	font-family: Georgia, serif;
	font-size: 16px;
	}

.caption {
	font-size: 12px;
	}
	
/* End Typography & Colors */


/* Begin Structure */

#sidebar {
	width: 170px;
	float: left;
	padding-left: 20px;
	}

#content {
	margin-top: -30px;
	width: 560px;
	float: right;
	}
	
#single {
	margin-top: -19px;
	}
	
#footer_inside {
	padding-top: 30px;
	background: url('images/footer_bg.png') bottom center no-repeat;
	}

/* End Structure */

	
/* Begin Lists */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
	}
/* End Entry Lists */


/* Begin Sticky Footer */

html, body {
	height: 100%;
	}

#page {
	min-height: 100%;
	}

#main {
	overflow: auto;
	padding-bottom: 50px;
	}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear: both;
	text-align: center;
	vertical-align: middle;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* End Sticky Footer */

