/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #fff;
}


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #666; 
}

@font-face
{
    font-family: 'rokkittregular';
    src: url('/sites/all/themes/ca_subtheme14/webfontkit-20121031-175145/rokkitt-webfont.eot');
    src: url('/sites/all/themes/ca_subtheme14/webfontkit-20121031-175145/rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/ca_subtheme14/webfontkit-20121031-175145/rokkitt-webfont.woff') format('woff'),
         url('/sites/all/themes/ca_subtheme14/webfontkit-20121031-175145/rokkitt-webfont.ttf') format('truetype'),
         url('/sites/all/themes/ca_subtheme14/webfontkit-20121031-175145/rokkitt-webfont.svg#rokkittregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 
{
font-size: 15px;
font-weight: normal;
}

h4 
{
font-size: 14px;
font-weight: normal;
margin: 0;
}

h5 
{
font-size: 13px;
font-weight: normal;
}

h6 {}

p {margin-bottom: 0;}

b,
strong {font-weight: bold;}

i,
em {font-style: italic;}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

body
{
	text-align: center;
	margin: 0 auto;
	background-image: url(/sites/all/themes/ca_subtheme14/images/pageback.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
  line-height: 1.3em;
}

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page
{
	text-align: left;
	padding: 0 15px;
	background-image: url(/sites/all/themes/ca_subtheme14/images/navbar-back-wide.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-color: #FFF;
	box-shadow: 16px 0px 13px -13px #D9D9D4, -16px 0px 13px -13px #D9D9D4;
}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {position: relative;}

/*
 * Wraps the sidebars the content column
 */
#columns { padding-top: 20px;}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content { padding-right: 10%;}

.galleria-info-text, .galleria-dots
{
	display: none;
}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper { }
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
	font-family: rokkittregular;
	font-weight: normal;
	color: #696;
	font-size: 40px;
	line-height: 40px;
	margin: 15px 0;
	padding: 0 0 8px 0;
	background-image: url(/sites/all/themes/ca_subtheme/images/rule_under_titles.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {
font-size: .8em;}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}

.photo_copyright_footer
{
padding-right: 10px;
color: #fff;
font-size: .8em;
line-height: 2em;
float: right;
}

#block-block-6
{
background-image: url(/sites/all/themes/ca_subtheme/images/footer-back.png);
background-repeat: no-repeat;
height: 24px;
background-color: #c5c4b8;
}

#block-block-6 .footer_links
{
color: #fff;
padding-left: 10px;
}

#block-block-6 a
{
color: #fff;
font-size: .8em;
line-height: 24px;
}



/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
color: #558055;
text-decoration: none;
}

a:active,
a.active {
color: #666;
text-decoration: none;
}

a:hover,
a:focus {
color: #666;
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.3em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited { color: #fff; text-decoration: none;}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
text-decoration: none;
background-color: #669966;
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul
{
	top: 32px;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {
background-color: #669966;
}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {
}
.block-superfish ul ul li {
background-color: #669966;
}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
  display: none;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  /*margin-bottom: 20px;*/
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {
margin: 0;
}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}

/*specific blocks*/

#block-block-1 
{
position: absolute;
top: 10px;
right: 10px;
}

#block-block-1 img
{
margin-left: 5px;
}

#block-block-4
{
	margin-top: 17px;
	margin-bottom: 19px;
	background-image: url(/sites/all/themes/ca_subtheme14/images/connectingcreators-protectingwork.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#block-block-21
{
	margin-top: 17px;
	margin-bottom: 17px;
	text-align: center;
}

#block-block-23
{
margin-left: 30px;
padding-top: 10px;
color: #FFF;
height: 33px;
}

#block-block-23 a
{
	color: #ccc;
	margin: 5px 0 0 5px;
}

.region-sidebar-second h2.block-title
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/sidecolumngreybarback.jpg);
	background-repeat: repeat-y;
	width: 98%;
	background-color: #C3C3B7;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	background-position: left top;
	padding-left: 2%;
}
.region-sidebar-second .views-row
{
	padding: 0 5%;
}
.region-sidebar-second p
{
	padding: 5px 5%;
}

.region-sidebar-second #block-block-11 p
{
	padding: 0 5%;
	margin: 0;
}

#block-block-9
{
	clear: both;
	margin-bottom: 10px;
	height: 24px;
	line-height: 24px;
	width: 100%;
	padding-left: 5px;
	color: #FFF;
	background-image: url(/sites/all/themes/ca_subtheme14/images/maincolumngreybarback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #c3c3b7;
	font-weight: bold;
}

#block-search-form
{
	border: none;
	margin-top: 5px;
	float: right;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
}

tr.drag {}

tr.drag-previous {}

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

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

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div#first-time
{
	display: none;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Custom
 * ========================================================================== */

.front h1#page-title
{
	display: none;
}

div#block-block-5
{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	min-height: 145px;
}

.region-sidebar-second .block, #block-views-featured-posts-block .views-row
{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.region-sidebar-second .block img
{
	width: 100%;
	height: auto;
}

#block-views-featured-posts-block .featured_posts_right_column
{
	margin-left: 200px;
}

div.featured_posts_image
{
	float: left;
	max-width: 178px;
	margin: 10px;
	clear: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
div.view-academic-advisory-board .views-field-field-photo
{
	float: left;
	margin: 10px;
	clear: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.fp_created, .fp_issues
{
	display: inline;
	font-size: .8em;
}

/* Views slideshow carousel on home page */
div#block-views-carousel-view-block
{
	position: relative;
	margin-bottom: 10px;
}

div#block-views-carousel-view-block #slideshow-nav
{
	position: absolute;
	top: 300px;
	left: 60px;
	z-index: 100;
}

div#block-views-carousel-view-block #slideshow-nav a:link, div#block-views-carousel-view-block #slideshow-nav a:visited
{
	padding: 8px; 
	font-size: 4px;
	line-height: 16px;
	background-image: url(/sites/all/themes/ca_subtheme/css/images/dot_off.png);
	background-repeat: no-repeat;
	color: #b5b4ab;
	text-decoration: none;
}

div#block-views-carousel-view-block #slideshow-nav a:hover, div#block-views-carousel-view-block #slideshow-nav a:active
{
	padding: 8px; 
	font-size: 4px;
	line-height: 16px;
	background-image: url(/sites/all/themes/ca_subtheme/css/images/dot_off.png);
	background-repeat: no-repeat;
	color: #b5b4ab;
	text-decoration: none;
}

div#block-views-carousel-view-block #slideshow-nav a.activeSlide
{
	padding: 8px; 
	font-size: 4px;
	line-height: 16px;
	background-image: url(/sites/all/themes/ca_subtheme/css/images/dot_on.png);
	background-repeat: no-repeat;
	color: #669766;
}

div#views_slideshow_controls_text_carousel_view-block
{
position: absolute;
top: 165px;
left: 0;
height: 30px;
z-index: 1000;
font-size: 1px;
}
#views_slideshow_controls_text_previous_carousel_view-block
{
padding: 16px 10px;
}
#views_slideshow_controls_text_next_carousel_view-block
{
margin-left: 600px;
padding: 16px 10px;
}

#views_slideshow_controls_text_pause_carousel_view-block
{
display: none;
}

.view-resources div.views-field.views-field-field-featured
{
	float: left;
	margin-right: 5px;
}

.view-resources h3
{
	font-weight: bold;
}

/* twitter */

#twitter-db .tweet-list li
{
clear: none;
}

/*Views Pages*/

#main-content .views-field-title
{
color: #476b47;
font-weight: bold;
padding-bottom: 2px;
}

#main-content .views-field-view-node
{
	font-size: .8em;
}

#main-content .views-row
{
	padding-bottom: 1.6em;
	clear: both;
}


.page-testimony-filings-briefs .views-exposed-form
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.page-testimony-filings-briefs .views-exposed-form .form-type-bef-checkbox
{
	padding: 3px 0;
}


/*quicktabs*/
/*ul.quicktabs-tabs li.first
{
}*/

ul.quicktabs-tabs li
{
border:solid 5px transparent;
border-top-left-radius: 25px 13px;
border-top-right-radius: 25px 13px;
margin-left: 2px;
background-image: url(/sites/all/themes/ca_subtheme/images/tab-grey.png);
background-repeat: repeat-x;
min-height: 40px;
color: #FFF;
font-size: 12px;
}

#content-column .content-inner ul.quicktabs-tabs li a
{
height: 40px;
color: #fff;
}

#content-column .content-inner ul.quicktabs-tabs li a:hover
{
text-decoration: none;
}

ul.quicktabs-tabs li.active
{
background-image: url(/sites/all/themes/ca_subtheme/images/tab-green.png);
background-repeat: repeat-x;
}

.block-quicktabs .item-list, .block-quicktabs .item-list ul.quicktabs-tabs, .block-quicktabs .item-list ul.quicktabs-tabs li
{
height: 40px;
}

.block-quicktabs .block-title
{
display: none;
}

/*Quicktabs content universal styling*/
.block-quicktabs .view-header h2
{
color: #fff;
font-size: 18px;
line-height: 38px;
padding-left: 5px;
height: 38px;
padding-bottom: 5px;
	background-image: url(/sites/all/themes/ca_subtheme/images/posts-header-back.png);
}

.block-quicktabs .views-row
{
margin-bottom: 20px;
padding-left: 10px;
}

.block-quicktabs .views-field-title
{
color: 476b47;
font-weight: bold;
font-size: 14px;
padding-bottom: 2px;
}

.block-quicktabs .views-field-body
{
color: #676767;
font-size: 12px;
padding-bottom: 2px;
}

.block-quicktabs .views-field-created
{
font-size: 10px;
color: #676767;
}

.page-in-focus section#main-content
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/copyright_c.jpg);
	background-repeat: no-repeat;
	background-position: right -15px;
}


/*innovation*/
.page-node-37 section#main-content
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/inn_pencils.jpg);
	background-repeat: no-repeat;
	background-position: right -15px;
}

/*creative culture*/
.page-node-36 section#main-content
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/cc_droplet.jpg);
	background-repeat: no-repeat;
	background-position: right -15px;
}

/*digital citizenship*/
.page-node-35 section#main-content
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/dc_circuit.gif);
	background-repeat: no-repeat;
	background-position: right -15px;
}

/*law and policy*/
.page-node-38 section#main-content
{
	background-image: url(/sites/all/themes/ca_subtheme14/images/lp_rocks.jpg);
	background-repeat: no-repeat;
	background-position: right -6px;
}

/*idea expression styling*/
.page-idea-expression #main-content
{
background-image: url(/sites/all/themes/ca_subtheme14/images/IdeaExpressionHeaderBack.jpg);
background-repeat: no-repeat;
background-position: right 10px;
}

.page-idea-expression .view-header
{
height: 140px;
}

div.issuesicon
{
	float: left;
	width: 40%;
	margin-right: 5%;
}

#block-block-10 .green_bar
{
padding: 2px 0 2px 5px;
margin-bottom: 5px;
background-image: url(/sites/all/themes/ca_subtheme/images/sidecolumngreenbarback.jpg);
background-repeat: repeat-y;
background-position: left top;
background-color: #68985f;
}

/*
#block-block-10 .green_bar .gb_header
{
color: #FFF;
font-size: 12px;
line-height: 14px;
}
*/

#block-block-10 .green_bar .gb_content
{
color: #FFF;
/*font-size: 8px;*/
line-height: 1em;
}

#block-block-10 p
{
	margin-bottom: 0;
	padding: 0;
}

#block-block-10 a
{
	color: #fff;
}

#block-views-exp-resources-page
{
	font-size: 1em;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	
	  /* fallback */
  background-color: #5e8c5e;
  background-image: url(images/linear_bg_1.png);
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#608b5e), to(#415941));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #415941, #608b5e);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #415941, #608b5e);

  /* IE 10 */
  background: -ms-linear-gradient(left, #415941, #608b5e);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #415941, #608b5e);
}
#block-views-exp-resources-page h2
{
	padding: 15px 0;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;  
	background: none;
}

#compendium-top-nav
{
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
}

#block-views-exp-resources-page .block-content
{
	padding-top: 2px;
  /* fallback */
  background-color: #c3c3b7;
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#c3c3b7), to(#666666));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #666666, #c3c3b7);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #666666, #c3c3b7);

  /* IE 10 */
  background: -ms-linear-gradient(left, #666666, #c3c3b7);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #666666, #c3c3b7);
}

#block-views-exp-resources-page .block-content form
{
  padding: 10px 0 0 0;
  background-color: #5E8C5E;
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#5f8a5d), to(#445c44));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #445c44, #5f8a5d);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #445c44, #5f8a5d);

  /* IE 10 */
  background: -ms-linear-gradient(left, #445c44, #5f8a5d);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #445c44, #5f8a5d);
}

#block-views-exp-resources-page select, #block-views-exp-resources-page input
{
	max-width: 200px;
}

#block-views-exp-resources-page .views-submit-button, #block-views-exp-resources-page .views-reset-button
{
float: right;
clear: left;
}

#block-views-exp-resources-page .views-submit-button input, #block-views-exp-resources-page .views-reset-button input
{
-webkit-border-radius: 1px;
max-width: 200px;
-moz-border-radius: 1px;
border-radius: 1px;
border: 1px solid #8d8d8d;
background-color: #8d8d8d;
color: #fff;
letter-spacing: 1px;
}

/*ca team page*/

#node-33 .ca_team_img
{
float: left;
padding-right: 12px;
border-right: 1px solid #ccc;
margin: 0 14px 0 0;
}


#node-33 p 
{
margin: 0 8px 35px 117px;
}

/* =============================================================================
    Creative Upstarts
   ========================================================================== */
   
   
.node-type-cu-page .region-sidebar-second .block img, .page-cu-clinics .region-sidebar-second .block img,  .node-type-cu-clinics .region-sidebar-second .block img
{
	width: auto;
}

.node-type-cu-page #columns, .page-cu-clinics #columns
{
	padding-top: 0;
}

.node-type-cu-page #page-title, .page-cu-clinics #page-title, .node-type-cu-clinics #page-title
{
color: #e8643b;
font-family: Arial Black;
font-size: 24px;
letter-spacing: 1px;
}

.node-type-cu-page a, .page-cu-clinics a, .node-type-cu-clinics a
{
color: #e8643b;
}

.node-type-cu-page h3, .page-cu-clinics h3
{
color: #e8643b;
font-size: 18px;
background-color: transparent;
background: none;
}

.node-type-cu-page li
{
padding-bottom: 10px;
}

#block-block-21
{
margin-left: 30px;
margin-bottom: 50px;
color: #FFF;
height: 33px;
}

   
#block-block-21 a
{
color: #FFF;
line-height: 30px;
}


.cu_grey
{
/* fallback */
  background-color: #aaa;
  background-image: url(images/linear_bg_1.png);
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#dadada), to(#2F2727));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #787878, #dadada);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #787878, #dadada);

  /* IE 10 */
  background: -ms-linear-gradient(left, #787878, #dadada);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #787878, #dadada);
}

.cu_orange, #block-views-exp-cu-clinics-page
{
background-color: #e8643b;
}

#block-views-exp-cu-clinics-page input#edit-distance-postal-code, #block-views-exp-cu-clinics-page input#edit-distance-search-distance
{
	width: 40%;
}

#block-views-exp-cu-clinics-page input
{
}


#block-views-exp-cu-clinics-page
{
	padding: 15px 5px 20px 65px;
	color: #fff;
	margin-bottom: 10px;
	background-image: url(/sites/all/themes/ca_subtheme/images/CU/icons/CU-legal.png);
	background-repeat: no-repeat;
	background-position: 17px 30px;
}

.cu_orange, .cu_grey
{
padding: 10px 5px 20px 17px;
color: #fff;
margin-bottom: 10px;
min-height: 72px;
}

.cu_orange h3, .cu_grey h3
{
padding-left: 55px;
color: #fff;
font-family: Arial Black;
text-transform: uppercase;
}

#block-views-exp-cu-clinics-page h2.block-title
{
color: #fff;
font-size: 18px;
background-color: transparent;
background: none;
font-family: Arial Black;
text-transform: uppercase;
margin: 1em 0;
}


.cu_orange img, .cu_grey img
{
float: left;
}

.page-cu-clinics .views-field-title
{
	font-weight: bold;
	padding-top: 15px;
}

.region-sidebar-second .block-block .cu_orange a, .region-sidebar-second .block-block .cu_grey a
{
color: #fff;
}

.cu_orange p, .cu_grey p {
margin-left: 43px;
margin-top: -15px;
}

#cu-faq div {
background: url(../../ca_subtheme/images/CU/icons/CU-faqs.png) no-repeat 0% 50%;
}

#cu-social div {
background: url(../../ca_subtheme/images/CU/icons/CU-social.png) no-repeat 0% 50%;
}

#cu-contracts div {
background: url(../../ca_subtheme/images/CU/icons/CU-contracts.png) no-repeat 0% 50%;
}

#cu-film div {
background: url(../../ca_subtheme/images/CU/icons/CU-film.png) no-repeat 0% 50%;
}

#cu-music div {
background: url(../../ca_subtheme/images/CU/icons/CU-music.png) no-repeat 0% 50%;
}

#cu-visualartists div {
background: url(../../ca_subtheme/images/CU/icons/CU-visualartists.png) no-repeat 0% 50%;
}

#block-views-exp-cu-clinics-page {
background-position: 15px 50%;
  padding-left: 75px;
}

#block-views-exp-cu-clinics-page h2 {
padding-left: 0px;
}

.responsive-menus {
margin-top: 25px;
}

.view-all-posts {
margin-top: 50px;
}

.view-all-posts .views-row-1 {
margin-top: 40px;
}

.field-name-field-video-or-audio {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 15px;
    margin-top: 12px;
}
 
.field-name-field-video-or-audio iframe,
.field-name-field-video-or-audio object,
.field-name-field-video-or-audio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar #search-block-form {
     font-size: 1em;
     padding-right: 5%;
}

.sidebar #block-search-form input.form-submit {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
background: #eee;
}

.sidebar #search-block-form input.form-text {
     width: 70%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
}

.sidebar #block-search-form {
float: none;
}


.responsive-menus.responsified .responsive-menus-simple {
     background: none repeat scroll 0% 0% #83847E;
}
.responsive-menus.responsified span.toggler {
     background: none repeat scroll 0% 0% #83847E;
     box-shadow: 2px 2px 2px #83847E;
}

#views-exposed-form-resources-page input, #views-exposed-form-resources-page select {
width: 100%;
}

article.node .field-name-body p {
margin-bottom: 15px;
}

.node-type-app-page #page {
background-image: none;
}

/*
 * jQuery UI and Important Cases
 */
 
.node-type-important-cases .ui-widget
{
font-family: Arial, Helvetica, sans-serif;
}

 
.node-type-important-cases .ui-widget-content
{
border: none;
}

.node-type-important-cases .ui-widget h4, .node-type-important-cases .ui-widget i
{
padding-bottom: 2px;
font-weight: bold;
}

.node-type-important-cases .view-id-similarterms .views-row
{
padding: 3px 0px 5px 0;
font-size: 14px;
}

.node-type-important-cases .view-id-similarterms .views-row .views-field-created
{
font-size: 12px;
color: #666;
}

.node-type-important-cases .ui-widget-header
{
background-image: none;
background-color: #fff;
border: none;
}

.node-type-important-cases #jquery-ui-filter ul li, .node-type-important-cases .ui-state-default, .node-type-important-cases .ui-widget-content .ui-state-default, .node-type-important-cases .ui-widget-header .ui-state-default
{
border-top-left-radius: 8px 10px;
border-top-right-radius: 8px 10px;
background-image: url(/sites/all/themes/ca_subtheme/images/tab-grey.png);
background-repeat: repeat-x;
color: #FFF;
font-size: 12px;
height: 20px;
padding: 2px 2px 0 2px;
}

.node-type-important-cases #jquery-ui-filter ul li.ui-state-active, .node-type-important-cases .ui-state-active, .node-type-important-cases .ui-widget-content .ui-state-active, .node-type-important-cases .ui-widget-header .ui-state-active
{
background-image: url(/sites/all/themes/ca_subtheme/images/tab-green.png);
background-repeat: repeat-x;
padding-bottom: 0px;
}

.node-type-important-cases #jquery-ui-filter ul li a, .node-type-important-cases .ui-state-active a, .node-type-important-cases .ui-state-active a:link
{
line-height: 12px;
padding: 2px;
color: #fff;
font-weight: bold;
}

.node-type-important-cases .ui-state-default a, .node-type-important-cases .ui-state-default a:link
{
line-height: 12px;
padding: 2px;
color: #fff;
font-weight: bold;
}

.impcaseicon
{
	margin: 0 20px 20px 0;
}

.node-type-important-cases #jquery-ui-filter .ui-state-default, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-default
{
	background: transparent;
}

.node-type-important-cases #jquery-ui-filter .ui-state-default.ui-state-active, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-default.ui-state-active {
     background-image: url("/sites/all/themes/ca_subtheme/images/tab-green.png");
}


.node-type-important-cases #jquery-ui-filter .ui-state-default a, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-default a, .node-type-important-cases #jquery-ui-filter .ui-state-default a:link, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-default a:link
{
	color: #666;
	padding-left: 20px;
	font-weight: normal;
}

.node-type-important-cases #jquery-ui-filter .ui-state-active, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-active
{
}


.node-type-important-cases #jquery-ui-filter .ui-state-active a, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-active a, .node-type-important-cases #jquery-ui-filter .ui-state-active a:link, .node-type-important-cases .ui-widget-content #jquery-ui-filter .ui-state-active a:link
{
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}


@media only screen and (min-width:321px) and (max-width:480px) {
.container {width:95%}
}

@media only screen and (min-width:481px) and (max-width:768px) {
body {max-width: 630px;}
.container {width:80%}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
body {max-width: 870px;}
.container {width:90%}
}

@media only screen and (min-width:1025px) {
.container {width:95%;max-width:1140px;}
}
