/* I Am Tyce | Online Portfolio  */
/* ----------------------------- */
/* Template: Standard v2		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: September 2009	 	 */
/* ----------------------------- */

/* Reset CSS Values */
/* */

body {
	padding: 0;
	margin: 0;
	font: 11px Arial, Verdana, Helvetica;
	font-size: small;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */
/* */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #2d2e2e;
	background-image: url(../images/bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container {
	margin: 0px auto;
	width: 900px;
}

/* Header */
/* */

.header {
	height: 290px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Icons */
/* */

.icons {
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}

.icons a img {
	border: 0;
}

.details {
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	padding: 15px;
	width: 480px;
	text-align: center;
	background-image: url(../images/portfolio/bg.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/../images/portfolio/bg.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.details[class] {
	/*background-image:url(../images/portfolio/bg.png);*/
}

.details h2 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: normal;
	color: #ffc600;
}

.details p {
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
}

.details p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.details p a:hover {
	color: #ffc600;
	text-decoration: none;
	border-bottom: 1px dotted #ffc600;
}

p.contact {
	line-height: 10px;
}

p.about {
	font-size: 12px;
	letter-spacing: normal;
	text-align: left;
}

h2.about {
	text-align: left;
}

/* Portfolio */
/* */

.portfolio {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	width: 780px;
	height: 330px;
	background-image: url(../images/portfolio/bg.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/../images/portfolio/bg.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.portfolio[class] {
	/*background-image:url(../images/portfolio/bg.png);*/
}

.portfolio-images {
	float: left;
}

.portfolio-copy {
	float: right;
	width: 260px;
	text-align: left;
}

.portfolio-copy h2 {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: normal;
	color: #f55a00;
}

.portfolio-copy h3 {
	margin: 0px;
	padding: 7px 0px 2px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #FEC753;
	clear: left;
}

.portfolio-copy p {
	margin: 0px;
	padding: 3px 0px;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}

.portfolio-copy p a {
	text-decoration: none;	
	color: #fff;
}

.portfolio-copy p a:hover {
	text-decoration: none;
	color: #de6722;
	border-bottom: 1px dotted #de6722;
}

.small a {
	font-size: 10px;
	color: #ccc;
}

/* Gallery */
/* */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 500px;
    height: 330px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* Last.FM */
/* */

#controls{
	margin-bottom:1.75em;
}
#controls input{
	vertical-align:middle;				
}
#controls label{
	color:#CCC;
	text-transform:uppercase;
	font-size:0.85em;
	vertical-align:middle;
	padding:0 .65em 0 0.15em;
}

ul.music,
ul.music li,
ul.music li a,
ul.music li img{
	margin:0px auto;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	text-align: center;
}

ul.music {
	height: 70px;
}

ul.music li{
	margin: 0px auto;
	float:left;
	position:relative;
}
ul.music li a{
	margin: 0px auto;
	display:block;
	position:relative;
	float:left;	
	width:80px;
	height:80px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;						
}
ul.music li img{
	position:absolute;
	width:80px;
	height:80px;
	border:0;
}

/* Jewel Case */
ul.music li.jewel img{
	width:72px;
	height:72px;
	top:3px;
	left:12px;
}			
ul.music li.jewel a{
	background:url(../images/overlays/jewel.png) 0 0 no-repeat;
	width:90px;
	height:82px;							
}
ul.music li.jewel{
	background:url(../images/overlays/blank_insert.gif) 12px 3px no-repeat;							
}


/* Vinyl Sleeve */
ul.music li.vinyl img{
	width:72px;
	height:72px;
	left:2px;
	top:1px;
}			
ul.music li.vinyl a{
	background:url(../images/overlays/vinyl.png) 0 0 no-repeat;
	width:96px;
	height:76px;							
}
ul.music li.vinyl{
	background:url(../images/overlays/vinyl_insert.gif) 2px 1px no-repeat;							
}


/* Compact Disc */
ul.music li.cd img,
ul.music li.cd a{
	width:82px;
	height:82px;
	top:0;
	left:0;
}			
ul.music li.cd a{
	background:url(../images/overlays/cd.png) 0 0 no-repeat;			
	height:86px;
}
ul.music li.cd{
	background:url(../images/overlays/blank_cd.jpg) 0 0 no-repeat;							
}


/* Footer */
/* */

.footer {
	margin: 0px auto;
	padding: 10px;
	width: 780px;
	height: 210px;
	color: #fff;
	clear: both;
	background-image: url(../images/portfolio/bg.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/../images/portfolio/bg.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer[class] {
	/*background-image:url(../images/portfolio/bg.png);*/
}

.footer h2 {
	margin: 0px;
	padding: 4px 0px 12px 6px;
	color: #ffc600;
	font-size: 32px;
	font-weight: normal;
}

.footer h3 {
	margin: 0px;
	padding: 2px 0px 6px 8px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer h4 {
	margin: 0px;
	padding: 20px 0px 5px 10px;
	clear: both;
	color: #bababa;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.footer h4 a {
	color: #bababa;
	text-decoration: none;
}

.footer h4 a:hover {
	color: #bababa;
	text-decoration: underline;
}

.footer h4 img {
	position: relative;
	top: 2px;
}

.footer-links {
	margin: 0px 22px 0px 22px;
	padding: 0px;
	position: relative;
	left: 20px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;;
	float: left;
}

.footer-links ul {
	margin: 0px;
	padding: 2px 0px 0px 8px;
}

.footer-links ul li {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 180px;
	list-style-type: none;
}

.footer-links ul li p {
	margin: 0px;
	padding: 0px;
}

.footer-links ul li a {	
	padding: 6px;
	display: block;
	text-decoration: none;
	color: #d1d1d1;	
	list-style-type: none;
	border-bottom: 1px dotted #575757;
}

.footer-links ul li a:hover {
	padding: 5px 6px 6px 6px;
	color: #fff;
	text-decoration: none;
	border-top: 1px dotted #575757;
	background-color: #0a0a0a;
	background-image: url(../images/portfolio/bg.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/../images/portfolio/bg.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer-links ul li a:hover[class] {
	/*background-image:url(../images/portfolio/bg.png);*/
}

.footer-links ul li img {
	float: left;
	padding: 0px 4px 1px 0px;
}

/* Twitter */
/* */

#Twitter {
	width: 510px;
	text-align: left;
}

#Twitter a img {
	margin-right: 15px;
	float: left;
	border: 5px solid #111;
}

#Twitter a:hover img {
	border: 5px solid #333;
}

#my_twitter_status {
	font-size: 120%;
}

#my_twitter_status_time {
	padding-top: 10px;
	color: #999;
	font-size: 90%;
}