/*
Theme Name: Irvine's Paper Theme
Theme URI: http://irvineacosta.com
Description: The new theme for Irvine's Portfolio
Version: 1.0
Author: John Irvine Acosta
Author URI: http://www.irvineacosta.com
*/

/*********************************** LOGO / NAVIGATION ***********************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#443104;
background-image:url(images/bg.jpg);
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;
margin:0; 
padding:0; 
height:100%;
width:100%

}

#design{
left:0; 
top:0; 
padding:0; 
width:100%; 
height:100%; /* works only if parent container is assigned a height value */ 
background-image:url(images/design.jpg);
background-position:top left;
background-repeat:no-repeat;
background-attachment:fixed;
float:left;
}


#ripie6{
padding:40px;
margin-bottom:100%;
background-color:#6f1107;
font-size:14px;
font-weight:bold;
color:#d0b774;
position:fixed;
text-align:center
}

#ripie6 a:link{color:#FFCC33;}
#ripie6 a:visited{color:#FFCC33;}
#ripie6 a:hover{color:#FFCC33;}
#ripie6 .giant{font-size:24px;}


/*********************************** BODY ***********************************/

#cPanel{
position:fixed;
left:0; 
top:0; 
padding:0; 
width:233px; 
height:100%; /* works only if parent container is assigned a height value */ 
background-image:url(images/cpanel.png);
background-position:top left;
background-repeat:repeat-y;}

#logo{
width:200px;
height:198px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;}

#navigation{width:200px;}
#navigation img{border:0px;}

	
#mainContent
{
	position:inherit;
	width:600px;
	margin-left:295px;
	margin-top:65px;
	float:left;
	min-height:300px;
}

#boxTitle{
width:600px;
height:48px;
background-image:url(images/titleBar.jpg);
background-position:left;
background-repeat:no-repeat;
line-height:48px;
letter-spacing:-1px;
font-size:18px;
font-weight:bold;
color:#d0b774;
}

#title{padding-left:20px;}

#boxContent{
width:600px;
background-image:url(images/bg.jpg);
background-position:right;
background-repeat:repeat;
}

#content{
width:560px;
padding-top:10px;
padding-left:20px;
padding-bottom:10px;}

#boxBottom{
width:600px;
height:15px;
background-image:url(images/bottomBar.png);
background-position:top;
background-repeat:no-repeat;
margin-bottom:30px;}


/*********************************** TEXT CLASSES ***********************************/
.title
{
font-size:20px;
	color:#443104;
}

.magenta
{
	color:#911079;
}

A:link{
color:#443104;
text-decoration:underline;
}

A:visited{
color: #443104;
text-decoration:underline;
}

A:hover{
color: #861b11
text-decoration:underline;
}

a img { border:0px}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "I think this should work." */
