/*
Theme Name: PWD-Custom
Theme URI: http://www.pollakwebdesign.com
Description: Custom design for Pollak Web Design
Version: 1.0
Author: Steven H. Pollak
Author URI: http://pollakwebdesign.com
Tags: clean, basic
*/



/* Color Scheme

Text: #5C5C5C
Light text: #999
Main color: #5b3819

*/

body {
	background-color: white;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #5C5C5C;
	padding: 0;
	margin: 10px 0;
}


/* TEXT FORMATTING */

a img {
	border: 0;
}

a {
	text-decoration: none;
	color: #5C5C5C;
	border-bottom: dotted 1px #ccc;
}

a:hover {
	border-bottom: solid 1px #5b3819;
}


p, li, address, table {
	font: 10px/15px Arial, Helvetica, sans-serif;
	margin: 13px 0;
}

ul {
	margin: 10px 0;
	padding: 0;
}

ul li {
	padding-left: 10px;
	list-style: none;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.large {
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
	color: #5b3819;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#master {
	width: 880px;
	margin: 0 auto;
}

h1#top {
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	text-align: right;
}

#top {
	height: 125px;
	position: relative;
}


/* LOGO */

h1#logo {
	width: 123px;
	height: 115px;
	position: absolute;
	margin: 10px 0 0 15px;
}

h1#logo a {
	width: 123px;
	height: 115px;
	background: url(images/PWD-logo3.jpg) no-repeat;
	display: block;
	text-indent: -9000px;
	font-size: 0px;
	font-family:Verdana;
	border: none;
}

h1#logo a:hover {
	border-bottom: none;
}


/* HEADER */

#header {
	width: 550px;
	height: 115px;
	position: absolute;
	margin: 17px 0 0 315px;
}

#header h1, #header h2 {
	text-align: right;
}

#header h1 {
	margin: 0 0 10px 0;
}

#header h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	font-family: Times New Roman;
	margin: 10px 0 0 0;
	line-height: 22px;
	color: #999999;
}


/* AREA1 */

#area1 {
	width: 880px;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: dotted 1px #ccc;
	clear: both;
	overflow: hidden;
}



/* COLUMNS IN AREA1 */


#col1 {
	/*border-right: dotted 1px #ccc;*/
	float: left;
	margin-left: 15px;
	margin-top: -10px;
	display: inline;
	width: 140px;
	height: 400px;
}


#col2 {
	float: right;
/*	margin-right: 15px;*/
	display: inline;
	width: 685px;
	border-left: dotted 1px #ccc;
	padding-left: 20px;
	min-height: 400px;
}


address {
	font-style: normal;
	line-height: 12pt;
	margin: 20px 0 10px 0;
}

address a {
	color: #666;
	text-decoration: none;
}


#area1 address {
/*	position: absolute;
	margin: 345px 0 0 0;*/
	margin: 30px 0 0 0;
	clear: left;
}



/* MAIN MENU */

#menu {
	/*position: absolute;*/
}

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

#menu ul a {
	outline: none;
}

#menu ul li {
	font-weight: normal;
	font-style: normal;
	margin: 5px 0 5px 0;
	background: none;
	padding: 0
}


/* portfolio section */

.portfolio_item 
{
    padding: 20px 0 20px 0;
    border-top: dotted 1px #ccc; 
    min-height: 200px;
}    

.portfolio_description
{
    float: left;
    width: 250px;
    padding: 0 5px 0 0;
}

.portfolio_description p
{
    /* font-size: 11px; */
    line-height:16px;
}
.portfolio_screenshot
{
    float: right;
    width: 380px;

}




/* LIST WITH TEXT ONLY - 3 columns */

ul.text {
	margin: 10px 0;
	padding: 0;
}

ul.text li {
	width: 480px;
	float: left;
	margin-right: 30px;
	background: none;
	display: inline;
}

ul.text li h3 {
	font-size: 120%;
	font-weight: normal;
}

ul.text li a {
	color: #5c5c5c;
	text-decoration: none;
	border: 0;
}

ul.text li a:hover {
	border-bottom: none;
}

.txtfield {
	border: solid 1px #ccc;
	margin: 0 0 5px 0;
}

.button {
	background-color: #ccc;
	color:#5C5C5C;
	font: 12px Arial, Georgia, "Times New Roman", Times, serif;
	border: none;
	padding: 1px 7px;
	width: auto;
	overflow: visible;
	cursor: pointer;
}


/* FOOTER */

#footer {
	margin: 25px 0 0 0;
	padding-top: 15px;
	width: 880px;
	border-top: dotted 1px #ccc;
	padding-bottom: 30px;
}

#menu3 {
	float: left;
	display: inline;
	margin-left: 15px;
}

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

#menu3 li {
	display: inline;
	border-left: solid 1px #ccc;
	padding: 0 5px;
	background: none;
}

#menu3 li:first-child, #menu3 li.first-child {
	border-left: none;
	padding-left: 0;
}

#menu3 li a {
	color: #5c5c5c;
	text-decoration: none;
}

#copyright {
	float: right;
	margin-right: 15px;
	display: inline;
}

#copyright a {
	color: #5c5c5c;
	text-decoration: none;
}

#copyright p {
	margin: 0;
}
