/* $Id: style.css,v 1.1.4.2.2.2 2009/06/11 17:46:01 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color: #000000;
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.8em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
  color: #F2F2F2;
}

#main {
  background-image: url('http://hacktivity.hu/portal/sites/all/images/bg.jpg');
  background-repeat: repeat-y;
}


body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: helvetica, Verdana, Arial, sans-serif;
}


#page { background-color: #000000; color: #F2F2F2;}
#header, #footer { background: none; color: #F2F2F2;}
#sidebar-left {	background: none; color: #99CC00;}
#sidebar-right { background: none; color: #F2F2F2;}
#navigation { background: none; color: #99CC00;}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

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

div.content ul.menu li a.active {
 color:  #99CC00;
}

a:hover, a:active {
  color:  #99CC00;
  text-decoration: underline;
}





/* Nodes */
body.front .node {
   border: 1px solid #99CC00;
   padding: 1em;
   margin-bottom: 2em;
   /*background-color: black;*/
}


/* Menu blocks */
#sidebar-left .block-inner {
  margin-bottom: 1em;
}

/* Menu items */
ul.menu li a {
  font-size: 1.1em;
}

ul.menu li {
  list-style-image: none;
  list-style-type: none;
}


/* Preview boxes */
div.preview div.node {
  background-color: black;
  padding: 2px;
  border: 1px solid #99cc00;
}


/* Taxonomy labels */

.taxonomy ul li a {
  color: #a6a6a6;
}

/* Titles  */

h1, h1.title{
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
   color:  #F2F2F2;
}

.node h2.title a {
  color: #F2F2F2;
  text-transform: uppercase;
font-size: 0.8em;
}

.node h2 {
  border-bottom: thin solid #69803e;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}


#sidebar-left #sidebar-left-inner  div.block-inner h3.block-title {
  margin-left: 18px;
  letter-spacing: 1px;
}


#block-menu-menu-hacktivity {
	letter-spacing: 0.5px;
}


#block-menu-menu-hacktivity h3.block-title {
	display:none;
}

/* Hack: Login form + CAPTCHA */

#user-login-form div {
  margin-left: 15px;
  width: 95%;
  color: #99cc00;
}

#user-login-form #edit-name-wrapper {
  text-align: left;
  margin-left: 5px;
}

#user-login-form #edit-pass-wrapper {
  text-align: left;
  margin-left: 5px;
}

#user-login-form input {
  padding: 2px;
  border: solid 1px #99cc00;
  font-family: monospace helvetica, arial, sans serif;
  font-size: 1.1em;
  background-color: black;
  color: #f2f2f2;
}

#user-login-form input:focus {
  border: solid 1px red;
}

#user-login-form #edit-name-wrapper input,  #user-login-form #edit-pass-wrapper input{
  width: 180px; 
}

#user-login-form div fieldset input {
  width: 167px;
}

#user-login-form div fieldset {
  border: 1px solid #99cc00;
  background-color: black;
  margin-left: 4px;
  width: 90%;
}



#user-login-form div fieldset div {
  text-align: left;
  margin-left: 0;
  margin-bottom: 10px;
  
}

#user-login-form div.item-list ul {
  margin-top: 15px;
  text-align: left;
  padding-left: 0;
}
#user-login-form div.item-list ul li{
  list-style-type: none;
  margin-left: -10px;
}
 
/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
	margin-bottom: 0.5em;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
   background-color: black;
}
tr.odd td {
	padding: 10px 5px;
        background-color: #212121;
}

td {
  padding: 0.5em;
}
th {
  padding: 0.2em;
}

table.system-status-report {
  color: #FFFFFF;
}

/* Code */
div.code {
 font-family: "monaco", "Courier New", monospace;
background-color: white;
 color: black;
  padding: 5px;
 margin: 5px 0;
 border: 1px solid #aaa;
    white-space: pre-wrap;
}


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


/* Comments */
.comment .comment-inner {
  border: thin solid #99CC00;
  color: red;
}



/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

img.floatLeft {
  float: left;
  padding-right: 6px;
  padding-bottom: 3px;
}


/* Pager links */
div.item-list ul.pager li a {
  color: #F2F2F2;
}

/* Language selector */
div#block-locale-0 div.block-inner div.content ul li {
  list-style-type: none;
  margin-left: 8px;
  height: 20px;
}
