/* Salvytech - a modern yet clean touch */

*
{
margin: 0;
padding: 0;
outline: 0;
}
 
img
{
border: none;
}
 
body
{
background-color: #ffffff;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial;
color: #727070;
font-size: 12px;
}

/* basic styling and reset */
p
{
line-height: 20px;
color: #727070;
margin-bottom: 15px;
font-size: 12px;
}

a
{
text-decoration: none;
color: #313131;
}

a:hover
{
color: #727070;
}

h2, h1
{
font-family: 'Century Gothic', Verdana, Helvetica;
font-weight: normal;
color: #727070;
margin-bottom: 5px;
}
h1 
{
	font-size: 30px;	
	font-style: italic;
}
h2 
{
	font-size: 24px;
	clear:left;	
}	
h2 a
{
color: #727070;
}

h3
{
font-family: 'Century Gothic', Verdana, Helvetica;
font-size: 20px;
font-weight: normal;
color: #727070;
margin-bottom: 5px;
}


 /* site main container */
#wrapper
{
width: 950px;
margin: 0 auto;
}

/* website header, holds the logo, the search and the menu */
#header
{
float: left;
width: 950px;
}

/* website logo goes here */
#logo
{
float: left;
height: 55px;
margin: 23px 0 0 0;
}

/* search box */
#search
{
float: right;
width: 180px;
height: 28px;
margin: 23px 10px 0 0 ;
}

#search .search_btn
{
float: left;
width: 33px;
height: 27px;
padding-top: 0px;
}

#search .search_input
{
width: 141px;
height: 17px;
border: none;
border: 1px solid #747373;
color: #727070;
font-size: 11px;
padding: 5px 0 0 4px;
}

/* website menu floated right */
#menu
{
clear: both;
float: right;
height: 32px;
margin: 10px 12px 0 0;
}

#menu ul
{
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
list-style-type: none;
margin-left: 12px;
}

#menu ul li a
{
text-decoration: none;
color: #727070;
line-height: 25px;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li.current a
{
display: block;
height: 25px;
padding: 0 7px 0 7px;
background-color: #727070;
color: #ffffff;
line-height: 25px;
}

/* top content area (holds the image slider) */
#top_content 
{
clear: both;
width: 950px;
border-top: 1px solid #d4d2d2;
}

/* post content area (holds the general post sections) */
#post_content
{
float: left;
width: 950px;
background: url(../images/gradient.png) no-repeat;
}

/* post left area */
#post_left
{
float: left;
width: 660px;
padding-top: 20px;
padding-right: 20px;
}

#post_left img
{
padding: 4px;
border: 1px solid #d4d2d2; 
background-color: #e6e5e5;
}

.post
{
float: left;
width: 660px;
}

/* post right area */
#post_right
{
float: left;
width: 245px;
padding-top: 26px;
padding-left: 20px;
border-left: 1px solid #d4d2d2;
}

/* some styling for a list */
#post_right ul
{
	margin: 0 0 20px 20px;
	padding: 0;
}

#post_right ul li
{
	list-style-type: square;
	line-height: 14px;
	font-size: 12px;
	color: #727070;
}

#post_right ul li a
{
	color: #727070;
}

#post_right ul li a:hover
{
	color: #313131;
}

.widgettitle
{
	padding-top:10px;	
}
/* portfolio image slider container */
#slider_wrap
{
	float: left;
	width: 950px;
	height: 300px;
	padding-top: 25px;
	padding-bottom: 20px;
}

/* the actual slider */
#slider
{
width: 950px;
height: 262px;
overflow: hidden;
}

#slider ul li
{
width: 950px;
height: 262px;
list-style-type: none;
}

/* large image */
#slider .slide
{
float: left;
width: 632px;
height: 262px;
}

/* image description */
#slider .text
{
float: left;
width: 290px;
margin: 5px 0 0 25px;
}

/* slider navigation */
ol#controls
{
list-style-type: none;
}

ol#controls li
{
float: left;
margin: 10px 10px 0 0;
}

ol#controls li a
{
display: block;
width: 14px;
height: 19px;
border: 1px solid #9e9c9c;
font-family: 'Century Gothic', Verdana, Helvetica;
font-size: 12px;
color: #727070;
padding-left: 6px;
}

/* left bottom entry, holds webdesign and illustrations */
.left_entry
{
float: left;
width: 625px;
margin-top: 45px;
}

.left_entry p
{
float: left;
width: 267px;
margin-top: 10px;
}

.left_entry img
{
float: left;
margin: -13px 0 0 7px;
padding: 4px;
border: 1px solid #d4d2d2; 
background-color: #e6e5e5;
}

/* showcase container */
#showcase
{
float: left;
width: 910px;
margin-top: 10px;
padding: 10px 15px;
}

/* top info boxes */
.info
{
float: left;
width: 910px;
height: 65px;
background-color: #e6e5e5;
margin-bottom: 20px;
border: 1px solid #d4d2d2;
}

.info p
{
font-size: 20px;
font-family: "Century Gothic", Verdana, Helvetica;
line-height: 25px;
margin: 8px 0 0 40px;
}

/* contact page and form styling */
#contact
{
float: left;
width: 500px;
margin-top: 15px;
}

#contact label
{
font-family: "Century Gothic", Verdana, Helvetica;
display: block;
margin-bottom: 4px;
}

#contact input
{
width: 242px;
height: 20px;
background-color: #e6e5e5;
border: none;
border: 1px solid #d4d2d2;
margin-bottom: 4px;
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
padding: 5px;
color: #727070;
}

#contact textarea
{
width: 443px;
height: 145px;
background-color: #e6e5e5;
border: 1px solid #d4d2d2;
overflow: hidden;
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
padding: 5px;
color: #727070;
}

#comment
{
	height: 145px;
	width: 645px;
	background-color: #e6e5e5;
	border: 1px solid #d4d2d2;
	overflow: auto;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	padding: 5px;
	color: #727070;
}
#contact .next_button
{
	float: right;
	width: 66px;
	height: 25px;
	margin-top: 5px;
	margin-right: 45px;
	background-color: #e6e5e5;
	border: 1px solid #d4d2d2;
	text-align: center;
	color: #727070;
	padding: 0;
}

#submit
{
	background-color: #e6e5e5;
	border: 1px solid #d4d2d2;	
	height: 25px;
	color: #727070;
	float: right;
}
.news_item
{
width: 285px;
margin-bottom: 10px;
border-bottom: 1px solid #d4d2d2;
padding-bottom: 0px;
}

.news_item p
{
font-size: 11px;
margin-bottom: 10px;
}

.icons
{
float: left;
margin-top: -5px;
}

.sub
{
font-family: 'Century Gothic', Verdana, Helvetica;
font-size: 11px;
color: #7d7d7d;
}

/* website footer */
#footer
{
clear: both;
float: left;
width: 950px;
margin-top: 40px;
border-top: 1px solid #d4d2d2;
padding: 5px 0;
}

#footer p
{
font-size: 10px;
}

.fl
{
float: left;
}

.fr
{
float: right;
}

.ro
{
margin-top: 4px;
}

.small
{
font-size: 11px;
margin-bottom: 15px;
}

.bold
{
font-weight: bold;
}

.border
{
padding: 2px;
border: 1px solid #d4d2d2; 
background-color: #e6e5e5;
}

#portfolio_images {
    border: 1px solid #CCCCCC;
    width: 900px;
    height: 200px;
}

ul.awards {
	float: left;
	list-style: none;
	margin: 0; 
	background-color: white;
}

ul.awards li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;
	width: 160px;
	height: 55px;
}
ul.awards li img {	
	width: 150px;
	height: 45px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.awards li a img.hover {
	margin-top:15px;
	background:url(../images/thumb_bg.png) no-repeat center center;
	border: none;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 5px 15px;
	}

img.alignleft {
	padding: 5px;
	margin: 0 15px 5px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	}

.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;
}	

.full
{
	width:900px;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
	border: 1px solid #eee;
	background: #fff;	
}

a img {
	border: none;
	}
	
.navigation {
	margin: 50px 0;
	padding-top: 30px;
	clear:both;
	}
	
pre {
	width: 500px;
	margin-right: 250px;
	font-size: 1.1em;
}

#post_right ul, #post_right ul ol {
	margin: 0;
	padding: 0;	
}

#post_right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;	
}

#post_right li#rssfeeds{
	padding-left: 18px;
	margin-left: 5px;
	margin-top: 10px;
	background:url(../images/rss.gif) left center no-repeat;
}
#post_right li#rssfeeds a, #post_right .textwidget a, #post_right #tag_cloud a, #post_right p a {
	background: none;
	display:inline-block;
	margin:0;
	padding:0;
}

#post_right a {
	border: none;
	background: none;	
	display: block;
	padding: 5px 5px;
	background: url(../images/meta.gif) no-repeat 5px 7px;
	padding-left: 20px;
}
#post_right a:hover {
	background: url(../images/meta.gif) no-repeat 5px 7px;
}

h2.pagetitle {
	font-size: 2.2em;
	font-style: italic;
}

commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font: 0.8em Arial, Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
	}
h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
ol.commentlist { list-style:none; margin:0 0 0em; padding:0; text-indent:0; }
ol.commentlist li {  margin: 15px 0 0px; list-style: none; padding: 20px; border: 1px solid #d4d2d2;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { float: right;	padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {margin: 0; display: block;}
ol.commentlist li div.comment-meta {  }
ol.commentlist li p {margin: 13px 5px 13px 0; line-height:16px;}
ol.commentlist li ul { margin:0 0 0em 0em; }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {margin:0;}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#efeeee; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist .navigation {
	padding:10px 0;
	margin:10px 0;
	clear:both;
	border: none;
	}	

blockquote {	
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	}

blockquote {
	border-left: 4px solid #ddd;
	background:#eee;
	color: #666;
	}

.entry ol 
{
	padding-left:40px; 
	padding-bottom:10px;
}

#commentform label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	
}
input.error { border: 1px dotted red; }
