/*
This theme is purely home-made and original, made by
Gurdit for www.gurdit.com.
If you want to use this theme (I rock and I know it),
please contact me at webmaster@gurdit.com

PS: I really really rock and I really really know it.
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
  background:#c4ceff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

p {
  padding: 5px 0;
  line-height:1.4em;
}

.description {
  margin-left: 20px;
  font-size: 0.9em;
  color: #999;
  padding: 0;
}

abbr {
  border-bottom: 1px dotted;
  cursor:help;
}

#container {
  margin : 0 auto;
  border: 1px solid #999999;
  border-top: 0;
  width: 800px;
  background: url(images/container_bg.gif) center repeat-y #fff;
}

#container a, #container a:visited, #container a:active {
  color: #000099;
  text-decoration:none;
  border-bottom:#CCCCCC 1px solid;
  background:#eee;
}

#container a:hover {
  color:#0000bb;
  background:none;
  border-bottom: #0000bb 1px solid;
}

#container h2 {
  font-size:2em;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  border-bottom: 1px #ccc dashed;
  font-weight:normal;
  padding: 5px 0;
  color:#000099;
}

#container h3 {
  font-size: 1.7em;
  font-weight:bold;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  padding: 5px 0;
  color: #000099;
}

#container h4 {
  font-size: 1.2em;
  font-weight: bolder;
  font-stretch:wider;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  padding: 5px 0 0 0;
  color: #000099;
  text-transform:uppercase;
}

#container h5 {
  font-size: 1em;
  font-weight: bolder;
  font-stretch:ultra-expanded;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  padding: 5px 0 0 0;
  color: #000099;
  text-transform:uppercase;
}

#container h6 {
  font-size: 0.9em;
  font-weight: bolder;
  font-stretch:ultra-expanded;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  padding: 5px 0 0 0;
  color: #000099;
}

#container hr {
  height: 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#container ul, #container ol {
  margin: 10px 0 5px 25px;
}

#container ul li{
  list-style-image:url(images/bullet_blue.png);
}

#container li {
  padding-bottom: 5px;
}

#container blockquote {
  background : url(images/blockquote_blue.png) top left no-repeat /*#e8efff*/;
  margin : 0px 5px;
  padding-left: 25px;
  padding-top: 5px;
  color: #666666;
  font-size: 0.9em;
}

#header {
  height:125px;
  width:780px;
  color:#000;
  margin:auto;
  padding:10px;
  background: url(images/blue-phoenix-header.jpg) right top no-repeat #fff;
}

#header h1 {
  color: #000099;
  font: 3em "Century Gothic", Tahoma, Verdana, serif;
  text-transform:uppercase;
  margin-left: 15px;
  margin-top: 15px;
}

#top-menu {
  background:#CCCCCC;
  color:#000;
  margin:auto;
  text-align:center;
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  height:20px;
}

#top-menu ul{
  margin: 0px auto;
}

#top-menu ul li
{ float:left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
  list-style-image:none;
} 

#top-menu li a, #top-menu li a:active, #top-menu li a:visited
{ display: block; 
  float: left; 
  height: 15px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
  border-right:1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-bottom: none;
  color: #000099;
  background: none;
  font-weight:normal;
}

#top-menu li a:hover {
  background: #bbbbbb;
  border-right:1px #999999 solid;
  border-left: 1px #999999 solid;
  color: #0000bb;
  text-decoration: none;
  border-bottom:none;
}

#sidebar {
  position:relative;
  margin: 0;
  float:right;
  padding:10px;
  width:180px;
  overflow: hidden;
  font-size: 0.9em;
}

#sidebar a.imglink,#sidebar a.imglink:visited,#sidebar a.imglink:active,#sidebar a.imglink:hover {
  background: none;
  border: none;
  text-decoration: none;
}

#content {
  float:left;
  margin:0 auto;
  padding:10px;
  width:580px;
}

#footer {
  clear : both;
  border-top: 1px #ccc solid;
  padding:10px;
  background: #fff;
  width: 780px;
  text-align: center;
  font-size: 0.9em;
}

fieldset{
	border: none;
}

.field label{
	display: block;
}

textarea{
	border: 1px solid #ccc;
	background:#f0f0f0;
	margin: 10px;
	margin-top : 5px;
	color: #666666;
	width: 80%
}

input{
	border: 1px solid #ccc;
	background:#f0f0f0;
	margin : 10px;
	margin-top : 5px;
	padding : 3px 2px;
	color: #666666;
}

button {
	border: 1px solid #ccc;
	background:#f0f0f0;
        font-family: Verdana,Tahoma, Arial, Serif;
        height: 20px;
        color: #666666;
}