/*
Theme Name: Victory
Theme URI: http://www.lserv.com/wordpress-themes/
Description: "Victory" extensively modied version of "Ad Clerum v.2.0.1" from refuled.net.
Version: 1.0.1
Author: DDave from LServ.Com
Author URI: http://www.lserv.com/
*/


/* Basics */
/*padding: Top Right Bottom Left*/

*{margin:0; padding:0;}

body {
	background: #FFFFFF url(images/textures/cloth022.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	/*margin: 10px;*/
	}

.LightGray {color:#F3F3F3;}
.LightBlue {color:#DFE3F4;}
.Green {color:#123B2A;}
.Red {color:#9B2017;} /*use this */
.Gold {color:#C88F19;} /*use this */

img{ border:none; padding-bottom:10px; margin:0;}
img a{border:none;}
img.left{ float:left; border:none; padding:0; margin:0;}
img.right{ float:right; border:none; padding:0; margin:0;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{border-left:1px solid #666666; margin:10px 0 10px 12px; padding:0 0 0 12px;}

code{margin:10px; font-family:"Courier New", Courier, monospace;}

/* Links and Headings */
a, a:link {color:#9B2017; text-decoration:none;}

h1 {font-size: 16pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}


/*  Container  */
#container {
	width: 900px; 
	margin: 20px auto;
	background:#fff url(images/bg.jpg);
	color:#000000;
	border: 5px solid #F3F3F3;
	}

/*  HEADER  */
#header {
	width: 100%;
	background: #FFFFFF url(images/header.jpg) no-repeat;
	height: 125px;
	}

/* Menu  */
#nav {
	font-weight:bold;
	background: #123B2A;
	text-align: center;
	width: 100%;
	height:20px;
	/*display:none;*/
	border-top: 1px solid #C88F19;
	border-bottom: 1px solid #C88F19;
	/*margin: 0;
	padding: 0;*/
	}
#nav ul {margin:3px 0 0 0;}	
#nav li {display:inline; position:relative;}	
#nav a {color:#FFFFFF; font-weight:bold; padding:0px 12px 0px 12px;}
#nav a:hover {background:#FFFFFF; color:#121212;}

/*  Main Content  */
#content {
	font-size: 10pt;
	width: 500px;
	padding: 8px 18px 0 20px;
	float: left;
	overflow: hidden;
	}
#content h2 {
	font-size: 14pt;
	color:#123B2A;
	margin: 8px 0 6px 0;
	line-height: 120%;
	padding-bottom: 4px;
	border-bottom: 1px dotted #123B2A;
	}
#content p{text-align:justify;}	
#content ul li {list-style-type:square;}
#content ol li {margin:0 0 0 12px; padding:0;}
#content a {color:#9B2017; text-decoration:none; margin:0; padding:0; line-height:120%;}
#content a:hover {color: #333; text-decoration: underline;}

.entry {margin:6px 0 8px 0;}
.entry p {margin:6px 0 0 0;}
.entry a {color:#9B2017; text-decoration:underline;}
.entry a:hover {color: #9B2017; text-decoration: none;}
.entry table td{font-size:8pt; text-align:left;}

.postmetadata{
	clear: both;
	background:#F3F3F3;
	padding:6px;
	margin: 16px 0 16px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px dotted #D8D8D8;
	}

/* Left Sidebar */
#left {width:179px; float:left; margin:0; padding:0; overflow:hidden;}
#left img{ border:none; padding:0; margin:0;}
#left hr {color:#C88F19;}
#left h2 {
	color: #FFFFFF;
	background: #123B2A;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	/*padding: Top Right Bottom Left*/
	padding:3px 0px 3px 5px;
	margin:8px 0px 8px 0px;
	}
#left p {padding:0; margin:0 6px 0 12px;}
#left a {color:#9B2017; text-decoration:none; margin:0; padding:0;}
#left a:hover {color: #333; text-decoration: underline;}
#left ul{margin:5px 0 12px 6px; padding:0;}
#left ul li{margin:0 0 0 12px;	padding:0; list-style-type:square;}
#left ul ul{margin:0; padding:0;}
#left ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #123B2A;
}
#left ul li.recentcomments {margin: 0 12px 0 12px;}
#left ul li.recentcomments a{line-height: 12pt;}

/* Right Sidebar */
#right {width:179px; float:right; margin:0 0 0 0; padding:0; overflow: hidden;}
#right img{border:none; padding:0; margin:0;}
#right hr {color:#C88F19;}
#right h2 {
	color: #FFFFFF;
	background: #123B2A;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	/*padding: Top Right Bottom Left*/
	padding:3px 0px 3px 5px;
	margin:8px 0px 8px 0px;
	}
#right p {padding:0; margin:0 6px 0 12px;}
#right a {color:#9B2017; text-decoration:none; margin:0; padding:0;}
#right a:hover {color: #333; text-decoration: underline;}
#right ul{margin:5px 0 12px 6px; padding:0;}
#right ul li{margin:0 0 0 12px; padding:0; list-style-type:square;}
#right ul ul {}
#right ul ul li {}

/* Calendar Widget */
#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */
/*padding: Top Right Bottom Left*/
.textwidget {margin:0; padding:0;}
/*.textwidget {margin:0 12px 0 12px; padding: 0;}*/

/* Comment Form */
#commentform{margin:10px; padding:10px;}
#commentbox{width:75%; min-width:400px; margin:5px 5px 0 0;}
#author, #email, #url{margin:5px 5px 0 0;}
#submit{margin:5px 5px 0 0;}

/* Comments */
#comments{margin:10px; padding:10px;}
ol.commentlist {}
ol.commentlist li {
	background:#ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}
ol.commentlist li.alt {background: #fff;}
ol.commentlist a {}
cite {}
small.commentmetadata {}

/* Search */
#searchform {margin:8px 0 8px 12px; padding: 0;}
#searchform input {
	background-color:#fff;
	font-size:8pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin:4px 0 0 0;
	padding:2px 2px 2px 4px;
	}

/* Footer */
#footer {
	background:#123B2A;
	color:#FFFFFF;
	clear:both;
	width:100%;
	margin-top:15px;
	}
#footer p{padding:5px; text-align:center;}
#footer a {color: #eee;}
