a {
	outline: none;
	color: #268bd2;
}

a:hover, a:focus {
	text-decoration: none;
}

img {
	box-shadow: 0px 0px 2px #555;
}

hr {
	border-color: #3C5259;
}

blockquote {
	border-left: 5px solid #999;
}

section {
	margin-bottom: 30px;
}

code {
	color: #000080;
}

pre {
	background-color: #F9F2F4;
	color: #000080;
	font-size: 90%;
}

.search-field {
	background-color: #ddd;
}

.search-field:focus {
	background-color: #fff;
}

.search-submit {
	background: url('../images/mag-glass-icon.png') no-repeat !important;
	height: 34px;
	width: 35px;
	border: 1px solid #ccc !important;
}

.search-submit:hover {
	border: 2px solid #ccc !important;
}

.ellipsis-gradient {
	background: linear-gradient(to top , #eee8d5 15%, rgba(238,232,213,0) 100%) repeat scroll 0% 0% transparent;
	display: block;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	position: absolute;
}

.ellipsis-gradient .read-more-link {
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	padding: 5px;
	color: #777;
	font-weight: bold;
	position: absolute;
	text-align: center;
}

.article-container:hover .read-more-link {
	color: #333;
	transition: color 0.5s;
}

.ellipsis-gradient .read-more-link:hover {
	color: #333;
}

.rss-mainpage-container {
	max-width: 70%;
	overflow: hidden;
	padding: 10px;
	float: left;
}

.rss-mainpage-container .nav-links {
	display: none;
}

.rss-elsewhere {
	padding: 20px;
}

.rss-elsewhere img {
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.rss-elsewhere a {
	font-size: 110%;
	color: #002B26;
}

.rss-elsewhere-items  {
	background-color: #eee8d5;
	padding: 5px;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.rss-elsewhere .feed-source {
	font-weight: bold;
	color: #586E75;
}

#review-score-container {
	background-color: #c33136;
	display: block;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
	color: #f5f5f5;
}

#review-score-container .first {
	display: inline-block;
	padding-right: 30px;
	width: 80%;
}

#review-score-container .review-score-verdict {
	display: inline-block;
	width: 15%;
}

#review-score-container .score-big {
	font-size: 500%;
}

#review-score-container p {
	color: #f5f5f5;
}

.widget_recent_entries li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-left: -30px;
}

.widget_recent_entries li:first-child {
	border-top: 1px solid #ccc;
}

.widget_recent_entries li:hover a {
	color: #f5f5f5;
}

.widget_recent_entries li:hover {
	background-color: #418cd6;
	transition: background-color 0.2s;
}

.widget_recent_entries li a {
	color: #586e75;
	font-size: 105%;
	font-weight: bold;
	padding: 8px;
	display: block;
}

.widgettitle {
	font-size: 120%;
	list-style: none;
}

.right-sidebar {
	max-width: 25%;
	float: right;
	background-color: #eee8d5;
	margin-top: -20px;
	margin-left: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.right-sidebar li {
	list-style: none;
}

.pagination-navigation {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagination-navigation a {
	padding: 10px;
	color: #555;
	font-weight: bold;
	margin-right: 5px;
	background-color: #ddd;
	border-bottom: 2px solid #ccc;
}

.pagination-navigation .active {
	color: #999;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.screenshot-caption {
	text-align: center;
	display: block;
	font-size: 90%;
	font-style: italic;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 15px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bbpress-forums ul {
	font-size: 110% !important;
}

#disqus_container {
	margin-top: 40px;
}

footer {
	width: 100%;
	height: 200px;
	background-color: #ebf0f0;
	background-image: url('../images/rain.jpg');
	margin-top: 40px;
}

footer p {
	color: #f5f5f5;
}

footer p:first-child {
	padding-top: 20px;
}

@media screen and (max-width: 768px) {

	.articles-box {
		width: 100%;
	}

	.article-row [class*='col-'] {
		padding-top: 20px;
	}

	.article-content {
		width: 100%;
		font-size: 110%;
	}

	#navbar-main .search-submit {
		display: none;
	}	

	#navbar-main .search-field {
		display: inline;
	}

	.right-sidebar {
		clear: both;
		float: none;
		max-width: 100%;
		margin-left: 0px;
	}

	.rss-mainpage-container {
		max-width: 100%;
		clear: both;
	}

	#review-score-container .first {
		width: 100%;
	}
	
	#review-score-container .review-score-verdict {
		width: 100%;
	}

	#review-score-container .verdict-text {
		padding-right: 20px;
		font-weight: bold;
	}
}


@media screen and (min-width: 1000px) {
	.article-content {
		font-size: 115%;
	}
	
	#navbar-main .navbar-collapse {
		max-width: 1140px;
		margin: 0 auto;
	}	
}

@media screen and (min-width: 2000px) {
	.article-content {
		font-size: 120%;
	}
}
