/* CSS Document */

	
/*_________________| jessicablanck.com design-twentynine by darynawhite |_________________*/


/* 
Theme Name: Jess-29
Theme URI: http://www.jessicablanck.us/
Description: A theme for JessicaBlanck.com - A site dedicated to her memory.
Author: darynawhite
Author URI: http://www.darynawhite.com/
*/
	
/*--------------------------------------- | STRAIGHT TAGS | -------*/
body {
	margin:0;
	padding:0;
	background:#ed85b6 url(img/bg.png) repeat-x fixed top left;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	size:13px;
	color:#000;
}

a {
	padding: 0;
}

a:link, a:visited{
	color:#914d77;
	text-decoration:none;
}

a:hover, a:active{
	color:#fff;
	background-color:#914d77;
	text-decoration:none;
}

	
/*--------------------------------------- | CLEAR | -------*/
.clear {
	clear:both;
}


	
/*--------------------------------------- | CONTAINER | -------*/
#twentynine-cont {
	width:910px;
	margin:0 auto;
}


	
/*--------------------------------------- | HEAD | -------*/
#twentynine-head {
	width:910px;
	height:76px;
	background:url(img/bg_head.png) no-repeat center center;
	display:block;
	margin:10px 0;
}


	
/*--------------------------------------- | LOGO | -------*/
#logo {
	border:0;
	background:transparent url(img/logo.png) no-repeat left top;
	margin:0;
	float:left;
	display:block;
	width: 400px;
	height: 76px;
}

#logo a {
	border:0;
	background:none;
	padding:0;
	display: block;
	width: 400;
	height: 76px;
}

#logo a:link {
	border:0;
	background:none;
}

#logo a:visited {
	border:0;
	background:none;
}

#logo a:hover {
	background:none;
	border:0;
}


	
/*--------------------------------------- | NAV | -------*/
#nav {
	width:490px;
	height:24px;
	margin:30px 0 8px;
	display:block;
	float:left;
}

#nav a {
	border: none;
	text-decoration:none;
	float:left;
	padding:0;
	display:block;
	margin: 0;
}
#nav a:hover, #nav a:active{
	border: none;
}
#nav a#home{
	background: transparent url(img/nav/nav_home.png) no-repeat center top;
	width: 60px;
	height: 24px;
}
#nav a#home:hover{
	background-position: center -27px;
}
#nav a#about{
	background: transparent url(img/nav/nav_about.png) no-repeat center top;
	width: 62px;
	height: 24px;
}
#nav a#about:hover{
	background-position: center -27px;
}
#nav a#memories{
	background: transparent url(img/nav/nav_memories.png) no-repeat center top;
	width: 96px;
	height: 24px;
}
#nav a#memories:hover{
	background-position: center -27px;
}
#nav a#gallery{
	background: transparent url(img/nav/nav_gallery.png) no-repeat center top;
	width: 70px;
	height: 24px;
}
#nav a#gallery:hover{
	background-position: center -27px;
}
#nav a#contact{
	background: transparent url(img/nav/nav_contact.png) no-repeat center top;
	width: 82px;
	height: 24px;
}
#nav a#contact:hover{
	background-position: center -27px;
}
#nav a#scholarship{
	background: transparent url(img/nav/nav_scholarship.png) no-repeat center top;
	width: 120px;
	height: 24px;
}
#nav a#scholarship:hover{
	background-position: center -27px;
}

	
/*--------------------------------------- | MAIN | -------*/
#twentynine-main {
	width:900px;
	border:2px solid #4d203c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
	margin:15px 0 5px;
}

#twentynine-main a img{
	border:2px solid #913d77;
	padding: 0 !important;
}
#twentynine-main a img:hover{
	border:2px solid #ffdff3;
}
#twentynine-main img{
	border:2px solid #913d77;
	margin:0;
}
	
/*--------------------------------------- | MAIN-LEFT | -------*/
#twentynine-main-left {
	width:660px;
	float:left;
}

#twentynine-main-left .month-year{
}
#twentynine-main-left ul.posts{
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
#twentynine-main-left li.post{
	padding: 2px 0;
}
	
/*--------------------------------------- | MAIN-RIGHT | -------*/
#twentynine-main-right {
	width:230px;
	right:230px;
	float:right;
	min-height:100%;
	background:url(img/bg_right.jpg) repeat-y top right;
	border-left:1px solid #000;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
}

#twentynine-main-right img{
	border: none !important;
}

#twentynine-main-right .rss{
	background: transparent url(img/rss.png) no-repeat 50pt center;
}
#twentynine-main-right .search{
	background: transparent url(img/search.png) no-repeat 35pt center;
}
#twentynine-main-right .links{
	background: transparent url(img/web.png) no-repeat 28pt center;
}
#twentynine-main-right .login{
	background: transparent url(img/user.png) no-repeat 28pt center;
}

	
/*--------------------------------------- | POST | -------*/
#twentynine-post-one {
	width:640px;
	margin:5px 20px 15px 10px;
}


	
/*--------------------------------------- | POST-TITLE | -------*/
.twentynine-post-title {
	font-size:26px;
	color:#000;
	padding:0 45px 0 0;
	border-bottom:#000 1px solid;
	display:block;
	float:left;
	margin:0 0 0 8px;
	min-width:80px;
}

.twentynine-post-title a {
	color:#000;
	text-decoration:none;
	background:none;
	display:inline;
}

.twentynine-post-title a:hover {
	color:#914d77;
	text-decoration:none;
	background:none;
}

.twentynine-post-title .from {
	margin:0 0 0 10px;
	font-size:11px;
}


	
/*--------------------------------------- | POST-DATE | -------*/
.twentynine-post-date {
	color:#000;
	background:#fff url(img/bg_date.png) no-repeat center center;
	font-size:8pt;
	margin:2px;
	display:block;
	float:left;
	width:80px;
	height:33px;
	padding:2px 0 0;
	text-align:center;
	font-weight:bold;
}


	
/*--------------------------------------- | POST-TEXT | -------*/
.twentynine-post-txt {
	color:#000;
	font-size:13px;
	padding:5px 0 0 25px;
}

.twentynine-post-txt p {
	margin:2px 0 5px;
}

.twentynine-post-txt .wp-smiley{
	border: none !important;
}

	
/*--------------------------------------- | POST-FOOT | -------*/
.twentynine-post-foot {
	text-align:right;
	border-top:1px #000 solid;
	padding:0 0 0 75px;
	font-size:11px;
}

.twentynine-post-foot a {
	display:inline;
}


	
/*--------------------------------------- | LEFT-FOOT | -------*/
#twentynine-left-foot {
	margin:8px 0;
}

#twentynine-left-foot .next {
	float:left;
	width:150px;
	text-align:left;
}

#twentynine-left-foot .previous {
	float:right;
	width:150px;
	text-align:right;
}


	
/*--------------------------------------- | COMMENT | -------*/
#comments-container {
	margin:8px auto;
	width:600px;
}

#comments-container .comment {
	margin:8px auto;
}

#comments-container .comment-name {
	font-size:14px;
}

#comments-container .comment-name a {
	color:#000;
	text-decoration:none;
	background:none;
	display:inline;
}

#comments-container .comment-name a:hover {
	color:#914d77;
	text-decoration:none;
	background:none;
}

#comments-container .comment-body {
	color:#333;
	margin:8px 0;
}


	
/*--------------------------------------- | FOOT | -------*/
#twentynine-foot {
	text-align:center;
	position:relative;
	bottom:0;
	left:0;
	width:910px;
	height:18px;
	margin:0 0 4px;
	font-size:11px;
}

#twentynine-foot .copy {
	display:block;
	width:120px;
	text-align:center;
	margin:0 0 0 400px;
	float:left;
}

#twentynine-foot .by {
	text-align:right;
	float:right;
	font-size:8px;
	display:table;
	margin:5px 0 0;
}

#twentynine-foot .by a {
	color:#000;
	text-decoration:underline;
	display:inline;
}

#twentynine-foot .by a:hover {
	color:#000;
	text-decoration:none;
	background:none;
}


	
/*--------------------------------------- | SIDE | -------*/
#twentynine-side-cont {
	width:220px;
	margin:4px 0 0 8px;
	border-left:#4d203c 1px solid;
	padding:0 0 120px;
}

#twentynine-side-one {
	width:190px;
	margin:4px 10px 6px 8px;
}

#twentynine-side-one .one-title {
	font-size:14px;
	border-bottom:#4d203c 1px solid;
	color:#4d203c;
	padding:0 20px 0 2px;
}

#twentynine-side-one .one-inn {
	width:170px;
	margin:4px 0 0 10px;
}

#twentynine-side-one .one-inn ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:5px 0;
}


/* ---------------------------------------------------------- | NGG (NextGenGallery) Styles | ------ */


/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 2px 4px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:0;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin: 0;
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	margin: 0 0 8px;
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

