/* $Id: $ */
/**
 * Core theme elements for GOP Plus Web Connect - gopwebconnect (dot) com
 */

/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption {
	text-align: left;
	font-weight: normal;
}

tr {
	display:table-row;
	vertical-align:inherit;
}


th, td {
	display:table-cell;
	padding:1px;
	text-align:inherit;
	vertical-align:inherit;
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 99%;
}

/** block-level elements **/
code {
	width:80%; 
	height:auto;
	color:#000000;
	margin:1em 0;
}

p {
	margin: 0 0 1em 0;
}
em {
	font-style: italic;
}

pre {
	margin:1em auto;
	padding:.5em 0;
	border:.1em solid #ccc;
	font:0.92em Georgia, "Times New Roman", Times, serif;
	color:#3e3e3e;
	line-height:200%;
}

/** lists **/
/* Drupal overrides */
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}

ol {
	margin-left: 0;
	padding-left: 2em;
	list-style-position: inside;
}

.block ul, 
.item-list ul {
	margin: 1em 0;
	padding: 0 0 0 15px;
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

.item-list ul li {
	margin: 0;
	padding: 0;
	list-style: inherit;
}

ul.menu li, li.leaf,
li.active-trail,
li.collapsed,
li.expanded {
	/* list-style-image:none; */
}

ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: decimal; }

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: .3em 0 0 1.5em;
	padding: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}


/*******************************************************************
 * Color Module: Don't touch											*
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
}

.preview {
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
}

div.status {
	color: #33a333;
	border-color: #c7f2c8;
}

div.error, tr.error {
	color: #a30000;
	background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
	border: 1px solid #c52020;
	color: #363636;
}

.sidebar .block {
	margin: 0 0 1.5em 0;
}

#sidebar-left .block {
	padding: 0 20px 0 20px;
}

#sidebar-right .block {
	padding: 0 20px 0 20px;
}

.block .content {
	margin: 10px 0;
}

#sidebar-left .block-region {
	margin: 0 20px 0 20px; /* LTR */
}

#sidebar-right .block-region {
	margin: 0 20px 0 20px; /* LTR */
}

/** Admin **/
.block-region {
	background:none;
	border:.2em dashed #666;
	font-size:1.3em;
	padding:1em;
	text-align:center;
}

#header.block-region {
	display: none;
}

div.admin-panel {
	background: #fff url(images/gradient-inner.png) repeat-x 0 0;
	padding: 0;
}

div.admin-panel .description {
	margin-bottom: 1em;
}

div.admin-panel dl {
 	margin: 0;
}

div.admin-panel dd {
	color: #898989;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: -.2em;
	margin-bottom: .65em;
}

div.admin-panel .body {
	padding:0;
}

div.admin .left {
	float: left; 
	width: 48%;
	padding-right: 5px;
	margin: 0;
}
div.admin .right {
	float: right; 
	width: 48%;
	padding-left: 5px;
	margin: 0;
}
 
table {
	margin: 1em 0;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #f3eef3;
	color: #666666;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #bd6f6d;
}

td, th {
	padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
	border: solid #f3eef3;
	border-width: 1px 0;
}

tr.odd, tr.info {
	background-color: #f9f8fa;
}

tr.even {
	background-color: #ffffff;
}

tr.drag {
	background-color: #eaeaea;
}

tr.drag-previous {
	background-color: #eaeaea;
}

tr.odd td.active {
	background-color: #f4f2f5;
}

tr.even td.active {
	background-color: #f7f5f7;
}

td.region, td.module, td.container, td.category {
	border-top: 1.5em solid #ffffff;
	border-bottom: 1px solid #ede3ee;
	background-color: #eaeaea;
	color: #666666;
	font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
	border-top-width: 0;
}

/* paypal button */

.sidebar input[type="image"] {
	border: none;
	background-image: none;
	background-color: transparent;
}
/* end paypal button */


.sidebar input[type="text"] {
	width: 96%;
	background-color: #fff !important;

}

#search-block-form input[type="submit"] {
	width: 32%;
	margin-left: 0;
}

#search-block-form input[type="text"] {
	width: 57%;
	margin-right: 2px;
}

/* Social Network Buttons */

.snb {
	margin-bottom: 1em;
}

/* end social network bottons */ 

/*	top admin menu overrides */
#admin-menu a:hover {
	background: none;
}

#admin-menu { font-size: 13px; }

body.admin-menu { margin-top: 25px !important; }

#admin-menu li li.expandable ul { margin-top: -25px; }

#admin-menu li.admin-menu-icon a { padding-top: 4px; }

/* end admin overrides */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 0 0px 2px 7px;
	display: inline;
}

img.alignleft {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 0 10px 2px 0px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

table td img.screenshot {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
/* IMCE overridre */

body.imce {
	background:white; 
	background-image: none; 
	text-align: left; 
	width: auto;
}

body.imce #help-box {
	color: #AA0101;
}

/* end IMCE overrides */

/* Calendar Display */

.sidebar div.view-calendar div.item-list ul li{
	margin-bottom: 1em;
	list-style: none;
}

.sidebar div.view-calendar div.item-list span.date-display-single {
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}

.sidebar div.view-calendar div.item-list ul li a {
	line-height: 1.3;
}

div.view-calendar div.item-list ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div.view-calendar div.item-list ul li{
	list-style: none;
	padding-left: 0;
}

#content div.view-calendar div.item-list ul p {
	margin-bottom: 1.5em;
}

#content span.date-display-single {
	font-weight: bold;
}
/* end Calendar Display */

.meta {
	margin: .5em 0;
	font-style: italic;
	color: #999;
}

#main #content ul.inline li {
	padding-left: 0;
}

div.comment{
	padding: .6em 0 1em 20px;
}

div.location {
	margin: .7em 0;
}

div.location p {
	margin: 0;
}

/* blog styles */

.view-blog div.clear-block {
	border-bottom:1px solid #DDDDDD;
	margin-bottom: 10px;
}

.view-blog div.views-row-last div.clear-block {
	border-bottom:1px solid transparent;
}

.read-more {
	float: right;
	margin-top: 1em;
}

.blog-info{
	color:#999999;
	font-size: 90%;
	padding-bottom: .5em;
	padding-top: 1em;
	float: left;
	clear: both;
	width: 100%;
}

.blog-info a:hover {
color:#000000;
}

.blog-info a {
color:#777777;
}

.blog-info div.terms-inline {
	float: left;
}

ul li.comment_comments a, ul li.comment_add a  {
	background:transparent url(images/comments.png) no-repeat left center;
	padding-bottom:1px;
	padding-left:20px;
	text-decoration:none;
	float: right;
}

#content input[type="text"], #content input[type="password"]  {
	width: 95%;
	background-color: #fff !important;

}

//Photo Album styles
#thumb-grid {
	float: left;
	
}

.album{
	list-style:none; 
	float: left;
	margin-left: 0;
	padding-left: 0;
}

.album li{display:block;overflow:hidden;float:left;margin:0 10px 10px 0}
.album li div img{cursor:pointer}
.album li.active div img,.galleria li.active div{display:block}
.album li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.album li .caption{display:block;padding-top:.5em }
.caption{font-style:italic;color:#fff; padding-left: 6px;}
.demo{position:relative;margin-top:2em;}
.album{width:480px; margin: 0 0 0 0px; padding-bottom: 10px;}
.album li{width:110px;height:83px;border:3px double #111;margin: 2px;background:#000;}
.album li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
#main_image{margin:0 0 6px 2px;width:476px;background:black;}

.galleria_wrapper img.replaced {
	margin: 0 auto;
	display: block;
}
	
.nav{padding-top:10px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.album-teaser {
	margin-top: 12px;
	border-bottom: solid 1px #ccc;
	float: left;
}

.album-teaser img {
	margin-top: 4px;
}

.view-video-gallery table td span.views-field-title span.field-content {
	line-height: 1em;
	display: block;
	margin-bottom: 3px;
}

.view-video-gallery table td div.views-field-tid span.field-content {
	line-height: 1em;
	display: block;
	font-style: italic;
	margin-top: 3px;
}

.view-video-gallery table.views-view-grid tr td{
	padding-bottom: 13px
	
}

#webform-components {
	width: 700px;
}

/* search */
