/*
Theme Name: Angela M Williams
Theme URI: http://www.synbydesign.com
Description: This is the default theme for Angela Williams
Version: 1.0
Author: Eric Masiello
Author URI: http://www.synbydesign.com
Tags: minimal, black, white, portfolio
*/

/*1: Typograhy ***************************/
body, input, select, textarea {
	font:14px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	line-height:20px;
}
h1{
	font-size:30px;
	line-height:35px;
}
h2{
	font-size:24px;
	line-height:30px;
}
h3,dt,legend{
	font-size:16px;
	line-height:20px;
}
h4,h5,h6{
	font-size:14px;
	line-height:20px;
}
#nav, #subNav{
	font:15px Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight:bold;
	line-height:20px;
}
#nav li{
	text-transform:uppercase;
}
#subNav li{
	font-weight:normal;
}
#description{
	font-size:16px;
	line-height:25px;
}
#description em{
	font-style:normal;
	font-weight:bold;
}
.ngg-albumoverview h3{
	font-size:20px;
	line-height:25px;
}
.ngg-albumoverview .count span{
	font-weight:bold;
}
/*2: Color ********************************
Key					value
light gray (bg)		#f3f3f3
semi-light gray		#d2d0d0
medium gray			#c2c2c2
footer gray (bg)	#393939
footer white text	#f3f3f3
dark gray (text)	#333
med gray (lines)	#afadad
border teal			#6797a8
footer teal	text	#7eb6ca
header teal			#527b8a
header light gray	#575756
link teal			#344f59
red for links		#c14040
red footer links	#ee5252
*******************************************/
body{
	background-color:#f3f3f3;
	border-color:#6797a8;
	color:#333;
	}
#nav li, #subNav li{
	border-color:#f3f3f3;
	}
input, textarea{
	border-color:#bbb #bbb #ddd;
	}
input.button{
	background-color:#c2c2c2;
	}
a{
	outline:none;
	}
a:link{
	color:#344f59;
	}
a:visited{
	color:#c14040;
	}
a:hover{
	
	}
a:active{
	
	}
#nav a, #subNav a, h1 a, h2 a, h3 a{
	color:#527b8a;
	}
#nav li:hover, #subNav li:hover{
	border-color:#d2d0d0;
	}
#nav .current_page_item a, #subNav .current_page_item a{
	color:#393939;
	}
#nav .current_page_item li a, #subNav .current_page_item li a{
	color:#527B8A;
	}
#description, #showcase a img, #gallery-description, .ngg-albumoverview, .ngg-albumoverview .row, .title{
	border-color:#afadad;
	}
#gallery-description h2 span{
	color:#575756;
	}
#footer{
	background-color:#393939;
	color:#f3f3f3;
	}
#footer h3{
	border-color:#c2c2c2;
	}
#footer a:link{
	color:#7eb6ca;
	}
#footer a:visited{
	color:#ee5252;
	}
.ngg-gallery-thumbnail img {
	background-color:#f2f2f2;
	border-color:#b7b5b5;
}
.ngg-gallery-thumbnail img:hover {
	border-color:#527b8a;
} 
.error{
	color:red;
	}
#credits a:link, #credits a:visited{
	border-color:#565656;
	color:#c2c2c2;
	}
/*3: Elements *****************************/
body, input, select, textarea {
	margin:0;
	}
h1{
	margin:0 0 20px;
	}
h2{
	margin:0 0 15px;
}
h3,dt{
	margin:0 0 10px;	
}
p{
	margin:0 0 10px;
}
hr{
	display:none;
}
a abbr{
	border:none;
}
h2 a{
	text-decoration:none;
	border-width:0px 0px 1px;
	border-style:solid;	
}
/*3A: Layout ******************************/
body{	
	border-width:10px 0px 0px;	
	border-style:solid;
	}
#page, #footer .container{
	width:960px;
	margin:auto;
	}
/*3B: Masthead ****************************/
#masthead{
	overflow:hidden;
	}
#logo a{
	background:transparent url('images/logo.png') no-repeat left top;
	display:block;
	float:right;	
	height:53px;
	margin:47px 0 0;
	overflow:hidden;
	text-indent:-5000px;
	width:534px;
	}          
#description{
	clear:both;
	border-style:solid;
	border-width:1px 0px;
	margin:0;
	padding:9px 10px;
	}
#nav{
	margin:10px 0 0;
	}
#subNav{
	margin:0;
	}
#nav, #subNav{
	list-style-type:none;
	padding:0;
	}
#nav, #subNav{
	clear:right;
	float:right;
	}
#nav li, #subNav li{
	border-width:0 0 5px;
	border-style:solid;
	float:left;
	margin:0 10px;
	padding:0 0 5px;
	}
#nav a, #subNav a{
	text-decoration:none;       
	}
.clear{
	clear:both;
	}
/*3C: Content *****************************/
#content{
	clear:both;
	padding:40px 0 60px;
	}
#content.single{
	padding-top:0;
	}
#gallery-description, .title{
	clear:both;
	border-style:solid;
	border-width:1px 0px;
	margin:0 0 20px;
	padding:9px 10px;
	}
#gallery-description h2{
	margin-bottom:5px;
	}
 .title h2{
 	margin-bottom:0;
 }
#showcase{
	height:450px;
	list-style-type:none;
	margin:0;
	position:relative;
	}
#showcase li{
	position:absolute;
	}
#showcase a img{
	border-style:solid;
	border-width:1px;
	padding:9px;
	}
#showcase .primary{
	left:0;
	top:0;
	}
#showcase .secondary{
	left:610px;
	top:0;
	}
#showcase .other-a{
	left:610px;
	top:290px;
	}
#showcase .other-b{
	left:790px;
	top:290px;
	}
.entry{
	overflow:hidden;
	}
.alignleft, .alignright{
	padding-bottom:20px;
	}
.alignleft{
	float:left;
	padding-right:20px;
	}
.alignright{
	float:right;
	padding-left:20px;
	}
.post-edit-wrapper{
	text-align:right;
	}
/*3D: Footer ******************************/
#footer{
	padding:30px 0 20px
	}
#footer a{
	text-decoration:none;
	}
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#footer .container{
	overflow:hidden;
	}
#footer .section{
	float:left;
	padding:0 40px;
	width:290px;
	}
#footer .last-section{
	width:140px;
	}
#footer h3{
	border-width:0 0 1px;
	border-style:solid;
	padding-bottom:9px;
	}
#footer h3, #facebook{
	background:transparent url('images/footer_images.png') no-repeat;
	display:block;
	text-indent:-5000px;
	}
#footer h3.contact{
	background-position:0 0;
	height:20px;
	}
#footer h3.portfolio{
	background-position:0 -40px;
	height:20px;
	}
#footer h3.socialize{
	background-position:0 -80px;
	height:20px;
	}
#facebook{
	background-position:0 -125px;
	height:25px;
	overflow:hidden;
	width:120px;
	}
#facebook:visited{
	background-position:0 -175px;
	}
.vcard .email{
	display:block;
	}
#credits{
	font-size: 11px;
	margin: 100px auto 0px;
	overflow:hidden; 
	padding: 0pt 40px;
	text-align:right;
	width: 880px; 
	}
#credits a{
	border-style:solid;
	border-width:0 0 1px;
	}
/*4: Forms ********************************/
form{
	margin:0;
	padding:0;
	}
fieldset{
	border:none;
	margin:0;
	padding:0 10px;
	}
fieldset div{
	overflow:hidden;
	padding-bottom:10px;
	}
label{
	display:block;
	float:left;
	padding-right:20px;
	width:120px;
	}
input, textarea{
	border-style:solid;
	border-width:2px 1px 1px;
	padding:3px 3px 2px;
	width:400px;
	}
input{
	height:17px;
	}
input.button{
	border-style:outset;
	height:auto;
	width:auto;
	}
input.button:active{
	border-style:inset;
	}
/*5: Tables *******************************/

/*6: Galleries ****************************/

.ngg-galleryoverview {
	clear:both; 
	display:block !important;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.ngg-gallery-thumbnail-box {
	float: left;
	padding-right:50px;
	padding-bottom:50px;
}
.start-box{
	padding-left:5px;
}
.end-box{
	padding-right:0px !important;
}
.ngg-gallery-thumbnail {
	float: left;
	text-align: center;
}
.ngg-gallery-thumbnail img {
	border-style:solid;
	border-width:1px;
	display:block;
	filter:alpha(opacity=75); 
	-moz-opacity:.75;
	opacity:.75;  	
	padding:9px;
}
.ngg-gallery-thumbnail img:hover{
	filter:alpha(opacity=100); 
	-moz-opacity:1;
	opacity:1;
	}
.ngg-clear {
	clear: both;
}

.ngg-albumoverview{
	border-style:solid;
	border-width:1px 0 0 0;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:20px 0 0;
}
.ngg-albumoverview .row{
	border-style:solid;
	border-width:0 0 1px;
	margin-bottom:30px;
	overflow:hidden;
	padding-bottom:10px;
}
.ngg-albumoverview .gallery{
	float:left;
	overflow:left;
	padding-right:20px;
	width:460px;
}
.ngg-albumoverview h3{
	margin-bottom:5px;	
}
.ngg-albumoverview h3 a{
	text-decoration:none;
}	
.ngg-albumoverview .alternate{
	padding-left:20px;
	padding-right:0;	
}
.ngg-albumoverview .gallery img{
	border-style:solid;
	border-width:1px;
	display:block;
	float:left;
	filter:alpha(opacity=75); 
	-moz-opacity:.75;
	margin:0 18px 18px 0;
	opacity:.75; 
	padding:9px;
}
.ngg-albumoverview .gallery:hover img{
	filter:alpha(opacity=100); 
	-moz-opacity:1;
	opacity:1;
}
.ngg-albumoverview .count{
	text-align:right;
}