/*

Theme Name: Columbus Holding Group
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

* {
	margin:0;
	padding:0;
	}

html, body {
	background: #666;
	color: #fff;
	margin:0 auto;
	text-align: center;
	}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	}

#page, #header, #footer, div.one {
	background:#fff;
	color:#000;
	width:770px;
	}

#page {
	margin:10px auto;
	min-height:250px;
	text-align:left;
	}

#header {
	background:#d6d6d6;
	border:10px solid #fff;
	border-bottom:0;
	display:block;
	height: 155px;
	text-align:left;
	width:750px;
	}
	#header h1 {
		text-align:left;
		margin:0 auto;
		padding:10px;
		}
	#header form {
		padding:10px;
		}

#content {
	float:left;
	min-height:250px;
	text-align:left;
	width:550px;
	}
	#content div.gutter, #sidebar div.gutter { padding-top:0; }

#subcontent {
	background:#eee;
	margin:0 10px;
	}
	#subcontent a {
		color:#c07300; // dark orange
		}

#sidebar {
	background:#fff;
	color:#8d979b;
	float:left;
	width:220px;
	}
	#sidebar h3, body.home h2, #news h3 {
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		}
	#sidebar #subnavigation ul li {
		list-style-image:url("/img/bullet.gif");
		}
		
#navigation {
	background:#f4362f;
	clear: both;
	font-family:Helvetica, Arial;
	font-size:1.1em;
	margin:0 9px 10px 10px;
	overflow:hidden;
	}
	#navigation ul {
		float:left;
		text-align:left;
		}
	#navigation ul li {
		border-right:1px solid #fff;
		float:left;
		list-style:none;
		padding:5px 0;
		}
	#navigation a { 
		color:#fff;
		font-weight:bold;
		padding:5px 10px;
		}
	#navigation a:hover {
		background:#fff;
		color:#000;
		text-decoration:none;
		}

#subnavigation {
	
	}
	#subnavigation ul, ul.subnav {
		list-style:circle;
		margin:10px 0;
		padding-left:0;
		}
		ul.subnav ul { margin:10px 0; }
	#subnavigation ul li, ul.subnav li {
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:10px;
		padding-left:0;
		}
		ul.subnav li li { font-size:100%; }
		ul.subnav li li li { font-size:100%; }
	#subnavigation a, ul.subnav a {
		color:#666;
		}
		#subnavigation a:hover, ul.subnav a:hover { color:#f4362f; text-decoration:none; }

#vision {
	background:#ffcc80;
	}
	
#footer {
	border-top:10px solid #666;
	clear: both;
	font-size:1em;
	margin: 10px auto;
	padding: 0;
	text-align:right;
	}
	#footer ul li {
		border-left:1px solid #000;
		float:left;
		list-style:none;
		padding-left:10px;
		padding-right:10px;
		}
	#footer a { 
		color:#000;
		}
	#footer ul li.first {
		border-left:0;
		padding-left:0;
		}
		
/* Grid */

div.two, div.three, div.threethree, div.four {
	float:left;
	}
div.one {
	background:#fff;
	}
div.two {
	width:385px;
	}
div.three {
	width:33%;
	}
	div.threethree {
		width:67%;
		}
	#right div.three {
		width:100%;
		}
div.four {
	width:25%;
	}

div.gutter {
	background:#fff;
	padding:10px;
	}

/* Typography */

#page {
	font-size: 1.1em;
	}
	#content p, #content ul {
		line-height:1.5em;
		margin-bottom:1em;
		}
		#content ul {
			padding-left:1em;
			}
p, #content li {
	font-size:1.1em;
	line-height:1.4em;
	}
	#content li li, #content li p { font-size:100%; }
	#content li li li, #content li li p { font-size:100%; }

small {
	font-size: 0.9em;
	line-height: 1.4em;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3 {
	display:block;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:normal;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	color:#990000;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size:1.7em;
	font-weight:bold;
	margin:0 0 10px;
	}
	body.home h2 { 
		color:#8d979b;
		font-size:1.4em;
		font-weight:normal;
		}

h3 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:1em;
	}

h4 {
	font-size: 1.3em;
	font-weight:normal;
	margin:1em 0;
	}

hr {
	margin-bottom:10px;
	}

ul {
	list-style:circle;
	}

/* Links */

a, a:link, a:visited, a:active { 
	color:#f94f3e;
	text-decoration:none;
	}
a:hover {
	color:#f94f3e;
	text-decoration:underline;
	}

#content a, #footer a {
	text-decoration:underline;
	}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 20px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Lists */

#content ul, #sidebar ul,
#content ol, #sidebar ol {
	list-style:none;
	margin-left:20px;
	}
	#content ul ul, #sidebar ul ul,
	#content ol ol, #sidebar ol ol{
		list-style:circle;
		}

#content ul {
	list-style:square;
	margin-bottom:10px;;
	}
	#content ul ul, #content ul ul ul {
		margin-bottom:0;
		}

#content ul.subnav li a {
	border:1px solid red;
	}
	#content ul.subnav ul li a { border:0; }

/* Other Typography */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code, pre {
	font-size:1.1em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* Form */

form {
	margin:0;
	padding:0;
	width:210px;
	}
form fieldset {
	border:0;
	display: block;
	width:200px;
	}
form label {
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: normal;
	}
form input, form select, form textarea {
	background:#fff;
	border:1px solid #ccc;
	clear:both;
	float:left;
	font-size:115%;
	left: 8em;
	margin:0 0 1em;
	padding:2px;
	position: relative;
	top: -1.4em;
	width:320px;
	}
form textarea {
	font-family:Helvetica, Arial;
	}

input.submit, input.reset {
	background:#f94f3e;
	border:0;
	clear:right;
	color:#fff;
	float:left;
	left: 8em;
	text-align:left;
	text-decoration:none;
	top:-1.5em;
	width:100px;
	}
	input.reset {
		background:#eee;
		color:#000;
		}

input.checkbox {
	float:none;
	width:15px;
	}

form label.first {
	margin-top: 1em;
	}

form#searchform {
	margin:0;
	padding:2px;
	width:220px;
	}
	form#searchform input {
		border-color:#8d979b;
		clear:none;
		left:0;
		float:left;
		margin:0 0 1em 0;
		width:180px;
		}
	form#searchform input.submit {
		background:transparent;
		border:0;
		float:left;
		left:0;
		padding:3px 5px;
		text-align:left;
		text-decoration:underline;
		top:-1.5em;
		width:16px;
		}
	#header form#searchform {
		margin-top:3em;
		}


/* Blog */

div.entry {
	margin-bottom:10px;
	}

#content ul.meta {
	display:block;
	float:none;
	list-style:none;
	margin-top:0;
	min-height:25px;
	margin-left:0;
	width:100%;
	}
#content ul.meta li {
	color:#666;
	float:left;
	font-size:1.1em;
	line-height:1em;
	margin-right:10px;
	}

	ul.meta li.twitter { background: url("/site/wp-content/themes/columbus/images/twitter.gif") no-repeat 0 50%; }
	ul.meta li.delicious { background: url("/site/wp-content/themes/columbus/images/delicious.gif") no-repeat 0 50%; }
	ul.meta li.digg { background: url("/site/wp-content/themes/columbus/images/digg.gif") no-repeat 0 50%; }
	ul.meta li.facebook { background: url("/site/wp-content/themes/columbus/images/facebook.gif") no-repeat 0 50%; }
		ul.meta li.digg a, ul.meta li.facebook a, ul.meta li.twitter a { margin:0 0 0 20px; }

/* Tables */

table {
	border:0;
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin:0 0 15px;
	padding:0;
	}
	th {
		background:#000;
		border:0;
		color:#fff;
		padding:5px 20px;
		}
	tr {
		border:0;
		border-bottom:1px solid #000;
		}
	td {
		border:0;
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		padding:10px 20px;
		vertical-align:center;
		}

/* Other Elements */

div.right { float:right; }

div.box {
	float:left;
	margin-right:10px;
	width:215px;
	}

div#news {
	display:block;
	padding:0 10px 0 0;
	}
	div#news h2 {
		margin-left:30px;
		}

p.twitter-message {
	margin-bottom:10px;
	}

