/*
Theme Name: MintSwirl
Theme URI: http://www.growldesign.co.uk/
Description: Wordpress conversion of the MintSwirl theme, available from <a href="http://www.growldesign.co.uk/>www.growldesign.co.uk</a>
Version: 1.0
Author: Jeff Byrnes
Author URI: http://www.jeffbyrnes.net/
.
**======================================
** ms-stylesheet.css
** ------------------------------------------------------------*
** Created: 09-01-07 (dd-mm-yy)
** Author: Jenna Smith (growldesign.co.uk)
**======================================
.
*/



/*------------------------------------------------------------*
**	Global
**------------------------------------------------------------*/
body {
	background: #021520 url(img/body_.png) repeat-x;
	border-top: 5px solid #021622; 	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #fff;
}

img { border: 0; }

a { color: #9c6; }

a:hover { text-decoration: none; }

p { font-size: 1.05em; line-height: 1.4em; margin: 15px 0 20px; }

.l1 { 
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	border: none !important;
}

clear-left {
	clear:left;
}

clear-right {
	clear:right;
}

clear-both {
	clear:both;
}

/*------------------------------------------------------------*
**	-
**------------------------------------------------------------*/
#header h1,
.nav div,
#content { width: 760px; margin: 0 auto !important; text-align: left; }

/*------------------------------------------------------------*
**	Header
**------------------------------------------------------------*/	
#header { padding: 52px 0 20px; background: #9c6 url(img/header_.gif) repeat-x; }
#header h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	background: transparent url(img/logo_graphic.gif) no-repeat 0.25em 0; 
	padding-top: 6px;
	}
#header h1 a { text-decoration: none; color: #082231; }	

/*------------------------------------------------------------*
**	Navigation
**------------------------------------------------------------*/	
.nav { background: transparent url(img/nav_.gif) repeat-x; padding-top: 5px; }
.nav:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
.nav ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	}	
.nav ul li { float: left; margin: 0; text-align: center; }	
.nav ul li a { 
	display: block; 
	padding: 5px 1.2em 8px; 
	border-left: 2px solid #042537;
	border-bottom: 2px solid #042537;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	}
.nav ul li a.on,
.nav ul li a:hover { background-color: #05344E; border-left: 2px solid #021723; border-bottom: 2px solid #021723; }

.nav ul li.on,
.nav ul li.on a:hover { background-color: #05344E; border-left: 2px solid #021723; border-bottom: 2px solid #021723; }


/*------------------------------------------------------------*
**	Content
**------------------------------------------------------------*/
#content { }
#content h2 {	
	color: #9c6;
	font-size: 1.7em;
	font-weight: normal;
	background: transparent url(img/title_.gif) no-repeat;
	padding-top: 40px;
	}
#content .options {
	background-color: #041D2B;
	text-align: right;
	padding: 3px 8px 6px;
	margin: 0 0 30px;
	width: auto;
	}
#content .options .ico_up { padding-left: 18px; background: transparent url(img/ico_top.gif) no-repeat 0% 50%; }	
#content .options .ico_cmt { padding-left: 24px; background: transparent url(img/ico_comments.gif) no-repeat 0% 50%; }	
#content .options .ico_right { padding-left: 20px; background: transparent url(img/ico_arrowright.gif) no-repeat 0% 50%; }	
#content .l { float: left; }	

#content ul { padding: 0; margin: 0 0 20px; list-style-type: none; }
#content ul li { background: transparent url(img/ico_arrowright.gif) no-repeat 0% 0%; padding-left: 20px; margin: 4px 0; }

#content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#content ul.img li { background: none; float: left; margin-left: 34px; padding: 0; }
#content ul.img li img { border: 8px solid #072839; }

	
/*------------------------------------------------------------*
**	Footer
**------------------------------------------------------------*/	
.footer { margin-top: 20px; padding-bottom: 1px; }
.footer div {
	background: #9c6 url(img/footerlinks_.gif) repeat-x; 
	border-top: 8px solid #041D2B;
	border-bottom: 8px solid #041D2B;
	padding: 12px 10px 14px;
	font-size: 0.9em;
	}	
.footer div ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
.footer div ul li { display: inline; border-left: 1px solid #619230; margin-right: 10px; padding-left: 10px; }
.footer div ul li a { color: #082231; font-weight: bold; }
.footer p { font-size: 0.9em; }

/*------------------------------------------------------------*
**	ADDITIONS TO MINT SWIRL by Jeff Byrnes
**------------------------------------------------------------*/	

/*------------------------------------------------------------*
**	Post Styles
**------------------------------------------------------------*/	

.entry-head {
	margin-right: 400px;
}

.entry-meta .meta-row {
	margin:3px 5px 5px;
}

.published_sm {
	background:#041D2B none repeat scroll 0%;
	border:1px solid #E2E2E2;
	float:left;
	margin:-0.5em 15px 0px 0px;
	padding:0.5em;
	text-align:center;
}

.editLink {
	background:transparent url(img/pencil.png) no-repeat scroll left center;
	display:inline;
	margin-left:5px;
	padding:10px 0px 2px 20px;
}

.entry-meta {
	background:#041D2B none repeat scroll 0%;
	border:1px solid #D4D4D4;
	display:block;
	font-size:0.9em;
	line-height:1.5em;
	margin-top:13px;
	padding:0px;
	width: auto;
}

.authordata {
	background:transparent url(img/author.png) no-repeat scroll left center;
	padding:2px 0px 2px 20px;
}

.commentslink {
background:transparent url(img/comment.png) no-repeat scroll left center;
margin:0px 5px;
padding:2px 0px 2px 20px;
}

.entry-category {
background:transparent url(img/folder.png) no-repeat scroll left center;
display:inline;
margin-right:1em;
padding:2px 0px 2px 20px;
}

.entry-tags {
background:transparent url(img/tag_blue.png) no-repeat scroll left center;
padding:2px 0px 2px 20px;
}

/*
**  About Me Styles
**/

#headshot {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0 10px 0 0;
}

h2#press-links {
	margin-top: 60px;
}

/*------------------------------------------------------------*
**	Resume Styles
**------------------------------------------------------------*/	

h3 {
	border-bottom:1px dotted #AAAAAA;
	border-top:1px dotted #AAAAAA;
	font-size:1.05em;
	margin:0pt 0pt 10px;
	padding:2px 0pt 2px 50px;
}

#education, #career, #experience, #skills {
	padding-left: 200px !important;
	padding-bottom: 10px;
}

/*
#education {}

#career {}

#experience {}

#skills {}

#additional_info {}
*/

.resume-address, .employment-dates, .job-title, .education_date, .education_level, .resume-description {
	font-size: 0.828em;
	line-height:1.5em
}

.first-letter {
	font-size:2em;
	display:block;
	float:left;
	margin-right:5px;
	margin-top: 0;
}

/*
.resume-address {}

.resume-phone {}
*/

.resume-email {margin-bottom: 20px;}

.education-name, .company-name {
	font-size:1.355em;
	font-weight:bold;
	line-height:1.13em;
}

.job-title {
	font-size:1.05em;
	font-style:italic;
}

/*
.job-location {}

.employment-dates {}
*/

.resume-description {
	margin:10px 0pt 20px;
}

#skills ul {
	list-style-type:disc;
}

#skills ul li {
	padding-left:0px;
	background:none;
}

p.center {text-align:center;}

/*** Portfolio page lists ***/

/*
  +-----------------------------------------------------------------+
  | MikeCherim.com													|
  | CSS: Double Lists												|
  | Cascading Style Sheet											|
  | Copyright May 2006												|
  | Use with attribution by visible link please!					|
  | http://green-beast.com/											|
  +------------------------------------------------------------------+
*/ 


/* this div gives the list a place to live and remain relative to */
#portfolio {
	width : 90%;
}

/* style all the list items here */
#portfolio ul li {
	list-style-type : none;
	background: none;
	padding-left: 0;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#portfolio ul li.portfolio_l2 {
	margin-left : 50%;
	margin-top : -1.7em;
	padding : 0.3em 0 0.4em 0;
	border:0;
}

/* Every other two list items are styled with a background for usability and style */
.portfolio_alt {
	background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #portfolio ul li.portfolio_l2 {
	margin-top : -2.1em;
}

/* ends Mike Cherim's Double CSS list code */

hr {
	background: none;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
}

/* separate the list from what follows it */
div#portfolio {
	margin-bottom: 1em;
}


p.player-desc {background: transparent url(img/ico_arrowright.gif) no-repeat 0% 50%; padding-left: 20px; margin: 4px 0; }

/*------------------------------------------------------------*
**	MP3 Player styles
**------------------------------------------------------------*/

div.player {margin-bottom: 1em; margin-top: 1em;}

#portfolio object {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
}

div.player-portfolio {float:right;}

/*object.outer-portfolio {float:right;}*/

/*------------------------------------------------------------*
**	WP-Admin-bar-reloaded
**------------------------------------------------------------*/

#wp-admin-bar {margin:0; padding:5px; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

/*------------------------------------------------------------*
**	Awesompersands
		courtesy of Patrick Haney
		@link http://patrickhaney.com/thinktank/2008/08/19/automatic-awesompersands
**------------------------------------------------------------*/

span.amp {
    font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
    font-style: italic;
}