/* 
Theme Name: maryfranwiley.com
Description: personal portfolio theme
Author: Mary Fran Wiley
Author URI: http://maryfranwiley.com
Version: 2.0
*/

/*  CSS Reset     */

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


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
#post{}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}

/* Basic Styling */

body {
	background-color:#c0cccd;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: .8em;
	
}
#container {
	background-color: #ffffff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 980px;
	text-align: left;
	min-height:700px;
	overflow: auto;
	color: #465051;
	padding-top:10px;
}
.smallTXT {
	font-size: 0.6em;
	color: #666;
}
.smallTXT a {
	text-decoration: none;
	color: #2e95a3;
}
.small TXT a:hover {
	text-decoration: underline;
}

/* Floats & Clears*/

.fltLFT {
	float: left;
}
.clrBOTH {
	clear: both;
}
/*all pages*/
a, a:visited {
	text-decoration: none;
	color: #2e95a3;
}
a:hover {
	color: #d6e155;
}
#bottomIMG {
	width: 980px;
	height:117px;
	margin:0px;
	padding:0px;
	visibility: visible;
	z-index: 25;
	left: 0px;
	bottom: 120px;
	position: absolute;
}
#nav {
	width: 980px;
	height:120px;
	margin:0px;
	padding:0px;
	visibility: visible;
	z-index: 25;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
.contentPortfolio p{
	margin-bottom:10px;
}
.contentPortfolio strong{
	font-weight: bold;
}
.contentPortfolio {
	width:460px;
	float: left;
	margin-left:40px;
	margin-right:25px;
	line-height: 1.8em;
	overflow: auto;
	visibility: visible;
}
.contentAbout p{
	margin-bottom:10px;
}
.contentAbout {
	width:580px;
	float: left;
	margin-left:40px;
	margin-right:25px;
	line-height: 1.8em;
	overflow: auto;
	visibility: visible;
}
h2.projectHeadline {
	font-size: 3em;
	margin-top: 15px;
	margin-bottom:10px;
	margin-left:10px;
}
.fullIMG {
	border: 10px solid #d6e155;
	float:left;
}
.myIMG {
	float:left;
	margin-left:50px;
	margin-top:5px;
}
.myIMG img {
	border: 10px solid #d6e155;
}
#footer {
	position:relative;
	height:25px;
	z-index: 100;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	width:975px;
	padding-left:5px;
	padding-top:5px;
	text-align: left;
}
/*contact page*/
.introTXT{
	padding:10px;
	line-height: 1.8em;
	margin-bottom:15px;
}
.form {
	width: 400px;
	float:left;
	padding-left:20px;
	margin-right:20px;
}
.methods {
	margin-left:30px;
	width: 300px;
	float: left;
	padding-top:0px;
}
h3.twitter {
	font-size: 1.5em;
	padding-left: 60px;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(images/twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h3.phone{
	font-size: 1.5em;
	padding-left: 60px;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h3.email{
	font-size: 1.5em;
	padding-left: 60px;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(images/email.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h3.linkedin{
	font-size: 1.5em;
	padding-left: 60px;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(images/linkedin.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h3.lastfm{
	font-size: 1.5em;
	padding-left: 60px;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(images/lastfm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* HOME PAGE */
#icons {
	padding-top: 185px;
	text-align: center;
	width: 576px;
	padding-left: 202px;
	padding-right: 202px;
}
#icons .rt45 {
	padding-right: 45px;
	width: 110px;
	foat: left;
}
#name {
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
	width: 576px;
	padding-left: 202px;
	padding-right: 202px;
}
/* Portfolio */
.cats{
	margin-top: 150px;
	marginleft:100px;
	height:161px;
}
.thumbnail {
	border: solid #f6d023 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	float: left;
}
#slider {
margin: 0 auto;
position: relative;
}
.scroll {
min-width:980px;
height:400px;
overflow: auto;
overflow-x: hidden;
position: relative;
margin-top:10px;
}

.scrollContainer div.panel {
padding: 5px;
width: 970px;
margin-top: 15px;
height: 400px;
}

.featured_media a img{
width: 425px;
height: 305px;
}

#shade {
width: 980px;
height: 65px;
margin-bottom:20px;
}

#shade.tall-shade {
background: #000;
height: 12em;
border-top: 1px solid #333;
}

ul.navigation {
list-style: none;
margin-bottom:20px;
padding: 0;
}

ul.navigation li {
display: inline;
}

ul.navigation a {
color: #000;
text-decoration: none;
float: left;
font-size: 1.25em;
}

ul.navigation a:hover {
background: url(images/arrow_down.png) no-repeat 50% 0%;

}

ul.navigation a.selected {
background: url(images/arrow_down.png) no-repeat 50% 0%;
}

ul.navigation a:focus {
outline: none;
}

.scrollButtons {
position: absolute;
top: 130px;
cursor: pointer;
}

.scrollButtons.left {
left: -13px;
z-index: 100;
display: none;
visibility: hidden;
}

.scrollButtons.right {
right: -13px;
z-index: 101;
display: none;
visibility: hidden;
}

.hide {
display: none;
}

span.thumbtitle{
display: block;
font-size: 1.3em;
text-align: center;
display:none;
}

img.scroller-thumb{
border: 0.1em solid #2b2b2b;
width: 13.3em;
}

img.scroller-thumb-big{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
}

a.selected img.scroller-thumb{
}
.featured_media {
	float: left;
}
.featured_media img {
	border: 10px solid #d6e155;
	margin-top: 10px;
}
.featured_text {
	width: 400px;
	padding-left:15px;
	padding-right:25px;
	height: 400px;
	float: left;
}
.featured_text p {
	padding-left:25px;
	line-height: 1.7em;
}
.featured_text h2 {
	font-size:2.2em;
	margin-bottom:5px;
	margin-top:10px;
	color: #2e95a3;
}
.featured_text h2 a {
	color: #2e95a3;
}
.featured_text strong {
	font-weight: bold;
}
.ie-stay {
	position: absolute;
	left: 0px;
	top: 100px;	
}
/*Blog Styles */
#post {
	padding-left: 15px;
	padding-right: 15px;
	width: 600px;
	float: left;
	margin-right:25px;
}
#post h2 {
	font-size: 2.2em;
	margin-bottom: 5px;
}
.byline {
	font-weight:bold;
	margin-bottom: 5px;
	color: #465051;
}
#post p{
	line-height: 1.8em;
	color: #465051;
}
.single{
	padding: 15px;
	width: 600px;
	float: left;
	margin-right:25px;
}
.single p{
	line-height: 1.8em;
	color: #465051;
}
.single h2 {
	font-size: 2.2em;
	margin-bottom: 5px;
	margin-top: 10px;
}
#postmeta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929d9e;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: .7em;
}

#postmeta a {
	text-decoration: none;
	color: #d0e155;
}
#postmeta a:hover {
	color: #f6d023;
	text-decoration: underline;
}
.single2{
	padding-top:0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 600px;
	float: left;
	margin-right:25px;
}
.single2 p{
	line-height: 1.8em;
	color: #465051;
}
.single2 h2 {
	font-size: 2.2em;
	margin-bottom: 5px;
	margin-top: 10px;
}
/*Sidebar*/
#sidebar ul {
	list-style-type:none;
}
.widget {
	margin-bottom:10px;
}

/*Comments*/
.commenttext {
	margin-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #929d9e;
}
.singlecomment strong{
	font-weight: bold;
}
h3.comments-top {
	font-size: 1.3em;
}
.wp-caption {
	font-weight: bold;
	background-color:#c0cccd;
	padding: 7px;
	margin: 5px;
}
.aligncenter {
	text-align: center;
}