/* colors */

input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special { background-color: #FF6600 }
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, .button.special:hover { background-color: #CC5100 }

/* . */

body { background: #FFFFFF }
body, input, select, textarea, h1, h2, h3, h4, h5, h6 { color: #333333 }
a { color: #FF6600 }
a:hover { color: #CC5100 !important }


/* . */

#header { background-color: #000000; border-top-color: #FF6600 }
#header h1 a { color: #333333 }
#header h1 a:hover { color: #FF6600 !important }
#header h1 span { color: #333333 }

/* . */

#header nav a { color: #FFFFFF !important }
#header nav a:hover { color: #FF7519 !important }
#header nav > ul > li.current a, #header nav > ul > li.active a, #header nav > ul > li a.currentAncestor { color: #FF7519 !important }

.dropotron, .dropotron.level-0:before { background: #E5E5E5;color: #000000 }
.dropotron li.active > a, .dropotron li:hover > a, .dropotron li.current > a, .dropotron li > a.currentAncestor { background: #FF6600 }

/* . */

#banner { background-color: #F7F5F8;color: #FFFFFF; }
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 { color: #FFFFFF }
#banner span { color: #FF6600 }
#banner .button { color: #FFFFFF !important; }

/* . */

#content { color: #333333;background: #F8F6F7 }
#content a { color: #FF6600 }
#primary-content h1 a:hover { color: #FF6600 !important }
#primary-content input[type="text"]:focus, #primary-content input[type="password"]:focus, #primary-content input[type="email"]:focus, #primary-content select:focus, #primary-content textarea:focus { box-shadow-color: #FF6600 !important;border-color: #FF6600 !important; }
#primary-content textarea:focus, #primary-content input[type="radio"]:focus + label:before { border-color: #FF6600 !important; box-shadow-color: #FF6600 !important; }
#primary-content .blog-entry,
#primary-content .blog-archive-headings-wrapper,
.plugin-sidebar,
#blog-categories,
#blog-archives,
#blog-tags,
#blog-rss-feeds,
ul.icons li .icon,
input[type="submit"], input[type="reset"], input[type="button"], .button,
input[type="text"], input[type="password"], input[type="email"], select, textarea,
input[type="checkbox"] + label::before, input[type="radio"] + label::before,
hr { border-color: #DDDDDD !important }
.plugin-sidebar { background: #FDFFFE;border-color: #DDDDDD !important }
#secondary-content .sidebar { border-color: #DDDDDD !important }

/* . */

#two, #breadcrumb { background: #FF6600 }

/* . */

#footer { background: #191919;color: #FFFFFF }