/* --------- Insert your custom styles on next rows --------- */

/*

Theme Name:     PressGrid Child
Description:    Child theme for the PressGrid theme 
Author:         ThemeTon
Template:       PressGrid

*/

@import url("../PressGrid/style.css");

#menu > li > a,element.style {
	color:white;
}

article footer a, span.item-category a,article footer	 {
color: white;
}

#header .navbar-inner {
background-color: rgba(0, 0, 0, .6);
}
#header .navbar .brand {
padding: 20px 15px 0px 0px;
}
.widget ul.social-icons li {
float: right;
}
article.category-illustration h2.item-title a {
	color:#4390D0;
}
article.category-illustration h2.item-title a:hover {
	color:#1F4773;
}
article.category-illustration footer {
	background-color:#8EB9E1;
}

article.category-makey h2.item-title a {
	color:#C33F62;
}
article.category-makey h2.item-title a:hover {
	color:#5E1328;
}
article.category-makey footer {
	background-color:#D77791;
}


article.category-utter-drivel h2.item-title a {
	color:#9DCB5A;
}
article.category-utter-drivel h2.item-title a:hover {
	color:#5D822D;
}
article.category-utter-drivel footer {
	background-color:#9DCB5A;
}

article.category-code h2.item-title a {
	color:#D6CF83;
}
article.category-code h2.item-title a:hover {
	color:#B5AE38;
}
article.category-code footer {
	background-color:#D6CF83;
}


article.category-dogs h2.item-title a {
	color:#C66F3C;
}
article.category-dogs h2.item-title a:hover {
	color:#A03400;
}

article.category-dogs footer {
	background-color:#C66F3C;
}

article h2.item-title a {
	-webkit-transition: color 0.2s ease 0s, color 0.2s linear 0s;
	-moz-transition: color 0.2s ease 0s, color 0.2s linear 0s;
	-o-transition: color 0.2s ease 0s, color 0.2s linear 0s;
	transition: color 0.2s ease 0s, color 0.2s linear 0s;
}

h2.item-title a {
text-transform: none;
}

.header-sidebar-container .widget .widget-title {
color: #606060;
}

div .sociallinkswidget {
	position: absolute;
}
.span3 {
	width: 245px !important;
}
.header-sidebar-container {
width: 245px;
}
@media (min-width: 768px) and (max-width: 979px) {
 	.span3 {
		width: 245px !important;
	}
	div .flickr_widget {
		display:none;
	}
	.header-sidebar-container {
	width: 67px;
	}
	div .sociallinkswidget {
		position: absolute;
		width:100px;
	}
	ul.social-icons{
		width:60px;
	}
}

@media (max-width: 767px) {
	.span3 {
		width: 245px;
	}
	div .flickr_widget {
		display:none;
	}
	div .header-sidebar-container {
		display:none;
	}
}

@media (min-width: 1200px) {
	.span3 {
		width: 245px;
	}
}

/* --------- Insert your custom styles on next rows --------- */

