@charset "UTF-8";

 /**
 * Theme Name:     Turkish Lawyer
 * Theme URI:      http://bueltge.de/?p=1192
 * Description:    Child theme for the Twenty eleven theme
 * Author:         Faramarz Amiri
 * Author URI:     
 * Template:        twentyeleven
 * Version:        0.1.0
 */

 @import url('../twentyeleven/style.css');

/*  MINE   */

/* =Header
----------------------------------------------- */


#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #703d06;
	font-size: 60px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a4002;
	font-size: 14px;
	margin: 0 275px 3.65625em 10px
}
#branding img {
	height: auto;
	display: block;
	width: 100%;
}











body, input, textarea {
    color: #373737;
    font: 300 1em/1.3 Gill Sans,sans-serif,Verdana
line-height: 1.8em;

}


/*  set the features for the menu ribbon  */
#access {
margin-bottom:0;
background: -moz-linear-gradient(#4e4d4c, #1f1f1e) repeat scroll 0 0 transparent;


}

#access a{

font-size:16px;

}





/* get rid of underline on links*/

a:hover {
    text-decoration: none;
}

/*  get rid of a shadow under the texts in the front page  */
.hentry, .no-results {
    border-bottom: none;
    
}


/*  add bottom padding to posts in SERVICES PAGE  */
.singular.page .hentry {
    padding: 0 0 1.5em 0;
}

/* format the posts in Service CATEGORY that are shown on Services page */
.category-service {

	/*float: left;*/
	line-height: 1.5;
	/*font-weight: bold;*/
	/*font-style: italic;*/
	/*text-transform: uppercase;*/
	/*color: #848484;*/
	background-color: #ebebeb;
	border-radius: 8px;
margin-right:30px;
margin:right:30px;
padding-bottom:15px;
	
}




/*  hide all the entry titles  on the top of each page*/

.singular .entry-title {
font-size:24px;
display:none;

    }

/*  hide  the entry titles  on the FRONT PAGE*/
.home .entry-title {
display:none;
}



/*  set the formatting for paragraphs in content*/

.page .entry-content li {
	margin-bottom:10px;
	padding-bottom:10px;
}



.home .site-content article {
    border-bottom: 0;
	}
	
/*  show  the entry titles  on ARTICLES page and format them*/
.page-id-2 .entry-title{

margin-top:0px;
display:block;
font-size:30px;
color: #115ca2;
}

.page-id-2 .entry-content{

width:80%;
}


/*  show  the entry titles  on SERVICES PAGE and format them*/

.page-id-28 .entry-title{

display:block;
font-size:30px;
color: #115ca2;
}




/*  format the entry titles  of the posts on  SERVICES PAGE differently*/
.page-id-28 .post .entry-title{

 color: #d77705;
font-size:25px;
line-height:20px;
}

/*  format the other services on  SERVICES PAGE. The html is set in the actual text of the page. View the text version*/
.page-id-28 h4 {
font-size:1.1em;
font-weight: bold;
color: #d77705;

}


/*  format the other services on  SERVICES PAGE. The html is set in the actual text of the page. View the text version*/
.page-id-28 h5 {
font-size:1.3em;
font-weight: bold;
color: #115ca2;

}
/*  format the entry titles  of the BLOG page */
.page-id-36 .entry-title{

display:block;

color: #115ca2;

}

/*  make room for the sidebar on the  ARTICLES page */
.page-id-2 #primary{

width:70%;
}
	

/*  make room for the sidebar on the  BLOG page */
.page-id-36 #primary{

width:70%;
}

/*  format the Dat and posted on, on BLOG PAGE  */
.page-id-36 .entry-meta{
display:block;
padding:0 0 1em 8em;
margin:-60px 0 0 0;
}

/*  make room for the sidebar on the  SINGLE.PHP */
.single #primary{

width:70%;
}



.page-id-88 .site-content article {
    border-bottom: 0;
	}


	
/*  format the first paragraph, CONTACT US, in contact page  */

.page-id-30 .entry-content p:first-child{
font-size:30px;

color: #115ca2;

}



/* format the contact form  */
.wpcf7-form {
padding:15px;
background-color: #ebebeb;
border-radius: 8px;

}

/*  get rid of a shadow under the book images in gallery image slider on home page  */
.widget img {
        box-shadow: none; 
}

/*  format the FOOTER  */
#colophon{
background-color: #341c02;
margin:0,0;
padding:0,0;
width:100%;
height: 200px;


}


/*  format the footer widget list boxes  */
#colophon .widget ul li {
    color: #d77705;
    font-size: 12px;
}

#under-footer {
height:25px;
width=100%;
background-color: #fffff;
}

#copy {
font-size:8px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
float: left;
color: #13566a;
}



/*  format the login in footer */
#site-login{

font-size:8px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
margin-left: 300px;
float: left;
color: #13566a;

}




/*  format the links in footer widgets */
#colophon .widget a {
color: #13566a;
font-size:11px;
}




/*  get rid of a created by wordpress at the botton of the page  */
#site-generator {

display:none;
}


/*  more top margin for the main side bar  */
#secondary {

margin-top:50px;
}


/*  get rid of the gap on the top of the header slider  */
#main {

padding-top:0;
}

/*  hide the "posted in Blog" in archives  */
.entry-meta .cat-links{
display:none;
}

#captcha-image {

margin-top:15px;
}

