﻿/*----------------------------------------------------------------------------- 

	-	services slider -

Screen Stylesheet 

version:   	1.0 
date:      	09/18/11 
author:		themepunch
email:     	info@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/***********************************************
	-	THEME 1 SETTINGS	-
************************************************/


.theme1 .main-container {
	background:url(../images/slid-bg.jpg) top repeat-x;
	border:1px solid #9CF;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	}

.theme1 {
		font-family: Arial, sans-serif;
		font-size:12px;
		line-height: 20px;
		color: #777;
		text-shadow: #fff 1px 1px 1px;
		}

.theme1 h2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	text-shadow: #fff 1px 1px 1px;	
	margin: 0px;
	width: 100%;
	}

.theme1 .thumb{
	
	border:1px solid #ddd;
	padding:4px;
	height:90px;
	background:#fff;
	position:relative;
	z-index:50;
	}





/*********************************
	-	BUTTON LIGHT	-
**********************************/
.buttonlight {
	position:relative;
	float:right;
 	margin-top:2px;
	margin-right:20px;
	min-height:20px;
	font-size:12px;
 	behavior:url(PIE.htc);
 	-webkit-border-radius:5px;
 	-moz-border-radius:5px;
 	border-radius:5px;
 
}

.buttonlight:link, .buttonlight:visited {

 color: #777;
 padding: 3px 20px 3px 20px;
 text-align: center;
 text-shadow: 1px 1px 0px #fff;
 background:#999 url(../images/btn_light.png) repeat-x center top;
 border: 1px solid #cdcdcd;
 text-decoration: none;
 font-weight: bold;
}

.buttonlight:hover, .comment-reply-link:hover {
 color: #fff;
 text-shadow: 1px 1px 0px #000;
 background: #333;
 border: 1px solid #555555;
 text-decoration: none;
}



