/*
Theme Name: Call Graph
Theme URI: http://wordpress.org/
Description: The Call Graph theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Rajiv Poddar
Author URI: http://www.callgraph.in/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin reset */
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
	vertical-align: baseline;
}

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

table {
	border-collapse:collapse;
	border-spacing:0;
}

blockquote:before,blockquote:after,q:before,q:after {content:''}

/* End reset */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, sans-serif;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	color: #000000;
	padding:0em;
	background:#ffffff;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5;
	margin:5px 0px;
}

.narrowcolumn .entry a {
	text-decoration: underline;
	font-weight:normal;
}

.widecolumn {
	line-height: 1.6em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.width-wrap {
	width: 960px;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

#header {
	padding: 0em;
	text-align: center;
	background:#305d86;
	float:left;
	width:100%;
	z-index:1;
  	height: 85px;
}

#header #logo {
  float: left;
  width: 246px;
  height: 72px;
  z-index: 1;
  text-align: center;
  padding: 6px 0;
  background: #305d86;
  background-image: -webkit-radial-gradient(center center, ellipse cover, #3d77ac, #305d86 75%);
  background-image: -moz-radial-gradient(center center, ellipse cover, #3d77ac, #305d86 75%);
  background-image: -ms-radial-gradient(center center, ellipse cover, #3d77ac, #305d86 75%);
  background-image: -o-radial-gradient(center center, ellipse cover, #3d77ac, #305d86 75%);
  background-image: radial-gradient(center center, ellipse cover, #3d77ac, #305d86 75%);
}

#header h1 {
	background: url('/img/s.png?1324554195') no-repeat top center;
	height:44px;
	text-indent:-9999px;
	margin:1px auto;
	padding:0px;
}

#header h1 a {
	display: block;
	height: 44px;
}

#header .description {
  color: white;
  margin: 0;
  padding-top: 4px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 14px;
  font-weight: bold;
}

#topnav {
  padding: 5px;
  float: right;
  background: #c9dbec;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}

#menu {
	float:right;
}

#topnav a:visited {
	color:#0000EE;
}

#topnav a {
	padding:0 2px;
	font-weight:normal;
	text-decoration:underline;
}

#menu_items {
	list-style-type:none;
}

#menu_items li.upload a {
  border: 1px solid #985f0c;
  background: #ed981d;
}

#menu_items li.upload a:hover {
  background: #df8b12;
  border: 1px solid #694108;
}

#menu_items li {
  width: 116px;
  float: left;
  margin-left: 10px;
  text-align: center;
}

#menu_items li a {
	font-size: 12px;
  display: block;
  padding: 8px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #234360;
  background: #295073;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(61, 119, 172, 0.5);
  -moz-box-shadow: 0 0 1px 1px rgba(61, 119, 172, 0.5);
  -webkit-box-shadow: 0 0 1px 1px rgba(61, 119, 172, 0.5);
}

#menu_items li a:visited {
	color: white;
}

#menu_items li a:hover {
  background: #234360;
  border: 1px solid #1c364e;
}

#menu_items li a.active {
  border: 1px solid rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

h2.pagetitle {
	font-size: 1.6em;
	font-size:18px;
	font-family:Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight:bold;
	text-align:center;
}

#sidebar h2 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	font-size: 1.2em;
	text-align:center;
	margin:0.5em 0.5em 0em;
   	text-transform:uppercase;
	padding:0.2em;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px;
}

#sidebar .separator {
	width:95%;
	margin:0em auto;
}

.separator .topline {
	border-bottom: 1px solid #B2B2B2;
}

.separator .bottomline {
	border-top: 1px solid #ffffff;
}

#main > .post > h2, #main > .post > h3 {
	margin-top: 1em;
	font-size: 16px;
	font-family:Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight:bold;
	padding: 3px 0px;
	border-bottom: 1px solid #000000;
}

#main > .post > .entry > p {
margin:10px 0px;
}

#main strong {
	font-weight:bold;
}

#content table {
border: 1px solid #000000;
margin:1em auto;
}

#content td, #content tr {
border:1px solid #cccccc;
}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
color:#663300;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
margin:10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin:5px 0px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size:12px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	color: #000;
	}

#page {
	margin: 0em auto;
	padding: 0em;
	}

.narrowcolumn {
	   margin-right:240px;
background-color: #fff;
padding: 1em 0em;
	min-height: 470px; 
height: auto !important; /* IE6 hack */
height: 470px;
	}

#sidebar {
float: right;
width: 200px;
padding: 1em 0em;
	min-height: 460px; 
height: auto !important; /* IE6 hack */
	height: 460px; 
background:#fff;
		   margin-bottom:1em;
	}


.widecolumn {
background-color: #e3f5ad;
border: 1px outset #000000;
	padding: 1em 0 20px 0;
	margin: 1em 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	text-align:left;
	font-style:italic;
	margin:10px 0px;
	line-height:1.5;
}

.narrowcolumn .postmetadata a {
	font-weight: normal;
	color:#000;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
  background: #e5e5e5;
  border-top: 1px solid #b2b2b2;
  height: 32px;
  font-size: 12px;
}

#footer .separator {
  border-top: 1px solid white;
}

#footer p {
  color: #7f7f7f;
  text-shadow: 1px 1px 1px #fff;
  height: 10px;
  padding: 8px 0;
}

#footer p .links {
  float: right;
}

#footer p .links a {
  color: #4c4c4c;
}

#footer p .links a:visited {
  color: #4c4c4c;
}

#footer p .links a:hover {
  color: #0000ff;
}

#footer p .copy {
  float: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	font-size:14px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	padding: 0;
	margin: 30px 0 0;
	}

.entry h3 {
	margin:10px 0 0;
	font-weight:bold;
}

h3.comments {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	padding: 0;
	margin: 40px auto 20px ;
	}

#pageheader {
	font-size:16px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight:bold;
	text-align:center;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background-color:#E5E5E5;
	border: 1px solid #B2B2B2;
	margin-bottom:1em;
	padding:0em;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
   	border-radius:5px;
}

#sidebar ul li ul li {
	border:none;
}

#sidebar ul p, #sidebar ul select {
	margin: 10px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 0 1em 0.5em 0em;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
}

#commentform #submit {
	margin: 0.1em;
	float: right;
}

#commentform .subscribe-to-comments input {
margin: 0.5em;
border: none;
}
/* End Form Elements */



/* Begin Comments*/
ol {
margin:0em;
padding:0em;
}

.alt {
	margin: 10px 0px;
	padding: 10p 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	border-bottom:1px solid #f2f2f2;
	}

.commentlist li {
	margin: 5px 0px;
	padding:5px 0px;
	list-style: none;
	border-top:1px solid #f2f2f2;
}

.commentlist p {
	font-size:1.2em;
	}

#commentform p {
	margin: 5px 0px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #663300;
	font-family: tahoma;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
padding: 1em 0em 1em 0em;
	}

#twitter_update_list {
	line-height:1.5;
}
/* End Various Tags & Classes*/


