﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    line-height: 1.0em;
    padding: 0;
    margin: 0 0 12px 0;
}

/* for scaling of images in IE */
img 
{
    -ms-interpolation-mode:bicubic;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 945px;
    margin: auto;
    padding-left: 35px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    margin-top: 5px;
    color: #009;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header h1 a
{
    text-decoration: none;
}

#header p
{
    margin: 0;
}

#header p.caveat
{
    font-size: .8em;
    color: #666;
}

#main
{
    padding: 0;
    overflow: auto;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0 0 20px;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #f00;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #000;
    color: #eee;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #000;
    color: #eee;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #000;
    color: #eee;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset label.inline 
{
    display: inline;
}

fieldset div
{
    margin-bottom: 10px;
    overflow: auto;
}

fieldset div label
{
    display: block;
    padding-top: 5px;
    float:left;
    width: 200px;
    text-align: right;
    margin-right: 10px;
}

fieldset div input[type="text"] 
{
    display: block;
    float:left;
    width: 200px;
    border: 1px solid #CCC;
    padding: 3px;
}

fieldset div textarea
{
    width: 660px;
    height: 150px;
    padding: 3px;
    border: 1px solid #CCC;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:#f00;
}

#logindisplay a:link
{
    color: #f00;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #f00;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #f00;
    text-decoration: none;
}

/* custom stuff for kelly */

#well 
{
    width: 730px;
    float: left;
}

#sidecontrol 
{
    float: right;
    width: 200px;
}

.done span 
{
    text-decoration: line-through;
}

.tagheader,
.emptyBlog,
.blogversion
{
    margin-bottom: 30px;
    font-size: 1.2em;
    border: dashed 1px #666;
    padding: 5px 10px;
    background-color: #fee;
}

/* twitter styles */

#lasttweet 
{
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #000;
    background-color: #ffc;
    font-size: .9em;
    border: dashed 1px #666;
}

#lasttweet p
{
    margin: 0;
    padding: 0;
}

#lasttweet a
{
    color: #39c;
    font-weight: bold;
}

#lasttweet a.status
{
    font-weight: normal;
    font-size: .9em;
}

#lasttweet span
{
    color: #666;
    line-height: normal;
}

#lasttweet .tweet
{
    
}

/* styles for the list of posts */

.post 
{
    border-bottom: solid 1px #5C87B2;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
p.postLicense
{
	position: relative;
	font-size: .8em;
	color: #999;
	top: -40px;
}
.post .title
{
    border-bottom: solid 1px #5C87B2;
    margin-bottom: 2px;
}

.post .title a
{
    font-size: 1.1em;
    text-decoration: none;
}

.post .metadata
{
    color: #999;
    line-height: normal;
    font-size: .9em;
}

.post .body
{
    line-height: normal;
    margin: 20px 0;
    overflow: auto;
}

.post .body .rightimage
{
    float: right;
    margin: 0 0 15px 15px;
    border: none;
}

.post .body .leftimage
{
    float: left;
    margin: 0 15px 15px 0;
    border: none;
}

.post .body h4
{
    margin-bottom: 5px;
}

.post .body p
{
    line-height: 1.2em;
}

.post .body ul
{
    line-height: 1.2em;
	margin-left: 30px;
}

.post .body blockquote
{
	margin: 20px;
	border: solid 10px #eee;
	padding: 10px 20px 5px 20px;
}

.post .readmore
{
    line-height: normal;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 20px;
}

.post .tags
{
    color: #999;
    line-height: normal;
    font-size: .9em;
}

/* styles for lists of comments */
#comments
{
    color: #666;
}

#comments .title
{
    border-bottom: solid 1px #5C87B2;
    margin-bottom: 2px;
    text-align: right;
}

#comments .title a
{
    font-size: 1.1em;
    text-decoration: none;
}

.comment,
.response
{
    background-color: #eee;
    margin-bottom: 30px;
    padding: 20px 0;
    overflow: auto;
}

.comment .metadata,
.response .metadata
{
    line-height: normal;
    font-size: .9em;
}

.comment .body,
.response .body
{
    float: left;
    width: 540px;
    padding: 0 20px 0 0;
}

.comment .gravatar,
.response .gravatar
{
    float: left;
    width: 100px;
    margin: 0 20px;
    text-align: center;
    font-size: .85em;
}

.gravatar img
{
    height: 50px;
    width: 50px;
}

.response
{
    background-color: #eef;
}

.response .body
{
    float: right;
    padding: 0 0 0 20px;
}

.response .gravatar
{
    float: right;
}

/* error styles */
.field-validation-error
{
    color: #f00;
}

fieldset div input[type="text"].input-validation-error,
fieldset div textarea.input-validation-error,
.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

ul.validation-summary-errors
{
    margin: 10px 30px;
}

/* admin styles */
.admin a
{
    color: #f00;
    background-color: #ff9;
}

/* debugging styles */
.name
{
    color: #666;
    font-weight: bold;
}
.string
{
    color: #900;
    font-weight: bold;
    font-size: 1.1em;
}
.number
{
    color: #00c;
    font-weight: bold;
    font-size: 1.1em;
}
.boolean
{
    color: #060;
    font-weight: bold;
    font-size: 1.1em;
}
.null,
.delimiters
{
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

#sidecontrol p
{
    line-height: 1.2em;
}
#bio p
{
	line-height: 1.2em;
}
.commentFields
{
	float:left;
	font-size: .9em;
}
.commentFields label
{
	width: 170px;
}
.commentFields input[type=text]
{
	width: 180px;
}
.captcha 
{
	float: right;
}
#recaptcha_area
{
	overflow: hidden;
}
div.recaptcha_input_area
{
	overflow: hidden;
}
div.popularPosts,
div.recentPosts,
div.bio
{
	border: solid 2px #009;
	margin-bottom: 10px;
	padding: 10px 0 0;
}
div.popularPosts h3,
div.recentPosts h3,
div.bio h3
{
	border-bottom: dashed 1px #009;
	padding: 0 15px;
	margin-bottom: 5px;
	line-height: 1.2em;
	text-transform:uppercase;
}
div.bio p
{
    color: #999;
    line-height: normal;
    font-size: .9em;
    margin: 5px 15px 10px 15px;
}
div.bio img
{
	width: 170px;
	height: 170px;
	margin: 0 15px;
	display: block;
	border: none;
}
div.popularPosts li,
div.recentPosts li
{
	list-style: none;
	line-height: 1.3em;
}
div.popularPosts li:hover,
div.recentPosts li:hover
{
	background-color: #ccf;
}
div.popularPosts li:hover a,
div.recentPosts li:hover a,
div.popularPosts a:hover,
div.recentPosts a:hover
{
	color: #900;
	text-decoration:underline;
}
div.popularPosts li a,
div.recentPosts li a
{
	font-size: .9em;
	display: block;
	padding: 2px 15px 3px 15px;
}
div.banner
{
	margin-top: 10px;
}
div.banner img
{
	border: none;
}

a.feedLink
{
	position:absolute;
	right: 200px;
}
a.feedLink img
{
	border: none;
}