/*
Design by DW-Network, INC - Danny Wilson
ICScripts.com - Copyright
*/

body{

	background-image:url(images/background.gif);

}

#wrap{
	width:930px;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	border-color:#CCCCCC;
	padding:0px;
}
#logo{
	padding-left:30px;
	padding-bottom:20px;
	padding-top:20px;
	background-image:url(images/logo.png);
	border-color:#000000;
	width:369px;
	height:68px;
	padding-top:10px;
}
#menu{
	color:#FFFFFF;
	font-weight:bold;
	width:920px;
	padding-top:2px;
	padding-bottom:1px;
	height:28px;
	text-align:center;
	background-image:url(images/footer.gif);
	border-color:#000000;
	padding-left:10px;	
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

#menu a{
	color:#FFFFFF;
	padding:14px;
	text-decoration: none;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#content{
	padding-top:8px;
	padding-left:30px;
	float:auto;
	padding-right:13px;
	padding-bottom:0px;
	background-color:#F3F3F3;
}

#title{
        font: bold 14px Arial;
        color: white;
        height: 18px;
        background: black url(images/titlebar.png) repeat-x center left;
        margin-bottom: 10px; /*bottom spacing between header and rest of content*/
        text-transform: uppercase;
        padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

#footer{
	text-align:center;
	color:#FFFFFF;
        font-size: 12px;
	background-image:url(images/footer.gif);
	border-color:#FFFFFF;
        height: 35px;
}

input.x{
	border-collapse:collapse;
	background-color:#ffffff;
	border-color:#999999;
	border:1px solid #999999;
	padding:3px;
}
input.for{
	border-collapse:collapse;
	background-color:#cccccc;
	border-color:#999999;
	color:#333333;
	border:1px solid #999999;
	padding:1px;	
	}
img{
	border:0px;
}

td.viewx{
	width:110px;
	height:110px;
	padding:5px;
	margin:10px;	
	border-collapse:collapse;
	border-color:#c41f1f;
	border:1px solid #A70303;
	background-color:#f8dada;
}
td.viewx:hover{
	width:110px;
	height:110px;
	padding:5px;
	margin:10px;	
	border-collapse:collapse;
	border-color:#A70303;
	background-color:#c41f1f;
	border:1px solid #A70303;
}

#box {
        width:550px;
        font-family: sans-serif;
        text-align: left;
        padding: 4pt;
        border: 2pt;
        border-style: double;
        border-color: black;
        padding:10px;
        background-color:#CCCD94;
        border:2px solid black;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/template/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/template/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}







/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/

/*CSS black style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}