/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	font-family: Arial, Times New Roman;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color:#000000; text-decoration: none; }
a:active {color:#000000;  text-decoration: none; }
a:visited { color:#000000; text-decoration: none; }
a:hover { color:#000000; font-weight:600; text-decoration: none; }

a img { border: none; }
img { border: none; }

#menu {
    width: 270px;
    top: 10px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;

}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	
	
	
	
}

#menu ul li
#menu ul li.section-title { display:inline;  }

#menu ul li.section-title:hover { font-weight:600; }

#menu ul li.active { font-weight:600; }


.indented {color:red;}

#content {
	width:700px;
	height:100%;
    margin: 39px 0px 0px 300px;
    top: 0;
    
}

.container {
    padding: 13px 5px 59px 5px;

    line-height:14px;

}

#content p { width: 700px; margin-bottom: 9px; }

p {
    margin: 0 0 14px 0;

}

#paulrodriguez
{

	font-family:Arial;
	font-size:26px;
}

#paulrodriguez:hover
{
	font-weight:normal;
}

#topimg
{

	margin-bottom:-5px;
}

ul.WORK li{
	margin-left:38px;
}
ul.WORK .section-title{
	margin-left:0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


.page_view_active { font-weight:600; }


#work_title
{
	position:fixed;
	left:15px;
	top:376px;
	width:240px;
	text-align:left;
}

.page_view
{
	position:fixed;
	left:15px;
	top:412px;	/* originally 412px */
	width:240px;
	text-align:left;
	text-transform: none;
}

}

ul.PHOTOGRAPHS li{
	margin-left:38px;
}
ul.PHOTOGRAPHS .section-title{
	margin-left:0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


.page_view_active { font-weight:600; }


#photographs_title
{
	position:fixed;
	left:15px;
	top:376px;
	width:240px;
	text-align:left;
}

.page_view
{
	position:fixed;
	left:15px;
	top:412px;	/* originally 412px */
	width:240px;
	text-align:left;
	text-transform: none;
}

#selected_page_view
{
	position:fixed;
	left:15px;
	top:466px;
	width:240px;
	text-align:left;
}

.mynews
{

	text-align:left;

}

.news_nav
{

	margin-top:20px;
	width:200px;
}


/* expander stuff */



.expander_head {

cursor: pointer;
position: relative;

}

.expander_head:hover {
	font-weight:600;
	cursor: pointer;
}

.expander_body {
	
}




