/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  background:#505052;
color:#333;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #333;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: #6F1E47;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;

}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}



/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

#page {
	background:#FFF;
}

#header {
	background: #6f1e47 url(../images/header-bg.gif) repeat-x;
	color:white;
}

#navigation {
	background: #626365 url(../images/nav-bg.gif) repeat-x;
	border-top:1px solid #FFF;
	line-height:37px;
}
#navigation ul {
	width:655px;
	display:inline;
}
#navigation li {
	display:inline-block;
	margin:0;
	padding:0 20px;
}
#navigation a {
	line-height:37px;
	height:37px;
	color:white !important;
}
#navigation li.active {
	background: #626365 url(../images/nav-bg-sel.gif) repeat-x;
	line-height:37px;
	height:37px;
}

#search-theme-form {
	width:250px;
	float:right;
	background:#FFF;
	border:1px solid #DDD;
	padding:0px;
	line-height:1;
	margin-top:7px;
}
#search-theme-form #edit-search-theme-form-1 {
	border:none;
	padding:0 5px;
	margin:0;
	line-height:20px;
	height:20px;
	color:#888;
	font-size:12px;
	width:215px;
}
#search #edit-submit-1,
#search #edit-submit-2,
#search .form-submit {
	vertical-align:bottom;
	float:right;
}


/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */
#footer {
	margin-top:30px;
	padding-top:20px;
	background:#505052;
	text-align:center;
	color:#AAA;
}
#footer ul#secondary {
	margin-bottom:20px;
}
#footer ul#secondary a {
	color:#DDD;
	font-size:16px;
	text-transform:uppercase;
}


#content {
	margin-top:10px;
	background: #F3F3F3;
	padding: 15px 25px;
	border:1px solid #BBB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999 0px 0px 6px 0px inset;
	box-shadow: #999 0px 0px 6px 0px inset;
	
}

#content-bottom {
	margin-top:1em;
}

#comments {
	margin-top:2em;
}

.content-block {
	margin-bottom:10px;
}

.content-block h2 {
	background:#b7b6b6;
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
	text-shadow: #DDD 1px 1px 0px;
}

.content-block.profiles .content-block-inner,
.content-block.articles-home .content-block-inner {
	background:white;
	border:1px solid #BBB;
	padding:10px;
	-webkit-box-shadow: 2px 2px 6px 0px #AAA;
	-moz-box-shadow: 2px 2px 6px 0px #AAA;
	box-shadow: 2px 2px 6px 0px #AAA;
}

.content-block.profiles .org-profile,
.content-block.articles-home .article {
	float:left;
	width:280px;
	margin-right:20px;
	margin-bottom:10px;
	height:95px;
}
.content-block.profiles .article { 
	height:80px;
}

.articles-home p {
	font-size:11px;
	color:#888;
}

.content-block.profiles .org-profile {
	height:85px;	
}
.content-block.profiles .org-profile a.readmore,
.content-block.articles-home .article a.readmore {
	color: #6F1E47;
}
.content-block.profiles .org-profile.odd,
.content-block.articles-home .article.odd  {
	clear:both;
}

.content-block.profiles .org-profile.even,
.content-block.articles-home .article.even  {
	margin-right:0;
}
.content-block.profiles .org-profile img {
	float:left;
	padding-top:3px;
	padding-right:10px;
}

.content-block.profiles .org-profile .title,
.content-block.articles-home .article h3 {
	font: 14px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0;
}
.content-block.articles ul.left  {
	width:270px;
	float:left;
}
.content-block.articles ul.right  {
	width:260px;
	float:right;
	padding-right:20px;
}

.org-logo img {
	float:right;
	background:white;
	border:1px solid #DDD;
	padding:0.5em;
	margin:0 0 1em 1em;
}

#block-relevant_content-stories .content {
	border:none;
	background:transparent;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/*
.content-block.articles ul li {
	float:left;
	width:45%;
	margin:0;
	padding:0 15px 0 0px;
	display:block;
}

*/
.block {
	margin-bottom:1em;
}
.block .content {
	background:white;
	border:1px solid #BBB;
	padding:10px;
	-webkit-box-shadow: 2px 2px 6px 0px #AAA;
	-moz-box-shadow: 2px 2px 6px 0px #AAA;
	box-shadow: 2px 2px 6px 0px #AAA;
}

.block .content .form-item {
	margin:0;
}
.block h3.block-title, 
h2.pane-title {
	font-size: 1.4em;
	margin-bottom:0.5em;
	color:#666;
	font-weight:normal;
}

a.popular-link,
a.popular-link-right {
	background:#6F1E47;
	display:block;
	width:102px;
	height:56px;
	float:left;
	margin-bottom:8px;
	text-align:center;
	color:white;
	padding:15px 10px 0;
}
a.popular-link-right {
	float:right;
}
a.popular-link:hover,
a.popular-link-right:hover {
	text-decoration:none;
	background:#d9bdcb;
	color:#000;
}

#before-content-region {
	margin:10px 0 0 0;
}
#before-content-region .block .content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Partners block */
#partners-block {
	width:250px;
	position:relative;
	height:253px;
}
#partners-block .partners-groups {
	/* outer */
	width: 250px; /* 105 + 20 * 2 */
	height: 230px; /* 105 + 10 * 2 */
/*	display:none; /* prevent content flash */
}
#partners-block .partners-group {
	width: 250px; /* 105 + 20 * 2 */
	height: 230px; /* 105 + 10 * 2 */
	display:block;
}
#partners-block .partners-group img {
	padding:0 10px 10px 10px;
}

#partners-block hr {
	height:1px;
	border:none;
	background-color: #AAA;
	margin-bottom:8px;
}
#partners-block .partners-next,#partners-block .partners-prev {
	position:absolute;
	left:0px;
	width:12px;
	height:16px;
	display:block;
	z-index:101;
	font-size:0px;
}

#partners-block .partners-prev {
	background-image:url(../images/arrow-left.gif);
}

#partners-block .partners-next {
	left:238px;
	background-image:url(../images/arrow-right.gif);
}

#partners-block .pagination {
	width:200px;
	display:block;
	margin:0 auto;
	text-align:center;
}

#partners-block .pagination li {
/*	float:left; */
	margin:0 1px;
	list-style:none;
	display:inline;
}

#partners-block .pagination li a {
	display:inline-block;
	width:11px;
	height:0;
	padding-top:16px;
	background-image:url(../images/pagination.gif);
	background-position:0 -16px;
	overflow:hidden;
}

#partners-block .pagination li.current a {
	background-position:0 0px;
}




/* Profiles block */
.profiles-block {
	width:582px;
	position:relative;
	height:315px;
}
.profiles-block .profiles-groups {
	/* outer */
	width: 582px; 
	height: 285px;  
 	display:none; 
}
.profiles-block .profiles-group {
	width: 582px; 
	height: 285px; 
	display:block;
}

.profiles-block hr {
	height:1px;
	border:none;
	background-color: #AAA;
	margin-bottom:8px;
}
.profiles-block .profiles-next,.profiles-block .profiles-prev {
	position:absolute;
	left:10px;
	width:12px;
	height:16px;
	display:block;
	z-index:101;
	font-size:0px;
}

.profiles-block .profiles-prev {
	background-image:url(../images/arrow-left.gif);
}

.profiles-block .profiles-next {
	left:582px;
	background-image:url(../images/arrow-right.gif);
}

.profiles-block .pagination {
	width:50px;
	display:block;
	margin:0 auto;
}

.profiles-block .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.profiles-block .pagination li a {
	display:block;
	width:11px;
	height:0;
	padding-top:16px;
	background-image:url(../images/pagination.gif);
	background-position:0 -16px;
	float:left;
	overflow:hidden;
}

.profiles-block .pagination li.current a {
	background-position:0 0px;
}



/* HOMEPAGE SLIDERS
---------------------------------------------------------- */
#block-askivy_utils-0 .content {
	padding:0;
	border:none;
}
div#hp-slider {
	width: 960px;
	height: 286px;
	overflow: hidden;
	position: relative;
	border: 1px solid #4f4a4b;
}
div#hp-slider ul#tabs { 
	position: absolute; 
	top: 0;
	right: 0px; 
	list-style: none; 
	padding: 0;
	margin: 0; 
	width: 321px; /* includes 16px overhang */
	z-index: 200;
}
div#hp-slider ul#tabs li {
	width: 321px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	display: block;
	float: left;
}
div#hp-slider ul#tabs span.tab-container {
	background-color: #f3f3f3;
	height: 20px;	
	width: 275px;
	padding: 15px 15px;
	display: block;
	border-left: 1px solid #4f4a4b;
	border-bottom: 1px solid #BBB;
	cursor: pointer;
}
div#hp-slider ul#tabs li:last-child span.tab-container {
	border-bottom:none;
}
div#hp-slider ul#tabs li.current {
	background: url(../images/banner-arrow.png) no-repeat 0 15px;
}
div#hp-slider ul#tabs li.current span.tab-container {
	background: #5a1839;
	border-color: #4f4a4b;
	height: 104px;
	cursor: auto;
	border-left:none;
}
div#hp-slider ul#tabs span.tab-title {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
div#hp-slider ul#tabs span.tab-copy {
	color: #BAC6DE;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
div#hp-slider ul#tabs span.tab-snippet {
	color: #4d4c4e;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	
}
div#hp-slider ul#tabs span.tab-title,
div#hp-slider ul#tabs span.tab-copy {
	display: none;
}
div#hp-slider ul#tabs li.current span.tab-snippet {
	display: none;
}
div#hp-slider ul#tabs li.current span.tab-title,
div#hp-slider ul#tabs li.current span.tab-copy {
	display: block;
}
div#hp-slider ul#tabs li.current a {
	color: #fff;
	/*text-decoration: underline;*/
}

div#hp-slider ul#tabs li span a {
	color: #fff;
	text-decoration: none;
}

div#hp-slider ul#output {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#hp-slider ul#output li { 
	width: 420px;
	height: 330px; 
	position: relative;
	z-index: 100;
	list-style-type: none;
}
div#hp-slider ul#output img {
	border: none;
}



/** NEWS AGGREGATOR **/
.news-feed .news-feed-item  a.title {
	font-weight:bold;
}
.news-feed .news-feed-item  p {
	font-size:11px;
	color:#777;
}
.news-feed .news-feed-item a.readmore {
	font-size:11px;
	color: #6F1E47;
}


/*
.news-feed {
	width:253px;
	position:relative;
	height:175px;
}

.news-feed-items {
	width:253px;
	height:150px;
	display:none;
}

.news-feed .news-feed-item  {
	margin: 0;
	padding: 0;
	display: block;
	height:150px;
	width:253px;
	overflow:hidden;
}

.news-feed .news-feed-item  a.title {
	font-weight:bold;
}
.news-feed .news-feed-item .more-link {
	display:none;
}


.news-feed hr {
	height:1px;
	border:none;
	background-color: #AAA;
	margin-bottom:8px;
}
.news-feed .news-next,.news-feed .news-prev {
	position:absolute;
	width:12px;
	height:16px;
	display:block;
	z-index:101;
	font-size:0px;
}

.news-feed .news-prev {
	background-image:url(../images/arrow-left.gif);
	left:0px;
}

.news-feed .news-next {
	right:0px;
	background-image:url(../images/arrow-right.gif);
}

.news-feed .pagination {
	width:75px;
	display:block;
	margin:0 auto;
}

.news-feed .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.news-feed .pagination li a {
	display:block;
	width:11px;
	height:0;
	padding-top:16px;
	background-image:url(../images/pagination.gif);
	background-position:0 -16px;
	float:left;
	overflow:hidden;
}

.news-feed .pagination li.current a {
	background-position:0 0px;
}

*/


/* events block */
.view-events .views-row {
	margin-bottom:20px;
}
.view-events .views-row .views-field-title {
	font-size:12px;
	font-weight:bold;
}
.view-events .views-row .views-field-field-date-value {
	font-size:11px;
	color:#888;
	color:#777;
}
.view-events .views-row .views-field-field-event-location-value {
	font-size:11px;
	color:#888;
	color:#777;
}
.view-events .views-row .views-field-field-url-value,
.view-events .views-row .views-field-field-url-value a {
	font-size:11px;
	color: #6F1E47;
	
}


/* social blocks */ 

.block-id-askivy_utils-3 .content,
.block-id-askivy_utils-2 .content {
	border:none;
	background:transparent;
	padding:5px 0 2px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.block-id-askivy_utils-3 label,
.block-id-askivy_utils-2 label {
	float:left;
	font-weight:bold;
	margin-right:10px;
}

.block-id-askivy_utils-3 img,
.block-id-askivy_utils-2 img {
	vertical-align:top;
}
.block-id-askivy_utils-3 .fivestar,
.block-id-askivy_utils-2 .fivestar {
	float:left;
	margin-right:40px;
}

/* ads */
.block-ad .content {
	border:none;
	background:transparent;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#footer-block {
	margin-top:20px;
}

#footer-block .content {
	border:none;
	background:transparent;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* social links */

.block-id-block-12 a {
	margin-right:20px;
	font-size:14px;
}
.block-id-block-12 img {
	margin-right:5px;
	vertical-align:bottom;
}

/* homepage */
body.front #block-views-events-block_1 .content {
	height: 158px;
}
body.front .block-poll .content form div.poll{
	height: 195px;
}
body.front .panel-region-separator {
	height:2px;
}

body.front #block-askivy_utils-1 .content {
	height:315px;
}
/*
body.front #partners-block {
	height:315px; 
}
body.front #partners-block .partners-groups {
	height:285px;
}
body.front #partners-block .partners-group {
	height:285px;
}
*/
.poll .vote-form {
	text-align:left;
}
.poll .vote-form .choices {
	margin:0 5px;
}
#edit-block-quiz-submit,
#edit-block-quiz-next,
.poll .vote-form #edit-vote {
	background:#5A1839;
	border:1px solid #4F4A4B;
	color:white;
	padding:3px 20px;
}



#user-login-form  {
	text-align:left;
}

#user-login-form #edit-name,
#user-login-form #edit-pass {
	width:70%;
	border:1px solid #DDD;
	padding: 3px;
	margin-bottom: 1em;
	color: #555;
}

#user-login-form .item-list {
	margin-top:1em;
}

#user-login-form .item-list ul {
	padding-left:0;
}



#forum tr.even td, #forum tr.odd td {
	padding: 3px 5px;
	vertical-align:top;
}

#forum td.container div.name {
	font-weight:bold;
}

ul.links li {
	padding:0 10px 0 0;
}
#forum ul.links {
	margin-bottom:1em;
}

.feed-icon img {
	margin-top:2em;
}

.submitted, 
.node-type-forum div.links {
	padding:5px 3px;
	margin-bottom:1em;
	font-style:italic;
	display:block;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}


.new {
	float:right;
	font-weight:bold;
	color:#900;
}

.show-more {
	margin:1em;
	display:block;
	font-style:italic;
}