/* 
	This css file was adapted from the White as Milk theme
	Theme URI: http://www.azeemazeez.com/stuff/themes/
	Author URI: http://www.azeemazeez.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
html { height: 100%; margin-bottom: 1px;}

 a:hover {
	color: #ff9900;
	}

body {
	font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	background-color:#fff;
	}
p.body {font-size: small;}

#page {
	background-color:#fff;
	text-align: left;
	}

#blog_title_hide {
	display:none;
}

#content {
	float:left;
	width:500px;
		}

.entry {font-family: Hoefler Text, Sylfaen, Georgia, serif;}
.entrytext {font-family: Hoefler Text, Sylfaen, Georgia, serif;}		

.widecolumn .entry p {
	font-size: small;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 130%;
	}

.widecolumn {
	line-height: 130%;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: xx-small;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

small {
	font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	font-size: x-small;
	line-height: 150%;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	color: #000;
	}

h1 {
	font-size: xx-large;
	text-align: left;
	}

#header a{
	color:#393;
}

#header a:hover{
	color:#ff9900;
}

	
#description {
	font-size: xx-small;
	color:#000;
	background-color: #fff;
	margin-left: 127px;
	}

h2 {
	font-size: medium;
	margin-top: 10px;
	}

h2.pagetitle {
	font-size: medium;
	padding 5px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	font-size: small;
	}

h3 {
	font-size: small;
	}

h1 a:visited, .description {
	text-decoration: none;
	}

a {
	color: #000099;
	text-decoration: none;
	}

a:hover {
	color: #ff9900;
	text-decoration: none;
	}

a:visited {
	color: #393;
	text-decoration: none;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: x-small 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: x-small;
	}

.commentlist p {
	font-weight: normal;
	line-height: x-small;
	text-transform: none;
	}

#commentform p {
	font-family:'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: small; 
	font-family: Hoefler Text, Sylfaen, Georgia, serif;
	background-color: #fff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}
	
code {
	font-size: x-small;
	}

acronym, abbr, span.caps
{
	font-size: x-small;
	}

 a:hover {
	color: #ff9900;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 800px;
	background-color:#fff;
	}
	
#header {
	background: #fff url(http://12frogs.com/12/12frog.jpg) no-repeat left top;
	padding: 3px 0px 50px 3px;
	margin: 0 auto;
	width: 100%;
	margin-bottom:34px;
	background-color: #fff;
	color: #000;
	font-size: x-small;
	border-bottom: 1px dotted #000;
	}

#header2 {
	background: #fff;
	padding: 3px;
	margin: 0 auto;
	width: 100%;
	margin-bottom:3px;
	background-color: #fff;
	color: #000;
	font-size: x-small;
	border-bottom: 1px dotted #000;
	}

#header h1 {
	font-size: x-large;
	margin-left: 125px;
}

#header2 h1 {
	font-size: x-large;
}
.narrowcolumn {
	float: left;
	padding: 0 0 10px 25px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	width: 500px;
	}
	
.post h2{
	margin: 0 0 0px;
	text-align: left;
	margin:0px;
	font-size: large;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-bottom: 20px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	border-top: 1px dotted #000;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align:left;
	font-size: xx-small;
	}

/* End Structure */

hr {
display: none;	
}

/*	Begin Headers */
h1 {
	margin: 0;
	padding-top: #5px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 2px;
	padding: 4px;
	color: #fff;
	background-color:#393;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: small;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	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: square;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:left;
	}

#sidebar #searchform #s {
	width: 125px;
	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: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width:190px;
	float:left;
	padding: 0 0 0 35px;
	text-align:left;
	}

#sidebar form {
	margin: 0;
	}
	
#pagenav {
	margin:0px;
}	
	
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 2px 10px;
	border-left: 3px solid #ccc;
	background-color: #ddd;
	font-family: Hoefler Text, Sylfaen, Georgia, serif;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:30px;
	font-size: small;
	}

.delicious ul {list-style: none;}

.delicious-tags {display: none;}
.delicious-link {font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	font-size: small;}

.delicious-tags {display: none;}
.delicious-link {font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
	font-size: small;}

#categories { font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;}	

.small {font-size: xx-small;}


#column1 {
		position: relative;
		float: left;
		width:48%;
		background:#fff;
		}

#column2 {
		position: relative;
		float: right;
		width:48%;
		background:#fff;
		}

#ppt {
background-color: #c5e2f1;
color: #000;
padding: 10px;
margin: 10px;
width: 200px;
}

#deckright {
position: relative;
float: right;
}
	
.strike {
text-decoration: line-through;
}

/* for flickr */

#flickr
{
  font: 9px Tahoma, sans-serif;
  margin: 0 15px 0 25px;
}

#flickr a
{
  display: block;
  float: left;
  padding: 0 1px 5px 4px;
  position: relative;
  height: 64px;
  width: 64px;
}

#flickr a:hover
{
  font-size: 100%;
  z-index: 1;
}

#flickr img
{
  border: 1px solid #aaa;
  padding: 1px;
  height: 60px;
  width: 60px;
}

/* End Various Tags & Classes*/
