/*  
Theme Name:		CeSeeNet PhD
Theme URI:		http://bizzthemes.com/
Description:	Developed & Designed by Zeljan Topic.
Version:		2.0
Tags: 			white, three-columns, fixed-width, translation-ready
Author:			BizzThemes
Author URI:		http://bizzthemes.com/
License:		GPL version 3
License URI:	http://gplv3.fsf.org/
*/
/*
               IMPORTANT NOTE!
               If you wish to make custom changes to your theme, DO NOT EDIT THIS FILE. Instead, use the custom.css template
               to define custom styles. This way, you will still be able to take advantage of future upgrades to the theme
               without worrying about overwriting your style changes.
*/

/* Import RESET styling for grid framework */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* Import TEXT styling for grid framework*/
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* Import 760 GRID styling for grid framework*/
body{min-width:760px}.container_24{margin-left:auto;margin-right:auto;width:760px}.grid_6,.grid_12,.grid_18,.grid_24{display:inline;float:left;margin-left:5px;margin-right:5px}.alpha{margin-left:0}.omega{margin-right:0}.container_24 .grid_6{width:80px}.container_24 .grid_12{width:574px}.container_24 .grid_18{width:664px}.container_24 .grid_24{width:750px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}
/*----------------------------------------------

STYLE.CSS FILE STRUCTURE:

    GENERAL STYLING Options
	    Body fonts and links
		Body typography
		Body definition lists
		Body tables
		Body input fields and .button styling
		Google button
		Body fixes and alignments
		Body images and captions
	GENERAL WIDGET Options
	    General Widget Styling
		Specific Widget Styling
		    Loop and Query Posts Widgets
				Content Display
				Pagination Options
			Comments Loop Widget
			Comments Form Widget
			Twitter Updates Widget
			RSS Widget
			Flickr Photostream Widget
			Social Widget
			Contact Form Widget
			Search Form Widget
			Posts Calendar Widget
			Rich Textarea Widget
			Navigation Menu Widget
				First level menu items
				Drop-down menu items
			Logo Widget
			Carousel Posts Widget
			Featured Posts Widget
			Category Posts Widget
			Ad Space Widget
	THEME SHORTCODES
		Pricing table shortcode
	CONTAINER and GRID Options
	    General Grid Styling
		HEADER Area
		FEATURED Area
		MAIN Area
		FOOTER Area
	CSS3 Options
		BORDER-RADIUS
		BOX-SHADOW
		TEXT-SHADOW

----------------------------------------------*/

/* GENERAL STYLING Options
------------------------------------------------------------------------------------------------------------------ */

/* Body fonts and links
-------------------------------------------------------------------- */
body{ color: #000000; font: 11px/14px Verdana, Arial, Helvetica, sans-serif; background-color: #E5E5E7;  }
* { padding: 0; margin: 0; }
a{ color:#c21d3c; text-decoration:none }
a:hover{ color:#c21d3c; text-decoration:underline }

/* Body typography
-------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:5px 0 15px 0 }
p strong, li strong { color: #555; }
blockquote { padding:0 15px; margin:15px 0 15px 15px; border-left:3px solid #ccc; display:block }
blockquote, blockquote p { font:italic 13px Tahoma; line-height:23px }
code { background:#F0F0F0 }
abbr, acronym { cursor:help }

/* Body definition lists
-------------------------------------------------------------------- */
dl { font-size:14px; width:100%; border-collapse:collapse; margin:0 0 20px }
dl dt { color:#555; font-weight:bold; font-size:12px; padding:8px 10px; vertical-align:middle }
dl dd { border:1px solid #E7E8D0; color:#333; padding:10px }
ul { padding:0 0 0 .7em; margin:1em 0 1em 5px }
ul li{ list-style:square; margin:0 0 .4em .5em }
ol li{ list-style:decimal; margin:0 0 .4em .5em }
#wpadminbar li { list-style:none } /* hide list styling for WP 3.1 admin bar */

/* Body tables
-------------------------------------------------------------------- */
table { font-size:14px; width:100%; text-align:right; border-collapse:collapse; margin:0 0 20px }
table caption { margin:15px 0 }
table th { border:1px solid #E7E8D0; color:#555; font-weight:bold; font-size:12px; padding:8px 10px; vertical-align:middle }
table td { border:1px solid #E7E8D0; color:#333; padding:10px }
table td sup { font-weight:normal; font-size:10px; color:#555555 }
table td img { position: relative; vertical-align:middle }

/* Body input fields and .button styling
-------------------------------------------------------------------- */
input, textarea { background-color:#F9F9F9; font-size: 1em; font-family:inherit; color: #444444; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background-color: #ffffff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
input[type="submit"], a.button { background:#555555; border:none; color:#ffffff; font-size:13px; text-decoration:none; margin:0; padding:4px 8px }
input[type="submit"]:hover, a.button:hover { text-decoration:none; background-color:#777777 }

/* Google button
-------------------------------------------------------------------- */
.btn { font-size:100%/1.2; font-family:inherit; display:inline-block; background:none; margin:0; padding:3px 0; border-width:0; overflow:visible; text-decoration:none; color:#333 }
a.btn span { color:#333 }
a.btn { text-decoration:none }
* html button.btn { padding-bottom:1px }
html:not([lang*=""]) button.btn { margin:0 -3px }
.btn span {  background:#ECECEC url(lib_theme/images/bg-button.gif) repeat-x 0 0; z-index:1; margin:0; padding:3px 0; border-left:1px solid #ccc; border-right:1px solid #C4C4C4 }
* html .btn span { padding-top:0 }
.btn span span { background:none; position:relative; padding:3px .4em; border-width:0; border-top:1px solid #ccc; border-bottom:1px solid #C4C4C4 }
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span { cursor:pointer; border-color:#888888 !important; color:#000 }
.btn:active span { background-position:0 -395px; outline:none }
.btn:focus, .btn:active { outline:none }

/* Body fixes and alignments
-------------------------------------------------------------------- */
.fl, .alignleft{ float: left }
.fr, .alignright{ float: right }
.ac{ text-align: center }
.ar{ text-align: right }
.al{ text-align: left }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block;}

/* Body images and captions
-------------------------------------------------------------------- */
img.alignleft, img.left { float: left; margin:10px 10px 5px 0 }
img.alignright, img.right { float: right; margin:10px 0 5px 10px }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; margin-top:10px; margin-bottom:10px; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; margin:10px 0 }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
.wp-caption { background:#ffffff; border:1px solid #D8D8D8; color:#666666; margin-top:10px; margin-bottom:10px; }
.wp-caption img { margin:5px 5px 0 5px; border:none !important; padding:0 !important }
.wp-caption-text { text-align:center; font-size:11px; margin:0 5px 5px 5px }
.wp-caption.alignleft { float: left; margin:0 15px 10px 0 }
.wp-caption.alignright { float: right; margin:0 0 10px 15px }
.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
.wp-caption.alignnone { clear: both; }
dl.gallery-item img { padding:5px; border:1px solid #e6e6e6 !important; background:#ffffff }
.gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px }

/* GENERAL WIDGET Options
------------------------------------------------------------------------------------------------------------------ */

/* General Widget Styling
-------------------------------------------------------------------- */
.widget { padding:0 0 0 5px 0; margin:0 0 5px 0; line-height:20px }
.widget p { margin-bottom:10px }
.widget h3 { font-size:13px; letter-spacing:0.2px; padding:5px 8px 5px 0; margin:0 0 5px 0 }
.widget h3 img  { vertical-align:middle; border:0; padding:0; margin:0 10px 0 0 }
.widget h3 img.rss-feed { float:right; margin:4px 0 }
.widget h3 a { color:#000000 }

/* Specific Widget Styling
-------------------------------------------------------------------- */

/* Loop and Query Posts Widgets
-------------------------------- */

/* Content Display
------------------- */
.content-area { z-index:1; margin:0 0 5px 0 }
h1.entry-title a, h2.entry-title { font-family: Verdana, Arial; color:#D32143; font-size:14px; font-weight:normal; line-height: 19px; margin:5px 0 2px 0 }
h1.entry-title a, h2.entry-title a { font-size: 16px; margin:0 0 10px 0; }
.headline_area h1, h1.entry-title, h2.entry-title { font-family:Georgia, Arial; font-size:20px; line-height:24px; margin:0 0 20px 0; padding: 5px 0 0 0; color:#D32143; }
h1.title, h2.entry-title { margin: 5px 0 10px 0 }
.post_box { padding:0 0 10px 0; margin:0 }
.post_box ol { margin: 1em 8px; padding: 0 0 0 0.5em; }
.post_box.bsize-1 {  }
.post_box.bsize-2, .post_box.bsize-3, .post_box.bsize-4 { margin-right:6%; display:inline; float:left; position:relative }
.post_box.bsize-2 { width:47% }
.post_box.bsize-3 { width:29.3% }
.post_box.bsize-4 { width:20.5% }
.post_box.last { margin-right:0 }
.post_box img.thumbnail { margin-bottom:10px }
.headline_meta { margin: 0; color:#606060 }
.headline_meta a { color:#606060 }
.headline_meta span { font-size:10px; padding:0 10px 0 0; margin:0 }
.headline_meta span.fb_comments_count { background:none; padding:0 }
span.read-more { padding:0 0 10px 0; display:block }
span.read-more a  { font-size:10px; text-transform:uppercase; margin:0; padding:0 }

.format_text { font-size:12px; line-height:15px; color:#606060 }
.format_text b, .format_text strong { font-weight:normal; color:#000000 }
.sticky { background: #f2f7fc; border-top: 4px solid #000; margin-left: -20px; margin-right: -20px; padding: 18px 20px }
.single-sep { border-bottom:1px dotted #D6D6D6 }

/* Course Page
------------------- */
.course_section { 
	border-top: 1px solid silver; 
	clear: both; 
	color: #D32143; 
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	margin: 25px 0px 15px 0px;
	padding: 1px 0px 0px 0px;
}
.course_news h2.entry-title { margin: 0; padding: 0 }
.course_news h2.entry-title a { font-size: 12px; font-family: Verdana, Arial; }
.course_news .post_box { border-top:1px dotted #D6D6D6 }
.course_news .single-sep { border: none }

/* Pagination Options
------------------- */
.pagination_area { padding:5px 0; text-align:center; margin:15px 0 5px 0; position:relative }
ul.lpag { list-style:none; padding:0; margin:0 }
ul.lpag li  { font-size:13px; display:inline; padding:0; margin:0 }
ul.lpag li a { padding:5px 10px; color:#000000 }
ul.lpag li a:hover { background-color:#EDEEEF; text-decoration:none }
ul.lpag li.active a { background-color:#ffffff; color:#000000 }
ul.lpag li.current span { padding:4px 9px; border:1px solid #000000; margin:0; background:#ffffff; color:#000000 }
.pagination_loading { background:url(lib_theme/images/ajax-loader.gif) no-repeat 0 0; width:16px; height:11px; position:absolute; right:15px; top:12px; display:none }

.page-link { color: #000; font-weight: bold; margin:10px 0; word-spacing: 0.5em; clear:both }
.page-link a { background: #ffffff }
.page-link a:link, .page-link a:visited {	background:#F5F6F6; font-weight:normal; padding: 0.5em 0.75em; text-decoration: none; border:1px solid #E7E7E7 }
.page-link a:active, .page-link a:hover { border-color:#BA006F }

/* Comments Loop Widget
-------------------------------- */
.widget-bizz-comments-loop {  }
h3.tcomm, h2.post-form { font-size:22px; color:#333333; padding:10px 0; margin:20px 0 }
#respond h3.tcomm { border:none; padding:0; margin:10px 0 0 0 }
#comments { padding:0 0 20px 0; background:transparent; position:relative }
#comments ol.commentlist, #comments ol.commentlist li { padding:0; margin:0; background:none; border:none }
#comments .comment { margin-top:10px !important; width:100%; list-style-type:none }
#comments .pingback, #comments .trackback { margin:15px 0 10px 25px !important }
#comments .pingback  a.comment-reply-link, #comments .trackback  a.comment-reply-link { display:none }
#comments .comment a { padding:1px 0 }
#comments .comment small { font-size: 11px }
#comments .comment .comment-container  { padding:3px 0 }
#comments .comment .avatar-wrap { float:left }
#comments .comment .avatar-wrap img { background:#ffffff; border:1px solid #E2E2E2; padding:3px }
#comments .comment .text-right { margin-left:75px }
#comments .comment .text-right .comm-reply{ background:#F9F9F9; font-size:12px; color:#999999; padding:5px 10px; margin:0; border:1px solid #E2E2E2 }
#comments .comment .text-right .comm-reply span.comment-author{ font-weight:bold; color:#000000 }
#comments .comment .text-right .comm-reply .fr{ margin:0 }
#comments .comment .text-right .comm-reply small a{ font-weight:normal }
#comments .comment.bypostauthor .text-right .comm-reply { border:1px solid #FFAA00 }
#comments .comment .text-right .comment-entry { background:#ffffff url(lib_theme/images/bg-content-top.png) repeat-x top left; padding:10px; border:solid #E2E2E2; border-width:0 1px 1px 1px }
#comments .comment .text-right .comment-entry p { padding:0 0 10px 0; margin:0; line-height:23px }
#comments .comment .text-right .comment-entry p.comment-moderation { font-style:oblique }
#comments .comment .text-right .comment-entry ol,
#comments .comment .text-right .comment-entry ul { margin: 1em 8px; padding: 0 0 0 1em; }
#comments .comment .text-right .comment-entry ul li { list-style:square }
#comments ul.children { padding:0 0 0 25px; margin:0; list-style:none; border:none; background:none }
p.commpadd{ padding:0; margin:0 0 10px 0 }
.cancel-comment-reply {  }
.cancel-comment-reply a#cancel-comment-reply-link { background:#FFF7D7; border:1px solid #FAD163; padding:4px 6px }
#comments_wrap .navigation { margin:15px 0 0 0 }
#comments_wrap .navigation a { padding:5px 8px; color:#000000; font-size:12px; background-color:#dddddd; border:1px solid #777777; text-decoration:none }
#comments_wrap .navigation a:hover { opacity:0.86 }

/* Comments Form Widget
-------------------------------- */
.widget-comments-form { padding:0 }
form#commentform { padding:5px 0 0 0 }
#respond { padding:15px 0 0 0; margin:0 }
#respond a{ padding:1px 0 }
#respond p{ padding:5px 0; margin:0 }
#respond textarea { margin:0; padding:4px; width:97% }
p.commpadd input{ line-height:25px; height:25px; padding:5px 0 0 5px }
p.commpadd label{ padding:0 0 0 5px }

/* Contact Form Widget
-------------------------------- */
.cform .screenReader { left:-9999px; position:absolute; top:-9999px }
.cform ol.forms  { list-style:none; width:100% }
.cform ol.forms li  { list-style:none; margin:0; padding:0; position:relative; width:100% }
.cform ol.forms label  {  }
.cform ol.forms label span  { color:red; margin:0 0 0 2px }
.cform ol.forms input.txt, .cform ol.forms textarea  { padding:5px; width:95% }
.cform ol.forms input.txt:focus, .cform ol.forms textarea:focus  {  }
.cform ol.forms input.txt  {  }
.cform ol.forms textarea  { height:180px }
.cform ol.forms li .error  { font-size:10px; display:block; font-weight:bold; color:red }
.cform ol.forms li.screenReader  { margin-bottom: 0; }
.cform ol.forms li.buttons .submit  { }
.cform ol.forms li.inline { margin:10px 0; padding:0 }
.cform ol.forms li.inline input  { margin:0 8px 0 0 }
.cform ol.forms li.inline label  {  }

/* Search Form Widget
-------------------------------- */
.widget form.search { background:#fff; width: 99%; position: relative; border: 1px solid #010101; margin: 5px 0 }
.widget form.search input {  padding: 4px 8px; width: 85%; margin: 0; border: none; background: none; color:#777 }
.widget form.search button { background: transparent url(lib_theme/images/search-button.png) no-repeat 0 0; position: absolute; top: 0; right: 2px; width: 22px; height: 22px; border: none; margin: 0; padding: 0 }
.widget form.search button:hover { cursor: pointer }

/* Rich Textarea Widget
-------------------------------- */
.rich_btn { margin:15px 0 0 0 }

/* Navigation Menu Widget
-------------------------------- */

/* First level menu items
------------------- */
.widget .nav-menu, .widget .nav-menu ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
.widget ul.nav-menu  { border-top: solid 1px black; border-bottom: solid 1px #CCC; margin: 35px 0 0 0; padding: 0 }
.widget .nav-menu a { display:block; z-index:100; padding: 3px 12px 6px 0px; height: 25px; line-height: 11px; color: #79787C; font-size: 9px; text-decoration:none }
.widget .nav-menu li { list-style:none; width: auto; padding:0; margin:0; border-top: solid 1px #CCC; }
.widget .nav-menu li:first-child { border-top: none }
.widget .nav-menu li { border: expression(this.previousSibling == null ? 'red' : (this.parentNode.id == 'someid') ? 'green' : '-' ) }
.widget .vertical .nav-menu li  { clear:both; margin:0 0 5px 0 }
.widget .nav-menu li a:hover { color:#c21d3c; text-decoration:underline }
.widget .nav-menu li.current-menu-item a, .widget .nav-menu li.current-menu-item a:hover,
.widget .nav-menu li.current_page_item a, .widget .nav-menu li.current_page_item a:hover { color:#c21d3c; }
.widget .nav-menu li.current-menu-item li a,
.widget .nav-menu li.current_page_item li a { background:none; color:#c21d3c; }
.widget .nav-menu li ul { border:none; padding:0; margin:0 }
.widget .nav-menu li li.current-menu-item, 
.widget .nav-menu li li.current_page_item { background: none; }
.widget .nav-menu .sf-sub-indicator { padding-left:5px }
.widget .nav-menu a span.desc  { clear: both; font-size: 11px; letter-spacing:0; text-transform: lowercase }

/* Drop-down menu items
------------------- */
.widget .nav-menu li ul  { position:absolute; display:none; width:180px; background:#ffffff; border:1px solid #E0C753 }
.widget .nav-menu li ul li  { list-style:none; border:none; padding:0; margin:0 }
.widget .nav-menu li ul li a  { background:url(lib_theme/images/ico-bullet.png) no-repeat 5px 15px; color:#555555; padding:8px 15px; width:150px; line-height:20px; font-size:15px; font-weight:normal }
.widget .nav-menu li ul li ul li a  { width:150px }
.widget .nav-menu li ul li:hover  { background-color:#EDEEEF }
.widget .nav-menu li ul li.current-menu-item li a, .widget .nav-menu li.current-menu-item li a:hover,
.widget .nav-menu li ul li.current_page_item li a, .widget .nav-menu li.current_page_item li a:hover { color:#000000; background:none }
.widget .nav-menu li.current-menu-item li a, .widget .nav-menu li.current-menu-item li a:hover,
.widget .nav-menu li.current_page_item li a, .widget .nav-menu li.current_page_item li a:hover { background:none }
.widget .nav-menu li ul  { padding:5px; }
.widget .nav-menu li ul ul  { margin: -5px 0 0 90px; }
.widget .nav-menu li:hover ul ul, .widget .nav-menu li.sfhover ul ul, .widget .nav-menu li:hover ul ul ul, .widget .nav-menu li.sfhover ul ul ul { left:-999em; }
.widget .nav-menu li:hover ul,.widget .nav-menu li li:hover ul,.widget .nav-menu li li li:hover ul,.widget .nav-menu li.sfhover ul,.widget .nav-menu li li.sfhover ul,.widget .nav-menu li li li.sfhover ul  { left:auto; }
.widget .nav-menu li:hover,.widget .nav-menu li.hover  { position:static; }

/* Logo Widget
-------------------------------- */
.logo-spot h1.logo { padding:0; margin:0 }
.logo-spot h1.logo a { border:none; outline:none }
.logo-spot a,.logo-spot a:link,.logo-spot a:hover,.logo-spot a:active{ outline:none; background:none }
.logo-spot .blog-title { text-align:left; font-size:30px; margin:5px 0 10px 0; padding:0 }
.logo-spot .blog-description{ text-align:left; font-size:17px; margin:0; padding:0 }

/* Social Post Links
-------------------------------- */
.sociallinks {  }
.tweetthis { float: left }
.tweetthis { float: left }
.fbrecommend { float: left; margin: 0 0 0 10px }

/* Breadcrumbs Widget
-------------------------------- */
.widget.wbreadcrumbs, .widget_breadcrumb_navxt { border-bottom: solid 1px black; padding:0 !important }
.widget_breadcrumbs, .widget_breadcrumb_navxt { padding:2px 0 8px 0 !important; margin:0; font-size:9px; position: relative }
.widget_breadcrumbs a {  }
.widget_breadcrumbs strong { font-weight: normal }
.widget_breadcrumbs .login, .widget_breadcrumb_navxt .login { position: absolute; top: 0; right: 0 }
.widget_breadcrumbs .login a, .widget_breadcrumb_navxt .login a { background: #fff; padding: 4px 8px }

/* Featured Number Widget
-------------------------------- */
.widget_number { text-align: center }
.fnum { font-family: Arial; font-size: 75px; font-weight: bold; letter-spacing: -5px; color: #E9EBE8; padding: 20px 0 0 0 }
ul.course-nav { padding: 0 5px; margin: 50px 0 0 0; text-align: left }
ul.course-nav li { border-top: 1px solid #ccc; padding: 3px; margin: 0; list-style: none; }
ul.course-nav li a { display: block }

/* Taxonomy Drill Widget
-------------------------------- */
.widget_taxonomy_drill { background-color: #f2f2f2; border-bottom: solid 1px black; padding: 5px 15px 20px 15px }
.widget_taxonomy_drill ul { padding: 0; margin: 0 0 10px 0 }
.widget_taxonomy_drill ul li { padding: 0; margin: 0 0 5px 0; list-style: none }
.widget_taxonomy_drill ul li select { width: 450px }
a.taxonomy-drilldown-reset { margin: 0 0 0 5px }

/* CONTAINER and GRID Options
------------------------------------------------------------------------------------------------------------------ */

/* ADDITIONAL GRIDS
-------------------------------------------------------------------- */
.foot-credit { text-align: center; font-size: 9px; color: #79787C; }
.foot-credit a { color: #79787C; }

/* MAIN Area
-------------------------------------------------------------------- */
#main_area { z-index: 1; padding: 15px 0 0 0 }
#main_area .container_24 { background-color: #fff; padding: 5px 0 10px 0 }
#main_area .grid_18 { margin-left: 0 }

/* FOOTER Area
-------------------------------------------------------------------- */
#footer_area { z-index: 1; padding: 0 }
#footer_area .container_24 { padding: 5px 0 15px 0 }

/* CSS3 Options
------------------------------------------------------------------------------------------------------------------ */

/* BOX-SHADOW
-------------------------------------------------------------------- */
#main_area .container_24 {
	-webkit-box-shadow: 0 0 8px #aaa;
	   -moz-box-shadow: 0 0 8px #aaa;
	        box-shadow: 0 0 8px #aaa;
}
#comments .comment .avatar-wrap img, .widget .wid_author img, .flickr img {
    box-shadow: 0 0 6px #EFEFEA;
    -moz-box-shadow: 0 0 6px #EFEFEA;
    -webkit-box-shadow: 0 0 6px #EFEFEA;
}


