/*
Theme Name: PrimpMyAlbu,
Theme URI: http://Primpmyalbum.com
Description: Custom Theme for primpmyalbum by Atticus Formula.
Version: 1.0
Author: Nick Baldwin
Author URI: http://atticusformula.com/
*/

body{
text-align:center;
background-color:#ffffff;
margin-top:0;
margin-bottom:22px;
font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
}
a{
text-decoration:none;
color:#0066CC;
}
h2{
font-size:16px;
color:#333333;
}
h2 a, h3 a{
color:#333333;
}
p{
font-size:14px;
color:#333333;
}
/*###########################################
		LAYOUT STUFF
###########################################*/

#wrapper{
width:864px;
text-align:left;
margin-left:auto;
margin-right:auto;
border:solid 1px #999999;
}
#clickable {
float:left;
height:96px;
margin:88px 0 0 87px;
width:250px;
}
.logo {
float:left;
height:96px;
margin:88px 0 0 87px;
width:250px;
border:none;
}
#topmenu {
float:right;
height:102px;
margin:53px 35px 0 0;
}
#topmenu a img{
border:none;
}
#header{
width:864px;
height:222px;
background-image:url('images/logoheader.jpg');
background-repeat:no-repeat;
}
#header2{
width:864px;
height:222px;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
}
#search{
width:864px;
background-color:#ffffff;
float:left;
}
#searchfloat{
float:right;
margin:5px 10px 5px 0;
}
#searchsubmit {
float:left;
margin:0 4px 0 0;
padding-top:0;
}
#main{
width:864px;
float:left;
background-image:url('images/mainbg.jpg');
background-repeat:repeat-y;
clear:both;
}
#content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
float:left;
margin:10px 0 0 14px;
width:614px;
}
#sidebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
float:right;
padding:10px;
width:197px;
}
#sidebar ul{
list-style-type:none;
margin:10px;
padding:0;
}
#sidebar ul li{
margin:0;
padding:0;
}
#footer{
width:864px;
background-image:url('images/mainbg.jpg');
background-repeat:repeat-y;
}
#footertext {
float:left;
margin:0 0 0 114px;
text-align:center;
}
/*###########################################
			END LAYOUT STUFF
###########################################*/

/* 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 */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* 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 */

/*FRONT PAGE STYLES*/
#wrapper2{
margin-left:auto;
margin-right:auto;
width:734px;
text-align:left;
margin-top:24px;
background-color:#ffffff;
}
#top2{
width:734px;
height:96px;
}
#menu2{
float:right;
}
#menu2 ul{
list-style-type:none;
margin:0;
padding:0;
}
#menu2 ul li{
display:inline;
margin-right:18px;
}
#lowerwrapper2{
width:734px;
float:left;
}
#banner2{
background-image:url('images/sidebanner.jpg');
float:left;
width:191px;
height:546px;
}
#videobox{
width:543px;
height:546px;
float:right;
background-image:url('images/videobox.jpg');
background-repeat:no-repeat;
}
.floatstar {
float:right;
margin:11px 0 0 59px;
position:absolute;
border:none;
}
.moviewrap {
margin:118px 0 0 56px;
}