/*  
Theme Name: Snapshot
Theme URI: http://www.woothemes.com
Description: Snapshot theme by WooThemes. Perfect for photographers and design galleries.
Version: 2.0.4
Author: WooThemes
Author URL: http://www.woothemes.com/
*/


h1, h2, h3, h4, h5, h6  {
	font-weight: normal;
}

a:hover {
	
	color: #fff;
}

a {
	text-decoration:none;
	color: #D4E1EA;
}

img, div { behavior: url(iepngfix.htc) }


/* STRUCTURE */

#wrap {
	height: 100%;
	width: 921px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header  {
	position: relative;
	height: 132px;
	width: 921px;	
}

#header-container {
	height: 132px;
	width: 921px;
}

.logo {
	background: url(images/ddg-banner.png);
	width: 132px;
	height: 132px;
	float: left;
}


a.logobutton span { /* the first button when 'hovered' */
	background: url(images/ddg-banner.png);
    width: 132px;
    height: 132px;
    display: block;
    visibility: hidden;
	background-position: 0px 0px;
}

.nav-str  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -132px 0px;
}

.nav-str-1  { 
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -132px -135px;
}

a.strbutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -132px -135px; /* changing position - showing red button */
    cursor: pointer;
}

.nav-com  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -263px 0px;
}

.nav-com-1  { 
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -263px -135px;
}

a.combutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -263px -135px; /* changing position - showing red button */
    cursor: pointer;
}

.nav-des  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -394px 0px;
}

.nav-des-1  {
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -394px -135px;
}

a.desbutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -394px -135px; /* changing position - showing red button */
    cursor: pointer;
}

.nav-coa  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -525px 0px;
}

.nav-coa-1  {
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -525px -135px;
}

a.coabutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -525px -135px; /* changing position - showing red button */
    cursor: pointer;
}

.nav-ins  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -656px 0px;
}

.nav-ins-1  {
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -656px -135px;
}

a.insbutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -656px -135px; /* changing position - showing red button */
    cursor: pointer;
}

.nav-abo  { /* the first button showing the inactive state */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -787px 0px;
}

.nav-abo-1  {
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    float:left;
    background-position: -787px -135px;
}

a.abobutton span { /* the first button when 'hovered' */
    background: url(images/ddg-banner.png);
    width: 131px;
    height: 132px;
    display: block;
    visibility: hidden;
    background-position: -787px -135px; /* changing position - showing red button */
    cursor: pointer;
}

#header h1.title  {
	display: none;
}

#header h1.title a  {
	text-decoration: none;
}

#header p.description  {
	display: none;
}

.rss {
	text-align:right;
}

.rss li {
	margin:0px !important;
}

.rss a  {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	background: url(images/design/rss.gif) no-repeat center left;
	padding: 2px 0 2px 23px !important;
}

.rss a:hover, .home_ad a:hover {
	text-decoration:underline;
}

#content  {
	padding: 0;
	background: #4F5B69;
	position: relative;
	z-index: 3;
}

#footer  {
	height: 45px;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom:20px;
	border-top: 0.5px dashed #000;
}

#footer p  {
	margin: 0;
	line-height:45px;
}

#footer p a  {
	text-decoration: none;
}

#footer p a:hover  {
	text-decoration: underline;
}

#footer img {
	vertical-align:middle;
}

#footer .powered {
	text-align:left;
}

#footer .powered a {
	text-align:right;
	background: url(images/design/wordpress_logo.png) left center no-repeat;
	padding: 10px 0px 10px 30px;
}

#footer .credit {
	text-align: left;
	font-size: 10px;
}

#footer .credit a {
	color: #000;
}

/* tagline */

#tagline  {
	position: absolute;
	top: 45px;
	right: 20px;
	font-size:16px;
	font-weight:bold;
}

#tagline p {
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
}


/* BLOG CSS */

.post {
	margin:0px;
}

.post p.categories {
	margin-bottom:15px;
}

.post p.categories span {
	padding: 5px;
	margin-top: 50px;
}

.post p.categories a  {
	font-weight: bold;
	text-decoration:none;
	
}

.post p.categories a:hover  {
	text-decoration:underline;
}

.post_seperator  {
	margin-bottom:10px;
	height:1px;
	border-bottom:1px dotted #A6B3B9;
}

h2.title  {
	font-size:22px;
	margin-bottom:15px;
}

h2.theme_title  {
	font-size:28px;
	margin-bottom:20px;
	line-height:28px;
}

h2.title .date  {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size:12px;
}

h2.title a  {
	text-decoration: none;
}

.post p.comments a  {
	padding: 0 0 0 22px;
	font-weight: bold;
	text-decoration: none;
}

p.continue  {
	float: left;
	display: inline-block;
}

p.continue a  {
	font-weight: bold;
	text-decoration: none;
}

.widget {
	margin-bottom:20px;
}

#leftwidget  {
	width: 159px;
	padding-right: 10px;
	margin-right: 0;
}

.widgetlist  h3  {
	margin: 0;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.widgetlist ul  {
	margin: 0;
}

.widgetlist ul li  {
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px dotted #9cb9d7;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	text-decoration: none;
}

.widgetlist ul li a:hover  {
	text-decoration: underline;
}

/* STYLES */

.fix {
	clear: both;
}

.bordered  {
	border: 1px solid #000;
}

.floatleft  {
 float: left;
}

.floatright  {
	float: right;
}

.alignright  {
	text-align: right;
}

.alignr  {
	text-align: right;
}

blockquote {
	font-size:14px;
	margin-bottom:15px;
	color:#4F4F4F;
}

/* INDIVIDUAL THEME LISTING */

.thumb-title {
	margin-left: 16px;
	margin-top: 23px;
}

.thumb-title a {
	color: #62666B;
}

.thumb-title h2 {
	font-size: 14px !important;
	margin: 0px !important;
	color: #62666B;
}


.title-area1 {
	height: 115px;
	width: 300px;
	top: 185px;
    left: 0px;
	margin-left: 0px;		
	position: absolute;
	z-index: 99;
}

.title-area1-box {
	left: 15px;
	top: 15px;
	width: 272px;	
	position: absolute;
	z-index: 100;	
}

.title-area1-box h2 a {
	font-size: 13px;
	color: #3D444C;
	font-weight: normal;
}

.title-area1-box h2 a:hover {
	text-decoration:none;

}

.title-area1-eng {
	left: 14px;
	top: 76px;
	width: 250px;
	position: absolute;
	z-index: 100;	
}

.title-area1-eng h2 {
	font-size: 11.5px;
	color: #3D444C;
	line-height: 113%;	
	font-weight: normal;
}

.title-area1-button {	
	width: 45px;
	height: 15px;
	display: block;
	left: 15px;
	top: 85px;
	position: absolute;
        z-index:101;
        background: url(images/buttonmore-trans.png) no-repeat center;
}

.title-area2 {
	height: 185px;
	width: 300px;
	top: 0px;
	margin-left: 0px;	
	float: left;
	position: absolute;
	z-index: 99;
}

.title-area2-box {
	left: 15px;
	top: 40px;
        width: 215px;
        height: 55px;
	float: left;
	position: absolute;
	z-index: 100;	
}

.title-area2-box h2 a {
	font-size: 21px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 2.5px;
        line-height: 24px;
}

.title-area2-box h2 a:hover {
	text-decoration:none;

}

.title-area2-eng {
	left: 14px;
	top: 80px;
	float: left;
	position: absolute;
	z-index: 100;	
}

.title-area2-eng h2 {
	font-size: 13px;
	color: #fff;
}

.title-arear2-cat {
font-size: 10.5px;
color: #3D444C;
left:16.5px;
top:18px;
width: 90px;
height: 15px;
float:left;
position: absolute;
z-index: 102;
text-transform: capitalize;
}

.title-area2-more {
font-size: 10.5px;
color: #3D444C;
right:15px;
top:153px;
width: 27px;
height: 15px;
float:right;
position: absolute;
z-index: 102;

}

.title-area3 {
	height: 300px;
	width: 300px;
	top: 0px;
    left: 0px;
	margin-left: 0px;		
	position: absolute;
	z-index: 99;
}

.title-area3-box {
	left: 15px;
	top: 20px;	
	position: absolute;
	z-index: 100;	
}

.title-area3-box h2 a {
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #272B30;
	font-weight: normal;
}

.title-area3-box h2 a:hover {
	text-decoration:none;
	border-bottom:1px dashed;
}

.theme h2 {
	font-size: 12px !important;
	margin: 0px !important;
}

.large-screenshot {
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	padding: 4px;
	width: 690px;
}

.screenshot {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 300px;
}

.screenimg {
	width: 300px;
	height: 300px;
	float: left;
	position: absolute;
}

.screenimg span {
	position: absolute;
	font-size:9px;
	right: 0px;
	top: 5px;
}

.screenimg span a {
	padding: 6px;
	text-decoration: none;
	color: #fff;
}

.opacity {
	background: #000;
	width: 300px;
	height: 300px;
	display: block;
         float: left;
         left: 0px;
         top: 0px;
	position: absolute;
	z-index: 50;
}


.theme .date {
	font-size: 10px;
	padding-top: 3px;
}

.theme p {
	margin: 0px 0px 2px !important;
}

.theme .tags {
	padding-left: 24px;
	background: url(images/ico-tags.gif) center left no-repeat;
}

.theme .tags a {
	font-size: 11px;
	text-decoration: none;
}

.theme .rating {
	font-size: 11px !important;
	width: 100% !important;
}



.post-ratings-text {
	font-size: 11px !important;
}


/* COMMENTS */

#comments {
	width: 610px;
	border-top: 1px solid #dddddd;
	padding-top:20px;
}

#comments h2  {
	margin: 0px 0px 20px;
	font-size: 18px !important;
	line-height: 24px;
	font-weight: normal !important;
}
.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 20px;
	padding:10px 10px 0px;
}
.commentlist p {
	margin-bottom:10px;
}
.commentlist .gravatar {
	float:right;
	margin:0px 5px 5px 20px;
}

.gravatar {
	width:65px;
	height:65px;
	float:right;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:10px;
}

.gravatar img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
}

.commentlist cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	margin-bottom:10px;
}
.commentlist cite a:hover {
	text-decoration: none !important;
}
.commentlist .metadata {
	color:#000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}	
.commentlist .metadata:hover {
	text-decoration: underline !important;
}
#commentform input {
	padding: 5px;
	margin-right: 10px;
}

#commentform #submit {
	font-size:14px;
}

#commentform textarea {
	padding: 10px;
	width:558px;
	_width:540px;
}

.wp-pagenavi {
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #dddddd;
}



/* PANEL */

#slide-panel {
	width: 921px;
	background: #4F5B69;
	height: 160px;
	display: none;
	margin-top: 0px;
	position: relative;
	z-index: 2;
}

.slide_slogan {
	margin: 10px auto auto 1px;
	width: 230px;
	height: 28px;
	display: block;
	float:left;
	background: url(images/Slogan-trans.png);
}
#expand {	
	width: 22px;
	height: 22px;
	display: block;
	margin: 10px 1px auto auto;
	position: relative;
	float: right;
	background: url(images/button2-trans.png) repeat 0px 0px;
	cursor: pointer;
}

#expand:hover {	
	background: url(images/button2-trans.png) repeat 0px 22px;
}

#contract {	
	width: 22px;
	height: 22px;
	display: block;
	margin: 10px 1px auto auto;
	position: relative;
	float: right;
	background: url(images/button2-trans.png) repeat 22px 0px;
	cursor: pointer;
}

#contract:hover {	
	background: url(images/button2-trans.png) repeat 22px 22px;
}


#panel-close {
	background: url(images/button-trans.png) no-repeat center;
	
}

#panel-open {
	background: url(images/up-arrow.png) no-repeat center;
}


#slide-header{	
	background-color:#4F5B69;	
	height:43px;
	width: 921px;
	position: relative;
}

.panel-top {
	width: 900px;
	padding: 2px;
	top: 10px;
	left: 10px;
	float: left;
	position: relative;
	color: #D4E1EA;
}

.panel-top h1 {
	font-weight: lighter;
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 40px;
}


,.panel-top h1 {
	font-weight: bold;
}

.panel-bottom-left {
	width: 300px;
	top: 30px;
	left: 10px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #D4E1EA;
	position: relative;
}



.panel-bottom-right {
	width: 280px;
	top: 30px;
	right: 10px;	
	padding: 2px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #D4E1EA;
	position: relative;	
}


/* PAGE */


.page-container {
	width: 921px;
	padding: 0;
}

.page-images {
	width: 921px;
	height: 300px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}


.page-left {
	width: 298px;
	margin-top: 10px;	
    float: left;
    position: relative;
    color: #D4E1EA;
}

.page-right {
	width: 610px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	position: relative;
	background: #D4E1EA;
	
}


.page-content {
	width: 570px;
	left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

.page-content a {
	color: #4D4D4D;
}



.page-left-up {
	padding: 12px;
	line-height: 19px;
	background: #3D444C;
}

.page-left-down {
	padding: 12px;
	margin-top: 15px;
	background: #3D444C;
}


.map-box {
	width: 220px;
	height: 196px;
	background-image: url(/images/ddg-map-thumb.jpg);
	float: right;
        position: relative;
        top:45px;
	margin: 0 10px 10px 10px;
}

.map-box:hover {
	border: 0.5px #ED460E solid;
}



/* SINGLE */

.single-container {
	width: 921px;
	padding: 0;
	position: relative;
}

.single-images {
	width: 921px;
	height: 300px;
	float: left;
	position: relative;

}


.single-left {
	width: 610px;
	margin-top: 10px;	
    float: left;
    position: relative;
}

.single-right {
	width: 298px;
	margin-top: 10px;
	float: right;
	position: relative;
	color: #D4E1EA;
}

.single-right-up {
	padding: 10px;
	line-height: 19px;
	background: #3D444C;
	position: relative;
}

.single-right-down {
	padding: 10px;
	top: 15px;
	background: #3D444C;
	position: relative;
}

.single-title-e {
	width: 565px;
	height: 16px;
	left: 20px;
	top: 20px;
	float: left;
	position: relative;
	font-size: 12px;
	color: #3D444C;
}

.single-title-c {
	width: 565px;
	height: 30px;
	left: 20px;
	top: 25px;
	float: left;
	position: relative;
}

.single-content {
	width: 570px;
	left: 20px;
	margin-top: 50px;
	position: relative;
	float: left;
}

.single-content a {
	color: #4D4D4D;
}



.article-left {
	width: 610px;	
    float: left;

    background: #D4E1EA;
}

.article-info {
	width: 565px;
	height: 30px;
	top: 40px;
	left: 20px;
	border-bottom: 1px dashed #ccc;
	float: left;
	position: relative;
	font-size: 10px;
}

.magazine-icon {
	position:absolute;
	top: 0px;
	right: 0px;


}


.talk-excerpt {
	width: 565px;
	top: 30px;
	left: 20px;
	font-size: 15px;
	float: left;
	position: relative;
}


.article-right {
	width: 298px;
	float: right;
	position: relative;
	color: #D4E1EA;
}


.image-left {
float: left;
margin: 0 15px 10px 0;
}

.image-left img {

padding: 4px;
}

.image-left p {
color: #666;
font-family: 'Lucida Grande', Lucida Sans Unicode;
font-size: 9px ;
margin: 3px 0 0;
text-align: center ;
}


.image-right {
float: right;
margin: 0 15px 10px 0;
}

.image-right img {

padding: 4px;
}

.image-right p {
color: #666;
font-family: 'Lucida Grande', Lucida Sans Unicode;
font-size: 9px ;
margin: 3px 0 0;
text-align: center ;
}


#slider {
	height: 300px;
	width: 921px;
	overflow-x: hidden;
	overflow-y: hidden;	
	float: left;
	position: absolute;
	z-index: 2;
}

#slider ul{
		width:3900px;
		
	}

#slider li{
			float:left;
			margin:0px;
			cursor:pointer;
		}
		
#slider-nav {
	position:absolute;
	left: 10px;
	top: 265px;
	z-index: 99;
	width:911px;
	height: 25px;
	float: left;
}

#slider-nav #buttons {
	
	width:150px;
}




#slider-nav #buttons a.prev {
	background: url(images/previous-trans.png);
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	position: relative;
	left: 5px;
}

#slider-nav #buttons a.next {
	background: url(images/next-trans.png);
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	position: relative;
	left: 5px;
}



