/*  
Theme Name: AG
Theme URI: http://adamgitin.com
Description: Adam Gitin
Version: 1.0
Author: Adam Gitin
Author URI: ttp://adamgitin.com
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
/***/

/**
	TOOLS
**/

.float-left{
float:left;
}
.float-right{
float:right;
}
.clear{
clear:both;
}
/**
	 TYPOGRAPHY
**/
.txt-underline{
text-decoration:underline;
}
p{
font:normal 12px Arial;
color:#000000;
}
.brown, a.brown{
color:#714836;
}
/***/
h2{
font:bold 16px Arial;
color:black;
}
#right-col a{
font:bold 14px Arial;
color:#322D37;
}
#right-col a:hover{
text-decoration:underline;
}
/**
	GENERAL
**/
body{
text-align:center;
background-image:url(images/body-bg.jpg);
background-repeat:repeat;
}
#wrap{
background-image:url(images/ag-bg.jpg);
background-repeat:no-repeat;
width:953px;
height:1019px;
margin:0 auto;
text-align:left;
}
#logo-txt{
text-indent:-9999px;
}
.black-hr{
color:black;
background-color:black;
border:0;
}

		/* leftt col */
#left-col{
width:496px;
}
#left-col .inside{
padding:80px 15px 30px 61px;
}
#portfolio{
margin:193px 0 0 0;/*was 210*/
height:600px;
}
		/* middle col */
#middle-col{
width:198px;
margin:73px 0 0 0;
text-align:justify;
line-height:1.3;
font:normal 12px Arial;
color:#000000;
border-right-width:2px;
border-right-color:black;
border-right-style:solid;
}
#middle-col .inside{
padding:0 15px 10px 16px;
}

		/* right col */
#right-col{
width:210px;
margin:73px 0 0 10px;
height:500px;
}
#links-intrest a{
line-height:1.5;

}
		/* footer */
#footer{
width:400px;
position:relative;
bottom:15px;
}






















