/*
File:			custom.css
Description:	Custom styles for Thesis




BASIC USAGE:




If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.




For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:




	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them




WHY THIS WORKS:




By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!




More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/*avatar styles*/
.custom .avatar {
   float: left;
   width: 35;
   height: 35;
   margin-right: 0.5em;
   margin-bottom: 0.5em;
}
			

.custom .widget h3, .custom .widget h3 a 
{
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 0px;
	font-size:14px;
	font-weight: bolder;
	color: #111;
	} 


.custom a:link {color: #696b62;
	font-size:11px;
}
.custom a:visited {color: #696b62;
	font-size:11px;
}
.custom a:hover {color: #696b62;
	font-size:11px;
}
.custom a:active {color: #696b62;
	font-size:11px;
}




.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px #f5f8e7;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}








/*Code to add color to background of sidebar and content*/




.custom #sidebars {background-color:#f5f8e7;}




/*Code to add color to background of sidebar and content*/




/* HEADER GRAPHIC AREA */
/* Adjust the height & width below to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 198px; width: 900px; background: url('images/marcana-social-media-articles.jpg') no-repeat; outline: none; }




/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }




/* This line collapses the vertical space of the tagline so that there isn�t unnecessary white space after the header image */
.custom #header #tagline { height: 0; }




/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }








/*---:[ border package ]:---*/
#header { border-width: 0 0 0em 0; }
.post_box, .teasers_box { border-width: 0em 0 0 0; }
#footer { border-width: 0em 0 0 0; }
#feature_box, #archive_info, #comment_nav_2 { border-width: 0 0 0em 0; }
.prev_next { border-width: 0em 0 0 0; }
.image_box, .custom_box { border-width: 0 0 0em 0; }




/*---:[ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! core layout elements -- SIDEBAR AND CONTENT WIDTHS ARE HERE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ]:---*/
.full_width { width: 100%; clear: both; }
	.full_width .page { width: 90em; margin: 0 auto; padding-right: 0em; padding-left: 0em; }
	#header_area .page { padding-top: 0em; }
	#footer_area .page { padding-bottom: 0em; }
		#header, #footer { padding-right: 1.1em; padding-left: 1.1em; }
		#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 67.2em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#content { width: 62.5em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.3em 0 1.1em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 63.8em; }
					.teaser { width: 30.8em; }
				#archive_info, .prev_next { padding-right: 2.3em; padding-left: 1.1em; }
			#sidebars { width: 23.5em; border: 0; float: right; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; 
					background-image : url(../images/dice3.png);}
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em; }
.menu ul ul, .menu :hover ul :hover ul { left: 14.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.menu { border-width: 0 0 0em 0em; }








/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 1.1em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0em; }
	#image_box img.square { width: 20.1em; height: 20.1em; }
	#image_box img.four_by_three { width: 20.1em; height: 15.1em; }
	#image_box img.three_by_four { width: 20.1em; height: 26.8em; }
	#image_box img.three_by_two { width: 20.1em; height: 13.4em; }
	#image_box img.two_by_three { width: 20.1em; height: 30.2em; }
	#image_box img.five_by_four { width: 20.1em; height: 16.1em; }
	#image_box img.four_by_five { width: 20.1em; height: 25.1em; }
	#image_box img.sixteen_by_nine { width: 20.1em; height: 11.3em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 20.1em; height: 35.7em; margin: 0 auto; }
	#image_box img.two_by_one { width: 20.1em; height: 10.1em; }
	#image_box img.one_by_two { width: 20.1em; height: 40.2em; }
			
/*---:[ feature box styles ]:---*/
#feature_box { padding-right: 1.1em; padding-left: 1.1em; }




/*---:[ comments area ]:---*/
#comments { margin-right: 2.3em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, #trackback_list { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd { padding-left: 1.1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.3em; padding-left: 1.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }




/*---:[ content elements ]:---*/
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
	#header { padding-top: 2.2em; padding-bottom: 2.2em; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 2.2em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; }
	#footer { padding-top: 1.1em; padding-bottom: 1.1em; }




/*---:[ #header styles ]:---*/
#header #logo { font-size: 3.6em; line-height: 1.167em; }
#header #tagline { font-size: 1.4em; line-height: 1.429em; }




/*---:[ !!!!!!!!!!!!!!!!!! TOP nav menu styles !!!!!!!!!!!!!!!!!!!!! ]:---*/
.menu table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }




.menu a { font-size: 1.1em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; }
.menu ul a { width: 11.818em; border-left-width: 0.091em; }




/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.2em; line-height: 1.364em; }
.format_text h2 { font-size: 2.286em; line-height: 2.222em; margin: 1.833em 0 0.611em 0; }
.format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }
.teaser h2 {  font-size: 2.2em; line-height: 1.364em;  }
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 1em; padding-left: 0.4em; letter-spacing: -0.01em}
#archive_info h1 { font-size: 1.8em; line-height: 1em; }




/*---:[ bylines ]:---*/
.headline_meta { font-size: 1em; line-height: 1.8em; }
	.headline_meta .pad_left { padding-left: 0.9em; }




/*---:[ headline area (image thumbnails) ]:---*/
.headline_area img.alignleft { margin: 0 2.2em 2.2em 0; }
.headline_area img.alignright { margin: 0 0 2.2em 2.2em; }
.headline_area img.alignnone { margin: 0 auto 2.2em 0; }
.headline_area img.aligncenter { margin: 0 auto 2.2em auto; }
.headline_area img.frame { padding: 1em; border-width: 0.1em; }




/*---:[ post content area ]:---*/
.format_text { font-size: 1.4em; line-height: 1.571em; }
	.format_text p { margin-bottom: 1.571em; }
		.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }
	.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.06em; }
	.format_text acronym, .format_text abbr { font-size: 0.786em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.929em; }
	.format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
	.format_text sub, .format_text sup { line-height: 0.786em }
	.format_text ul { margin: 0 0 1.571em 1.571em; }
	.format_text ol { margin: 0 0 1.571em 1.571em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }
	.format_text dl { margin-bottom: 1.571em; }
		.format_text dd { margin-bottom: 1.571em; }
	.format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
		.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
		.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.571em 1.571em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.571em 1.571em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.571em 0; }
	.format_text img[align="left"] { margin-right: 1.671em; margin-bottom: 1.571em; }
	.format_text img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; }
	.format_text img[align="middle"] { margin-bottom: 1.571em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.714em; border-width: 0.071em; }
	.format_text img.stack { margin-left: 1.571em; }
	.format_text .wp-caption p { font-size: 0.857em; line-height: 1.5em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.571em; }
	.format_text .ad_left { margin-right: 1.571em; }




	/*---:[ after-post elements ]:---*/
	.format_text .to_comments { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }
		.format_text .to_comments span { font-size: 1.833em; }
	.format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }




/*---:[ multimedia box ]:---*/




#custom_box { font-size: 1.3em; line-height: 1.538em; }




/*---:[ archive information block ]:---*/
#archive_info { padding-top: 1.1em; padding-bottom: 1.1em; }
	#archive_info p { font-size: 1em; line-height: 1em; margin-bottom: 1.1em; }




/*---:[ previous and next links ]:---*/
.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }
	.prev_next p { font-size: 1em; line-height: 2.2em; }
	.post_nav .previous { margin-bottom: 0.55em; }
	.post_nav a { font-size: 1.4em; line-height: 1.571em; }




/*---:[ comment area ]:---*/
#comments { margin-top: 4.4em; }
.comments_intro { margin-bottom: 1.1em; }
	.comments_intro p { font-size: 1.2em; line-height: 1.833em; }
		.comments_intro span { font-size: 1.833em; }
#comment_list, #trackback_list { margin-bottom: 4.4em; }
	dl#comment_list dt { padding-top: 1.8em; }
		dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }
		dl#comment_list dt .comment_author { font-size: 1.6em; line-height: 1.375em; padding-right: 0.688em; }
			.avatar img { margin-left: 0.833em; }
		.comment_time { padding-right: 0.917em; }
		.comment_num { padding-left: 0.833em; }
			.comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; }
	dl#comment_list dd { padding-top: 1.1em; }
		dl#comment_list dd p.reply a { font-size: 0.786em; line-height: 1.636em; }
			dl#comment_list dl dd p.reply { margin-bottom: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; }
	dl#comment_list dl dd .format_text { margin-bottom: 1.571em; }
#trackback_list { padding-top: 1.1em; list-style: none; }
	#trackback_list a { font-size: 1.4em; line-height: 1.571em; }
	#trackback_list span { font-size: 1.2em; line-height: 1.833em; }
.comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }




/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 4.4em; }
#respond_intro { margin-bottom: 1.1em; }
	#respond_intro p { font-size: 1.7em; line-height: 1.294em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 1.1em; }
#commentform { padding-top: 1.1em; }
	#commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }
	#commentform p.comment_box { line-height: 0.786em; }
		#commentform label { padding-left: 0.786em; }
		#commentform textarea { height: 12.571em; line-height: 1.571em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; }
			#commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.4em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }




/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }
	li.widget { font-size: 1.3em; line-height: 0.385em; margin-bottom: 2.769em; }
	li.tag_cloud { line-height: 1.692em; }
		li.widget p { margin-bottom: 1.385em; }
		li.widget abbr, li.widget acronym { font-size: 0.846em; }
		li.widget code { font-size: 0.923em; lettter-spacing: 0em;}
			li.widget ul li { margin-bottom: 0.692em; }
				li.widget li ul { margin: 0.692em 0 0 1.385em; }
	/*---:[ widget box styles ]:---*/
	li.widget .widget_box { padding: 0em; border-width: 0em; }
	/*---:[ google custom search ]:---*/
	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
	/*---:[ calendar widget ]:---*/
	#calendar_wrap a { padding: 0.077em; }
	#calendar_wrap a:hover { padding: 0.077em; }
		table#wp-calendar caption { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; }
		table#wp-calendar td { line-height: 1.692em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar td#next { padding-right: 0.545em; }
		table#wp-calendar td#prev { padding-left: 0.545em; }




/*---:[ form inputs ]:---*/
input, textarea { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.format_text input, #commentform input, #commentform textarea { width: 45%; padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }




/*---:[ footer styles ]:---*/
#footer p { font-size: 1.2em; line-height: 1.667em; }




/*---:[ teaser styles ]:---*/
.teaser h2 { font-size: 2.2em; line-height: 1.375em; }
.teaser .format_teaser { font-size: 1.2em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; }
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.teaser .teaser_author { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_category { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_date { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_comments { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_link { font-size: 1.2em; line-height: 1.5em; }
.teaser .post_tags { font-size: 1.1em; line-height: 1.636em; }
.teaser .edit_post { padding-left: 0.8em; }




/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft { margin-right: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; }
.teaser .post_image_link img.frame { padding: 0.8em; border-width: 0.1em; }
.teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; }




/*---:[ layout colors ]:---*/
body { color: #111111; background: #FFFFFF; }
.full_width > .page { background: #FFFFFF; }
a, h2 a:hover, #logo a:hover { color: #2361A1; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #111111; }
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888888; }
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #111111; }
.sidebar h3 { color: #555555; }
.image_box { background: #f5f8e7; }
.video_box { background: #000000; }
.custom_box { background: #f5f8e7; }
#footer, #footer a { color: #888888; }
#footer a:hover { color: #111111; }




/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #DDDDDD; }
.menu .current a, .menu .current-cat a { border-bottom-color: #FFFFFF; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #DDDDDD; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #111111; background: #FFFFFF; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #111111; background: #DDDDDD; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #111111; background: #FFFFFF; }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #111111; background: #FFFFFF; }










a{color : #696b62;

	text-decoration:none;

	}

a:hover{
	text-decoration:underline;
	color: #000;
	font-size: 9px;

}

#wapper {

width : 903px;

margin : 0 auto;

line-height : 21px;

background-image : url(../images/yellow-img.gif);

background-repeat : repeat-y;

background-position : right top;

padding : 0 0 0 0;

}

.header_left {

background : url(../images/imgbg.jpg) no-repeat left top;

width : 616px;

float : left;

margin-right : 50px;

padding-top : 0;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

.header_right {

width : 237px;

float : left;

padding-top : 9px;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

.header {

height : 19px;

overflow : hidden;

}

.clear {

clear : both;

margin : 0;

padding : 0;

}

#header_left {

width : 235px;

float : left;

padding-top : 50px;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

#header_right {

width : 120px;

float : right;

padding : 0;

margin : 0;

}

.topmenu {

text-align : right;

}

.topmenu ul {

margin : 0;

padding-top : 20px;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

.topmenu li {

list-style : none;

padding : 0 0 0 0;

margin : 0 0 0 0;

border-bottom : 1px dashed #8ba552;

}

.topmenu li a {

color : #a4a3a4;

text-decoration : none;

margin : 0;

font-family : Arial, Helvetica, sans-serif;

font-size : 12px;

line-height : 25px;

font-weight : bold;

display : block;

padding-top : 0;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

.topmenu a:hover {

color : #000000;

}

.box {

background : url(http://www.marcana.com/images/loginbox.gif) no-repeat 0 0;

width : 206px;

height : 189px;

margin-right : auto;

margin-left : auto;

padding-top : 0;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}
.srchbox {

background : url(../images/search.gif) no-repeat 0 0;

width : 206px;

height : 149px;

margin-right : auto;

margin-left : auto;

padding-top : 0;

padding-right : 0;

padding-bottom : 0;

padding-left : 10;

}

.box form {

padding-left : 25px;

padding-right : 25px;

padding-top : 15px;

}

.lable2 {

font : bold 11px Arial, Helvetica, sans-serif;

color : #f5f8e7;

padding : 0;

display : block;

}

.lable3 {

font : bold 11px Arial, Helvetica, sans-serif;

color : #f5f8e7;

padding : 0;

}

.loginbutton {

float : right;

}

.rightmenu {

width : 207px; 

letter-spacing: 0;

padding : 0 0 0 0;

}

.rightmenu ul {

margin : 0;

padding : 0;

}

.rightmenu ul li {

vertical-align:inherit

padding : 0 0 0 0;

list-style : none;

display : block;

margin : 0 0 0 0;

}

.rightmenu li a {

color : #5f6250;

text-decoration : none;

padding : 0 0 0 20px;

margin : 0 0 0 0;

font-family : Arial, Helvetica, sans-serif;

font-size : 11px;

background-image: url(http://marcana.com/images/dice3.png);

background-repeat : no-repeat;

background-position : 10px center;

line-height : 10px;

display : block;

}

.rightmenu li a:hover {

background-color : #ffffff;

text-decoration : none;

}

#bodycontainer {

padding : 46px 0 0 0;

}

#bodycontainer_left {

width : 616px;

text-align : justify;

float : left;

padding : 0 48px 0 0;

}

#bodycontainer_right {

float : right;

width : 205px;

padding-top : 0;

padding-right : 16px;

padding-bottom : 0;

padding-left : 16px;

}

h1 {

	color : #369;

	font-family : Arial, Helvetica, sans-serif;

	font-size : 20px;

	line-height : normal;

	font-weight : bold;

	padding-top : 0;

	padding-right : 0;

	padding-left : 0;

	border-bottom-color : #aaaca1;

	font-style: italic;

}

h2 {

font-family : Arial, Helvetica, sans-serif;

font-size : 20px;
	
font-weight : bold;
	
color : #000000;

padding : 0;

line-height : normal;

margin-top : 0;

margin-right : 0;

margin-bottom : 10px;

margin-left : 0;

}

h3 {

	font : 22px Arial, Helvetica, sans-serif;

	color : #000000;

	line-height : normal;

	padding : 0;

	margin-bottom : 15px;

	font-size: 15px;

	font-weight: bold;

}

.h3_span {

font : bold 11px Arial, Helvetica, sans-serif;

color : #838164;

}

.box2 {

background : #f5f8e7;

line-height : 25px;

text-align : right;

display : block;

padding-top : 0;

padding-right : 10px;

padding-bottom : 0;

padding-left : 0;

}

.box2 a {

font : bold 11px Arial, Helvetica, sans-serif;

color : #858485;

line-height : 25px;

text-align : right;

display : block;

text-decoration : none;

}

.box2 a:hover {

text-decoration : underline;

}

.box3 {

background : #e0e4f2;

height : 71px;

margin : 45px 0 30px 0;

padding : 18px 20px 18px 20px;

}

.img {

margin : 0 60px 0 0;

}

.text {

padding-bottom : 15px;

}

.project_left {

float : left;

margin-right : 10px;

}

.project_right {

float : right;

width : 516px;

padding : 18px 0 20px 0;

}

.heading_left {

font : bold 11px Arial, Helvetica, sans-serif;

color : #000000;

}

.news_left {

float : left;

width : 34px;

}

.news_right {

float : left;

width : 150px;

padding : 0 0 0 10px;

line-height : 15px;

font-size : 11px;

}

.news_right a {

color : #000000;

font-size : 11px;

font-weight : bold;

text-decoration : none;

}

.news_right a:hover {

text-decoration : underline;

}

#wapper .mainbox {

padding : 0 0 15px 0;

}

.signup {

width : 175px;

height : 59px;

background : url(http://www.marcana.com/images/signup.gif) no-repeat 0 0;

margin-top : 43px;

margin-right : 0;

margin-bottom : 43px;

margin-left : 0;

padding-top : 8px;

padding-right : 16px;

padding-bottom : 8px;

padding-left : 16px;

}

.text_left {

font : 11px Arial, Helvetica, sans-serif;

color : #5f6250;

}

.txtbox {

float : left;

height : 20px;

width : 133px;

margin-top : 5px;

margin-right : 5px;

margin-bottom : 0;

margin-left : 0;

border : 1px inset #999999;

}

.txtbox1 {

margin : 5px 10px 0 0;

border : 1px inset #999999;

}

.go {

float : left;

margin : 5px 0 0 0;

}

.lable {

font : 18px Arial, Helvetica, sans-serif;

color : #ffffff;

display : block;

padding-top : 0;

padding-right : 0;

padding-bottom : 6px;

padding-left : 0;

}

.footer {

height : 50px;

padding-top : 40px;

}

.footermenu {

float : left;

}

.footermenu ul {

padding : 0 0 0 0;

margin : 0 0 0 0;

}

.footermenu li {

background : url(http://marcana.com/images/dicefooter.gif) no-repeat 0 15px;

vertical-align: text-bottom;

display : inline;

list-style : none;

padding : 10px 0 0 0;

margin : 0;

}

.footermenu li a {

font : bold 12px Arial, Helvetica, sans-serif;

text-decoration : none;

color : #365c83;

padding : 0 0 0 10px;

}

.footermenu li a:hover {

text-decoration : underline;

}

.copyright {

font : bold 12px Arial, Helvetica, sans-serif;

color : #365c83;

float : right;

text-align : center;

width : 237px;

padding-top : 0;

padding-right : 0;

padding-bottom : 0;

padding-left : 0;

}

.aboutus-img {

float : right;

border : 4px solid #fff;

margin : 0 0 10px 20px;

}

h5 {

font-size : 15px;

font-weight : bold;

padding : 0 0 5px 0;

border-bottom : 1px dotted #fff;

margin : 0 0 10px 0;

}

h6 {

font-size : 16px;

font-weight : bold;

padding : 0 0 5px 0;

margin : 0 0 10px 0;

}

.aboutcolumnzone {

padding : 20px 0 16px 0;

}

.aboutcolumn1 {

width : 48%;

float : left;

margin : 0 0 10px 0;

}

.aboutcolumn2 {

width : 48%;

float : right;

margin : 0 0 10px 0;

}

.abouticon {

float : left;


margin : 0 20px 0 0;

}

.insidereadmore {

padding : 10px 0 10px 0;

}

input.button {

color : #000;

background : #ffc850;

font : bold 11px Arial, Helvetica, sans-serif;

text-decoration : none;

padding : 10px 10px;

margin : 0 5px 5px 0;

border : 1px solid #5b7a92;

}

input.button:hover {

cursor : pointer;

color : #fff;

background : #663300;

border : 1px solid #ffc850;

}

.project-img {

float : right;

margin-left : 20px;

border : 6px solid #fff;

}

.whiteheading {

font : 30px Myriad Pro, Arial;

color : #cbd76b;

font-weight : 100;

padding : 0;

margin : 25px 0 20px 0;

}

.whitelink {

color : #ffffff;

}


.ourprojectrow {

margin-bottom : 20px;

border-bottom : 1px dotted #fff;

padding-bottom : 10px;

padding-right : 20px;

}

.servicecolumnzone {

padding : 20px 0 16px 0;

}

.servicecolumn1 {

width : 48%;

float : left;

margin : 0 0 10px 0;

}

.servicecolumn2 {

width : 48%;

float : right;

margin : 0 0 10px 0;

}

.blog-posted-row {

padding : 3px;

}

.custom #header #logo {
font-size:50pt;
}