/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

To Edit for customizations:

- footer.php --> Widen columns and remove links and copyright from columns.
- nav.php --> Comment out subscriptions, add Search.
- archive.php --> Change headings.
- single.php --> Remove timestamp from Meta data.
- apps/blog.php --> Remove 'BLOG' at top of page.

- Add the following to function.php

// New - Replaces [...] with a Read More link.
function new_excerpt_more($more) {
       global $post;
	return '... <a href="'. get_permalink($post->ID) . '">' . 'Read More' . '</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');


*/

body {font-size:75%; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

.post {font-size: 110%;}

.container {-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; /*border: 5px solid #666; */}

#blog-section h2 {/*text-transform: uppercase;*/ font-size: 1.5em;}

.post h2 {/*text-transform: uppercase;*/ font-size: 1.5em; color: #6699cc;}

#blog-section img {padding: 2px; border: 1px dotted #ccc;}

.post img {padding: 2px; border: 1px dotted #ccc;}

.span-8 {padding-top: 10px;}

#sidebar .item {margin:0 0 3em 0}

.postmetadata {margin-bottom: 35px; font-size: 11px;}

#slideshow .slide img {padding: 2px; border: 1px dotted #ccc; background:#fff}

h2 {color: #6699cc;}

#sidebar .item select {margin:8px 0 0 0}

.archivetitle {font-size: 1.5em;}

#blog-section .flowplayer_container img, .post .flowplayer_container img {padding: 0; border: 0px dotted #ccc;}

.gallerythumb {padding: 2px; border: 1px dotted #ccc; margin: 2px 5px 0 0;}

.photocaption {
	margin:3px 7px 10px 0;
	padding: 0;
	font-size: .85em;
	display:block;
	text-align:right;
	font-style:italic;
	color:#999;
}

.interviewquestion {
        margin-top: 30px;
        display:block;
}

blockquote {
        font-style:normal;
}

.sf-menu { margin-right: 15px; }
.sf-menu li { margin-right: 0; }

tbody tr:nth-child(even) td, tbody tr.even td { background: #fff; }
