/* HTML Elements */

* {
margin:0;
padding:0;
}
body {background: #ffffff url(images/bg.jpg) repeat-x;color: #000000;}
body, select, input, textarea {font-size:75%; font-family:'lucida grande',Arial,Tahoma,sans-serif;}
body{background:url(images/bg_shadow.png) repeat-y center !important}
p {margin: 15px 0; line-height:18px;}
a:link, a:visited {color: #423B35; text-decoration:none}
a:hover, a:active {text-decoration:underline;}
hr {display: block; height:1px; background:#333;border:0;}
small {font-size: 0.95em; background:#f9f9f9; padding:3px 6px;}
img, a:link img, a:visited img {border:0}
.clear { clear:both;overflow:hidden;}
h1 {font-size:150%;}
h2 {font-size:140%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:3px 0px 3px 0px;
	}

h1, h1 a {  color: #000000; }
h2,h3,h4,h5,h6 { color: #D52B80 ; font-weight:bold; }
h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link { color: #D52B80; text-decoration:none; }
h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {  color: #212121; text-decoration:none; }
h1 { font-family:"Trajan Pro";	letter-spacing:0; }
h1 a:link {  text-decoration:none; }
h1.padtwenty { padding:20px 0px 0px 20px; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
pre { overflow:auto;}
dl {margin:0 0 1.5em 0;}
dl dt {font-style:italic; padding:3px 0px 3px 0px;}
dd {margin-left:1.5em; margin-top:18px;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#dddddd; text-align:left; border-right:1px solid #ffffff;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#eeeeee; text-align:left; border-right:1px solid #ffffff;}
tfoot {font-style:italic;}
caption {background:#3F3F3F;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #f1f1f1;}
.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { 	display: block; margin-left: auto; margin-right: auto;   }

img.alignleft { float:left; margin-right:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.alignright { float:right; margin-left:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; background:#f2f2f2; padding:5px; max-width: 500px; }
html>body .alignleft { width: auto; height: auto; max-width:250px; }
html>body .alignright { width: auto; height: auto; max-width:250px; }
html>body .aligncenter { width: auto; height: auto; max-width:475px; }
#wrapper { width:900px; margin:0 auto; padding:0; position:relative; z-index:2}
#left { position:absolute; top:300px; left:1150px; width:96px;}
#left .sideicons { background:transparent url(images/sideiconsbg.png) no-repeat; height:100%; margin:0 auto; text-align:center; }
#left .sideicons ul { list-stule:none; }
#left .sideicons ul li { list-style:none; }
#left .sideicons ul li a { text-decoration:none; }
#left .sideicons ul li a:hover { text-decoration:none; color:#ff0000 }
#left img { padding:10px 0px 0px 0px; }
#left .sideiconsbottom img { padding:0; margin:0; vertical-align:bottom; width:96px;}
#right { margin:-40px 0px 0px 0px;  width:563px; }
#right .sideicons {  margin:0 auto; text-align:center; }
#right .sideicons ul {margin:0; height:60px; }
#right .sideicons ul li { height:60px; float:left; list-style:none; margin:0px 0px 0px 15px; }
#right img { padding:5px 0px 0px 0px;margin:0; height:40px;  }
#right .sideicons ul li a { font-size:x-small; }
#right .sideicons ul li a:hover { text-decoration:none; color:#ff0000 }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#right { margin:-17px 0px 0px 0px;  width:500px; }
}
#maincontainer { width:900px; margin:0 auto; }
#contentcontainer { clear:both; overflow:hidden; padding-top:10px; margin:0 auto; width:900px; }
/* categories list menu */
/*- Category Navigation -*/
/*- Nav / Dropdowns-*/
#maincontainer .catmenu {
	margin:0 auto;
	width:900px;
	height:35px;
	overflow:hidden;
	font-size:10px;
}
#maincontainer .catmenu, #maincontainer .catmenu ul {
	padding-top:15px;
	list-style: none;
	margin:0 auto;
	width:900px;
	height:23px;
	overflow:hidden;
}
#maincontainer .catmenu a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#ffffff;
}
#maincontainer .catmenu li {
border-left:1px solid #454545; border-right:1px solid #232323;
	float: left;
	line-height 8px;
	overflow:hidden;
}
#maincontainer .catmenu li a:hover {
	background: none;
	text-decoration:underline;
}
#maincontainer .catmenu li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}

#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li.sfhover ul {
	left: auto;
	z-index:1000;	
}

#maincontainer .catmenu li ul li {
    background: #212121;
	width:15em;
	border:none;
}

#maincontainer .catmenu li ul li a {
color:#ffffff;
}

#maincontainer .catmenu li:hover, #maincontainer .catmenu li.hover {
    position: static;
}
#maincontainer .catmenu li ul ul {
	margin: 0 0 0 15em;
}
#maincontainer .catmenu li:hover ul ul, #maincontainer .catmenu li.sfhover ul ul {
	left: -999em;
}
#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li li:hover ul, #maincontainer .catmenu li.sfhover ul, #maincontainer .catmenu li li.sfhover ul {
	left: auto;
}
#maincontainer .catmenu li:hover ul ul, #maincontainer .catmenu li:hover ul ul ul, #maincontainer .catmenu li.sfhover ul ul, #maincontainer .catmenu li.sfhover ul ul ul {
	left: -999em;
}
#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li li:hover ul, #maincontainer .catmenu li li li:hover ul, #maincontainer .catmenu li.sfhover ul, #maincontainer .catmenu li li.sfhover ul, #maincontainer .catmenu li li li.sfhover ul {
	left: auto;
} 

#maincontainer .titlesect { clear:both; margin:0px auto 10px auto; padding:0px 0px 0px 0px; background:url('images/drop_sag.jpg') no-repeat; background-position:878px 32px;}

/* home rss menu */
#maincontainer .home-rss-menu { float:right; margin:30px 0px 0px 0px;}
#maincontainer .home-rss-menu .bannerad { border:1px solid #ddd; background-color:#f2f2f2; padding:5px;}

/* logo div */
#maincontainer .title-logo { width:120px; float:left; margin-top:10px;  margin-left:1px; position:relative; left:1px;}
#maincontainer .title-logo h1 { h1 font-family:"Trajan Pro";	letter-spacing:0; color:#212121; font-size:28px; }
#maincontainer .title-logo h1 a { h1 font-family:"Trajan Pro";	letter-spacing:0; color:#212121; font-size:28px; }
#maincontainer .titlesect .title-logo .tagline { float:left; font-style:italic; color:#212121;}

/* pages list menu */

#maincontainer .pagemenu { margin:5px auto 0px auto; float:left;background: url(images/menu_bg.png) repeat-x; width:929px; height:65px; position:relative; left:-23px}

#maincontainer .pagemenu ul { margin:0 auto; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #maincontainer .pagemenu ul { margin:0px 0 0 -5px;}
}

.menu2{background:url(images/menu_bg2.png) repeat-x; height:29px; position:relative; left:0px; width:929px; top:-8px}
.menu2-wrapper{position:absolute;}

.menu2 ul {width:135px; height:24px; overflow:hidden; font-size:12px; font-weight:bold; position:relative; top:2px; left:20px; cursor:default; float:left; margin-right:5px !important; z-index:5; padding-top:0;}
.menu2 ul:hover {height:auto; background: #fff repeat-x 0 -7px; box-shadow:0 0 4px #ccc;}
.menu2 li {display:block; width:136px; padding:6px}
.menu2 ul li a{text-decoration:none}
.menu2 ul li:hover{background:#eee; display:block; text-decoration:none}

.menul{background:url(images/menul.png) no-repeat; width:15px; height:14px; position:absolute; left:-1px; bottom:-14px}

.menur{background:url(images/menur.png) no-repeat; width:15px; height:14px; position:absolute; right:-1px; bottom:-14px}

#contentcontainer{padding-left:24px}

.footer-menu{background: url(images/menu_bg.png) repeat-x; position:relative; left:-9px; width:908px; padding-left:20px; height:42px !important;}

#maincontainer .pagemenu .pagetitle {
margin:0px 0px 0px 10px;
height:50px;
}

#maincontainer .pagemenu .pagetitle h1 {
color:#ffffff;
}

#maincontainer .pagemenu a {

	height:29px;

}

.pagetitle a {
	border-right:1px solid #b0236a;
	color:#fff;
	display: block;
	height:29px;
	 font-size: 13px;
	background:none;
	padding-top:12px;
	padding-left:10px;
	padding-right:15px;
	text-decoration:none;
	text-shadow:1px 1px 1px #aa2267;
font-size:verdana;
font-weight:bold;
-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

#maincontainer .pagemenu li a {

}

#maincontainer .pagemenu li {
	float: left; 
	list-style:none;
}

.pagetitle a:hover {
	text-decoration:none;
	text-shadow:0 0 2px #e288b5;
-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
background: url(images/menu_bg.png) repeat-x 0 -42px;
	
}

#maincontainer .pagemenu li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	width:550px;
	margin-left:0px;
	margin-top:-4px;
	
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#maincontainer .pagemenu li ul li {
    background: #393939;
	line-height:28px;	
	width:15em;
}

#maincontainer .pagemenu li ul li a {

}

#maincontainer .pagemenu li:hover, #maincontainer .pagemenu li.hover {
    position: static;
}
#maincontainer .pagemenu li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

#maincontainer .pagemenu li:hover ul ul, #maincontainer .pagemenu li.sfhover ul ul {
	left: -999em;
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li li:hover ul, #maincontainer .pagemenu li.sfhover ul, #maincontainer .pagemenu li li.sfhover ul {
	left: auto;
}
#maincontainer .pagemenu li:hover ul ul, #maincontainer .pagemenu li:hover ul ul ul, #maincontainer .pagemenu li.sfhover ul ul, #maincontainer .pagemenu li.sfhover ul ul ul {
	left: -999em;
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li li:hover ul, #maincontainer .pagemenu li li li:hover ul, #maincontainer .pagemenu li.sfhover ul, #maincontainer .pagemenu li li.sfhover ul, #maincontainer .pagemenu li li li.sfhover ul {
	left: auto;
} 
#maincontainer .pagemenu .468 { float:right; width:527px;}
#maincontainer .pagemenu .search { float:right; width:100px; position:absolute; right:-54px; *right:50px; top:-10px}
#maincontainer .pagemenu .search .searchinput { border:1px solid #dddddd; font-size:14px; padding:5px; width:110px; }
#maincontainer .pagemenu .search .searchbutton { float:left; background:url(images/ara.png) repeat-x; width:50px; cursor:pointer; height:29px; border:none; color:#fff; font-size:16px; text-align:center}

#searchbox { text-align:center; float:right; width:227px; margin:0px; }
#searchbox .searchinputbox { margin-top:16px; float:left; }
#searchbox .searchsubmitbutton { float:left; margin-top:16px; }

/* Content */

#content { width:600px; float:left; margin:0 auto; }
#content .outercontainertop { margin:0 auto; width:580px; height:7px;  background: url(images/outercontainer-top.png) no-repeat;}
#content .outercontainermiddle { margin:0 auto; width:580px; background: url(images/outercontainer-middle.png) repeat-y;}
#content .outercontainerbottom { margin:0 auto; width:580px; height:13px; background: url(images/outercontainer-bottom.png) no-repeat;}
#content .contentmiddle { clear:both; padding:0;}
#content .contentbottom { background: url(images/content-bottom.png) no-repeat;width:562px;height:17px; margin:0 auto;}

.postcontainer { margin:0 auto; clear:both; overflow:hidden; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; padding:0px 0px 25px 0px; width:562px; color:#333333;  }


.postarea { padding:20px; }
.postarea ol,.postarea ul { margin-left:50px;line-height:115%;}
.postareameta { margin: 30px 0;}
.postarea h2 {}
.postarea blockquote { color:#3f3f3f;background:#f2f2f2;padding:6px 14px;margin:18px 35px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;}
.postarea ul li {list-style:square;}
.postarea img{margin:10px;max-width:550px;width: expression(this.width > 550 ? 550: true);}
.postarea .byline {display:block;padding:4px 4px 4px 0px;}
.postarea .byline a {color:#000000;text-decoration:none;}
.postarea .byline a:hover {color:#705738;text-decoration:underline;}
.postarea .excerpt { margin-top:20px; }
.postarea .excerpt p { margin-top:0px; }
.postarea .excerpt .byline { margin-bottom:10px; }
.postarea .excerpt img{ float:left;margin:0px 10px 0px 0px;}
.postarea .excerpt .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px double #f5f5f5; margin:10px 0px 10px 0px; text-align:right; } 


.bnavigation {
	padding:10px auto 10px auto;
	width:500px;
	margin:0px auto 20px auto;
}
.bnavigation a {
	font-size: 1em;
}

.bnavleft {
width:250px;
float:left;
}

.bnavright {
width:230px;
float:right;
}

.paginav {
	width:595px;
	margin-bottom:15px;
	float:left;
	padding:10px;
}
.paginav a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.npfsearchmsg {margin:20px 0px 20px 30px;}
.npfsearchmsg h2 {margin:0px 0px 10px 0px;}

.postareameta {margin:10px 0px 10px 30px;}

.entry a {
color:#ff0000;
}


.entry ul, .entry ol {
margin:10px 0px 10px 30px;clear:both;
}

.entry ul li {
list-style:square; padding:3px 0px 3px 0px;
}

.entry ol li {  list-style-type: decimal; padding:3px 0px 3px 0px; }
.entry ol ol li {  list-style-type: lower-roman; padding:3px 0px 3px 0px; }

.entry img { 	margin-bottom:10px;  }

.entry textarea {
width:100%;
height:auto !important;
min-height:100px;
border:1px solid#dddddd;
}

.entry input[type=text] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.text {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input[type=password] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.password {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry .inposttags {
padding:5px;
background:#f9f9f9;
}

/************************************************
*Feature content                         * 
************************************************/

#featurecontent { margin:0 auto 7px auto; width:562px; overflow:hidden; height:257px; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; color:#333333;}
#featurecontent .featurecontentcontent { padding:10px;  }
#featurecontent h2 { padding:2px; margin:0px 0px 3px 0px; height:25px; font-weight:bold;}
#featurecontent h2 a{color:#d52b80 !important}
#featurecontent img { max-width:110px; width: expression(this.width > 110 ? 110: true); max-height:110px; float:left; margin-right:10px; border: 4px double #E2E3E5; }
#featurecontent .title { margin-bottom:10px; }
#featurecontent .title a { font-size:medium; color:#487685; font-weight:normal; text-decoration:none; line-height:1.5em; }
.featureinput { border:1px solid #CCD1D9; }
#featurecontent .featuresubmit { background:#eeeeee; color:#000000; border:1px solid #000000; }
#featurecontent .readfull { padding:5px; width:100%; float:right; margin:10px 0px 10px 0px; text-align:right; } 

#featurecontent.sticky h1
	{
		
	background: transparent url(images/sticky.png) center left no-repeat;
	font-weight:bold;
	padding-left:30px;
	height:30px;
	}
#featurecontent .sticky h2
	{
		width:500px;
		margin:0px;
		padding:15px 0px 10px 58px;
		font-size:medium;
		font-weight:bold;
	}
	
#featurecontent .sticky h2 a
	{
		width:500px;
		margin:0px;
		padding:15px 0px 10px 0px;
		font-size:medium;
		font-weight:bold;
	}

/************************************************
* sub feature left column | right column         * 
************************************************/

#subfeature { clear:both; margin:0 auto; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; padding:20px 0px 25px 0px; width:562px; color:#333333; }
#subfeature h1 { padding-left:20px; }
#subfeature .latestposts { clear:both; overflow:hidden; width:542px; padding:10px; }
#subfeature .latestposts h2 { font-size:medium; font-weight:normal; text-decoration:none; height:35px; overflow:hidden; }
#subfeature .latestposts h2 a { font-size:medium; font-weight:bold; text-decoration:none; font-size:14px; color:#d52b80}
#subfeature .latestposts .meta { font-size:x-small; margin:0;float:right;}
#subfeature .latestposts img { float:left; margin-right:10px; border:4px double #E2E3E5; }
#subfeature .latestposts h4 { margin:0; padding:3px 0px 3px 0px;  font-size:small; text-align:center;}
#subfeature .latestposts h4 a {   text-decoration:none; font-weight:normal;}
#subfeature .latestposts .latestpostsleft { float:left; width:235px; list-style:none; margin:0px 10px 0px 0px; padding:10px; border-bottom:1px dashed #e6e6e6}
#subfeature .latestposts .latestpostsleft span {height:108px; width:115px; float:left; overflow:hidden; line-height:16px;}
#subfeature .latestposts .latestpostsright { float:left; width:235px; list-style:none; margin:0px 10px 0px 0px; padding:10px; border-bottom:1px dashed #e6e6e6}
#subfeature .latestposts .latestpostsright span {height:108px; width:115px; float:left; overflow:hidden; line-height:16px;}

#subfeature .latestposts .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px dotted #e9e9e9; margin:10px 0px 10px 0px; text-align:right; cursor:pointer;} 
#subfeature .latestposts .readfull:hover {background:#ffeff2; border:1px dotted #f7c4cc;}

/************************************************
* Sidebar                                        * 
************************************************/

#sidebar { width: 284px; float:left; margin:0; }

#sidebar li { list-style:none; background:transparent url(images/liline.gif) bottom repeat-x; padding:.5em 0px .5em 0px }
#sidebar a { #333333; }

#sidebar .sidebarbits { width:280px; padding:0px 0px 0px 3px; margin:0 auto; }
#sidebar .sidebarbits .sidebarbitstop {background: url(images/swidget-top.png) no-repeat; width:280px; height:13px; margin:0; padding:0;}
#sidebar .sidebarbits .sidebarbitsbottom {background: url(images/swidget-bottom.png) no-repeat;width:280px; height:13px; margin:0px 0px 10px 0px;}
#sidebar .sidebarbits .sidebarbitsmiddle {background: url(images/swidget-middle.png) repeat-y; width:280px; padding:0; margin:0;}
#sidebar .sidebarbits .sidebarbitsmiddlecontent {width:225px; margin:0 auto; }

#sidebar .sidebarbits .sidebarbitsmiddle h2 { padding:10px 0px 10px 0px;}
#sidebar .sidebarbits .sidebarbitsmiddle h3 { padding:10px 0px 10px 0px;}
#sidebar .sidebarbits .sidebarbitsmiddle ul li {margin-top:2px;}
#sidebar .sidebarbits ul li a, #sidebar .sidebarbits ul li a:visited  { color:#333333;}

#sidebar select {width:200px;} 

#sidebar .sidebarbits .sidebarbitsmiddle .ad250 { text-align:center; margin: 0 auto; padding:5px; }

#sidebar ul li ul {
margin-left:10px;
}

#sidebar ul li ul li {
border:none;
list-style:circle;
margin-left:10px;
background:none;
}

#tags {
padding:3px;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
}

#calendar caption, #wp-calendar caption { font-weight: bold; 	color : #ffffff; 	text-transform:uppercase; 	margin:0; 	padding:2px 0 2px 10px; 	width:100%; 	text-align:left; }
#calendar table, #wp-calendar table { 	width: 100%; 	padding: 0; 	text-align: left; }
#calendar thead th, #wp-calendar thead th { 	padding:3px; color:#3F3F3F; text-align:center; }
#calendar tbody td, #wp-calendar tbody td { 	padding: 5px 0;  color:#dddddd; }
#calendar tfoot td, #wp-calendar tfoot td { }
#calendar #prev, #wp-calendar #prev { 	text-align: left; }
#calendar #next, #wp-calendar #next { 	text-align: right; }
#calendar a, #wp-calendar a { 	font-weight: normal; 	color: #000000; }


/* Form Elements */

.button { padding: 1px; background:#3F3F3F; color:#ffffff; border:none; }
.button:hover { background:#eeeeee;color:#3f3f3f;text-decoration:none }

#commentform input { width: 250px; height:30px; margin: 5px 5px 1px 0;
border: 4px solid #EEEEEE;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
padding: 10px;

}

#commentform textarea { 
width: 450px;
margin-top:5px;
height:auto !important; min-height:100px; 
border: 4px solid #EEEEEE;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
padding: 10px;

}

#respond input#submit {
    background: none repeat scroll 0 0 #222222;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #EEEEEE;
    cursor: pointer;
    font-size: 15px;
    left: 30px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}


/* Comments*/

.commentarea { clear:both; padding-top:25px; }

.commentlist { padding-left:30px; }

.commentlist li { margin: 15px 0 3px; padding: 8px 15px 10px 15px; background:#f2f2f2; border-top: 1px solid #ddd; width: 450px; }
#commentform small { background:#FFF; font-weight:bold; padding:0; }
.commentmetadata { display: block; }
.commentlist small { background:#f9f9f9; }

.commentlist cite { font: 1.6em Georgia, "Times New Roman", Times, serif; font-weight:bold; letter-spacing:-0.05em; }


/* Footer*/

#footer { margin:10px auto 0 auto; width: 850px; color:#ffffff; font-size:x-small; background: #000; height:107px; padding: 20px 25px 15px 25px; clear:both; position:relative; margin-top:0px; left:1px}
#footer a { color:#ffffff; }
#footer .tools { float:right; margin-right:30px; }
#footer .tools ul { list-style: none; margin-right:30px;  }
#footer .tools ul li { float: left; display: block; padding-left:20px; }
#footer .tools ul li a { float: left; display: block; }
#footer .tools ul li a: hover { text-decoration:underline;}

.bookmark {
	font: 10px Verdana; 
	padding:10px;
}
.bookmark a:hover { height:48px; padding-bottom:2px; border-bottom:4px solid #c0c0c0; }

	/** not logged in - unregistered **/
	fieldset#loginBox {width:400px; float:right; display: block; margin:5px 0 0 0; padding:0;}
	fieldset#loginBox form {padding-top:5px;}
	fieldset#loginBox form label {background: url(images/bg_loginput.gif) no-repeat; width: 119px; height: 21px; display: block; float:left; margin-right:15px;}
	fieldset#loginBox form label input {background: none; border: none;outline: none; width: 119px; margin-left: 12px; padding-top: 5px; color:#999; font-size:0.9em;}
	input#bt_login {margin-top:-1px;}
	fieldset#loginBox h3 {display:block; color:#3f94c5; float:left; width:50px; font-size:1.2em; font-weight:bold; margin-right:15px;}
	
	fieldset#loginBox ul {margin-top:10px; margin-left:60px;}
	fieldset#loginBox ul li {float:left; margin-right:10px; border-left:1px solid #999; padding-left:10px; font-size:0.9em;}
	fieldset#loginBox ul li:first-child {border-left:none;}
	
.banner_468 {width:728px; height:90px; float:left; margin-top:50px; margin-left:38px;}

.sidebarbitsmiddlecontent .cat-item{float:none !important; clear:right; width:240px}

.footer-links{
	float:right; height:30px;
}
.footer-links a{
	font-size:14px; margin-left:10px; font-weight:bold
}

.gallery-icon .cboxElement {width:150px; height:150px!important; display:block;}

.related_post_title{margin:18px 0 10px 0; text-align:left; clear:both}

.related_post li{float:none !important; height:20px}

.tabberlive{margin-top:0 !important}
.tabbernav a{font-weight:normal !important; padding:7px !important}
.style2 ul.tabbernav{border:none !important}
.tabbertab{border:none !important; position:relative; top:-23px}
.tabbernav{position:relative; top:-49px}

.indirim-widget-wrapper{float:left; position:relative; 	top:-26px}
.indirim-widget-wrapper .tabs{
	border:1px solid #cccccc;
	border-bottom:none;
	float:left;
	*width:158px;
	margin-left:15px;
	padding:4px;
	padding-bottom:0;
	 width:241px;
}
.indirim-widget-wrapper .tabs span{
	margin-left:4px;
	margin-bottom:0;
	display:block;
	float:left;
	text-align:center;
	background:#DDE;
	width:45px;
	cursor:pointer;
}
#indtb1{margin-left:0}
.indirim-content{
	padding:10px;
	border:1px solid #cccccc;
	width: 258px;
	float:left;
	margin:5px;
	margin-top:0;
	border-radius:5px;
	position:relative;
	left:-5px;
}
.indirim-content a{text-decoration:none}
.indirim-content .textt{
	width:155px;
	float:left;
	color:#666;
}
.indirim-content img{
	float:right;
	border: 4px double #E2E3E5;

}

.sociall{position:relative}
.sociall .face{
	position:absolute;
	left:65px;
	top:10px;
}
.tabber-widget-tabs{width:279px; position:relative; left:-20px}
.tabber-widget-tabs li a{background:#DDE !important; width:75px !important; padding:6px; height:15px !important; display:block !important; float:left !important; text-decoration:none !important; margin-left:4px; text-align:center}
.tabberlive-widget-0{position:relative; top:-41px}
.tabber-widget-tabs .selected{background:#D52B80 !important; color:#fff !important}
.tabber-widget-title{display:none}

.polll{
	width:280px;
	float:left;
	border:1px solid #ccc;
}

.polll li {padding-left:10px !important; }

.upm_polls {
    padding: 10px 0;
}


.upm_poll_ul li {
    list-style: none outside none;
clear:Both;
padding-left:10px;
}

.poll_form_footer {clear:both !important;}



.upm_poll_form_list {
    padding: 2px 0;
	color: #666666;
    font-size: 12px;
    line-height: 18px;
}

.upm_poll_form_question {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-left: 20px;
    text-align: left;
}

