/* 
Theme Name: Responsive Child Theme 
Theme URI: http://www.guvenconta.com 
Description: Responsive Theme child theme
Template: responsive
Version: 1.0.0
Author: ThemeID 
Author URI: http://www.guvenconta.com
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support


/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');

	
/* =Links
-------------------------------------------------------------- */
a {
	color: #0068d7;
	font-weight: 400;
	text-decoration: none;
}

.menu a {
	border-left: 1px solid #585858;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 2.2em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;
}

.widget-title, 
.widget-title-home h3 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	;
}

.home .widget-wrapper {
    min-height:270px;
}


.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
	min-height:0;
    padding: 0 3px 0 0;
    text-align: right;
    width: 45%;
margin-top: 50px
}

.top-widget ul {
    padding: 0;
}

.top-widget select, 
.top-widget input[type="text"], 
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}

.top-widget #searchform {
    margin: 10px;
}


/* qtranslate language chooser  */
.qtrans_language_chooser li {display: inline; margin-right:5px; margin-top:2*px  }

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #555;
	font-family: Trebuchet MS, Trebuchet MS;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;

