/*---:[ core layout elements ]:---*/

#container { width: 100em; margin: 0 auto; }

	#page { padding: 2em; }

		#content_box { width: 100%; }

		#content_box { background: url('images/dot-ddd.gif') 53.3em 0 repeat-y; }

			#content { width: 53.3em; float: left; }
			
				.post_box { margin: 0 2.2em 0 1.1em; }

			#sidebars { width: 42.6em; float: right; }

				.sidebar { width: 50%; float: left; }
		
					#sidebar_1 ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; border-width: 0 0.1em 0 0; border-style: dotted; border-color: #ddd; }
		
					#sidebar_2 ul.sidebar_list { padding-right: 1em; padding-left: 1.1em; }


/*---:[ multimedia box elements ]:---*/

#image_box img.square { width: 40em; height: 40em; }

#image_box img.four_by_three { width: 40em; height: 30em; }

#image_box img.three_by_four { width: 40em; height: 53.3em; }

#image_box img.three_by_two { width: 40em; height: 26.7em; }

#image_box img.two_by_three { width: 40em; height: 60em; }

#image_box img.five_by_four { width: 40em; height: 32em; }

#image_box img.four_by_five { width: 40em; height: 50em; }

#image_box img.sixteen_by_nine { width: 40em; height: 22.5em; margin: 0 auto; }

#image_box img.nine_by_sixteen { width: 40em; height: 71.1em; margin: 0 auto; }

#image_box img.two_by_one { width: 40em; height: 20em; }

#image_box img.one_by_two { width: 40em; height: 80em; }