/*  
Theme Name: Photo Gallery Dark 3
Author URI: http://shutterthemes.com
Version: 2.1
Author: Shutter Themes
Description: Shutter Themes Photo Gallery 3 is WordPress photo gallery template.
All the CSS, XHTML and design is copyrighted. Please don't steal.

	Changelog:
		v1.0 - 08.01.08
		First Release
		v2.0 - 08.26.08
		Added theme options
		v2.0.1 - 09.09.08
		-Updated with WP 2.6 image styles
		v2.1 - 10.13.08
		-Updaed image-resize.php code to 1.0.2
*/


body {
	background: url(http://test.cards.com/wp-content/themes/photo-gallery-dark-3_21/images/bg.jpg) top center no-repeat #fff;
	background-attachment:fixed;
	color: #444;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

p{
  margin-bottom: 11px;
}

a, a:visited { 
	color: #8F1913;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	color: #fff;
	}
#container { 
	width: 900px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	padding: 0px;
	overflow: hidden;
	position: relative;
	}
img{
  border: none;
}
.url{
  font-size: 16px;
}
h1{
  font-size: 24px;
}


/************************************************
*	Header  									*
************************************************/

* html #header{ width: 860px; padding: 0px;}

#header {
	color: #333333;
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #BABABA;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
	}

#headerleft {
	width: 300px;
	float: left;
	font-size: 14px;
	margin: 0px;
	overflow: hidden;
	}
	
#headerleft p {
	color: #444;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	}
	
#headerright {
	width: 500px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	overflow: hidden;
	}
	
#headerright p {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	}
#footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#footer ul {
	margin: 0 0 0 -12px;
	padding: 4px;
	}
	
#footer ul li a {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #82A5CE;
	}

#footer ul li a:hover {
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	color: #82A5CE;
	text-decoration: underline;
	}
	
	
#header li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#header ul {
	padding: 4px;
	}

#header ul li a {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 0px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #82A5CE;
	}

#header ul li a:hover {
	text-decoration: none;
	color: #82A5CE;
	text-decoration: underline;
	}

/************************************************
*	HOME PAGE  									*
************************************************/


.thumbnail{
	margin: 10px 10px 0px 0px;
	display: inline;
	color: white;
	position: relative;
	float: left;
}

.thumbnail img {
	border: 0px;
	padding: 0px;
	margin: 0;
}
.thumbnail img a {
	border: none;
}	
.thumbnail img a:hover {
	border: 1px solid #fff;
}
.thumbnail a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.thumbnail h2{
  text-align: center;
}
.thumbnail img.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}
	

#aboutbox { 
	background: #dddddd;
	color: #000;
	margin: 20px 5px 0px 5px;
	padding: 10px;
	text-align: center;
	}


/************************************************
*	PAGE TEMPLATE 									*
************************************************/

* html #content_page  { width: 660px; padding: 0px; margin: 10px 0px 20px 50px;}

#content_page { 
	margin: 10px 100px 10px 100px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}
#content_page p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content_page p img{
	border: 10px solid #666;
	padding: 0px;
	margin: 0px
	}
#content_page h1 {
	color: #8F1913;
	font-size: 20px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content_page h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content_page h1 a:hover {
	text-decoration: none;
	}


/************************************************
*	SINGLE POST  									*
************************************************/

* html #content { width: 860px; }

#content { 
	width: 400px; 
	margin: 10px 10px 10px 10px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}
.index_content {
        width: 860px;
}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: 10px solid #666;
	padding: 0px;
	margin: 10px auto 10px auto;
	}
#content h1, #bottom h1 {
	color: #444;
	font-size: 24px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content h1 a:hover {
	text-decoration: none;
	}


#content h2 {
	color: #8F1913;
	font-size: 18px;	
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	text-decoration: none;
	}

#content h2 a:hover {
	background: none;
	}

#content h3 {
	color: #8F1913;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	padding: 0px 0px 10px 0px;
	}
#content h3 a  {
	text-decoration: none;
	}

#content h3 a:hover {
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	text-decoration: underline;
	}

#content ul li a:hover {
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #444;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

/************************************************
*	MISC 									*
************************************************/


#navigation { 
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 9px;
	text-transform: uppercase;
	}
#navigation a {	text-decoration: none; padding: 0px 8px;
	}

#tags { 
	text-align: center; 
	font-size: 9px;
	text-transform: uppercase;
	}

#comment_page { 
	display: block;
	margin: 10px 200px 10px 200px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}



/************************************************
*	COMMENTS 									*
************************************************/
#comments {
	width: 380px;
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #333;
	}
#comments h3 {
	color: #8F1913;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: left;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	border-top: 0px solid #666;
	}



/************************************************
*	Bottom "Sidebars"					     		* 
************************************************/

#bottom {
  width: 900px;
	margin: 10px auto 0px;
	padding: 20px 0px 20px 0px;
	line-height: 20px;
	border: 1px solid #BABABA;

	}

#bottom p, #bottom .textwidget {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#bottom h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

	
#bottom img{
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#bottom ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#bottom ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.bottomleft, .bottommiddle, .bottomright{
  float: left;
  border: 1px solid #BABABA;
  width: 261px;
  height: 150px;
	margin: 0px 20px;
	overflow: hidden;
	padding-bottom: 20px;
}
.bottomright {
	margin: 0;
}
.bottomleft h2, .bottommiddle h2, .bottomright h2{
  display: none;
}
#bottom .textwidget{
  padding: 10px 20px;
}
	


/************************************************
*	FOOTER 									*
************************************************/

#footer { 
	color: #444;
	font-weight: normal;
	padding: 30px 20px 20px 20px;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
	}
#footer a {
	color: #444;
	text-decoration: none;
	}
#footer a:hover {
	color: #8F1913;
	text-decoration: none;
	}

/*********************************************
	WP 2.6 Image Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   display: none;
}
.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;
}








#pageContent img{
  display: none;
}
#sidebar{
  float: right;
  width: 180px;
  margin: 10px 0 0 20px;
}
#sidebar ul{
  list-style: none;
  margin-left: 10px;
}
a, a:visited{
  color: #384878;
}
.thumbnail a{
  color: #f0f0f0;
}
.thumbnail a:hover {
color: #fff;
}
#search{
  margin: 10px 0 6px 0;
}
#search input{
  width: 210px;
}
#search input#searchsubmit{
  width: 75px;
}
* a:hover{
  color: #516783;
}
.listing{
  margin-bottom: 10px;
}
#header a.title2 {
  background:transparent url(http://test.cards.com/wp-content/themes/photo-gallery-dark-3_21/images/header.jpg) no-repeat scroll left top;
  display:block;
  height:88px;
  text-indent:-9999px;
}
#rightCol{
  width: 320px;
}
#rightCol img{
  display: none;
}
.makeItBigger{
  font-size: 40px;
}
.bigthumb{
  width: 863px;
  height: 314px;
}
.bigthumb, .thumbnail{
  position: relative;
  border: 1px solid #BABABA;
}
.threethumb{
  width: 280px;
  height: 314px;
  float: left;
  margin-right: 10px;
}
.threethumb, .thumbnail{
  position: relative;
  border: 1px solid #BABABA;
}
#content .bigthumb h1{
  position: absolute;
  left: 0px;
  bottom: 29px;
  background: white;
  padding: 6px 12px;
  margin: 0;
  font-size: 24px;
}
#content .threethumb h1{
  position: absolute;
  left: 0px;
  bottom: 29px;
  background: white;
  padding: 6px 12px;
  margin: 0;
  font-size: 24px;
}
#content .thumbnail h1{
	position: absolute;
	left: 0px;
	bottom: 29px;
	background: white;
	padding: 6px 12px;
	margin: 0;
	font-size: 18px;
	width: 183px;
	text-align: center;
}


font { 
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit; 
}
.ydm_sponsored_results{
	font-size: 10px;
	color: #B5B5B5;
	margin: -2px 0 20px 0;
}
.top-image {
	display: block;
}
#bottom-image-row{
  position:relative;
  top:10px;
}
.bottom-image {
	display: block;
}
.ithemes-billboard .billboard-entry{
  position:relative;
  float:left;
  margin-right:10px;
}
.billboard-image-title a{
  color:#080;
  text-decoration:none;
}
.billboard-image-title a:hover{
  color:black;
}
.billboard-image-title{
  position:absolute;
  z-index:99;
  width:100%;
  text-align:left;
  background:white;
  opacity:0.7;
  color:black;
  padding:15px 0px;
  bottom:30px;
  font-size:16pt;
  font-weight:bold;
}
.billboard-group-0 a{
  margin-left:20px;
}
.billboard-group-1{
  
  font-size:14pt;
  text-align:center;
} 