@charset "utf-8";
/* CSS Document */

/*
THEME NAME: Dr. Ramo Basic
THEME URI: http://www.bradbarwick.com
DESCRIPTION: Custom theme for Dr. Ramo
VERSION: 0.1
AUTHOR: BBID
AUTHOR URI: http://www.bradbarwick.com
TAGS: two column, widgets, right sidebar, fixed width, drop shadow
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('layout.css');
@import url('brand.css');

/* ---	set global fonts */
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #555;
	border: none;
}

h1 {
	padding: 10px 0px;
	font-size: 20px;
}
h2 {
	margin: 2px 0px;
	padding: 8px 0px;
	font-size: 16px;
}
	h2 a {
		font-size: 16px;
		text-decoration: none;
	}
	h2 * {
		font-size: 16px;
	}
h3 {
	padding: 5px 0px;
	font-size: 14px;
}
	h3 a {
		font-size: 14px;
		text-decoration: none;
	}
p {
	padding: 5px 0px;
}

ul {
	padding: 10px 20px;
}
ol {
	padding: 10px 30px;
}
	li {
		padding: 2px 0px;
	}
ul ul, ul ul ul {
	list-style: circle;
}
hr {
	margin: 20px 0px;
	height: 0px;
	background: none;
}


/* ---	forms */
input[ type='text' ], input[ type='password' ], textarea, select {
	border: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px;
	margin: 2px 2px 2px 0px;
}
input[ type='button' ], input[ type='submit' ] {
	padding: 3px;
	text-transform: uppercase;
}
select { padding: 0px; }
option { padding: 3px; }

/* ---	tables */
table {
	position: relative;
	width: 99%;
	margin: 20px 0px;
	border-collapse: collapse;
}
	table td, table th {
		padding: 3px;
		vertical-align: top;
	}
	table td {
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		background: #eee;
	}
	table th {
		text-align: left;
		background: #999;
		color: #fff;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
	}

/* ---	content columns */
.cont_column {
	float: left;
	width: 40%;
	margin-right: 4%;
}
.cont_br {
	clear: both;
}

