/* 
 
*layout-fixed
*tabs
*blocks
*navigation
*nodes
*comments
*forms
*fields
*/



/**
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns. 
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
body {
    /*float: left;
    width: 100%;*/
    background-image: url("../images/back1.png");
    min-width: 1000px;   
    min-height: 100%; 
}

.region-bottom {  
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#page-wrapper{
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  /*margin-left: auto;
  margin-right: auto;
  width: 960px;   
  background: #eef3fa;  */
  width: 100%;
  display: table;  
  position: relative;    
}

@media \0screen { /*ie8*/
    #page-wrapper {
        padding-bottom: 30px;
    }
}

#page-back1 {
    width: 100%;
    margin-top: 170px;
    height: 80px;
    background: #618c1a;
    border-bottom: solid 2px #acb2ba;
    position: absolute;
}

#page-back2 {
    width: 100%;
    margin-top: 252px;
    height: 715px; 
    position: absolute;
    background-image: url("../images/orsk_back_ratina.jpg"); 
}

#page-back3 {
    width: 100%;
    heigth: 500px;
    margin-top: 967px;   
    position: absolute;
}

#page-back3 .line1 {
    width: 100%;
    height: 64px;
    background: #4b6c12;    
}

#page-back3 .line2 {
    width: 100%;
    height: 172px;
    background: #557a15;    
}

#page-back3 .line3 {
    width: 100%;
    height: 41px;
    background: #45620f;    
}

#page-back4 {
    width: 100%;
    margin-top: 2057px;
    height: 387px;    
    position: absolute;
    background-image: url("../images/orsk_back_ratina.jpg"); 
}

#page-back5 {
    width: 100%;    
    height: 295px;    
    position: absolute;
    background-image: url("../images/orsk_back_ratina_light.jpg"); 
    left: 0;
    bottom: 0;
    z-index: -99;
}

#page-back6 {
    width: 100%;    
    height: 116px;    
    position: absolute;
    background-image: url("../images/orsk_back_ratina_116.jpg"); 
    left: 0;
    bottom: 0;
    z-index: -99;
    border-top: solid 1px #acb2ba;/*#729a05;*/
}

@media \0screen { /*ie8*/
    #page-back5, #page-back6 {
        bottom: 25px;
    }
}

#page {  
  margin: 0 auto;
  width: 960px;
  background: #fff; 
  /*background-image: url("../images/background.jpg");  */
}

/*
 * Header
 */
#header { 
  width: 960px;
  height: 279px;
  /*margin: 0 auto;*/
  float: left;
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  /*position: fixed;
  top: 0;*/ 
}

#footer {
    float: left;   
    width: 960px; 
    margin-bottom: 25px;
}

#header .section {
}

.region-navigation {
    float: left;
    height: 55px;
    width: 960px;   
    background-color: #fff; 
    /*background-image: url("../images/background.jpg");*/
}

.region-header {
    float: left;
    height: 112px;
    width: 960px;
    background-color: #779f1a;
    background-image: url('../images/header5.png');
    clear: both; /* Clear the logo */
}


/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
  /*top: 257px;*/
  width: 960px;
  /*float: left; */
  /*margin: 0 auto;*/
  float: left;
}

#main {
    float: left;
    width: 960px;
    background: #fff;
}

/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 920px;
  margin: 0 0 0 20px; /* LTR */
  /*margin-right: -990px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 760px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 660px;
  float: left;
  padding: 0; 
}

.two-sidebars #content {
  width: 560px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content .section {
  margin: 0;
  padding: 0;
}

/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0; /* LTR */
  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 20px 0 0; /* LTR */
  padding: 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  /*float: left; /* LTR */
  width: 240px;
  margin: 30px 0 0 700px; /* LTR */ /* Width of content + sidebar-first. */
  /*margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  
  padding: 0;
}

/*
 * Footer
 */
.region-footer {
    float: left;    
    width: 960px;
    background: #fff;
}



/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/


/**
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 */


div.tabs {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  float: left;
  clear: both;
  width: 100%;
  
}

ul.primary {
   padding: 2px 3px 3px 3px; 
   margin: 0;
   border-color: #6a910f;
}

ul.primary li a {
    color: #fff;
    padding: 2px 10px 3px 10px;
    background-color: #6a910f;
    border-color: #6a910f;
}

ul.primary li a:hover {
    background-color: #82ae1c;
    border-color: #82ae1c;
}

ul.primary li.active a {
   border-color: #6a910f;
   border-bottom: 1px solid #fff;
   color: #628411;
   font-weight: bold;
}

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

/*
ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left; 
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; 
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; 
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../images/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right 0;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; 
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
}

ul.secondary li {
  float: left; 
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none;
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../images/tab-secondary.png) repeat-x left -56px;
}

ul.secondary a .tab {
  display: block;
  height: 18px; 
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
  background: url(../images/tab-secondary.png) repeat-x left bottom;
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../images/tab-secondary.png) repeat-x left top;
}
*/

/**
 * @fil * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */




/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}


#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

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

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

#site-slogan /* The slogan (or tagline) of a website */ {
}



/*
 * Content
 */
#content {
}


.region-highlighted {
}

#breadcrumb {
    float: left;
    margin-bottom: 10px;
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding: 15px 0 0 0; /* Undo system.css */  
  font-size: 0.75em;
}

.breadcrumb a {
  color: #777;
}

.breadcrumb a:hover {
    text-decoration: none;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  /*margin: 0;*/
}

#page-title {
    
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  /*margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
  margin: 12px 0; 
  float: left;
  clear: both;
}

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

div.status /* Normal priority messages */ {
  margin: 12px 0; 
  float: left;
  clear: both;
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}


.region-help /* Help text on a page */ {
     float: left;
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
    float: left;
    /*width: 920px;    */
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
  float: left;
  width: 100%; 
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.item-list .pager a {
    color: #82ae1c;
    text-decoration: none;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}



/**
 * Block Styling
 */

.block /* Block wrapper */ {
  margin-bottom: 5px;
}

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

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

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

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

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {      
}

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

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

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

#block-block-1 p {
}

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

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

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

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

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

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

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

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

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

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

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

#block-search-form /* "Search form" block */ {
    margin: 25px 0 0 300px;
    padding: 0;
    float: left;
    width: 200px;
    height: 50px;
}

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

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

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

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

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

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
    height: 50px;
}

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

#block-system-main /* "Main page content" block */ {   
    margin: 0;
    padding: 0;
}

#block-system-main .node {
    margin: 0;
}


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

#block-user-login /* "User login form" block */ {
    float: left;
    width: 400px;
    height: 90px;
    margin: 0 0 0 600px;
    padding: 0;
    overflow: hidden;
}

#block-user-login .form-item {
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
}

#block-user-login .form-actions {
    float: right;
    margin: 0;
    padding: 0;
    width: 80px;

}

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

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


/**
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {    
    /*margin: 0;*/
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* 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 /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.submitted /* The "posted by" information */ {
    float: left;
    background-color: #729a05;
    padding: 1px 4px 2px 4px;   
}

.submitted .date {
    color: #fff;
}

.node .submitted {
    font-size: 12px;
    line-height: 12px;
}
 

.node-teaser .submitted {
    font-size: 10px;
    line-height: 10px;
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}



/**
 * Comment Styling
 */


#comments /* Wrapper for the list of comments and its title */ {
  margin: 5px 0 5px 60px;
  width: 600px;
  float: left;
}

#comments h2.title /* Heading for the list of comments */ {
    color: #628411;
}

#comments h2.comment-form /* Heading for the comment form */ {
}

.comment /* Wrapper for a single comment */ {        
}

.comment p {
    margin: 7px;
}

.comment .links {
    margin: 3px 0 25px 0;
}

.comment .links a{
    background: #eee;
    padding: 2px 7px 4px 7px;
    color: #555;
    text-decoration: none;
    font-size: 11px;
    line-height: 11px;
}

.comment .links a:hover {
    color: green;
}

.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new /* A new comment since the user last viewed the page. */ {
}

.comment.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-node-author .submitted {
    background: green;
}

.comment-add {
    float: left;
}

.comment-by-viewer /* A comment created by the current user */ {
}

h3.comment-title /* Comment title */ {
}

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

.comment .user-picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
    background-color: #eee;
    padding: 5px  0 5px 7px;
    width: 95%;    
    clear: both;
}

.comment .date {
    color: #999;
}

.comment-by-node-author .submitted {
    color: #628411;
}

.comment .content /* Comment's content wrapper */ {
    float: left;
    clear: both;
}

.comment .user-signature /* The user's signature */ {
}

.comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
    float: left;
    clear: both;
}

.indented /* Nested comments are indented */ {
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.comment-form a{
    color: #777;
    text-decoration: none;
    margin: 5px 0 10px 0;
}

.comment-form a:hover {
    color: green;
}


/**
 * Form Styling
 */

.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1.5em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
  color: #555;
  font-size: 0.85em;
  margin: 2px 0;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.75em;
  margin: 3px 0;
  color: #999;
}

.form-item .description a {
    color: #6a910f;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}

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

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

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

.form-actions a{
    color: green;
    text-decoration: none;
}

.form-actions a:hover {
    color: #777;
}

input.form-submit,
a.button {
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em; /* LTR */
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  background: url(../images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}
input.form-submit:active {
  background: #666;
  color: #fff;
  border-color: #555;
  text-shadow: #222 0 -1px 0;
}
input.form-button-disabled,
input.form-button-disabled:active {
  background: #eee none;
  border-color: #eee;
  text-shadow: none;
  color: #999;
}

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


/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
}


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


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}

#user-pass-reset {
    width: 920px;
}

/*
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

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

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}

.form-textarea-wrapper {
    margin: 3px 0;
}

.collapsible a {
    color: #729a05;
}

/**
 * Field Styling
 */


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

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}


/*
 * Named fields
 */
.field-name-body {
    float: left;
}

.field-name-field-image {
}

.field-name-field-tags {
}

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

.action-links {
    float: left;
    width: 100%;
}
