/*
Theme Name: opt7-simple
Theme URI: http://www.optimum7.com.tr/
Description: Simple 2-Col design Based on Thematic.
Author: Anthony Calzadilla
Author URI: anthonycalzadilla.com
Template: thematic
Version: 1
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply master styles */
@import url('css/master.css');

@import url('css/slider.css');

/* Apply Jorge styles */
@import url('css/jorge.css');

#content {
	overflow-x: visible;
    overflow-y: visible;
}

/*slide out side form*/

.slide-out-div {
    padding: 20px;
    width: 450px;
	height:700px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.9);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99000000',EndColorStr='#99000000'); /* IE6–IE9 */          			
	border: 1px solid #000;
	position:relative;
	z-index:99999999999999999;
    }

.entry-content h2 {
	margin:0;
	padding:0;
}


/*clearfix*/
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}



