/* CSS Document */

/*
Theme Name: Armadillo Studios Custom
Theme URI: http://www.amradillostudios.ca 
Description: Splash Page for the yycPhotobook.
Version: 1.0
Author: Connor Turner 

*/

/* Global Stylings
---------------------------------------------------------------------------------------------- */
*
{
padding:0px;
margin:0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address 
{ 
margin:0 0; 
}

/* Colors
white: #FFFFFF    	Black: #000  		C9FFC4  7BB386   26402F */

/* 
------------------------------------------------------------------------------------------------- */
body
{
padding:0px;
margin:0px auto 0px auto;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/backpat.png);
background-repeat:repeat-x;
background-position:left top;
}

a
{
text-decoration:none;
border:0px;
}

a:hover, a:visited, a:active
{text-decoration:none;border:none;border:0px;}

a img{ border:none; }

.clear
{
clear:both;
display:block;
}

.sep
{
display:block;
border-top: 1px solid #cccccc;
width:70%;
margin-left:100px;
margin-top: 18px;
}

strong
{
color:#3d1106;
font-weight:100;
background-color:#FFDFF9;
}

p
{
font-size: .85em;
}

/* Wrap
--------------------------------------------------------------------------------------------------- */

#wrapper
{
width:860px;
margin:0px auto;
padding:0px;
}

/* Header 
--------------------------------------------------------------------------------------------------- */

#header
{
background-image:url(images/headerBK.png);
background-position:top left;
background-repeat:no-repeat;
height:45px;
width:860px;
margin:0px auto 0px auto;
padding:0px;
}

/* mainContent
--------------------------------------------------------------------------------------------------- */
#mainTitle
{
background-image:url(images/yycMaintitle.png);
background-position: top center;
background-repeat:no-repeat;
height:435px;
width:100%;
margin:0px auto;
}

#mainContract
{
background-image:url(images/yycContracttitle.png);
background-position: top center;
background-repeat:no-repeat;
height:435px;
width:100%;
margin:0px auto;
}

#mainContent
{
width: 860px;
margin: 0px auto;
padding: 0px 0px 20px 0px;
height: 100%;
}

#mainContent a
{
color:#FF0099;
text-decoration:none;
}

#mainContent a:hover
{
background-color:#FF0099;
color:#fff;
}

#mainContent h2
{
font-size:1.95em;
letter-spacing:-0.1em;
padding:10px 0 0;
}

#mainContent ul
{padding: 10px 0px 0px 10px; line-height: 110%;font-size: .85em;}

#mainContent li
{margin: 0px 10px 0px 10px;}



/* Left Side
----------------------------------------------------------------------------------------------------- */
.leftSide
{
width:475px;
margin:0px 15px 0px 0px;
padding: 0px 15px 0px 0px;
float: left;
min-height: 300px;
border-right: 1px solid #ccc;
float:left;
}

.leftSide p
{
font-weight:100;
line-height:110%;
font-size: 15px;
padding: 9px 0px;
}

.leftSide a
{
color:#26402F;
font-weight: 900;
}

.leftSide a:hover 
{
color: #fff;
background-color:#7BB386;
}

/*TopRight
------------------------------------------------------------------------------------------------------- */
.rightSide
{
width: 325px;
margin:0px 0px 0px 10px;
padding: 0px;
float: right;
min-height: 300px;
text-align: right;
}

.rightSide p
{
font-size:14px;
font-weight:100;
line-height:125%;
padding:9px 0;
}


/* Footer
---------------------------------------------------------------------------------------------------- */

#footer
{
background-image:url(images/footerBK.png);
background-position:bottom left;
background-repeat:no-repeat;
margin: 25px auto 0px auto;
padding: 10px 0px;
font-size: .75em;
font-family:"Trebuchet MS", sans-serif;
height:45px;
width: 860px;
}

#footer h5
{
font-size: .90em;
font-weight:100;
text-decoration:none;
text-align:center;
color:#000;
}

#footer h5 a
{
color:#ff00cc;
}

#footer h5 a:hover
{
color:#fff;
background-color:#FF99FF;
}