/* 
-------------------------------------------
	SHORTCODES 
-------------------------------------------
	1.  Columns
	2.  Dropcaps
	3.  Pullquotes
	4.  Highlight	
	5.  Space
	6.  Bar
	7.  Tabs
	8.  Toggle
	9.  Buttons
	10. Player
	11. Pretty
	12. Title
-------------------------------------------
*/


/* 1. Columns */
.one_half { width: 48%; }

.one_third { width: 30.66%; }

.two_third { width: 65.33%; }

.one_fourth { width: 22%; }

.three_fourth { width: 74%; }

.one_fifth { width: 16.8%; }

.two_fifth { width: 37.6%; }

.three_fifth { width: 58.4%; }

.four_fifth { width: 79.2%; }

.one_sixth { width: 13.33%; }

.five_sixth { width: 82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { position: relative; margin-right: 4%; margin-bottom: 20px; float: left; }

.last { margin-right: 0; clear: right; }

.clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; }


/*  2. Dropcaps */
.dropcap { position: relative; display: block; float: left; left: -2px; padding-top: 0; margin: 0 6px 0 0; font-size: 40px; line-height: 40px; }


/*  3. Pullquotes */
.pullquote_left, .pullquote_right { position: relati