
body {
	/*:Background image*/
	background-image:url(images/background/fleur_ami.gif);
	/*:Background color*/
	background-color:#161da2;
	color:#e7e7e7;
}

input, textarea, select {
	border-color:#5E5EFF;
	background-color:#000;
	color:#e7e7e7;
}

option {
	background-color:#5E5EFF;
	color:#e7e7e7;
}

.sidebar a, .sidebar li.current_page_item li a, .sidebar li.current-cat li a {
	color:#e7e7e7;
}

h1, h1 a {
	color:#e7e7e7;
}

.description small {
	color:#797979;
}

ul#quicklinks li a.rss {
	background-image: url(images/icons/feed-icon-16x16-dark.gif);
}

.meta {
	padding-bottom:0;
	background:none;
}

.meta dl {
	border-color:#c6c6c6;
	background-color:#0000FB;
}

.meta dl dd a {
	color:#e7e7e7;
}

#sidebar div {
	border-left-color:#5E5EFF;
}

#sidebar_left div {
	border-right-color:#5E5EFF;
}

#footer_content {
	border-top-color:#5E5EFF;
}

#header_image {
	/*:Header height*/
	padding-top:200px;
	/*:Header image*/
	background-image:url(images/headers/amcadwebheader1.jpg);
	/*:Header image alignment*/
	background-position:center;
}

#title {
	border-top:2px solid #383838;
}

#title, #frame, #footer_content {
	background:#5E5EFF url(images/page-gradient-cadweb.png) repeat-y right;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:0px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:280px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:0px;
	/*:Sidebar left width*/
	right:0px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:280px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:280px;
}

#page, #header, #footer {
	/*:Page width*/
	width:94%;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#ffaf13;
}

a {
	/*:Navigation color*/
	color:#ffaf13;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#ffaf13;
	/*:Navigation color*/
	color:#ffaf13;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#ffaf13;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#ffaf13;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#ffaf13;
}

#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#ffaf13;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Navigation color*/
	background-color:#ffaf13;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#ffaf13;
}

code {
	/*:Content color*/
	background-color:#f5c47a;
	/*:Content color*/
	border-color:#f5c47a;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#f5c47a;
	/*:Content color*/
	border-color:#f5c47a;
}

h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#f5c47a;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#f5c47a;
}

/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_ft { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_ght { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }