/*  
Theme Name: CRIMPERS Management Software
Theme URI: http://www.crimpers.com
Description: Custom theme for CRIMPERS Management Software. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
Version: 1.0
Author: Erik Bernskiold, XLD Studios
Author URI: http://www.xldstudios.com/
*/


/**********************************************
*   Main Page Styles                          *
***********************************************/

body  {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#383838;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	color:#1e1e1e;
    width:100%;
}
#container { 
	width: 730px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size:0.7em;
    line-height:1.3em;
} 

.orange {
	color:#ff7e00;
}

p {
	list-style:square;
	margin:0px 0px 5px 0px;
}

h1 {
	font-size:14px;
	border-bottom:#ccc 1px dotted;
	padding-left:10px;
}

ul {
	list-style:square;
	margin:5px 0px 5px 10px;
}

li.software {
	list-style:none;
}

a.software-link:link, a.software-link:visited {
	color:#640006;
	text-decoration:none;
	list-style:none;
	display:block;
	width:130px;
	height:10px;
	background: url(images/btn_page.jpg);
	text-align:center;
	padding:10px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
}
a.software-link:hover {
	color:#cd6500;
	text-decoration:none;
	list-style:none;
	display:block;
	width:130px;
	height:10px;
	background: url(images/btn_page_hover.jpg);
	text-align:center;
	padding:10px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
}

/**********************************************
*   Link Styles                               *
***********************************************/

a:link {
	color: #636363;
	text-decoration: underline;
	}
a:visited {
	color: #636363;
	text-decoration: underline;
	}
a:hover {
	color:#999999;
	text-decoration:none;
	}
a:active {
	color: #636363;
	text-decoration: underline;
	}
a.navbar {
	color:#640006;
	text-decoration:none;
}

/**********************************************
*   Layout Structure                       *
***********************************************/

#header { 
	background:#fff url(images/header.jpg) no-repeat center; 
	padding: 0 0px;
	height:62px;
	font-size:0px;
	margin-bottom:10px;
	width:730px;
}

#navbar {
	background:url(images/navbar.jpg) no-repeat #fff center;
	color:ffffff;
	width:694px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#640006;
	text-transform:uppercase;
	padding-top:5px;
	margin:0 auto 0 auto;

}
	
#headerpicture {
	width:730px;
	text-align:center;
	margin:5 0 5 0;
}

#content-container {
	width:730;
	padding:5px;
}

#content-left {
	width:220px;
	float:left;
}

#content-right {
	width:500px;
	float:right;
}

#footer { 
	background:url(images/footer_tile.gif) repeat-x;
	font-size:0.73em;
	width:100%;
	height:25px;
	margin-bottom:15px;
	padding-top:12px;
	color:#cccccc;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {border:none;}

li.back-link {
	list-style:none;
}

a.back-link:link, a.back-link:visited {
	color:#640006;
	text-decoration:none;
	list-style:none;
	display:block;
	width:130px;
	height:10px;
	background: url(images/btn_page.jpg);
	text-align:center;
	padding:10px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
}
a.back-link:hover {
	color:#cd6500;
	text-decoration:none;
	list-style:none;
	display:block;
	width:130px;
	height:10px;
	background: url(images/btn_page_hover.jpg);
	text-align:center;
	padding:10px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
}

/**********************************************
*   Sidebar Boxes                             *
***********************************************/

.sidebar-title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}

.sidebar-box {
	background:#fff url(images/bar-box.jpg) no-repeat;
	width:195px;
	padding:5px;
	vertical-align:text-top;
}

/**********************************************
*   Content Boxes                             *
***********************************************/

.content-title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}

.content-box {
	background:#fff url(images/content-box.jpg) no-repeat;
	width:452px;
	padding:5px;
	vertical-align:text-top;
}
