/* @override 
	http://duchamp.local/~sroka/danielsroka/sroka_style_frontpage.css
	http://www.danielsroka.com/sroka_style_frontpage.css
*/

#test_wrapper {
    width: 850px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    align: center;
}

#frontpage_leftcol {
    float: left;
    width: 520px;
    height: 520px;
	background: url('ui/messy_frame.gif') no-repeat;
	text-align: center;
	/*border: 1px #0F0 solid;*/
}

#frontpage_leftcol img {
	position: relative;
	top: 15px;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	}

#frontpage_caption {
	width: 500px; float: left;
}

#frontpage_caption p {
	/*margin-top: 50px;*/
	margin-left: 5px;
	text-align: left;
	color: #58534b;
    font-size: 9px;
    line-height: 14px;
	clear: both;
	/*border: 1px #00F solid;*/
}

#frontpage_rightcol {
    float: right;
    width: 300px;
    padding-top: 20px;
	text-align: left;
	/*border: 1px #F00 solid;*/
}


.links a {
	font-size: 12px;
	line-height: 17px;
}

#copyright {
    font-size: xx-small;
    color: #898676;
    margin-top: 10px;
}

#photo_rightcol {
    float: right;
    width: 255px;
    margin-top: 25px;
    /*padding: 0 0 0 20px;*/
    /*border: 1px #F00 solid;*/
}

#photo_rightcol h2 {
	/*margin-top: 15px;*/
	/*padding-top: 15px;*/
	margin-bottom: 15px;
}

#photo_rightcol p {
	color: #58534b;
    font-size: 10px;
    line-height: 14px;
    margin-top: -5px;
}

/* @group BuzzBurner */

.feedburnerFeedBlock ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-image: none;
}


.feedburnerFeedBlock ul li {
	list-style-type: none;
	margin-left: 0;
	font-size: 11px;
    line-height: 17px;

}

.feedburnerFeedBlock .headline {
	font-size: 14px;
    line-height: 16px;
    color: #58534b;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: normal;
	text-transform: lowercase;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 7px;
}

.feedburnerFeedBlock #creditfooter, .headline {
	display: none;
}

/* @end */

/* @group pulldown menu */

/* from http://www.designmeme.com/articles/csspulldownmenu/*/

div.pdmenu {
	padding: 0px;
}

.pdmenu ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

.pdmenu li  {
	width:125px;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: black;
	text-decoration:none;
	background-color: #b2ab9a;
	float:left;
	list-style-type: none;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #58534b;
	background-color: #b2ab9a;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000033;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:125px;
	padding: 0;
	margin: 0 0 0 00px;
	border: 1px solid black;
}

.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 2px 2px 2px 10px;
}
.support {
	clear: both;
}

/* @end */

#as_leftcol {
    float: left;
    width: 520px;
    height: 520px;
	/*background: url('ui/messy_frame.gif') no-repeat;*/
	text-align: center;
	border: 1px #0F0 solid;
}


	


