/*
THEME NAME: Jive Theme
DESCRIPTION: Your custom-developed WordPress theme.
AUTHOR: SEO Design Solutions
AUTHOR URI: http://www.seodesignsolutions.com/
*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	background: #D4E59F url(http://www.getjive.com/images/tile-background.gif);
}

body, #header h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #7c9e23;
}

a img {
	border: 0 none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
}

#bg-tl, #bg-tr, #bg-bl, #bg-br {
	width: 8px;
}

#bg-tl, #bg-t, #bg-tr, #bg-bl, #bg-b, #bg-br {
	float: left;
	height: 8px;
	overflow: hidden;
}

#bg-tl, #bg-t, #bg-tr, #bg-l, #bg-r, #bg-bl, #bg-b, #bg-br {
	zoom: 1;
}

#bg-tl {
	background: url(http://www.getjive.com/images/workbox/workbox-corner-top-left.png) no-repeat;
}

#bg-t {
	width: 752px;
	background: url(http://www.getjive.com/images/workbox/tile-workbox-body-top.png) repeat-x top;
}

#bg-tr {
	background: url(http://www.getjive.com/images/workbox/workbox-corner-top-right.png) no-repeat;
}

#bg-l {
	clear: left;
	background: url(http://www.getjive.com/images/workbox/tile-workbox-body-left.png) repeat-y left;
	padding-left: 8px;
}

#bg-r {
	background: url(http://www.getjive.com/images/workbox/tile-workbox-body-right.png) repeat-y right;
	padding-right: 8px;
}

#bg-bl {
	background: url(http://www.getjive.com/images/workbox/workbox-corner-bottom-left.png) no-repeat;
}

#bg-b {
	width: 752px;
	background: url(http://www.getjive.com/images/workbox/tile-workbox-body-bottom.png) repeat-x top;
}

#bg-br {
	background: url(http://www.getjive.com/images/workbox/workbox-corner-bottom-right.png) no-repeat;
}

#inner-wrapper {
	background-color: #fff;
	padding: 1em 2em;
}

#header {
	zoom: 1;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}

#header #logo, #header #contact {
	float: left;
	margin-right: 5px;
}

#top-nav {
	zoom: 1;
	position: absolute;
	right: 0;
	bottom: 10px;
}

#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	text-align: right;
}

#top-nav li {
	display: inline;
	text-transform: uppercase;
}

#top-nav li a {
	padding: 5px 16px;
	text-decoration: none;
	border-right: 1px solid #bbb;
}

#top-nav li.end a {
	border-right: 0 none;
}

#top-nav li a:hover {
	color: #bbbbbb;
}

#access {
	clear: left;
}

div.skip-link {
	display: none;
}

#content {
	padding: 1em;
}

.entry-title {
	font-size: 1.5em;
	margin: 1em 0 0 0;
}

abbr.published {
	color: #666;
	border: 0 none;
}

.entry-meta, .entry-date {
	color: #666;
}

.entry-meta {
	margin-bottom: 5em;
}

body.single .entry-title, #comments h3 {
	margin-top: 2em;
}

body.single .entry-meta {
	margin-bottom: 2em;
}

#comments-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-list .avatar {
	float: left;
	margin-right: 1em;
}

#comments-list .n {
	font-weight: bold;
}

.entry-meta, .comment-meta {
	font-style: italic;
}

#comments-list p {
	clear: left;
}

#primary {
	padding-left: 1em;
	font-size: 0.8em;
}

#primary .widget {
	background: url(images/box-bottom.gif) no-repeat bottom left;
}

#primary .inner-widget {
	background: url(http://www.getjive.com/images/callout-border-top.gif) no-repeat top left;
	padding: 1em 2em;
}

#primary #cta {
	text-align: center;
}

#primary #cta a {
	text-decoration: none;
	font-size: 1.3em;
	color: #6b8d12;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #bbb;
	padding-bottom: 1em;
	color: #999;
}

#inner-footer {
	padding: 1em 0;
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
.sidebar, .sidebar a {
	color: #666;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -240px 0 0;
width:100%;
}

div#content {
margin:0 240px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:220px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:2em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
padding-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3, div.sidebar div.title {
font-size:1.2em;
font-weight: bold;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}