/*
Theme Name:     Twenty Eleven Child
Description:    
Author:         cvijeta.miljak
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

/* makes a fixed width */
#page {
background: #fffcf8;
margin: 0 auto 0;
max-width: 1000px;
min-width: 1000px;
border-bottom: 0px solid #280b00;
}
/*changes colour of lines*/
.hentry {
	border-bottom: 0px solid #ddd;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 5px 10px 0;
}

#branding {
	border-top: 1px solid #280b00;
}

#supplementary {
	border-top: 4px solid #9f1013;
	color: #9f1013;
}

/* changes widths of page and sidebar */
#content {
	margin: 0 35% 0 7.6%;
	width: 68.2%;
}
#secondary {
	float: right;
	margin-right: 3.6%;
	width: 16.0%;
}

/* Aligns page body to left */
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
  margin: 0 auto;
  width: 85%;
}

/*image padding and margins*/
img.size-full {
	max-width: 100%;
}
.wp-caption img {
	max-width: 100%;
}
p img { padding: 0; max-width: 100%; 
}
img.alignright { padding: 0; margin: 0 9px 15px 0px; display: inline; 
}
img.alignleft { padding: 0; margin: -2px 9px 15px 0; display: inline; 
}
p img,
.wp-caption {
	margin-top: 0;
}


/* Bullets */
.widget ul li {
color: #8d1634;
font-size: 13px;
list-style: none;
}

/*widget*/
.widget-title {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 10px;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: 0px solid #ddd;
padding: 6px;
}
.wp-caption img {
border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
background: none;
border: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
background: none;
border-color: none;
} 

/*changes font for entire site*/
body, input, textarea {
	color: #373737;
	font-family: 'Georgia', Times New Roman, Times, serif;
	line-height: 1.425;
}
/*my titles style*/
.mytitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #61473d;
	text-transform: uppercase;
}
.mypagetitle {
	font-size: 20px;
	font-style: italic;
	text-decoration: bold;
	color: #61534c;
}

.mysmalltext {
	font-family: 'Georgia', Times New Roman, Times, serif;
	color: #373737;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
}

/*removes Powered by Wordpress*/
#site-generator {
    display: none;
}

/*removes comments*/
#comments {
display: none;
}
/*removes comment-bubbles*/
.comments-link { display: none; 
}

/*removes the search from navigation*/
#branding #searchform { display:none; 
}

/*removes page titles*/
.page .entry-title { display: none; 
}

/*removes empty space above page title*/
.singular.page .hentry {
    padding: 0;
}

/*changes the background color of navigation Menu*/
#access {
	background: #d3d3d3; 
	border-top: 1px solid #280b00;
}


/*changes the position of first link of navigation Menu*/

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -1.0em;
	padding-left: 0;
	width: 900px;
}

/*changes the height of navigation Menu*//*changes text-colour of navigation Menu*/
#access a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c3070b;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	
}



/*changes text-hover-colour of navigation Menu*/
#access li:hover > a,
#access a:focus {
	color: #c3070b;
}

#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color: #5d5d5d;
}

/*changes the distance between links of navigation Menu
#access a {
	padding: 0 0.5;
}*/

/*positions sub-menus in the proper place*/
#access ul ul {
	top: 2.333em;
}

/*changes bkg colour, height and width of sub-menu items*/
#access ul ul a {
	background: #cf9595;
	line-height: 35px;
	width: 168px;
}


/*changes the Post Title’s font color, font type and font size (In Homepage)*/

.entry-title, .entry-title a {
color: #61534c;
font-style: italic;
font-size: 20px;
font-weight: normal;
}


/*changes the Post Title’s font color, font type and font size (individual blog 
post)*/ 
.singular .entry-title {
color: #61534c;
font-style: italic;
font-size: 20px;
font-weight: normal;
}

/*change Right SideBar widget font color, size and font type*/
.widget {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/*change right side bar widget’s Links color, font size,font type*/
.widget a {
/*color: black;*/
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
/*font-size: 14px;*/
line-height: 14px;
font-weight: normal;
text-decoration: none;
}

/*change Right SideBar widget Title’s font color, size and font type*/
.widget-title {
/*color: black;*/
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
/*font-size: 18px;*/
font-weight: bold;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}


/*changes the hover color of navigation Menu - keep this as the last entry*/
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #b8b7b7;
}

.entry-meta {
	display:none;
}