/*
Theme Name: Ransom Custom Theme
Theme URI: https://wordpress.org/
Description: Custom wordpress theme designed for Ransom Holding Co.
Version: 1.0
Author: Vedran Sisic
Tags: two columns, black, white, fixed width 

This is a custom Ransom Holding Co. wordpress theme designed by Vedran Sisic for the use of Ransom.
*/

body
{
	background-color: black;
}

#mainWrapper
{
	width: 960px;
	position: relative;
	top: 40px;
	left: 175px;
	background-color: black;
	margin-top: 60px;
}

/* SIDEBAR STYLE */
#sidebarWrapper
{
	width: 200px;
	float: left;
	background-color: black;
	color: white;
	font-family: "Courier New", Courier, monospace;
}

#sidebarWrapper ul
{
	list-style-type: none;
}

#sidebarWrapper li
{
	margin-left: -37px;
	margin-bottom: 10px;
}

#sidebarWrapper li a
{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#sidebarWrapper img
{
	border-style: none;
}

#sidebarWrapper li:hover :before
{
	content: "-";
}

.sidebar-spacer
{
	width: 100%;
	height: 20px;
}

.sidebar-header
{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

/* SEARCH BOX */
#s
{
	width: 120px;
}

#searchsubmit
{
	width: 38px;
	font-family: "Courier New", Courier, monospace;
}

#archive_select
{
	width: 169px;
	font-family: "Courier New";
}

/* CONTENT STYLE */
#contentWrapper
{
	width: 760px;
	float: right;
	background-color: black;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.latest-post
{
	width: 700px;
}

.latest-post-title a
{
	color: white;
	font-size: 125%;
}

.latest-post-body a
{
	text-decoration: none;
	color: white;
}

.latest-post-body a:hover
{
	text-decoration: underline;
}

.latest-post-info
{
	text-transform: uppercase;
}

.latest-post-info .time
{
	border-bottom: 1px dotted white;
}

.latest-post-tags a
{
	text-transform: uppercase; 
	text-decoration: none;
	color: white;
}

.latest-post-tags a:hover
{
	text-decoration: underline;
}

.latest-post-body img
{
	max-width: 700px;
	height: auto;
	border: none;
}

/* PAGE STYLE */
.page-title
{
	font-size: 18px;
	font-weight: bold;
}

.clear
{
	clear: both;
}