/*  
Theme Name: TAG:
Description: The Arland Group is a creative agency. We are the most talented agency you've probably never heard of. Just ask someone else about The Arland Group. We'll bet they haven't heard of us either.
Version: 1.0
Author: Jonathan Galbreath
*/


html {
	height:100%;
}
body {
	background-color: #222;
	background-image: url(http://clients.thearlandgroup.com/arlandblog/images/background.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div  {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
p {
	margin: 20px;
}
p img {
	margin-bottom: 8px;
}
a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
}
a:hover {
	color: #FFF;
}
img {
	display: block;
	border: none;
	outline: none;
}
h1   {
	color: #FFF;
	font-size: 36px;
	line-height: 36px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
h1 a {
	color: #FFF;
}
h2, h3 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
abbr {
	color: #333;
}
small {
	text-indent: 2px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #111;
	height: 100%;
}
#header {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#left {
	width: 590px;
	overflow: auto;
	background-color: #111;
	height: 100%;
	float: left;
}
#left ul {
	margin: 20px;
}
#left ul li {
	/*float: left;*/
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #header {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 150px;
}
#center {
	width: 120px;
	overflow: auto;
	background-color: #111;
	height: 100%;
	float: left;
}
#center ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#center ul li {
	height: 100px;
}
#center h2 {
	display: none;
}
#center img {
	width: 100px;
	border: none;
	margin: 0px;
	padding: 0px;
}
#right {
	width: 250px;
	overflow: auto;
	background-color: #111;
	height: 100%;
	float: left;
}
#right ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#right ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#right ul li:last-child {
	border: none;
}
.widgettitle {
	display: none;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
}
/* .entry {
	width: 570px;
} */

/* scrollpane */

.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	position: relative;
	float: left;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #000;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #333;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background-color: #FFF;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #900;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

