/* @override 
	http://localhost:8888/dave_site/www/wordpress/wp-content/themes/django/style.css
	http://davebelden.com/wp-content/themes/django/style.css
*/

/*
THEME NAME: Django
THEME URI: http://davebelden.com/
DESCRIPTION: based upon http://iamww.com/wordpress-theme-moo-point/ . . .
VERSION: 1.0
AUTHOR: Dave
AUTHOR URI: http://davebelden.com/
TEMPLATE: sandbox
*/

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */




/* @group constants */

html {
	font-size: 100.01%;
	padding: 0;
	margin: 0 0 0.1em 0;
	overflow: auto;
	height: 100%;
	background: #474f5f url(images/bg_venice.jpg) no-repeat fixed center center;
}

body {
	font-family: Helvetica, "Lucida Grande", sans-serif;
	font-size: .8em;
	margin: 0 auto;
	padding: 0;
	color: #ccc;
	line-height: 1.6em;
	position: relative;
}

img {
/* hi, Internet Exploder! */
-ms-interpolation-mode: bicubic;
}

img,
object {
	max-width: 100%;
}

img.size-full {
	width: 100%;
	height: auto;
}


img.stretch {
	position: fixed;
    height: 100%;
    width: 100%;
}

a,
a:visited {
	color: #99CC00;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	text-shadow: #192304 1px 1px 0;
}

a:hover {
	background-color: #394150;
	text-decoration: none;
	cursor: pointer;
}

#fancy_wrap a:hover {
	background-color: transparent;
}

blockquote {
	padding-left: 1.5em;
	border-left: 1px solid #343b48;
}

p {
	padding: .5em 0 .7em 0;
	display: block;
}

ol, ul, li {
	list-style: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 1em;
	color: #fff;
}

h3,
.cform legend {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del, del a, div.entry-content p del a {
	background: inherit;
	color: #C4C4C4;
}

.caps {
	text-transform: uppercase;
}

code, pre {
	white-space: pre-wrap;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
	font-size: .9em;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

/* @end */

/* @group layout */

div#wrapper.hfeed {
	width: 1064px;
	margin: 0 auto;
}

div#header {
	text-align: center;
	margin: 20px 0 0 80px;
	padding: 0 0 .5em 0;
	min-height: 101px;
	width: 350px;
	float: left;
}

div#container {
	margin: 0;
	clear: both;
}

.page-template-actor-php div#container,
.page-template-actor-php div#container div#content,
.page-template-actor-php div#container div#content .entry-content,
.pageid-26 div#container div#content,
.pageid-26 div#container div#content .entry-content {
	width: 100%;
	margin-left: 0;
}

.pageid-2 div#content {
	margin-top: 0;
	padding-top: 0;
}

.pageid-2 div#container { /* actor page */
	width: 794px;
	margin: 0 auto;
}

.pageid-26 div#container { /* web design page */
	width: 794px;
	margin: 20px 0 0 120px;
}

div#post-53 { /* about page */
	padding-bottom: 2em;
}

div#content {
	margin: 50px 0 0 110px;
	width: 440px;
	padding: 1em 0 3em 0;
	float: left;
}

#sideblog {
	display: none;
}
.home div#sideblog {
	display: block;
	float: left;
	margin: 100px 0 0 130px;	
	padding: 20px 20px 0 20px;
	width: 250px;
	background-color: rgba(51,57,68,0.26);
}



div#sidebarland {
	margin-top: 3em;
	clear: both;
	padding: 2em 40px;
}


div.sidebar {
	overflow: hidden;
	font-size: .9em;
	width: 220px;
	padding-right: 71px;
	clear: right;
	float: left;
}

div#primary {
}

div#secondary {
	margin-bottom: 1em;
	width: 400px;
}

div#tertiary {
	padding-right: 0;
	float: right;
}

div#footer {
	width: 100%;
}

/* @end */

/* @group header */

#blog-title {
	float: left;
	width: 288px;
	height: 47px;
	margin: 50px 0 0 25px;
	background: transparent url(images/myname-trans.png) no-repeat;
}

#blog-title a {
	font-size: 1em;
	text-indent: -4000px;
	color: #99CC00;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	display: block;
	width: 288px;
	height: 47px;
}

#blog-title a:hover {
	background-color: transparent !important;
}

#blog-description {
	background: inherit;
	color: #576276;
	padding-top: 58px;
	margin-left: 320px;
	text-align: left;
	line-height: 1.5em;
	font-style: italic;
}

div#access {
	margin-right: 85px;
	padding-bottom: .5em;
	float: right;
	min-height: 101px;
}

/* @end */

/* @group navigation */

div#menu {
	font-size: 1.3em;
	height: 1.8em;
	line-height: 1.8em;
	width: 100%;
	margin-top: 92px;
}

div#menu ul a {
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	outline: none;
}

div#menu ul,
div#menu ul ul,
div#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
	text-align: center;
}

div#menu ul li a {
	outline: none;
	padding: 0.5em 1.5em;
}

div#menu ul li a:hover,
div#menu ul li:hover ul li a:hover,
div#menu ul li:hover ul li {
}

div#menu ul ul {
	display: none;
}

div#menu ul ul li {
	float: none;
}

div#menu ul ul li a {
	margin: 0;
	padding: 0;
	outline: none;
}

div#menu ul li:hover ul {
	display: block;
	display: none;
	font-size: 0.8em;
	padding-top: .2em;
	position: absolute;
}

div#menu ul li:hover ul li a {
	background: inherit;
	color: #FAFAFA;
	border-top: 1px solid #FAFAFA;
	display: block;
	padding: 0.1em;
	width: 9em;
	text-transform: uppercase;
	outline: none;
}

div#menu ul li.page-item-114 { /* hides home link */
	display: none;
}

/* @end */

/* @group content */

div.entry-content {
	width: 440px;
	padding: .5em 0 0 0;
}

.page div.entry-content {
	width: 440px;
	padding-top: .5em;
	margin-left: 210px;
}

div.post {
	clear: both;
}
.home div.post {
	border-bottom: 1px solid #2c323e;
	clear: both;
}

.entry-title {
	clear: both;
	margin: 2em 0 0 0;
	font: 2em/1.5em Cochin, Georgia, "Times New Roman", Times, serif;
}

.page .entry-title {
	display: none;
}

.entry-title a {
	display: block;
	padding: 2px 4px 3px 5px;
	margin: -2px 0px -3px -6px;
	white-space: wrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.entry-title a:hover {
}

div.entry-date {
	margin: 0;
	background: inherit;
	line-height: 1.8em;
	font-size: 1em;
	color: #676d77;
}

abbr.published {
	font-size: .9em;
}

abbr.published span.the_time{
	display: none;
}

div.entry-meta {
	color: #676d77;
	background: inherit;
	margin: 2em 0 0 0;
	padding: 0 0 5em 0;
	font-size: .9em;
	clear: both;
}

div.entry-meta a {
	background: inherit;
	color: #84a066;
	text-shadow: #262a35 1px 1px 0;
}
div.entry-meta a:hover {
	background: transparent !important;
	color: #99CC00;
	text-shadow: #262a35 1px 1px 0;
}

span.author.vcard {
	margin-bottom: .5em;
	display: none;
}

div.entry-meta span.cat-links {
	display: block;
	margin: .5em 0;
}

div.entry-meta span.comments-link {
	display: block;
	font-size: 1.2em;
	margin: .5em 0;

}

div.comments a:hover,
div#nav-below a:hover,
div.entry-content ul li a:hover,
div.entry-content ol li ul a:hover,
div.comment-meta a:hover,
div.comments .bypostauthor .comment-meta a:hover, div.comments .byuser .comment-meta a:hover, div.comments .bypostauthor .comment-meta span.edit-link a, div.comments .byuser .comment-meta span.edit-link a:hover {
	color: #a6de09;
	background-color: #3b4351;
}

div.entry-content p del a:hover {
	background: #C4C4C4;
	color: #666;
}

div.entry-content blockquote p a {
	background: inherit;
}

div.entry-content blockquote p a:hover {
}

div.entry-content p code a {
	white-space: pre-wrap;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
	font-size: .9em;
	border-bottom: 1px dotted #666;
}

div.wp-caption,
dl.wp-caption {
	width: 440px !important;
	font-size: .85em;
	line-height: 1.2em;
}

dl#attachment_471.wp-caption,
dl#attachment_472.wp-caption {
	width: 150px !important;
	float: left;
	margin-right: 10px;
}
dl#attachment_471 .wp-caption-text,
dl#attachment_472 .wp-caption-text {
	display: none;
}

div.wp-caption a,
dl.wp-caption a {
	display: block;
	text-decoration: none;
}

div.wp-caption img,
dl.wp-caption img {
	margin-top: .5em;
	margin-bottom: .5em;
}

div.wp-caption small,
dl.wp-caption small {
	float: left;
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.4em;
}

div.entry-content dl.wp-caption dt {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}



p.wp-caption-text,
dd.wp-caption-text {
	color: #676d77;
	text-align: right;
	padding-left: 40%;
}

div.comments p strong a, div.entry-content p ins a {
	border: none;
	text-decoration: underline;
}

div.comments p strong a, div.entry-content p ins a:hover {
	border: none;
	text-decoration: underline;
}

a.more-link, div.page-link, p.akpc_pop {
	font-size: .8em;
}

div.entry-content div.page-link a {
	background: #F1F1F1;
	color: inherit;
}

.error404 div,
.noresults div {
	width: 700px;
	background: inherit;
	color: #C44100;
	float: left;
}

div.entry-content ol li ul,
div.entry-content ul li {
	list-style: square;
	margin: .5em 1.5em;
}

#category-archives h3, #monthly-archives h3, #linkcat-2 h3, #linkcat-3 h3 {
	border-bottom: 1px dotted #A9A9A9;
	margin-top: .5em;
	padding: .5em 0 0;
}

li#category-archives.content-column, li#monthly-archives.content-column, li#linkcat-2.linkcat, li#linkcat-3.linkcat {
	list-style: none;
	margin: 1em 0;
}

div.entry-content ol {
	padding-left: 1.5em;
	margin: .5em 0 1em;
}

div.entry-content ol li {
	list-style: decimal;
	margin: .2em 0;
}

div.entry-content ol li ol {
	margin: .2em 0;
}

div.entry-content ol li ol li {
	list-style: upper-roman;
}

div.entry-content ol li ul li,
div.sidebar ul ul ul li {
	list-style: square;
}

div.entry-content ol li ol li ol {
	margin: .2em 0;
}

div.entry-content ol li ol li ol li {
	list-style: lower-alpha;
}

div.entry-content dl dt {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

div.entry-content dl dd {
	margin: 7px;
}

/* @group DM Archives plugin */


div.entry-content ul.archivemonths li {
	list-style: none;
}

div.entry-content ul.archivemonths li li {
	margin-top: 1em;
}


div.entry-content ul.archivemonths li+li h4 {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #343b48;
}

ul.archivedays li a {
	font-size: 1.1em;
}

p.excerpt {
	font-size: .9em;
	padding: 0 0 0 1em;
	border-left: 1px solid #343b48;
	color: #929494;
}

span.commentcount {
	color: #2b323d;
	margin-left: .5em;
	text-shadow: none;
	font-size: .9em;
}
span.commentcount span {
	visibility: hidden;
}
ul.archivedays li a:hover span.commentcount span,
ul.archivedays li a:hover span.commentcount {
	visibility: visible;
	color: #9d9f9f;
}


/* @end */




div.entry-content p abbr, div.entry-content abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}

div.entry-content p ins {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

div#nav-above, div.skip-link {
	display: none;
}

div#nav-below {
	width: 100%;
	height: 1em;
	clear: both;
	margin: 1.5em 0;
	font-size: 1.2em;
	padding: 1em 0;
}

table.resume_table {
	clear: both;
	font-size: .9em;
	line-height: 1.5em;
}

table.resume_table colgroup.one {
	width: 35%;
}
table.resume_table colgroup.two {
	width: 15%;
}
table.resume_table colgroup.three {
	width: 25%;
}
table.resume_table colgroup.four {
	width: 25%;
}

table.resume_table td {
	border-top: 1px dotted #323844;
	vertical-align: top;
	padding: .5em 1em .5em 0;
}
table.resume_table .off {
	border-top: 0px dotted #323844;
}
table.resume_table .off td,
table.resume_table td.off {
	padding-top: 2em;
}
table.resume_table h2 {
	color: #121418;
}

div#idesign {
	float: right;
	width: 270px;
	padding-right: 0;
	font-size: .9em;
	line-height: 1.5em;
}
div#idesign h3 {
	text-transform: capitalize;
}

div#portfolio {
	width: 466px;
	font-size: .9em;
	line-height: 1.5em;
}

div.screencap {
	clear: left;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #404857;
	min-height: 200px;
}

div.screencap p {
	width: 45%;
}


div.screencap img {
	float: right;
	margin: 0 0 2em 1em;
}



/* @end */

/* @group wp-pagenavi plugin */

.wp-pagenavi {
	width: 100%;
	height: 1em;
	clear: both;
	margin: 1.5em 0;
	font-size: 1em;
	padding: 1em 0;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
	padding: 4px 4px 4px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid rgba(130,201,0,0.35);
	text-shadow: none;
}
.wp-pagenavi a:visited {
	text-decoration: none;
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	text-decoration: none;
	border: 1px solid #82c900;
	color: #223601;
	background-color: #626e86;	
}
.wp-pagenavi span.pages {
	padding: 4px 4px 4px 0px; 
	margin: 2px 5px 2px 0px;
	color: #cccccc;
}
.wp-pagenavi span.current {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #a5ff0d;
	color: #223601;
	background-color: #82c900;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #21252d;
}

/* @end */

/* @group Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	background: #668910;
	border: 1px solid #79a315;
	color: #9ccf1e;
	font-style: italic;
	text-align: center;
	padding: .7em;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	background: #ce5224;
	border: 1px solid #e6db55;
	color: #fccf99;
	font-style: italic;
	text-align: center;
	padding: .7em;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 10%;
	z-index: 100;
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: .3em;
	width: 180px;
	color: #4e5768;
	font-style: italic;
	text-align: center;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

/* @end */


/* @group asides, er, list-o-links */

div.category-list-o-links .widget_sideblog {
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
}

div.category-list-o-links .widget_sideblog li {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px solid #343b48;
}
div.category-list-o-links .widget_sideblog li:last-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: none;
}

div.category-list-o-links .widget_sideblog h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}
div.category-list-o-links .widget_sideblog h4 a {
	padding: .3em 0 ;
}
div.category-list-o-links .widget_sideblog p.via {
	margin: 0;
	padding: 0;
	font-style: italic;	
}
div.category-list-o-links .widget_sideblog p+h4 {
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
	border-top: 1px solid #343b48;
}

div.category-list-o-links {
	font-size: .9em;
	line-height: 1.6em;
	background: inherit;
	text-align: left;
}

div.category-list-o-links a {
	font-weight: normal;
}

div.category-list-o-links .entry-meta,
div.category-list-o-links .entry-date abbr.published,
div.category-list-o-links .entry-title {
	display: none;
}

/* @end */

/* @group comments & trackbacks */

div#respond {
	clear: both;
	margin-top: .5em;
	border-bottom: 1px solid #2c323e;
}

#respond h3, #comments-list h3, #trackbacks-list h3 {
	clear: both;
	padding-top: 1em;
	margin: 1em 0;
	border-bottom: 1px solid #2c323e;
	text-align: left;
	text-transform: uppercase;
}

#comments-list,#trackbacks-list {
	margin: 1em 0;
}

div.comment-meta {
	background: inherit;
	color: #353b48;
	float: left;
	width: 100%;
	margin: .3em 0 .5em;
	padding: 0;
	display: block;
	font-size: .9em;
}

div.comment-meta a {
	background: inherit;
	color: #849e5d;
}

div.comment-author {
	clear: both;
	width: 100%;
	color: inherit;
	display: block;
	margin: .9em 0 .5em;
	font-size: .9em;
}

div.comment-author a a:visited {
	background: inherit;
	color: #000;
	text-decoration: none;
	outline: 0;
}

div.comments .byuser .comment-meta, div.comments .bypostauthor .comment-meta {
	display: block;
}

div.comments .byuser .comment-meta a {
	background: transparent url(images/by.registered.gif) no-repeat scroll right center;
	display: block;
}

div.comments .bypostauthor .comment-meta a {
	background: transparent url(images/by.author.gif) no-repeat scroll right center;
	display: block;
}

div.comments .bypostauthor .comment-meta span.edit-link a, div.comments .byuser .comment-meta span.edit-link a {
	background: none;
	color: #666;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform,form#commentform p {
	padding: 0;
	margin: 1em 0;
}

input#author,input#email,input#url {
	width: 50%;
	border: 1px solid #666;
	padding: 2px;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	border: 1px solid #3B3B3B;
}

/*input#submit {
	border: 1px solid #666;
	padding: 1px;
}*/

div.comments ol li {
	margin: 0 0 1em 0;
	padding: 1em;
	clear: both;
}

div.comments ol li p,
span.unapproved {
	margin: .3em 0 .5em;
	padding: 0 0 .5em;
	font-size: .9em;
	line-height: 1.4em;
}

textarea#comment {
	height: 15em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 80%;
}

form#commentform span.required, span.unapproved {
	background: inherit;
	color: #e64d09;
	font-style: italic;
}

/* @end */

/* @group sidebar */

div.sidebar h3,
.cform legend {
	padding: .5em 0 .3em 0;
	border-bottom: 1px solid #343b48;
	margin-bottom: 5px;
	text-transform: lowercase;
	color: #818995;
}

div.sidebar input#s {
	width: 9em;
}

input#s {
	border: 1px solid #666;
	padding: 2px;
}

input#searchsubmit {
	border: 1px solid #666;
	padding: 1px;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 1em 0;
}

div.sidebar li form {
	margin: 0;
	padding: 0;
}

div.sidebar ul li a {
	background: inherit;
}

div.sidebar ul li a:hover {
}

div.sidebar ul ul {
	margin: .3em 0
}

div.sidebar ul ul li {
	list-style: none;
	margin: .2em 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 1.2em;
}

#searchform div {
	padding: .2em 0;
}

/* @end */

/* @group widgets and misc */

table#wp-calendar {
	width: 100%;
}

#archives select {
	margin: 0.2em 0 0;
	padding: 0;
}

.sidebar li#pages,
span.meta-sep,
li#pages.widget.widget_pages,
/*.single div#secondary.sidebar,
.page div#secondary.sidebar,*/
.single li#text-1.widget.widget_text,
.page li#text-1.widget.widget_text {
	display: none;
}


li#recent-posts.widget.widget_recent_entries {
}

/* @end */

/* @group Twitter Tools */

#aktt_tweet_form {
	margin: 0;
	padding: 5px 0;
}
#aktt_tweet_form fieldset {
	border: 0;
}
#aktt_tweet_form fieldset #aktt_tweet_submit {
	float: right;
	margin-right: 10px;
}
#aktt_tweet_form fieldset #aktt_char_count {
	color: #666;
}
#aktt_tweet_posted_msg {
	background: #ffc;
	display: none;
	margin: 0 0 5px 0;
	padding: 5px;
}
#aktt_tweet_form div.clear {
	clear: both;
	float: none;
}


div.aktt_tweets ul li {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 0 1.4em 0;
}

div.aktt_tweets a.replyusername {
	display: none;
}
div.aktt_tweets a.timedisplay {
	font-style: italic;
}


/* @end */





/* @group footer */

div#footer {
	clear: both;
	padding: 5em 0;
	color: #1b1d24;
	text-align: center;
}


div#footer a:link,
div#footer a:visited {
	color: #1b1d24;
	text-shadow: 0 0 0;
}

div#footer a:hover {
	color: #a6de09;
}


/* @end */

/* @group images */

div.entry-content p img {
	max-width: 500px;
}

div.entry-content p.attachment a img {
	width: 500px;
}

.page div.entry-content p img {
	max-width: 100%;
}

div.shots {
	clear: both;
	overflow: hidden;
	width: 714px;
	margin: 0 auto;
	padding-top: 50px;
}

div.shots img {
	float: left;	margin: 5px 11px 10px 0px;
}
div.shots img.last {	margin-right: 0px;
}
div.shots p {
	text-align: right;
	font-size: .7em;
}


.sidebar li img, .sidebar li a img {
	padding: 5px;
	max-width: 190px;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img.alignleft {
	padding: .9em .5em .5em;
}

img.alignright {
	padding: .9em 0 .5em .5em;
}

img.wp-smiley {
	background: inherit;
	color: inherit;
}

/* @end */

/* @group Oprah/Boyle post 1/21/10 */
#post-651 .wp-image-659,
#post-651 .wp-image-658,
#post-651 .wp-image-657,
#post-651 .wp-image-656 {
	width: 110px;
}

/* @end */


