/*
Theme Name: Studio Viohl
Theme URI: www.studioviohl.com
Description: This is a new theme for Carrie Viohl Photography
Author:Clint Fleetwood
Author URI: www.cefleetwebservices.com
Latest updated: 
*/

*{
	margin:0;
	padding:0;
}

body {
	background: #94985b url('background_3.jpg') top center repeat-x ;
	font-family: Georgia;
}

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

a:hover {
	text-decoration:underline;
	color:#829da4;
}

#container {
	width:96%;	
	margin:auto;
}

#container #logoImg img {
	position:absolute;
	top:40px;
	right:3%;
	z-index:1;
}

#topLinks {
	font-size:80%;
	font-weight:bold;
	height:20px;
	padding:20px 0 0;
	display:block;
}

#topLinks a {
	color:#2e2013;
}

#topLinks a:hover {
	color:#4e3f2c;
	
}

#header {
	background: #241808;
	height:40px;
	padding:0;
}
#headerLinkHolder, #headerLinkHolder ul {
        height:40px;
        float:left;
        position:relative;
        left:1px;
        top: 1px;
        width:100%;
        list-style: none;
}

#headerLinkHolder a {
        display:block;
        width:100%;
        height:28px;
        padding:10px 0 0 0;
        color:#94985b;
}

#headerLinkHolder a:hover  {
        color:#2e2013;
        background:#d4e9ee;
}

#headerLinkHolder li li {
        width:100%;
}

#headerLinkHolder li {
        float:left;
        width:16.5%;
        text-align:center;
        list-style:none;
        font-weight:bolder;
}

#headerLinkHolder li.parent {
        height:46px;
}


#headerLinkHolder li ul {
         position: absolute;
         left: -999em;
         height:auto;
	 z-index:5;
	 background: #241808;
}
                                
#headerLinkHolder li ul li {
}

#headerLinkHolder li:hover ul {
	left:auto;
}

#headerLinkHolder li:hover ul ul, #headerLinkHolder li:hover ul ul ul, #headerLinkHolder li.sfhover ul ul, #headerLinkHolder li.sfhover ul ul ul {
        left: -999em;
}



#headerLinkHolder li:hover ul, #headerLinkHolder li li:hover ul, #headerLinkHolder li li li:hover ul {
         left: auto;
	 position:relative;
}

/*this may haveto go in the if ie 6 tag */
#headerLinkHolder li.sfhover ul, #headerLinkHolder li li.sfhover ul, #headerLinkHolder li li li.sfhover ul {
	position:absolute;
	top:-20px;
	left:100px;
}

/*
#headerLinkHolder, #headerLinkHolder ul {
height:40px;
	float:left;
	position:relative;
	left:1px;
	top: 1px;
	width:100%;
	
}


#headerLinkHolder li {
	float:left;
	width:16.67%;
	text-align:center;
	list-style:none;
	font-weight:bolder;
	
	
}

#headerLinkHolder li li{
	width:100%;
}

#headerLinkHolder li a  {
	display:block;
	width:100%;
	height:28px;
	padding:10px 0 0 0;
	color:#94985b;
}

#headerLinkHolder li a:hover  {
	/*background:#94985b;	
	color:#2e2013;
	background:#d4e9ee;
	color:#94985b;
}
*/

#content {
	border:1px solid;
	background: #bcbd77;
	font-size:100%;
	position:relative;
	top:-1px;
	padding:20px 25px;

}

#indexContent, #singleContent{
	margin:auto;
	clear:both;
}

.navigation {
	padding:4px 30px;
	font-size:110%;	
}

#footer {
	clear:both;
	font-size:70%;
	padding:4px 10px;
}

#comments, #respond {
	margin: 16px 12px 6px 30px;
}

.commentlist {
	margin:6px 12px 6px 30px;
}

#commentform {
	margin:16px 10px 6px 40px;
}

#galleryHolder h3 {
	text-align:center;
}

.listGalleries h3{
	font-size:100%;
	margin:0;
	padding:0;		
}

/*to make post all align center */
.altrow {background:#94985b; }

.left {
	float:left;
}
.right {
	float:right;
}
