/*
Theme Name: Gurdit
Theme URI: http://www.gurdit.com
Description: This is the new theme for the new Gurdit.com... I rock and I know it... admit it, you know I rock.
Version: 1.1
Author: Gurdit
Author URI: http://www.gurdit.com/

*/

* {
	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: "Trebuchet MS", "Georgia", Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  line-height:1.2:
}

p {
  padding: 5px 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;
}

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

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

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

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

#content 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;
}

#content 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;
}

#content 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;
}

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

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

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

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

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

#content h2 a, #content h2 a:visited, #content h2 a:active {
  background:none;
  border:none;
}

#content h2 a:hover {
  border:none;
}

.day-date {
  font-size: 0.9em;
  color: #999;
}

.day-date em {
  color: #666;
  font-style:normal;
}

.postmetadata {
  font-size : 0.9em;
  margin-bottom: 10px;
  color: #999;
}

.navigation {
  text-align: center;
}

#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;
}

#header h1 a, #header h1 a:visited, #header h1 a:active {
  color: #000099;
  text-decoration:none;
}

#header h1 a:hover {
  color: #0000bb;
}

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

#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;
  color: #999;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar h2 {
  color: #000099;
  margin-top: 10px;
  margin-bottom: 3px;
}

#sidebar a, #sidebar a:visited, #sidebar a:active{
  color: #999;
  text-decoration: none;
}

#sidebar a:hover{
  color: #0000bb;
  text-decoration: underline;
}

#sidebar ul li ul li{
  margin-left: 5px;
}

#sidebar ul li ul li ul li{
  margin-left: 10px;
}

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

.entry {
    line-height: 1.4em;
    margin-left: 5px;
}

.monsterid {
  vertical-align:middle;
  margin-right: 5px;
}

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

/* ---- COMMENTS & FORMS ----- */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	color:#666;
}

.comments-template h2, .comments-template h3 {
  font-size:2em;
  font-family: "Century Gothic", Tahoma, Verdana, serif;
  font-weight:normal;
  padding: 0;
  color:#000099;
}

.comments-template a, .comments-template a:visited, .comments-template a:active, .comments-template a:hover {
  background:none;
}

.comments-template ol{
	margin: 0;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0 0;
	line-height: 18px;
	border: 1px solid #ccc;
	background: #eee;
}

.commentmetadata{
	font-size: 0.9em;
	margin-left: 5px;
}

.commentlist p{
  margin-left : 10px;
}

.comments-template p.nocomments{
	padding: 0;
}


fieldset{
	border: none;
}

.field label{
	display: block;
}

textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;
	background:#f0f0f0;
}

input{
	border: 1px solid #ccc;
	background:#f0f0f0;
}

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

#googlead
{
        background:#ffffff;
	margin:0;
	padding:0;
        width:100%;
}

/* for images from default theme */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

img {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



/* =Gallery listing
-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* for (gr)avatars */

img.avatar {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}