/*
Theme Name: WordPress TaraLynnPhillips
Theme URI: www.taralynnphillips.com
Description: WordPress theme created for taralynnphillips.com.
Version: 1.0
Author: David Cosgrove
Tags: black and red color, variable width, two columns
*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color:#000000;
}
a {
	outline:none;
	text-decoration:none;
}
a img {
	border:none;
}
.top-header {
	background:url(./images/navigation.gif) no-repeat;
	background-position:top right;
}
.content {
	padding:31px 30px 0 44px;
	font-weight:bold;
}
.content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:underline;
}
.content a:hover{text-decoration:underline;}
.content h2 a{font-size:15px;text-decoration:none;}
.menu {
	width : 722px;
	margin:0px;
	padding : 0;
	list-style : none;
}
.menu ul {
	margin:0px;
	padding:0px;
}
.menu li {
	padding : 0px;
	margin :0px;
	height : 45px;
	list-style : none;
	background-repeat : no-repeat;
}
.menu li a, .menu li a:visited {
	display : block;
	text-decoration : none;
	height : 45px;
	margin:0px;
	padding:0px;
	background-repeat : no-repeat;
}
.home, .home_selected {
	background-image:url(./images/home_active.gif);
	background-position:right;
	width : 115px;
}
.home a {
	background-image:url(./images/home.gif);
	background-position:right;
}
.bio, .bio_selected {
	background-image:url(./images/bio_active.gif);
	width :55px;
	background-position:right;
}
.bio a {
	background-image:url(./images/bio.gif);
	background-position:right;
}
.resume, .resume_selected{
	background-image:url(./images/resume_active.gif);
	width : 91px;
	background-position:right;
}
.resume a {
	background-image:url(./images/resume.gif);
	background-position:right;
}
.gallery, .gallery_selected {
	background-image:url(./images/gallery_active.gif);
	background-position:right;
	width : 91px;
}
.gallery a {
	background-image:url(./images/gallery.gif);
	background-position:right;
}
.video, .video_selected {
	background-image:url(./images/video_active.gif);
	background-position:right;
	width : 78px;
}
.video a {
	background-image:url(./images/video.gif);
	background-position:right;
}
.music, .music_selected {
	background-image:url(./images/music_active.gif);
	background-position:right;
	width:80px;
}
.music a {
	background-image:url(./images/music.gif);
	background-position:right;
}
.blog, .blog_selected {
	background-image:url(./images/blog_active.gif);
	background-position:right;
	width:71px;
}
.blog a {
	background-image:url(./images/blog.gif);
	background-position:right;
}
.contact, .contact_selected {
	background-image:url(./images/contact_active.gif);
	background-position:right;
	width:108px;
}
.contact a {
	background-image:url(./images/contact.gif);
	background-position:right;
}
ul.menu li a:hover {
	background : none;
}
.menu li {
	float : left;
}
.menu:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
.content a.post-edit-link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}
.content a.post-edit-link:hover{text-decoration:underline;}

.copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff
}